body {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color : #000000;
margin: 0;
padding: 0;
height:100%;
background-color: #f3f3f4;
}
td {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color : #000000;
}

p {
	margin: 0px 10px 10px 50px;
	text-align:justify;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#conteneur {
	position: relative;
	width: 758px;
	left: 50%;
	margin-left: -379px;
	height: auto;	
}
/* ENTETE */	
#entete {
	height:100px;
}
#menu {
	height:20px;
	text-align:right;
	margin-bottom: 5px;
}
#menu a {
     height: 20px;
     text-decoration: none;
     color: #999999;
     font-weight: normal;
     }
	 
#menu a:hover {
     color: #000000;
     text-decoration: none;
     }

#menu a:active {
     color: #000000;
     text-decoration: none;
     }


/* PARTIE CENTRALE */
#contenu {
	overflow: visible;	
	height: auto !important;
	height: 280px;
	min-height: 280px;	
	background-color: #FFFFFF;
}
#contenu h1 {
	font-size: 16px;
	line-height:25px;
	padding-left: 50px;
	display:block;
	color:#ffffff; 
	font-weight: bold;
	background-color:#dbdcde;
}
#contenu h2 {
	font-size: 14px;
	color:#cbd72d; 
	font-weight: bold;
	margin: 0;
	padding: 0;
}
/* PIED DE PAGE */
#pied {
	clear: both; 
	bottom: 0;
	margin-top:5px;
	padding: 0;
	text-align:center;

}
/* copyright */
#copyr {
	margin-top:100px;
	width:100%;
	height:185px;
	background-repeat:no-repeat;
	background-image:url(../images/copyr.gif);
	background-position:bottom center;
}
