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

* {
	margin:0;
	padding:0
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(img/back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

h3 {
	color:#87a414;
	height:18px;
	font-size:15px;
	padding-left:5px;
	width:740px;
	margin:0 auto 0 auto;
	background-image:url(img/h3.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}

h2 {
	color:#926625
}

#conteneur {
	margin:10px auto 0 auto;
	width:950px
}

#btmenu {
	height:18px;
	width:175px;
	background-image:url(img/bt_menu.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
}

#header {
	height:160px;
	width:950px
}

#accueil {
	height:30px;
	width:950px;
	background-image:url(img/bg_acc.png);
	background-repeat:no-repeat;
	background-position:right;
}

#accueil_texte {
	width:650px;
	height:30px;
	float:right;
	padding-top:7px;
	color:#fff
}

#accueil_langues {
	width:100px;
	height:30px;
	padding-top:7px;
	float:right
}

#navigation {
	width:750px;
	height:30px;
	display:block;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	margin-top: 7px;
	float:right;
}

#navigation a{
	text-decoration: none;
	color:#926625
}


#navigation a:visited{
	text-decoration: none;
	color:#926625
}

#navigation a:hover{
	text-decoration: underline;
	color:#926625
}


/* CONTENU */

#contenu {
	width:950px;
	float:left
}

#bg_left {
	width:175px;
	float:left;
	/*background-color:#FFFFFF;*/
	color:#776f5e;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#bg_left ul{
	background-color:#fff;
	margin-top:-5px;
	font-size: 11px
}

#bg_left li {
	list-style-type: none;
	height:20px;
	display:block;
	margin-left:2px;
	white-space: nowrap;
	padding-left:25px;
	padding-top:5px;
	/*list-style-position:inside;
	list-style-image: url(../img/fleche.jpg);*/
	background-image:url(img/fond_li.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}

#bg_left li a:hover { 
	padding-left: 2px;
}

#bg_left a {
	text-decoration:none;
	color:#776f5e
}

#bg_left a:visited {
	text-decoration:none;
	color:#776f5e
}

#bg_left a:hover {
	text-decoration:none;
	color:#41de7e;
}

.contour_liste {
	border-left:#d8d3c8 1px solid; 
	border-right:#d8d3c8 1px solid;
}

#newsletter {
	height:75px;
	width:175px;
	margin-bottom:10px;
}

#newsletter img{
	padding-left: 0px;
}

#plan {
background-color:#ede3d2;
margin-top: 10px;
}

#bg_right {
	width:750px;
	float:left;
	margin-left:25px;
}

#bg_right .top {
	height:18px;
	background-image:url(img/bg_top.jpg);
}

#bg_right .middle {
	background-image:url(img/bg_center.jpg);
	background-repeat:repeat-y;
}

#bg_right .bottom {
	height:26px;
	background-image:url(img/bg_bottom.jpg);
}

#footer {
	height:44px;
	width:950px;
	text-align:right;
}

#copyright {
	width:950px;
	height:44px;
	text-align:center;
	color:#7b7b7b
}

#copyright a{
	color:#7b7b7b;
	text-decoration:none
}

#copyright a:visited{
	color:#7b7b7b;
	text-decoration:none
}

#copyright a:hover{
	color:#7b7b7b;
	text-decoration:underline
}

.imgMenu{
	width:150px;
}

.imgMenu:hover{
	width:155px;
}


/* BOXES ACCUEIL */

.box_a {
	height:440px;
	width:245px;
	background-image:url(img/bg_b.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left
}

.box_b {
	height:440px;
	width:245px;
	background-image:url(img/bg_c.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left
}

.box_c {
	height:440px;
	width:245px;
	background-image:url(img/bg_a.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	float:left
}

.flash {
	height:265px;
	width:245px;
}

#btn {
	height:20px;
	width:95px;
	margin-top:125px;
	margin-right:10px;
	float:right;
}

a.E { display: block; width: 95px; height: 20px; background-image: url('img/btn_a.jpg') }
a.E:hover { visibility: visible }
a.E:hover img { visibility: hidden }

