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

body
{
   width: 100%;
   margin: 0px; 
   margin-top: 0px; 
   margin-bottom: 0px;    
   background-image: url("images/bg.gif"); 
}

#en_tete
{
   width: 980px;
   height: 138px;
   background-image: url("images/bg-haut.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
   margin-left: 0px;
   vertical-align:top;
}
#en_tetemenu
{
   width: 980px;
   height: 39px;
   background-image: url("images/bg-hautmenu.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
   margin-left: 0px;
   vertical-align:top;
}
#fondhd
{
   width: 100%;
   height: 177px;
   background-image: url("images/hautd.gif");
   background-repeat: repeat-x;
   margin-bottom: 0px;
   margin-left: 0px;
   vertical-align:top;
}
#fondhg
{
   width: 100%;
   height: 177px;
   background-image: url("images/hautg.gif");
   background-repeat: repeat-x;
   margin-bottom: 0px;
   margin-left: 0px;
   vertical-align:top;
}
#fondbd
{
   width: 100%;
   height: 42px;
   background-image: url("images/basd.gif");
   background-repeat: repeat-x;
   margin-bottom: 0px;
   margin-left: 0px;
   vertical-align:top;
}
#fondbg
{
   width: 100%;
   height: 42px;
   background-image: url("images/basg.gif");
   background-repeat: repeat-x;
   margin-bottom: 0px;
   margin-left: 0px;
   vertical-align:top;
}
#fondcd
{
   width: 19px;
   height: 100%;
   background-image: url("images/borduresap.gif");
   background-repeat: repeat-y;
   margin-bottom: 0px;
   vertical-align:top;
   margin-left: 0px;
}
#fondcg
{
   width: 19px;
   height: 100%;
   background-image: url("images/borduresav.gif");
   background-repeat: repeat-y;
   vertical-align:top;
   margin-right: 0px;
}
.element_menuprincipal
{
   color: white;
   font-family: Arial, Verdana, serif;
   text-align:right;
   padding-right: 105px;
   padding-top:120px;
}
.element_menuprincipal h5
{
   color: white;
   font-family: Arial, Verdana, serif;
}

.element_menuprincipal a 
{
   text-decoration:none;
   color: white;
   font-family: Arial, Verdana, serif;
}


.element_menuprincipal a:hover 
{    
   color: #ffaa0d;
   font-family: Arial, Verdana, Times, serif;
}

#iframe
{
   width: 626px;
   top:0px;
   background-color: white;
   margin-top: 0px;
   margin-left: 0px;
   padding: 0px;
   vertical-align:top;
}

#menu
{
   width: 169px; 
   height:500px;
   background-image: url("images/fondmenuvertical.jpg");
   background-repeat: repeat-y;
   margin-top: 0px;
   margin-bottom: 0px;
   vertical-align:top;
}

.element_menu
{
   border-top: 1px solid grey;
   width: 155px;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 0px;
   margin-top: 0px;
}

h3 
{    
   color: #0066cc;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}
h4 
{    
   color: #0066cc;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}
.element_menu h5 
{    
   color: #515151;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul 
{
   list-style-image: url("images/puce.gif");
   padding: 0px; 
   padding-left: 20px; 
   margin: 0px; 
   margin-bottom: 5px;
   font-size:11px;
}

.element_menu a 
{
   text-decoration:none;
   color: #0066cc;
   font-family: Arial, Verdana, Times, serif;
}

.element_menu a:hover 
{
   background-color: black;
   color: #ffaa0d;
   font-family: Arial, Verdana, Times, serif;
}

#pied_de_page
{
   width: 980px;
   height: 42px;
   color: white;
   font-family: Arial, Verdana, serif;
   font-size:9px;
   text-align:right;
   background-image: url("images/bas.jpg");
   background-repeat: no-repeat;
   margin-bottom: 0px;
   margin-top:0px;
   vertical-align:top;
}
.element_pied_de_page
{
   color: white;
   font-family: Arial, Verdana, serif;
   padding-right: 105px;
}
.element_pied_de_page a
{
   color: white;
   font-family: Arial, Verdana, serif;
}
#logo
{
	width: 155px;
    
}
#newsletter
{
	width: 400px;
	float:right;
	color: white;
    font-family: Arial, Verdana, serif;
	text-align:right;
    font-size:10px;
	padding-top:65px;
}


/*_______________________________________menu chrome*/

.chromestyle{
padding-left:130px;
padding-top:5px;
font-weight: bold;
font-size: 11px;
font-family: Arial, Verdana, serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #666666;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffaa0d;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 42px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial, Verdana, serif;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 120px;
	visibility: hidden;
	left: 551px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: black;
color: #ffaa0d;
}
