@charset "iso-8859-1";
/* CSS Document */

body{
margin:0px;
padding:0px;
text-align:center;
font-size:9pt;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#033348;
background-image:url(../image/fond_site.jpg);
background-position:top;
background-repeat:no-repeat;
background-color:#eac882;
}

a {
	color:#3b98c1;
}

a:hover {
	color:#f07702;
}

.rouge {
	color:#ed7500;
	font-size:10px;
	font-weight:bold;
}

#plans td {
	border-right:1px solid #f0d399;
}

#plans img {
border:2px solid #3b98c1;
}

#plans img:hover {
	border:2px solid #f07702;
}

#content img {
	border:2px solid #3b98c1;
}

#content img:hover {
	border:2px solid #f07702;
}

.titre_page{
color:#296d91;
font-size:18px;
font-weight:bold;
}

.texte_bleu{
color:#296d91;
font-size:12px;
font-weight:bold;
}

a.lien_bleu{
font-size:9pt;
text-decoration:none;
color:#296d91;
font-weight:bold;
}

a.lien_bleu:hover{
text-decoration:none;
color:#033348;
}

a.petit_lien{
font-size:7pt;
text-decoration:none;
color:#296d91;
}

a.petit_lien:hover{
text-decoration:none;
color:#033348;
}

.titre_bleu {
	color:#2b7097;
	font-size:16px;
	font-weight:bold;
}

.lien_beige {
	color:#c79562;
}

.lien_beige:hover {
	color:#296d91;
}





/*------------------------------------------------------styles du menu horizontal----------------------------------------------------*/
.h_menu{
}


.h_menu ul{
margin: 0px;
padding: 0px;
list-style-type: none;
z-index:1;
}

/*Top level list items*/
.h_menu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.h_menu ul li a{
display: inline;
line-height:30px;
text-decoration:none;
padding:0px;
color: #ffffff;
font-weight:bold;
text-align:center;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:7px;
border-right:1px solid #25678a;
}
	
/*1st sub level menu*/
.h_menu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.h_menu ul li ul li{
display: list-item;
float: none;
padding:0px;
margin:0px;
margin-bottom:-6px;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
/*.h_menu ul li ul li ul{ 
left: 159px; 
top: 0;
}
*/

/* Sub level menu links style */
.h_menu ul li ul li a{
font-weight:normal;
display: block;
width: 175px; /*width of sub menu levels*/
color: #1d6f94;
text-decoration: none;
padding-top:0px;
padding-bottom:0px;
padding-left:6px;
padding-right:6px;
background-color:#dbebf3;
text-decoration:none;

border:1px solid #1d6f94;
font-size:8pt;
text-align:left;
}

.h_menu ul li a:hover{

color: #1d6f94;
background-color:#dbebf3;
}

.h_menu ul li ul li a:hover{
background-color: #3d9ac5;
color: #ffffff;
background-image:none;
text-align:left;
margin:0px;
}

/*Background image for top level menu list links */
.h_menu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.h_menu .subfoldericon{
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .h_menu ul li { float: left; height: 1%; }
* html .h_menu ul li a { height: 1%; }
/* End */
