.nt_menu_style{
width: 100%;
font: bold 12px Verdana;
color: #FFFFFF;
padding: 0px 0px 0px;
}

.nt_menu_style:after{ /*Add margin between menu and rest of content in Firefox*/
 content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}

.nt_menu_style ul {
border: 0px solid #D44500;
width: 100%;
/*background-color: #3360A3; */
background: url("menu_principal_fond.gif") center center repeat-x;
padding: 7px 7px ;
margin: 0px;
text-align: left; /*pour centrer le menu ou pas ...*/
}

.nt_menu_style ul li{
display: inline;
/*float: left;*/
}

.nt_menu_style li a,
.nt_menu_style li a:link,
.nt_menu_style li a:visited,
.nt_menu_style li a:active
 {
color: #FFFFFF;
padding: 7px 7px 6px 7px;
margin: 0;
text-decoration: none;
border: 0px solid #D44500;
}

.nt_menu_style li a:hover {
margin: 0;
padding: 7px 7px;
/*background-color: #009D4D;*/
 background: url("menu_principal_fond-over.gif") center center repeat-x; 
/*text-decoration: none;*/
color: #FFFFFF;  /*color:#000000;*/
}

.nt_menu_style li a[rel]:after { /*HTML to indicate drop down link*/
/*content: " v";*/
content: "  " url("downimage.png"); /*uncomment this line to use an image instead*/
}





.nt_sous_menu_style_g{
width: 100%;
font: bold 12px Verdana;
color: #FFFFFF;
padding: 0px 0px 0px;
}

.nt_sous_menu_style_g:after{ /*Add margin between menu and rest of content in Firefox*/
 content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}

.nt_sous_menu_style_g ul {
border: 0px solid #D44500;
width: 100%;
background-color: #009D4D;
/*background: url("menu_principal_fond.gif") center center repeat-x;*/
padding: 7px 7px ;
margin: 0px;
text-align: left; /*pour centrer le menu ou pas ...*/
}

.nt_sous_menu_style_g ul li{
display: inline;
/*float: left;*/
}

.nt_sous_menu_style_g li a,
.nt_sous_menu_style_g li a:link,
.nt_sous_menu_style_g li a:visited,
.nt_sous_menu_style_g li a:active
 {
color: #FFFFFF;
padding: 7px 7px 6px 7px;
margin: 0;
text-decoration: none;
border: 0px solid #D44500;
}

.nt_sous_menu_style_g li a:hover {
margin: 0;
padding: 7px 7px;
background-color: #3360A3;
/* background: url("menu_principal_fond-over.gif") center center repeat-x; */
/*text-decoration: none;*/
color: #FFFFFF;  /*color:#000000;*/
}

.nt_sous_menu_style_g li a[rel]:after { /*HTML to indicate drop down link*/
/*content: " v";*/
content: "  " url("downimage.png"); /*uncomment this line to use an image instead*/
}






.nt_sous_menu_style{
width: 100%;
font: bold 12px Verdana;
color: #FFFFFF;
padding: 0px 0px 0px;
}

.nt_sous_menu_style:after{ /*Add margin between menu and rest of content in Firefox*/
 content: ""; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 
}

.nt_sous_menu_style ul {
border: 0px solid #D44500;
width: 100%;
background-color: #3360A3;
/*background: url("menu_principal_fond.gif") center center repeat-x;*/
padding: 7px 7px ;
margin: 0px;
text-align: left; /*pour centrer le menu ou pas ...*/
}

.nt_sous_menu_style ul li{
display: inline;
/*float: left;*/
}

.nt_sous_menu_style li a,
.nt_sous_menu_style li a:link,
.nt_sous_menu_style li a:visited,
.nt_sous_menu_style li a:active
 {
color: #FFFFFF;
padding: 7px 7px 6px 7px;
margin: 0;
text-decoration: none;
border: 0px solid #D44500;
}

.nt_sous_menu_style li a:hover {
margin: 0;
padding: 7px 7px;
background-color: #009D4D;
/* background: url("menu_principal_fond-over.gif") center center repeat-x; */
/*text-decoration: none;*/
color: #FFFFFF;  /*color:#000000;*/
}

.nt_sous_menu_style li a[rel]:after { /*HTML to indicate drop down link*/
/*content: " v";*/
content: "  " url("downimage.png"); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.sous_menu_div{
position:absolute;
top: 0;
border: 2px solid #3360A3; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px Verdana;
line-height:18px;
z-index:100;
background-color: #3360A3;
width: 200px;
visibility: hidden;
color: white;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#3360A3,direction=135,strength=5); /*Add Shadow in IE. Remove if desired*/
}

.sous_menu_div a,
.sous_menu_div a:link,
.sous_menu_div a:visited,
.sous_menu_div a:active
{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 2px solid #3360A3; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.sous_menu_div a:hover{ /*THEME CHANGE HERE*/
 background: url("menu_principal_fond-over.gif") center center repeat-x; 
/*background-color:#05AC61 ;*/
text-decoration: none;
color:#FFFFFF;
}


