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

*{
	padding:0px;
	margin:0px;
}
a img{
	border:none;
}
a:link {
	color: #739A09;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #739A09;
}
a:hover {
	text-decoration: underline;
	color: #739A09;
}
a:active {
	text-decoration: none;
	color: #739A09;
}
html{
	/*background:url(images/bg.jpg) repeat-x left top #797468;*/
}
body {
	margin: 0px;
	background:url(../images/bg.jpg) repeat-x left top #797468;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a89f9d;
	width: auto;
}
#body{
	width:1000px;
}
#frame_g{
	float:left;
	width:100px;
}
#frame_d{
	float:right;
	width:100px;
}
#page{
	float:left;
	width:800px;
	max-width:800px;
	height:945px;
}
#contenu_page{
	background:url(../images/bg_page.jpg) repeat-x left top #fefefe;
	height:870px;
}
#haut{
	height:80px;
}
#menu_haut{
	height:76px;
}
#visuel_haut{
	height:221px;
	text-align:center;
}
.bandeau{
	margin-left:24px;
	margin-right:24px;
	text-align:left;
	height:25px;
	background-color:#CCC9C0;
}
#container_historique{
	margin-left:24px;
	margin-right:24px;
	height:auto;
	width:auto;
}
#container_historique .container_vignette_g{
	float:left;
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
	margin-right:10px;
	background-color:#8F8C85;
}
#container_historique .container_vignette_d{
	float:right;
	position:relative;
	top:0px;
	margin:0px;
	padding:0px;
	margin-left:10px;
	background-color:#8F8C85;
}
#container_historique .container_vignette_g img, #container_historique .container_vignette_d img{
	border:#8F8C85 solid 2px;
}
#container_historique .container_vignette_g a, #container_historique .container_vignette_d a{
	color:#dddddd;
	font-size:11px;
	display:block;
	padding-bottom:3px;
}
#container_historique .container_vignette_g a:hover, #container_historique .container_vignette_d a:hover{
	color:#fff;
}
#container_historique .entete{
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	color:#4e4e4e;
}
#container_historique .texte{
	text-align:justify;
	height:145px;
}
#container_historique .sep_h{
	margin-top:10px;
	margin-bottom:10px;
}
#container_visuels_bas{
	margin-left:24px;
	margin-right:24px;
	margin-top:21px;
	margin-bottom:32px;
	height:199px;
}
#menu_bas{
	height:29px;
	padding-top:10px;
	background:url(../images/bg_menu_bas.jpg) repeat-x left top;
	text-align:center;
}
#menu_bas a, #menu_bas a.lien_long {
	margin-left:auto;
	margin-right:auto;
	display:block;
	float:left;
	width:12%;
	font-size:11px;
	font-style:italic;
}
#menu_bas a.lien_long {
	width:16%;
}
#menu_bas a:link {
	color: #8f8c85;
	text-decoration: none;
}
#menu_bas a:visited {
	text-decoration: none;
	color: #8f8c85;
}
#menu_bas a:hover {
	text-decoration: underline;
	color: #dddddd;
}
#menu_bas a:active {
	text-decoration: none;
	color: #8f8c85;
}
#bas{
	height:36px;
	background:url(../images/bas.png) no-repeat left top;
}
