﻿#logoMenu {
    float:left;
}

/*  DEBUT MENU PRINCIPAL ----------------------------------------------------*/
#menuZone{    
	padding-left: 230px;
	padding-top: 45px;
}
#menuList {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	text-align: left ;
	margin-left: 10px;
}

#menuList li {
    font-family: Arial;
    font-size: 11pt;
    font-weight: bold;
    margin-left: 0px;
	display: inline;
}

#menuList li a {
    color: #000000;
    text-decoration: none;
}

#menuList li a.select{
	color: #606060;
    border-bottom: solid 6px #F0A000;
}
#menuList li a:hover {
    color: #000000;
    border-bottom: solid 6px #c7f000;
    text-decoration: none;
}
/*  FIN MENU PRINCIPAL ------------------------------------------------------*/

/*  DEBUT SOUS MENU ---------------------------------------------------------*/
#SousMenu{
    float:right;
    margin-right: 20px;
    margin-top: 44px;
    font-family:Arial;
    font-weight: bold;
    font-size:16px;
}

#SousMenu a{
    color: #606060;
    text-decoration: none;
}
#SousMenu a:hover{
    color: #000000;
    border-bottom: solid 3px #c7f000;
}
/*  FIN SOUS MENU -----------------------------------------------------------*/
