/* Main menu */
#menu /*cadre */
{
	padding:0 0;
	list-style: none;
}

#menu li /*carre*/
{
	float: left;
	position: relative;
        background-color: #E4E4E4;

}

#menu a /*texte*/
{
    text-align:center;
    float: left;
    font: bold 12px/25px Arial, Helvetica;
    color: #000000;
    text-decoration: none;
    width: 160px;
    height: 30px;
    line-height:11px;
}


#menu table
{
      border-spacing: 3px;
    border-collapse: separate;
}

#menu td.tabl
{	
  background-color: #E4E4E4;
}

/* Affiche le sous menu au survol*/
#menu li:hover > ul
{
    display: block;
}

/* Sub-menu */
#menu ul.res /*mise en forme sous menu et masquage par defaut*/
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 99999;
    background-color: #E4E4E4;
}

#menu ul /*mise en forme sous menu et masquage par defaut*/
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
    background-color: #E4E4E4;
}

#menu ul ul /*positionnement sous-sous-menu*/
{
    top: 0;
    left: 167px;
}

#menu ul a
{
    padding: 8px;
    width: 150px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    text-transform: none;
    border-top: 1px solid #c8d2d2;
    border-left: 1px solid #c8d2d2;
    border-right: 1px solid #c8d2d2;
    border-bottom: 1px solid #c8d2d2;
}

*html #menu ul a /* IE6 */
{    
	height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
	height: 10px;
}


/*#menu ul li > a /*arrondi sur le cadre bleu des sous-menu*/
/*{
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
} */

#menu ul li:first-child > a:after /* fleche sur le menu */
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child > a:after /* fleche des sous-menu */
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu li.resMenu{height:60px;top:30px}

.centered-Resp{
    margin-left: auto;
    margin-right: auto;
    width: 660px;
}

.centered-Sal{
    margin-left: auto;
    margin-right: auto;
    width: 490px;
}