/* Bienvenue sur la feuille de style CSS de Landauer.be */

/* Mise en page */

body {
	color: #FFFFFF;
	font-size: 14px;
	width:760px;
	margin: 5px auto;
	border: 2px solid #E9AE38;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#all {
	background-color: #369DD1;
}
#entete {
	
	width:760px;
	background-repeat: no-repeat;
	height: 270px;

	border-bottom: 2px solid #E9AE38;
}

#menu_gauche {
	float:left;
	width:116px;
	text-align:center;
	padding:3px;
	}
	
#corps {
	float:right;
	padding:5px;
	width:625px;
	border-left: 2px solid #E9AE38;
	}
	
#bottom {
font-size:14px;
	width:auto;
	height:20px;
	padding:5px;
	vertical-align:middle;
	text-align:center;
	border-top: 2px solid #E9AE38;
	}
	
/* Liens */

a:link {
	color: #E9AE38;
	text-decoration: none;
	border-color:#FF9900;
	font-weight: bolder;
}
a:visited {
	color: #E9AE38;
	text-decoration:none;
	border-color:#FF9900;
	font-weight: bolder;
}
a:hover {
	color: #003399;
	font-weight:bold;
	text-decoration: underline;
}

a:active {
	color: #FFCC00;
	font-weight:bold;
	text-decoration:none;
	font-weight: bolder;
	 }
	 
/* Class */

.subtitle {
	color:#FF9900;
	width:120px;;
	font-size: 14px;
	background-repeat:repeat;
	text-align: center;
	font-weight: bold;
	padding: 2px;
	border: 2px outset #FF9900;
	margin-left:20px;
	}

.titre {
	font-size:22px;
	color:#FFFFFF;
	padding: 6px;
	text-align: center;
	margin-top: 10px;
	margin-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.petit {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	}

	.spacer {
clear: both;
	}
	
.relevant {
	color: #003399;
	font-weight: bold;
}

.formulaire{
	background-repeat:repeat-x;
	background-repeat:repeat-x;
	background-color: #FF9900;
	color:#FFFFFF;
	}
.remarque {
	font-size: 12px;
	color: #FF0000;
	margin: 4px;
}

.valide {
	font-size: 12px;
	color: #FFCC00;
	margin: 4px;
	font-weight: bold;
}
.table_team {
	background-color: #FF9900;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}

.table_yes {
	background-color: #009900;
}

.table_no {
	background-color: #FF0000;
}
