#menu
{
	background-color: #d6e0ed;
	border-bottom: 1px solid #4791C5;
	padding:0;
	margin:0;
}

#logo
{
	width:100%;
	height:60px;
	border-bottom: 1px solid #629DC5;
	background-color: #FFFFFF;
	
}

.linkMenu
{
	display: block;
	font-size: 8pt;
	font-weight:bold;
	color: #000080;
	margin-top:2px;
	margin-bottom:2px;
	background-color: #d6e0ed;
}

.linkMenu:hover
{
	display: block;
	font-size: 8pt;
	font-weight:bold;
	color: #000080;
	text-decoration: underline;
}



.imgAccueil
{
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}



#smenu1, #smenu2, #smenu3, #smenu4
{
	font-size: 8pt;
	font-weight:bold;
	color: #000080;
	display: none;
	background-color: #d6e0ed;
	border: 1px solid #4791C5;
	position: absolute;
	padding-left: 2px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:200px;
}

.divMenu {
  	display: inline; /* Changes list items from block to inline elements so that links flow side by side. */
	padding: 0px;
	font-size: 8pt;
	font-weight:bold;
	color: #000080;
	margin-left:10px;
	margin-right:10px;
	height:100%;
}

.divMenu:hover {
  	display: inline; /* Changes list items from block to inline elements so that links flow side by side. */
	padding: 0px;
	font-size: 8pt;
	font-weight:bold;
	color: #000080;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
	background-color: #a9bfda;

}


.nav {
	color: #000080;
	list-style-type: none;
	width: 100%; /* précision pour Opera */
	height:20px;
	list-style: none;
	margin-top: 3px;
	font-size: 8pt;
	font-weight:bold;

}

.nav li {
	color: #000080;
	float: left;

}

.nav a {
	float: left;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	color: #000080;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
}

.nav a:hover {
	background-color: #a9bfda;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;	
}

