/* CSS Document */

#resultats {

	width: 600px;
	margin-bottom: 20px;

}

#tableau_de_bord, .navigation {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	width: 650px;
}
#tableau_de_bord   td   {
	text-align: right;
}
.navigation td {
	text-align: center;
}
#presentation_fiche {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	background-image: url(../images/fiche_04.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.rouge {
	color: #FF0000;
}
.gris {
	color: #999999;
}
.centrer {
	text-align: center;
}
#resultats th {
	color: #FFFFFF;
	background-color: #666666;
}

caption {
	margin-bottom: 10px;
}
#insertion {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px dashed #999999;
	padding: 20px;
}
#insertion label {
	display: block;
	margin-bottom: 8px;
	margin-top: 12px;
	font-size: 18px;
	font-weight: bold;
}
#insertion input[type='text'] {
	background: #FFFFFF;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.effacement {
	clear: both;
	margin-bottom: 20px;
}
#insertion fieldset {
	float: left;
	width: 380px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	border: 1px solid #999999;
}
#insertion legend {
	margin-left: 10px;
}

.float_left {
	float: left;
}
.float_right {
	float: left;
}


.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #003366;
	text-align: center;
}

.texte-fiche {
	font-family: Arial, Helvetica, sans-serif;
	color : #999999;
	font-size:11px;
	text-align:center;


}

.texte-presentation {
	font-family: Arial, Helvetica, sans-serif;
	color : #999999;
	font-size:11px;
	text-align:justify;

}
.bord_logo {
	border:1px solid #003366;
}

.arret {
	clear: both;
}
.liste{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	
}
.div_fiche {
	position: relative;
}

a:link {
	color: #003366;
	text-decoration:none;
}
page {
}
.message {

font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#CC0000;
text-align:center;


}
