/* 
	CSS du menu
	Copyright © Télécommunications de l'Est
*/

#divMenu {
   height:25px;
	 width:1001px;
	 background-image:url(../img/fond-titre-nouvelle.png);
	 background-repeat : repeat-x;
	 background-position : bottom;
	 padding-bottom : 6px;
}

#menu_principal_1  {
	height : 100%;
	width : 1002px;
	border-width : 0px;
	text-align : center;
	display : block;
	
}

#menu_principal_1  a {
	width : 100%;
	height : 100%;
	line-height : 2em;
	font-weight : bold;
	text-align : center;
	display : block;

}

#menu_principal_1  a:hover {
	width : 100%;
	height : 100%;
	background-color : #00a5a1;
	font-weight : bold;
}

#menu_principal_1 td {
	border-color : white;
	background-color : #00277f;
	width : auto;
	border-color : white;
	border-style : solid;
	border-width : 1px;
	text-align:center;
	border-bottom-width : 0px;
	border-top-width : 0px;
	height : 100%;
	border-left : none;
	margin-left : auto;
	margin-right : auto;
	width : 5%;
	

}


#menu_principal_1 td:hover {
	background-color : #00a5a1;
}

.menu_principal_2 td {
	border:1px solid #234b8d;
	line-height:2em;
	width : 200px;
	font-size : 8pt;
	text-align : center;
	background-color : white;
	display : block;
}

.menu_principal_2 td:hover{
	background-color : #00277f;
	color : #fff !important;
}

.menu_principal_2 a:hover{
	color : #fff;
	background-color : #00277f;
	width : 100%;
	font-weight : bold;
}

.menu_principal_2 a {
	font-weight : bold;
}
.menu_principal_2 a
{
	display : block;
	width : 100%;
}

#divMenu a {
	color:#fff;
	text-decoration:none;
	width:100%;
	font-size:12px;
}

.menu_principal_3 ul
{
	list-style-type : none;	
	background-color : #FFF;
	margin-left : 0px;
	padding-left : 0px;
}

.menu_principal_3 li
{
	border:1px solid #234b8d;
	margin-left : 0px;
	font-size : 8pt;
	font-weight : bold;
	width : 200px;
	height : 20px;
	line-height:2em;
	padding-left : 0px;
	text-align : center;
}

.menu_principal_3 a
{
	width : 100%;
	height : 100%;
	display : block;
	line-height:2em;
}

.menu_principal_3 a:hover
{
	color : #fff;
	background-color : #00277f;
	width : 100%;
	font-weight : bold;
	width : 100%;
	height : 100%;
	display : block;
	line-height:2em;
}

