* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

body {
	background:#FFFFFF;
	margin:0;
	padding:0;
}

h1 {
	font-size:22px;
	color:#000000;
	text-align:center;
	margin-bottom:10px;
}

h2 {
	font-size:17px;
	color:#EB0000;
}

hr {
	color:#DDDDDD;
	height: 1px
}

span {
	color:#EB0000;
	font-size:15px;
	font-weight:bold;
}

#conteneur {
	position:absolute;
	width:750px;
	left:50%;
	margin:5px 0 0 -375px;
}

#corps {
	width:650px;
	margin:10px 0 50px 50px;
}

#overlib {
	width:100%;
	height:850px;;
	position:absolute;
	top:0;
	left:0;
	background:#4f4c4c;
	-moz-opacity:0.49;
	filter:alpha(opacity=49);
	z-index:999998;
}

#overdiv {
	
	position:absolute;
	width:275px;
	height:186px;
	left:50%;
	margin-left:-120px;
	top:50%;
	margin-top:-78px;
	padding-top:20px;	
	z-index:999999;
	background:url(images/fond-overdiv.gif) no-repeat 0 0;
}

#overdiv2 {
	position:absolute;
	width:345px;
	height:176px;
	left:50%;
	margin-left:-172px;
	top:50%;
	margin-top:-90px;
	padding:20px;
	z-index:999999;
	background:url(images/fond-overdiv-02.gif) no-repeat 0 0;
}

.attention {
	background:#EBEBEB;
	text-align:center;
	font-weight:bold;
	color:#EB0000;
	padding:3px;
}

.rapport-01 {
	background:#EBEBEB;
	padding:10px;
}

table{
	padding:8px;

}

.tableau-01 {
	width:430px;
	font-weight:bold;
	margin-left:75px;
}

.tableau-02 {
	width:250px;
	margin-left:175px;
}

.tableau-03 {
	width:100%;
}

.explication {
	background:#F6F6F6;
	padding:5px;
}

.btn-01 {
	position:relative;
	width:100px;
	height:24px;
	left:50%;
	margin-left:-63px;
	background:url(images/fond-bouton-01.jpg) no-repeat 0 0;
	font-weight:bold;
	margin-top:25px;
	padding:5px 0 0 28px;
}

.btn-01 a{
	color:#000000;
	text-decoration:none;
	width:100;
}

.btn-01 a:hover{
	color:#EB0000;
}

.btn-02 {
	width:77px;
	height:24px;
	position:absolute;
	left:50%;
	margin-left:-39px;
	background:url(images/fond-bouton-02.jpg) no-repeat 0 0;
	font-weight:bold;
	margin-top:25px;
	padding:5px 0 0 8px;
}

.btn-02 a{
	color:#000000;
	text-decoration:none;
}

.btn-02 a:hover{
	color:#EB0000;
}

.center {
	text-align:center;
}

.padding-50 {
	padding:0 25px 0 25px;
}