@charset "utf-8";
/* CSS Document */
/* Fichier entete.inc.css */

.bandeau {
	position: relative;
	width: 800px;
}
.menu {
	position: relative;
	height: 20px;/**/
	top: -3px;
	background: #0374A9; /* bleu marine */
	padding: 0;
}
html>body .menu {
	top: -16px;
	height: 20px;
}
div.menu ul {  
	margin: 5px 0px 5px 0px;
}
html>body div.menu ul {  
	margin-top: 0px;
}
div.menu li{
	display: inline;
	margin: 0px 5px 0px 5px;
	list-style-type: none;
}

.menu a {
	color: #ffffff;
}   
.menu a:hover {
	color: #ffffff;
	text-decoration: underline;
} 
.drapeaux {
	position: absolute;
	top: 150px;
	right: 0px;
	width: 150px;
}
html>body .drapeaux {
	top: 135px;
}
.drapeaux li {
	float: right;
	margin: 0px 5px 0px 5px;
	list-style-type: none;
}





