html, 
body{
	background: #3d424a;
	width:100%;
	margin: 0 0 0 0;
}
p{
	display: block;
	margin-left:12px;
	color:#3d424a;
	font-family:Arial;
	font-size:13px;
	font-weight: bold;
}
p.rose{
	color: #003665;
	text-align:right;
	font-family:Arial;
	font-size:20px;
}
p.normal{
	color: #000000;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
}
p.roseptt{
	color: #003665;
	text-align:right;
	font-family:Arial;
	font-size:17px;
	margin:0;
	margin-top:20px;
	font-weight: bold;
}
a{
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #484848;
	font-weight: bold;
}
a:hover{
	text-decoration: underline;
}
#main{
	width: 900px;/* la taille du site */
	margin: 0 auto 0 auto; /* la moitié du width */	
	background-color: #FFFFFF;
}
#header {
	display: block;
	height: 100;
	background: url() left top;
}

#corps{
	float: left;
	width: 900px;
	background-color: #FFFFFF;
	overflow: visible ;
}
#logohaut{
	float: right;
	display: block;
	overflow: hidden;
	height: 100x;
}
#logohaut img{
	background-color: #FFFFFF;
	float: left;
	display: inline;
	height: 100x;
	margin-left: 0px;
}
#textelogo{
	float: left;
	display: block;
	margin: 0px;
	margin-left: 20px;
	text-align: left;
	width: 200px;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #df0949;
}
span.h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2e3094;
	}
span.blocrose {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color:#bc0021;
	margin-left:5px;
}
p.blocrose {
	background-color:#bc0021;
}