@charset "UTF-8";
/* CSS Document */

*{
	margin:Opx;
	padding:Opx;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#ffffff;
	margin-top:13px;
}
#conteneur{
	width:1022px;
	margin:auto;
	background:url(../images/bg_middle.gif) repeat-y;
}
#top{
	width:1022px;
	background:url(../images/bg_top.jpg) no-repeat;
	height:173px;
}

#menu{
	width:192px;
	margin-left:10px;
	background:url(../images/bg_menu.jpg) no-repeat;
	float:left;
	font-size:14px;
}
#menu ul{
	padding-top:5px;
	padding-bottom:10px;
}
#menu li{
	padding:5px 0 5px 30px;
	background:url(../images/menu-separateur.gif) bottom no-repeat;	
	display:block;
	margin-left:-30px;
	
}
#menu a{
	color: #191C91;
	text-decoration:none;
}
#menu a:hover{
	color:#191C91;
	text-decoration:underline;
}
#contenu{
	float:left;
	width:770px;
	padding-left:20px;
	background:url(../images/bg_contenu.gif) top right no-repeat;
	padding-top:20px;
	padding-bottom:20px;
	min-height:400px;
}
#contenu p{
	line-height:18px;
	padding-bottom:5px;
	text-align: justify;
}
#contenu li{
	line-height:18px;
}
#contenu a{
	color:#0030A7;
	text-decoration:none;
}
#contenu a:hover{
	color:#0030A7;
	text-decoration:underline;
}
#contenu table,td {
	border:1px solid #990000;
	border-collapse:collapse;
}
#contenu td{
	padding:3px;
}
.col-left{
	width:540px;
	float:left;
}
.col-right{
	width:180px;
	padding-left:40px;
	margin-top:-45px;
	float:left;
}
.col-right h2{
	text-align:center;
	font-size:16px;
}
.col-right p{
	text-align:left;
}
.col-right2 {
	width:180px;
	padding-left:20px;
	margin-top:45px;
	float:left;
}
h1{
	color:#191C91;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
}
h2{
	padding-top:10px;
}
h2, .accroche{
	font-size:14px;
	color:#191C91;
}
h3{
	font-size:13px;
	color:#191C91;
	font-style:italic;
}
#footer{
	background:url(../images/bg_footer.gif) bottom no-repeat;
	padding-bottom:20px;
	text-align:center;
	clear:both;
	font-size:11px;
}
#footer a{
	color:#000000;
	text-decoration:none;
}
#footer a:hover{
	color:#cf4c36;
	text-decoration:underline;
}
#contenu p.alignright{
	text-align:right;
}
