
*{margin:0;padding:0;}
html{font-size: 100%;}

body{
	text-align: center;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	background-image: url(style_FILES/bordures.gif);
	background-repeat: repeat-y;
	background-position: center;	
}

div#conteneur{
	position: relative;
	top: 0;
	left: 0;
	width: 958px;
	height: 806px;
	margin: 0 auto;
	background-color: #fff;
	background-image: url(style_FILES/fond.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-color: #683d04;
}

div#bande_img{
	position: absolute;
	top: 182px;
	left: 0px;
	width: 248px;
	height: 614px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-color: #683d04;
	background: #afc7d2;
}

div#header{
	height: 160px;
}

div#ligne_jonction{
	position: absolute;
	top: 155px;
	left: 203px;
	background-image: url(style_FILES/ligne_jonction.gif);
	background-repeat: no-repeat;	
	width: 7px;
	height: 33px;
}

div#contenu{
	position: absolute;
	right: 0;
	top: 172px;
	width: 710px;
	height: 630px;
}

div#menu{
	background-image: url(style_FILES/point_brun.gif);
	background-repeat: repeat-x;
	height: 45px;
	background-position: top;
}
div#menu ul{
	list-style-type: none;
	text-align: center;
}
div#menu ul li{
	display: block;
	float: left;
	width: 70px;
	font-size: 0.60em;
	color: #653617;
	text-transform: uppercase;
	background-image: url(style_FILES/btn_menu_up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}
div#menu ul li:hover{
	background-image: url(style_FILES/btn_menu_rl.gif);
	cursor: pointer;
}
div#menu ul li a, div#menu ul li a:hover{
	color: #653617;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-top: 24px;
}
div#menu ul li.actif{
	background-image: url(style_FILES/btn_menu_rl.gif);
}
div#menu_sec{
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: solid;
	border-color: #683d04;
}
div#menu_sec ul{
	list-style-type: none;
	text-align: left;
	margin-left: 25px;
	margin-top: 4px;
}
div#menu_sec ul li{
	display: block;
	float: left;
	width: 97px;
	height: 25px;
	font-size: 0.55em;
	color: #653617;
	background-image: url(style_FILES/btn_smenu_up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}
div#menu_sec ul li:hover{
	background-image: url(style_FILES/btn_smenu_rl.gif);
	cursor: pointer;
}
div#menu_sec ul li a, div#menu_sec ul li a:hover{
	color: #653617;
	text-decoration: none;
	display: block;
	width: 100%;
	padding-left: 25px;
	width: 60px;
}
div#menu_sec ul li.actif{
	background-image: url(style_FILES/btn_smenu_rl.gif);
}

div#corps{
	border-color: #683d04;
	border-left-style: solid;
	border-left-width: 1px;
	color: #653617;
	text-align: left;
	padding: 10px 40px 0 15px;
	font-size: 0.8em;
}
div#corps h1{
	font-weight: normal;
	text-transform: uppercase;
	margin: 10px 0 10px 11px;
	width: 300px;
}
div#corps p{
	margin-bottom: 10px;
	margin-left: 11px;
}
div#corps div#accueil p{
	line-height: 20px;
}
div#corps ul, div#corps ol{
	margin-bottom: 10px;
	margin-left: 11px;
}
div#corps ul li, div#corps ol li{
	list-style-position: inside;
}
div#corps ol li{
	margin-bottom: 10px;
}

div#corps img{
        border: 0px;
}


div#menu_tert{
	float: left;
	width: 225px;
	margin-top: 50px;
}
div#menu_tert ul{
	list-style-type: none;
	color: #653617;
}
div#menu_tert ul li{
	margin-bottom: 5px;
}
div#menu_tert ul li a{
	color: #653617;
	text-decoration: none;
}
div#menu_tert ul li a:hover{
	text-decoration: none;
}

div#contenu_tert{
	margin-left: 230px;
	margin-top: 50px;
}
div#contenu_tert h1{
	position: absolute;
	top: 86px;
	left: 13px;
}

div#contenu_tert img{
	border: 0px;
}

div#contenu_tert a{
	color: #F50303;
        font-size: 1.2em;
	font-weight: bold;
}

