*{
	margin:0px;
	padding:0px;
	
}
body{
	background-color:#E1E2E3;
	margin:auto;
	padding:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #484848;
	text-decoration: none;
	line-height: 20px;
	
}
ul{
	list-style-position:inside;
	font-weight:bold;
	list-style-image:url(img/puce.jpg);
}
#main{
	margin:auto;
	padding:auto;
	width:1000px;
	height:100%;
  	overflow:hidden;
  	
}
#header{
	height:165px;
	background-color:white;
	background-image:url(img/backg_header.jpg);
	background-repeat:no-repeat;
}
#header #logo{
	margin-left:10px;
	
}
#body{
	height:100%;
	min-height:600px; 
	background-color:white;
	overflow:hidden;
}

#footer,#footer a{
	height:40px;
	color:#A4A4A4;
	font-size: 11px;
	color: #a4a4a4;
	background-color:#484848;
	
}
#footer{
	
	
}
#footer a:hover {
	font-weight: bold;
	color: #13aad9;
	text-decoration: underline;

}
#footer a {
	font-weight: bold;

}
#footer #copyright{
	padding:10px;
	display:block;
	float:left;
}
#footer #credit{
		padding:10px;
	display:block;
	float:right;
}

.cadre{
	border: 1px solid #E1E2E3; 
	padding:10px;
	margin:10px;
	overflow:hidden;
	text-align:justify;
	
}
.cadre h1{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #027fbc;
	padding-bottom:20px;
	
}
.cadre p{
	margin-bottom:10px;
	
}

