@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#page {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:950px;
	border:1px solid white;
}
#haut {
	border-bottom:1px solid white;
	height:119px;
}
#menuHaut{
	background-color:#65b5d8;
	border-bottom:1px solid white;
	height:28px;
}
form {padding:0; margin:0;}
#menuHaut #form1 {
	display:inline;
}
#menuHaut input.champBlanc {
	width:120px;
	height:15px;
	background-color:white;
	color:#297b9f;
	border:none;
	padding:0;
	margin:0;
	font-size:11px;
	display:inline;
	}
#situation {
	background-color:#8ebb1a;
	vertical-align:middle;
	border-bottom:1px solid white;
	}
#situation a, #situation td {
	color:white;
}
#situation a:hover {
	color:#297b9f;
}
#content , #content table, #content td{
	background-color:white;
}
#content td {
	vertical-align:top;
}

#sepBas {
	background-color:#8ebb1a;
	height:14px;
	border-top:1px solid white;
	}
#basPage {
	background-color:white;
	padding:5px;
	color:#297b9f;
}
#basPage a {
	color:#f09427;
}
#basPage a:hover {
	color:#8ebb1a;
}
#menuDroite, #content td.bleuCiel {
	background-color:#65b5d8;
}
#editContenu a{
	color:#FFFFFF;
	background-color:#660033;
	padding:10px;
	text-decoration:none;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	display:inline-block;
	margin-right:1px;
}
#editContenu a:hover{
	background-color:#330000;
}
