@charset "UTF-8";
/* CSS Document */
body {
	background-color: #5A5A5A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:link {
	color: #CCCCCC;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #CCCCCC;
}
/*elements structurants */
#fond {
margin-left  : auto; 
margin-right : auto;
margin-top:0px;
margin-bottom:auto;
background-image:url(../images/fond_accueil.jpg);
background-repeat:no-repeat;
width:950px;
height:700px;
}
/*footer */
#footer {
color: #CCCCCC;
position:absolute;
top :700px;
width:950px;
height:200px;
margin-top:-22px;
font-size: 9px;
letter-spacing:0.05em;
text-align:center;
}
/* menu horizontal */
/*top right bottom left */ 
ul#menu_horizontal {
position:inherit;
height : 20px;
padding : 2em 0 0 0;
padding-top : 10px;
padding-right : 40px;
list-style-type : none;
top:50px;
}
ul#menu_horizontal li {
padding : 0 0.5em;  
line-height : 20px;
}
ul#menu_horizontal li.bouton_gauche {
float : right;
border-left : 1px solid #47abcb; 
border-right : 1px solid #47abcb; 
}
ul#menu_horizontal li.bouton_droite {
float : right;
border-right : 1px solid #47abcb;
}
ul#menu_horizontal a {
color : white;
text-decoration : none;
padding : 0 0.5em 0 0.5em;
font :  1em "Trebuchet MS";
}
ul#menu_horizontal a:hover { 
	background-color : #777777;
}
#current { 
	background-color : #777777;
}
/* menu des langues */
#menu_langues {
	position:inherit;
	text-align:right;
	width:100%;
	margin-left:-45px;
	margin-top: 0px;
	padding-top : 12px;
}
#menu_langues img {
	/*top right bottom left */ 
padding : 0px 0px 0px 5px; 
margin : 0px 0px 0px 1px; 
border : none;
}

