body {
	background-color: #393939;
	color: #eeeeee;
	position: relative;
}

#corps_body {
	width: 1100px;
	/*background-color: green;*/
	position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

#banniere {
	width: 970px;
	height: 172px;
	background-color: #029602;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#lang {
	position: absolute;
	right:0px;
	margin: 5px;
}

#lang  a img {
	border:0px;
}

#corps {
	text-align: left;
	width: 970px;
	background-color: #666666;
	position: relative;
	float: left;
}

#contenu {
	padding: 20px;
	background-color: #222222;
	text-align: left;
	clear: both;
	/*min-height: 800px;*/
}

#pied {
	padding: 10px;
	text-align: center;
	background-color: #222222;
}

#publicite {
	/*background-color: red;*/
	width:468px;
	height:60px;
	margin: 5px auto 5px auto;
	position: relative;
	top: 0px;
}


#publicite_ver {
	/*background-color: red;*/
	width: 120px;
	height: 600px;
	position: relative;
	float: left;
	margin-top: 230px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.clear{
	clear: both;
	width:0px;
	height:0px;
}

/* -----------------
Menu  principal
--------------------*/
#menu {
	width: 100%;
	height: 40px;
	background-image: url(btn_fond.jpg);
	background-repeat: repeat;
	background-position: left top;
	background-color: #111111;
}
/*
div {border: 1px solid black}
*/
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: block;
}

#menu li
{
	display: block;
	float: left;
	margin: 0px;
	/*height: 40px;*/
	background-color: #111111;
}

#menu a.menu_btn,
#menu a.menu_btn_end 
{
	display: block;
	/*float: left;*/
	width: 240px;
	height: 22px;
	padding: 9px 0px;
	margin: 0px;
	/*background-image: url(btn_fond.jpg);
	background-repeat: repeat;
	color:black;*/
	background-image: url(bouton_noir.gif);
	color: white;
	text-align: center;
	background-position: left top;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}

#menu a.menu_btn 
{
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #111111;
}

#menu a.menu_btn:hover{
/*background-image: url(btn_fond_hover.jpg);*/
background-image: url(bouton_noir_hover.gif);
}

#menu a.menu_btn:link, a.menu_btn_end:link    {  }
#menu a.menu_btn:visited, a.menu_btn_end:visited {  }
#menu a.menu_btn:hover, a.menu_btn_end:hover   { /*color:#c90909;*/ }
#menu a.menu_btn:active, a.menu_btn_end:active  {  }

/* -----------------
Menu  bas
--------------------*/
#menu_bas {
	text-align: center;
	width: 100%;
	height: 25px; /* corrige le bug firefox */
}

#menu_bas ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu_bas li
{
	margin-left: 5px;
	display: inline;
}
/*
#menu_bas a   { color: #dddddd; }
#menu_bas a:hover   { color: #ffffff; }
#menu_bas a:visited   { color: #aaaaaa; }
*/

/* -----------------
liens_ext
--------------------*/
#liens_ext a
{
text-decoration: none;
 color: #dddddd; 
}
#liens_ext a:hover  
{
text-decoration: underline;
 color: #ffffff;
 }
#liens_ext a:visited   { color: #aaaaaa; }
