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

body {
	width:1002px;
	background-color:#98B605;
	margin: auto;
	
	}
div#header {
	background-color:#98B605;
	height: 125px;
	width: 1002px;
	margin-top:20px
	
}
div#content {
	background-color: #FFFFFF;
	width: 1002px;
	height:400px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#footer {
	background-color: #FFFFFF;
	height: 120px;
	width: 1002px;
	background-image:url(../images/bas-page.jpg);
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform:none;
	color:#5E2B17;
	text-align:center;
	vertical-align: middle;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight:bold;
	margin-top:5px;
	margin-left:5px
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-align:left;
	background-repeat: no-repeat;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5E2B17;
	font-weight:bold;
	text-align: justify;
	position: absolute;
}
.margegauche {
	margin:0px 0px 0px 10px
}
.centrage {
	text-align:center
}
.blanc {
	color:#FFFFFF;
}
.noir {
	color:#000000
}
.titrecases {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	color: #5E2B17;
}
.titreonglets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin:3px 0px 5px 10px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color: #5E2B17;
}
table#tableaumenu {
	border-bottom:1px solid #FF6600;
}
table#tableaumenu td {
	border-top:1px solid #FF6600; 
	border-right:1px solid #FF6600
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E2B17;
	text-decoration:none;
}
a:hover {text-decoration:underline}
a:visited {text-decoration:none}
a:link {text-decoration:none}

/*table#tableaumenu td:hover {
	background-color:#FF6600
}*/

