body{
	background-color: white;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0; /* pour éviter les marges */
   	/*text-align: center; /* pour corriger le bug de centrage IE */
	
}
#global{
	/* indispensable pour centrer le site */
	border: thin none;
	margin-left: auto;
	margin-right: auto;
	width: 597px;
	top: 0px;
	text-align: left;
}
#bandeau{
	background-color:white;
	position: relative;
	width: 595px;
	height: 128px;
}
#Contenu{
	position: relative;
	left: 40px;
	border: thin none;
	width: 516px;
}
#Contenu li{
	font-size: 12px;
	display: list-item;
	list-style: disc;
	padding-left: 10px;
	list-style-type: disc;
}
#Contenu ul{
	list-style-type: disc;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	padding-left: 70px;
}
#fildefer{
	font-size: 10px;
	color: black;
	margin-bottom:0;
}
#fildefer ul{
	margin: 0;
	padding: 0;
	text-align: left;
}
#fildefer li{
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: black;
	display: inline;
   list-style-type: none;
	
}
#fildefer a{
	text-decoration: none;
	color: black;
	height:10px;
 	border:0
	padding-right:0.6em;
}
#Contenu h1{
	font-size: 30px;
	color:#A6A4A5;
	text-align: left;
	margin-top:10px;
	margin-bottom:0;
}
#Contenu h2{
	font-size: 20px;
	color:#A6A4A5;
	text-align: left;
	margin-top:10px;
	margin-bottom:0;
}
#Contenu p{
	font-size: 12px;
	color: #383836;
	text-align: justify;
	margin-top: 23px;
	margin-bottom: 25px;
}
#Contenu img{
	border: 0;
	margin-bottom: 7px;
	margin-top: 10px;
	text-align: center;
}
/*pied de page*/
#basdepage{
	padding:0;
	position: relative;
	left: 40px;
	top:70px;
	width:516px;
	text-align: center;
}
#pieddepage{
	width: 280px;
	background-image: url(../images/impression/logo_bra_print.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 24px;
	line-height: 24px;
	font-size: 11px;
	color: #545353;
	padding-left:28px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: none;
}
.spip_doc_titre{
	font-size: 10px;
}