* {
	margin:0;
	padding:0;
	}

body {
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	background:url(img/fd-page.jpg) repeat-x top;
	background-color:#FFF;
	}

#conteneur {
	width:900px;
	margin:0 auto 0 auto;
	border:#006D85 dashed 1px;
	border-top:none;
	border-bottom:none;
	padding:0 15px 60px 15px;
	background:url(img/fd-bas.gif) repeat-x bottom;
	background-color:#FFF;
	}
	
@media print { *
	body {
		font-size:105%;
		font-family:Arial, Helvetica, sans-serif;
		background:none;
		background-color:#FFF;
		}
	#conteneur {
		width:900px;
		margin:0 auto 0 auto;
		border:0;
		border-top:none;
		border-bottom:none;
		padding:0 0 60px 0;
		background:url(img/fd-bas.gif) repeat-x bottom;
		background-color:#FFF;
		}
}


h1, h2, h3 {
	color:#006D85;
	font-size:145%;
	text-align:center;
	margin:50px 0 20px 0;
	}
	
h1 {
	color:#EC7703;
	text-align:left;
}

h2, h3 {
	font-size:115%;
	text-align:left;
	margin:40px 0 10px 0;
	}
	
h3 {
	font-size:105%;
	margin:20px 0 10px 0;
}

ul { 
	margin-left:30px;
}
li {
	margin-top:8px;
	margin-bottom:8px;
}

table {
	border:0;
	padding:0;
}
table.space td {
	padding:4px;
}

.fillmeblue {
	background-color:#DAEEF3;
	border:#000000 solid 1px;
	padding-top:2px;
	padding-bottom:2px;
	}
	
.boutonsbas, .boutonsbas-active {
	color:#006D85;
	background-color:#FFF;
	border:#006D85 dashed 1px;
	padding:1px;
	margin:0 0 10px 0;
}

	.boutonsbas:hover {
		cursor:pointer;
		background-color:#F8FFFF;
		}
		
	.boutonsbas-active {
		background-color:#006D85;
		color:#FFF;
		}

.boutonsbasorange {
	color:#EC7703;
	background-color:#FFF;
	border:#EC7703 dashed 1px;
	padding:1px;
	margin:0 0 10px 0;
}
	


/****  Page 1  ****/

.intro-big {
	text-align:justify;
	font-size:105%;
	line-height:140%;
	}
.intro-big2 {
	text-align:justify;
	font-weight:normal;
	font-size:105%;
	line-height:140%;
	}
	
.bleuregular {
	color:#006D85;
	margin:25px 0 0 0;
	}
	
.premierschampshaut {
	color:#006D85;
	font-size:115%;
	font-weight:bold;
	border:#666666 solid 1px;
	border-bottom:none;
	padding:4px;
	text-align:center;
}

.premierschampsbas {
	background-color:#DAEEF3;
	border:#000000 solid 1px;
	padding:7px;
}

.premierchampsinput {
	margin:0;
	border:0;
	background-color:#DAEEF3;
	width:100%;
	font-weight:bold;
	}
	

/****  Page 2  ****/

.titrebleuclair {
	text-align:left;
	font-size:100%;
	padding-top:3px;
	padding-bottom:3px;
	border:#000000 solid 1px;
	background-color:#ECF6F9 !important;
	font-family:Arial, Helvetica, sans-serif;
	}

td.tableau-titregris {
	font-size:100%;
	padding:3px;
	border:#000000 solid 1px;
	background-color:#A6A6A6;
	font-weight:bold;
	text-align:center;
	border-bottom-width:0;
}
.tableau-bleuclair {
	font-size:100%;
	padding-top:3px;
	padding-bottom:3px;
	border:#000000 solid 1px;
	background-color:#DAEEF3;
	border-bottom-width:0;
	font-weight:normal;
}	
.tableau-bleuclair input {
	background-color:#DAEEF3;
	border:0;
	width:100%;
	text-align:center;
}	
.tableau-bleufonce {
	font-size:100%;
	padding-top:3px;
	padding-bottom:3px;
	border:#000000 solid 1px;
	background-color:#E0E0E0;
	border-bottom-width:0;
	font-weight:normal;
}	
.tableau-bleufonce input {
	background-color:#E0E0E0;
	border:0;
	width:100%;
	text-align:center;
}	

