@charset "utf-8";

body {
	font-family: verdana, arial, sans-serif;
	background: url("images/background.jpg");
	margin: 0;
}
#page {
	width: 60%;
	min-width: 1000px;
	line-height: 1.3;
	background: #FFFFFF;
	border: 3px solid #5c5c5c;
	border-top: 0;
	border-left: 0;
	padding: 10px 30px;
	margin: 20px auto;
	border-radius: 10px 10px 10px 10px;
}
/*
fieldset {
	border: #3a7bc9;
}
*/
legend {
	padding: 0px 10px 1px 10px;
	background: #3a7bc9;
	font-size: 0.9em;
	color: #f9f9f9;
	border: 1px solid;
	border-radius: 10px 10px 10px 10px;
}
p {
	margin-bottom: 0px;
	text-align: justify;
	}
a {
	color: #046380;
	text-decoration: none;
}
a:hover, a:focus, a:active { 
	color: #046380;
	text-decoration: underline;
}
.alert {
	color: DarkRed;
}
h1 {
	font-size: 1.7em;
	color: #5c5c5c;
	text-align: center;
}
h2 {
	font-size:0.9em;
	color: #b0b0b0;
	text-align: center;
}
h3{
	font-size:1.1em;
	margin: 50px 0px 10px 0px;
	color: #3a7bc9;
}
h4 {
	margin: 40px 0px 10px 30px;
	font-style: italic;
}
td.larg_col {
	width: 130px;
}
td.right {
	text-align: right;
}
td.center {
	text-align: center;
}
/*
table#resultats {
	width: 100%;
}
table#resultats tr:hover {
	background-color: #f5f5f5;
}
*/
table.resultats {
	margin-left: 10px;
	border-collapse: collapse;
}
table.resultats td {
	padding: 5px 20px 5px 5px;
}
table.resultats tr:hover {
	background-color: #d9d9d9;
}
table.resultats tr.nohover:hover {
	background-color: #ffffff;
}
img.center
{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
footer {
	margin-bottom: 2em;
}
footer p {
	text-align:center;
	font-size: 0.8em;
	color: #5c5c5c;
}


/* Mise en forme du menu en onglets */
#onglets {
	font: bold 0.9em verdana, arial, sans-serif;
	list-style-type: none;
	padding-bottom: 31px; /* à modifier suivant la taille de la police ET de la hauteur de l'onglet dans #onglets li */
	border-bottom: 1px solid #5c5c5c;/* ligne toute la largeur */
	margin-left: 0;
}
#onglets li {
	float: left;
	height: 28px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
	margin: 2px 2px 0 2px !important;  /* Pour les navigateurs autre que IE */
	margin: 1px 2px 0 2px;  /* Pour IE  */
	border-width: 1px 1px 0 1px;/* bordure onglets */
	border-style: solid;
	border-color: #5c5c5c;
	border-radius: 5px 5px 0 0;
	background-color: #f9f9f9;/* fond onglets non actif */
}
#onglets li.active {
	border-bottom: 1px solid #5c5c5c;/* bordure bas onglet actif */
	background-color: #5c5c5c;/* fond onglet actif */
}
#onglets a {
	display: block;
	color: #5c5c5c;/* couleur texte onglets non actif*/
	text-decoration: none;
	padding: 4px;
}
#onglets a.active {
	color: #f9f9f9;/* couleur texte onglet actif */
}
#onglets a:hover {
	border-bottom: 1px solid #b0b0b0;/* bordure bas onglet survolé */
	background: #b0b0b0;/* fond onglet survolé */
}
/* Fin de la mise en forme du menu en onglets */