/* CSS Document */
#menuHaut {
	font-weight:700;
	font-size:11px;
	color:#11609c;
	line-height:15px;
	vertical-align:middle;
}

.menuBasGauche {
	font-family:Arial Black;
	font-size:11px;
	background-image:url(../images/menu/menu-bas-droite-hb.jpg);
	background-position:100% 0%;
	background-repeat:repeat-y;
	background-color:#004c90;
	vertical-align:middle;
	color:white;
	height:18px;
	width:768px;
	position: relative;
	top: 0px;
	left: 0px;
	padding:1px;
}

.menuBasGaucheText{
	text-align:center;
	border-left:1px solid #004c90;
	border-right:1px solid #80a6c8;
	border-spacing:1px;
	padding-right:7px;
	padding-left:7px;
}

.menuBasDroiteText1{
	text-align:left;
	border-spacing:1px;
	padding-right:7px;
	padding-left:7px;
}

/* IMAGES */

.menuBasDroite IMG{
	border:0px;
	border-spacing:0px;
	margin:0px;
	padding:0px;
}

#barreMenuDegradee {
	height:1px;
	background-image:url(../images/menu/menu-bas-bord.jpg);
}

/* LIENS */

.menuBasGaucheText A:link, .menuBasGaucheText A:visited, .menuBasGaucheText A:active, .menuBasDroiteText1 A:link, .menuBasDroiteText1 A:visited, .menuBasDroiteText1 A:active{
	text-decoration:none;
	color:white;
}

.menuBasGaucheText A:hover, .menuBasDroiteText1 A:hover{
	text-decoration:underline;
	color:white;
}

