/* mise en page */
body {
	background: url('../images/bg_bleu.gif') #FFFFFF;
	color:#000099;
}
img {
	border:0px;
}
#logoG {
	border:0px;
	margin:0px;
	padding:0px;	
	float:left;
	width:120px;
	height:40px;
	text-align:center;
}
#logoD {
	border:0px;
	margin:0px;
	padding:0px;
	float:right;
	width:120px;
	height:40px;
	text-align:center;
}
#titre {
	color:#ddeeff;
	background:#333388;
	margin:0px 125px 5px 125px;
	padding:5px;
	text-align:center;
}
#menuG {
	border:medium solid;
	float:left;
	width:90px;
	background:#000000;
	color:#bbccff;
	padding:10px;
	margin:3px;
	list-style-type:none;
	text-align:center;
}
#menuD {
	border:medium solid;
	float:right;
	width:90px;
	background:#000000;
	color:#bbccff;
	padding:10px;
	margin:3px;
	list-style-type:none;
	text-align:center;
}
#menuG a, #menuD a { color:#FFFFFF; }
#menuG a:hover, #menuD a:hover { text-decoration:none; }
#menuG li, #menuD li { margin:5px; }

#corps {
	border:thin solid;
	margin:3px 125px 3px 125px;
	padding:5px;
	background:#FFFFFF;
	color:#000000;
	text-align:justify;
}
#bas {
	margin:3px 125px 3px 125px;
	padding:3px;
	text-align:center;
	clear:both;
	background:#334499;
	color:#ffffff;
}
#bas a { color:#ffffff; }