/*
table {border: 1px solid black}
td {border: 1px dotted gray}
divv {border: 1px solid orange}
img, form {border: 1px dashed blue}
h1, h2, h3, h4, h5, h6, p {border: 1px solid yellow}
ul {border: 1px solid green}
li {border: 1px solid lightgreen}
*/
*{
	margin:0;
	padding:0;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
    background-color:#fff;
	text-align:justify;
	color:#3e3121;
}

img{border:0 none;}

a{
	color:#760c00;
	text-decoration:underline;
	font-style:italic;
}

h1{
	color:#9fba23;
	font-size:52px;
	font-weight:bold;
	margin:0 auto 22px 26px;
	padding-top:25px;
	font-family:Arial, Helvetica, sans-serif;
}
h2{
	color:#760c00;
	font-size:15px;
	font-weight:bolder;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:19px;
	margin-bottom:15px;
}

h3{
	margin:10px auto 10px auto;
	font-size:16px;
}
#header h1{
	display:none;
}
#global{
	width:800px;
	min-height:950px;
	margin:0 auto 0 auto;
	background-image:url(images/logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#c9bbad;
}

#header{
	width:800px;
	height:130px;
}

#header img{
	float:right;
	margin-right:24px;
}

#pub_haut{
	width:728px;
	height:15px;
	margin:auto;
}
#pub_milieu{
	width:336px;
	height:310px;
	margin:auto;
}

#pub_gauche{
	width:160px;
	height:600px;
	margin:auto;
}

#gauche{
	float:left;
	margin:inherit;
	width:248px;
	height:600px;
}

#gauche li{
	margin:inherit;
	width:248px;
	height:42px;
	background-color:#9fba23;
	margin-top:5px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:42px;
}
#gauche ul{
	marign:0;
	padding:0;
	list-style-type:none;
}
#droite{
	width:550px;
	margin-left:248px;
	background-color:#760c00;
	padding-top:8px;
	padding-bottom:8px;
	letter-spacing:0.3px;
}
#droite_int{
	background-color:#fff;
	width:449px;
	margin:0 auto 0 auto;
	padding:0 8px 0 8px;
	
}
#droite li{
	margin-top:10px;
	margin-left:20px;
}
#menu li{
	float:left;
	background-image:url(images/fond-menus.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	width:110px;
	height:24px;
	text-align:center;

}
#menu ul{
	list-style-type:none;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}
#menu{
	margin:90px auto 0 auto;
	width:770px;
}
#menu a{
	color:#760c00;
}
#menu a:hover{
	color:#000;
}
#bas-gauche{
	padding:0 17px 0 17px;
}
#bas-gauche strong{
	color:#760c00;
}
#footer a{
	color:#4c3013;
	text-align:center;
	font-size:10px;
}