body {
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	width:100%;
	min-width:980px;
	margin-top:0px;
	margin-left:0px;
	background-color:#eddfb9;
}
#anim { margin:auto; width:950px; }
#header {
	margin-top:0px;
	width:100%;
	height:250px;
	border-bottom:2px solid #d9bf74;
	background-color:#d9bf74;
}
#header p { margin-top:0px; }
#header img { border:none; }
#bkg_left_img {
	position:absolute;
	width:400px;
	height:850px;
	top:250px;
	left:0px;
	background-image:url(../img/fond_gauche.png);
	background-repeat:no-repeat;
	z-index:-1;
}
#bkg_left_img_seul {
	position:absolute;
	width:400px;
	height:850px;
	top:250px;
	left:0px;
	background-image:url(../img/fond_gauche_seul.png);
	background-repeat:no-repeat;
	z-index:-1;
}
/* MENU HAUT */
#topmenu { height:40px;	margin-top:0px; }
.topmenu_elt {
	width:130px;
	height:25px;
	float:left;
	margin-top:0px;
	margin-left:5px;
	padding-top:2px;
	text-align:center;
	background-image:url(../img/btn_mnu_top.png);
	background-repeat:no-repeat;
}
.topmenu_elt img { border:0; }
.topmenu_elt a {
	text-decoration:none;
	color:#991f25;
	font-size:0.8em;
	font-weight:bold;
}
.topmenu_elt a:hover { text-decoration:none; color:#000c6f; }
.topmenu_elt a:active {	text-decoration:none; color:#000000; }
.topmenu_elt:hover { background-image:url(../img/btn_mnu_top_hover.png); }

/* Pour indiquer ou l'internaute se trouve */
#topmenu_elt_select {
	width:130px;
	height:25px;
	float:left;
	margin-top:0px;
	margin-left:5px;
	padding-top:2px;
	text-align:center;
	color:#000c6f;
	font-size:0.8em;
	font-weight:bold;
	background-image:url(../img/btn_mnu_top_hover.png);
	background-repeat:no-repeat;
}
#navbar {
	font-weight:bold;
	font-size:0.8em;
	width:55%;
	padding-top:10px;
	margin-left:270px;
	margin-bottom:10px;
	text-indent:20px;
}
#navbar h1 { margin:0px; font-size:1em; text-align:left; display:inline; color:#003399; }
#navbar a { color:#991f25; }
#content {
	margin-left:280px;
}
#main {
	min-height:850px;
	font-size:0.9em;
	background-image:none;
}
#right_column {
	float:right;
	margin-top:50px;
	margin-right:10px;
	width:180px;
}
/* PIED DE PAGE */
#footer { height:80px; padding-top:10px; clear:both;}
.footer_elt {
	float:left;
	margin-top:5px;
	margin-left:10px;
	padding-left:5px;
	padding-right:5px;
}
.footer_elt img {	border:0; margin-left:10px; }
.footer_elt a { text-decoration:underline; font-size:0.7em; font-style:italic; color:#000000; }
.footer_elt a:hover { text-decoration:none; }
#photo_footer {
	float:right;
	margin-right:8%;
}
