*{
	margin:0;
	padding:0;
	
}

html, body{
	height:100%;
}

body{
	text-align:center;
	background-image:url(../images/charte/fond-page.jpg);
	background-repeat:repeat-x;
	background-color:#e1e9a0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#site{
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:820px;
	margin:0 auto;
	text-align:left;
	background-color:blue;
	background-image: url(../images/charte/fond-contenu.jpg);
	background-repeat:repeat;
}

#header{
	height:153px;
	background-image: url(../images/charte/fond-header.jpg);
}

#header h1, #header h2{
	display: none;
}

#header ul{
	list-style-type:none;
	padding-left: 350px;
	padding-top: 10px;
}

#header li{
	line-height: 150%;
	font-family:Trebuchet MS;
	font-size: 18px;
}

#header li a{
	color: #9bc678;
	text-decoration:none;
}

#header li a:hover{
	color: #3399cc;
}

#corps{
	position:relative;
	padding:0 0 50px 0;
}

#corps:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size:0;
	margin:0;
	padding:0;
}

/* Hack IE 5.0 Mac \*/
* html #corps {height:1%;}
/* Fin hack IE 5.0 Mac */

#contenu{
	margin:0 0 0 307px;
}

#contenu h1{
	font-family: Trebuchet MS;
	border-bottom: 2px solid #3399cc;
	margin: 10px;
	margin-left: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #7e8f17;
}

#contenu h2{
	margin: 10px;
	font-family: Trebuchet MS;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 14px;
	color: #3399cc;
}

#contenu h4 { 
	font-size: 12px;
	margin-left: 20px;
}

#contenu p{
	font-size: 11px;
	text-align:justify;
	padding-left: 15px;
	padding-right: 5px;
	margin-bottom: 10px;
}

#contenu a{
	color: #0066CC;
	text-decoration:none;
}

#contenu a:hover{
	color:#336633;
}

#contenu ul{
	padding-left: 40px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

#contenu img{
	margin: 10px;
	border: 0;
}

#contenu table{
	margin-left: 15px;
	width: 420px;
	font-size: 10px;
}

#contenu tr{
	height: 40px;
	margin: 3px;
}

#contenu .contact tr{
	margin: 3px;
	height: auto;
}

#contenu td{
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#contenu .contact td{
	border: 0px solid blue;
}

#contenu .contact input, #contenu .contact textarea{
	border: 1px solid #333333;
}

#contenu .contact input{
	width: 150px;
}

#contenu .contact textarea{
	width: 80%;
	height: 150px;
}

#contenu span.dateActus {
	color: grey;
	font-size: 80%;
}

.warning{
	color: #CC0000;
	font-weight:bold;
}

#btContenu{
	text-align:center;
}
#btContenu img{
	margin:5px 15px;
}

#contenu th{
	text-align:center;
}

#contenu img a{
	border: 0px;
}

.sitemap {
	text-align: right;
	}
.sitemap a {
	color: #0066CC;
	text-decoration:none;
	}
.sitemap a:hover {
	color:#336633;
	}

#sitemapcenter {
	text-align: center;
	}

#sidebar{
	float:left;	
	width:307px;
	text-align: center;
}

#sidebar h1{
	font-family: Trebuchet MS;
	font-size: 16px;
	color: #3399cc;
}

#sidebar h2{
	font-family: Trebuchet MS;
	font-size: 18px;
	margin-top: 10px;
}

#sidebar a{
	color: #3399cc;
	font-weight: bold;
	font-style:italic;
	text-decoration: none;
}

#sidebar a:hover{
	color: #669933;
}

#sidebar p{
	font-size: 11px;
}

#sidebar img{
	border: 10px solid #e1e9a0;
}

#sidebar h3{
	font-family: Trebuchet MS;
	font-size: 18px;
	color: #333333;
}

#footer{
	position:absolute;
	bottom:0 !important;
	z-index:2;
	width:820px;
	height:50px;
	background-color:#e1e9a0;
	border-top: 10px solid #3399cc;
}

#footer p{
	font-size: 9px;
	text-align:center;
}

#footer a{
	color: #0099CC;
	text-decoration:none;
}

.sansbordure{
	border: none;
	border-color:#FFFFFF;
}
