/*
 * Copyright (c) 2010, Augré du vent. Tous droits réservés.
 */

#menu {
	vertical-align: top;
	padding-right: 10px;
	padding-top: 10px;
}

.menu-bottom {
	padding: 0;
	margin: 0;
	height: 10px;
	font-size: 1px;
}

.menu {
	margin: 0;
	padding: 0;
}

.menu-btn {
	height: 15px;
	font-family: Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	margin: 0;
	background-color: #004080;
}

.menu-btn a {
	color: #fff;
	text-decoration: none;
}

.menu-btn a:hover {
	font-weight: bold;
	color: #ecb535;
}

.subMenu {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
	border: 1px solid #004080;
	text-align: left;
	white-space: nowrap;
	padding-top: 2px;
	margin: 0;
	padding-bottom: 3px;
}

.subMenu ul {
	padding: 0;
	margin: 0;
}

.subMenu ul li {
	font-size: 10px;
	list-style: none;
	background: none;
	margin: 0;
	padding: 0 0 3px 0;
}

.subMenu ul li a {
	color: #005EBD;
	background: transparent url(../img/puces/rond_bleu_jaune.gif) no-repeat 2px center;
	padding-left: 12px;
	line-height: 15px;
	text-decoration: none;
}

.subMenu ul li a:hover {
	color: #ecb535;
}

/*Style du menu du haut*/
dl, dt, dd {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topMenuBox {
	height: 12px;
	vertical-align: top;
	padding-top:5px;
}

#topMenu {
	position: absolute;
}

#topMenu dl {
	float: left;
	width: 110px;
	margin: 0 1px;
}

#topMenu dt {
	color: #005EBD;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #005EBD;
}

#topMenu dt:hover {
	color: #ecb535;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ecb535;
}

#topMenu dd {
	border: 1px solid #ecb535;
	display: none;
}

#topMenu ul {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topMenu li {
	font-family: Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	background: #fff;
}

#topMenu li a {
	color: #005EBD;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	padding-left: 2px;
}

#topMenu dt a {
	color: #005EBD;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}

#topMenu li a:hover {
	color: #ecb535;
}

#topMenu dt a:hover {
	color: #ecb535;
	border-bottom: 1px solid #ecb535;
}

/* Style du menu "prochainement ..." */
.aLaUneBox {
	margin: 0;
	padding: 2px 0 2px 0;
	font-size: 10px;
	border: 1px solid #004080;
	height:140px;
}

.aLaUneItemBox {
	font-size: 10px;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
	line-height:12px;
}

.aLaUneItemBox p {
	margin: 0;
	padding: 3px 0 5px 0;

}

.aLaUneItemBox a {
	color: #005EBD;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	white-space: nowrap;
}

.aLaUneItemBox a:hover {
	color: #ecb535;
}

.aLaUneItemBox strong {
	font-family: "Trebuchet MS", sans-serif;
	color: #005EBD;
	font-size: 12px;
	text-align: center;
}

.aLaUneItemBox .common {
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}
