/* CSS Document */
#container{
	position:absolute;
	left:50%;
	margin-left:-300px;
	width:600px;
}

#logo{
}

#content{
	padding:10px;
	text-align:justify;
	background-color:#C1C1C1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	clear:both;
}
#content ul{

}

#bordure_haut1{
	height:10px;
	border-bottom:1px solid white;
	width:322px;
	float:left;
	background-color:#C2C2C2;
}
#bordure_haut2{
	height:10px;
	float:left;
	background-color:#FFFFFF;	
	border-bottom:1px solid white;
	width:277px;
}

.titre{
	height:30px;
	font:bold normal 20px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:right;
}

.txt_13_blanc_gras_surligne{
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:underline;
}

#rectangle_rose{
	float:left;
	background-color:#DB3889;
	padding:10px 0 10px 10px;
	width:312px;
	/*width:49%;*/
	border-bottom:1px solid white;
	border-right:1px solid white;
}

#rectangle_gris{
	height:33px;
	float:left;
	background-color:#C2C2C2;
	width:277px;
	/*width:50%;*/
	border-bottom:1px solid white;
}

.txt_11_blanc_gras {
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

#footer {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}

#image{
	position:relative;
	margin-left:15%;
}

