#menu_gauche{
	width: 222px;
	height: 546px;
	background-color:#E0F99F;
	background-image: url(images/menu_vert_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	z-index: 10;
	margin-top: 16px;
	margin-left: 16px;
}

#right {
	margin-left:236px;
	background-color: #FFFFFF;
	position: relative;
	height: 578px;
}
#conteneur #right #im1 {
	background-color: #FFFFFF;
	width: 265px;
	position: absolute;
	height: 265px;
	margin-left: 16px;
	margin-top: 16px;
	text-align: center;
	display: table-cell;
}
#conteneur #right #im2 {
	background-color: #CCCCCC;
	width: 265px;
	margin-left: 297px;
	position: absolute;
	height: 265px;
	margin-top: 16px;
	
}
#conteneur #right #im3 {
	background-color: #CCCCCC;
	position: absolute;
	margin-top: 297px;
	width: 265px;
	height: 265px;
	margin-left: 16px;

}

#conteneur #right #texte {
	background-color: #629E45;
	width: 265px;
	position: absolute;
	float: right;
	margin-top: 297px;
	margin-left: 297px;
	height: 265px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
	padding: 0px;
	background-image: url(images/deco_vert.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/*Styles pour le menu------------------------------------------*/

#conteneur #menu_gauche #lien_menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #75A604;
	text-align: center;
	vertical-align: middle;
	display: block;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}

#conteneur #menu_gauche #lien_menu a:hover {
	color: #597E03;
	}


/*Styles pour le texte------------------------------------------*/

#right a, a:active,a:visited {
text-decoration:none;
color:#006699;
}
#right a:hover{
text-decoration: none;
color:#0099CC;
}
#conteneur #right #im3 .texte1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding: 15px;
	font-weight: bold;
}
#conteneur #right #im3 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}#conteneur #right #texte li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	text-align: left;
	padding-left: 0px;
	list-style-type: disc;
	padding-right: 20px;
}
#signature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	display: none;
}

