/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:url(../images/fond.gif) repeat-y center top;
	margin:0;
}
a { text-decoration:none; }
#centreur {
	width:770px;
	position:absolute;
	margin-left:-385px;
	left:50%;
	background:url(../images/filigrane.png) no-repeat 170px 200px;
}
ul {
	list-style-image:url(../images/puce.gif);
}
li {
	margin-bottom:10px;
}
/**** MENU ****/
ul#menu {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
	width:158px;
	background:url(../images/fond-menu.gif) repeat-y left top;
}
ul#menu li {
	margin-bottom:0;
}
ul#menu > li > a {
	display:block;
	width:155px;
	background-color:#003061;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 0 3px 0;
	margin:0 0 2px 0;
	font-size:12px;
}
ul#menu li ul {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
}
ul#menu li ul li a {
	display:block;
	width:150px;
	padding:0 0 2px 5px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}
ul#menu li ul li a:hover {
	color:#f4d127;
}
/**************/
#contact {
	background:url(../images/bas-menu.gif) no-repeat left bottom;
	width:158px;
	margin-bottom:6px;
}
#contact img {
	margin:20px 0 25px 10px;
}
#col_gauche {
	width:158px;
	text-align:center;
	font-size:10px;
	float:left;
}
/**** MENU 2 ****/
ul#menu2 {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
	text-align:right;
	float:right;
	font-weight:bold;
	margin:15px 10px 0 0;
}
ul#menu2 li {
	margin-bottom:0;
}
ul#menu2 li a {
	color:#003061;
	display:block;
	padding:2px;
}
ul#menu2 li a:hover {
	color:#FFFFFF;
	background-color:#003061;
}
/****************/
#col_centre {
	width:335px;
	float:left;
	margin-left:15px;
	text-align:justify;
	font-size:11px;
}
h1 {
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	margin:5px 0 8px 0;
	border-bottom:1px dotted #003061;
	color:#003061;
}
h2 {
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	margin:5px 0 8px 0;
	padding-left:18px;
	border-bottom:1px solid #003061;
	color:#003061;
	/*text-decoration:underline;*/
	background:url(../images/triangle.gif) no-repeat left 1px;
}
p { margin:10px 0 10px 0; }
.imgGauche {
	float:left;margin-right:10px;
}
.imgDroite {
	float:right;margin-left:10px;
}
#col_droite {
	float:right;
	width:246px;
}
h1#poigneeMain {
	float:right;
	width:236px;
	height:180px;
	text-align:center;
	background-image:url(../images/poignee-mains.jpg);
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:30px;
	line-height:60px;
	border:0;
	margin-right:10px;
}
a#thebandeau {
	display:block;
	background:url(../images/bandeau.jpg) no-repeat left top;
	width:770px;
	height:107px;
}
#animation { position:absolute; left:60px; top:74px; height:33px; }
#actus {
	width:236px;
	background-color:#008ADB;
	margin-right:10px;
}
#actus h2 {
	color:#f2cc07;
	font-size:16px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	margin:5px;
	border-bottom:1px dotted #f2cc07;
	padding:0;
	background:none;
}
#actualites { margin:0 0 5px 5px; }
#bas {
	font-size:11px;
	text-align:center;
	border-top:1px dotted #f2cc07;
	padding:5px;
}
#hierarchie {
	margin:5px 0px 0 15px;
	font-size:11px;
	float:left;
}
.encart {
	background-color:#f2cc07;
	color:#003061;
	padding:3px;
	font-weight:bold;
	text-align:center;
}
strong { color:#003061; }
.bleu { color:#0066CC; }