body {
	background-color: #E9EFFF;
	  /* bleu friends */
}

#navGlobale, #logo, #menuVertical, #menuDeroulant, #menuDeroulant ul, #pied {
	background-color: #E9EFFF;
}

.lapage {
	border: solid 20px #E9EFFF;
	background-color: #E9EFFF;

}

.alerte {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	margin-top: 2px;
	padding: 0px;
	background-color: #FF7400;
	font-weight: bold;
	color: #ffffff;
	font-size: 1em;
}

.alerteRougeGras {
	color: red;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}
.alerte h3 {
	background-color: black;
	padding: 3px;
}

.alerte p {
	padding: 3px;
}

.alerteRouge {
	color:red;
}

#menuDeroulant li:hover { /* #menuDeroulant li:hover,*/
	background-color: #C7D4E4;

}


.liste, table {
	font-size: 1em;
}

.liste td {

}

table td:first-child {
	text-align: right;
	font-weight: bold;
}

