h1.main {
  display: none;
}
/*Menu bas*/
div.blocks {
margin-left: 15px;
width: 100%;

}

div.blocks div.block {
float: left;
padding: 0;
/*height: 20px;*/
margin: 0 2px 0 0;
border-right: 2px solid white;

}

div.blocks div.block a {
text-transform: uppercase;
display: block;
padding: 9px 0 0 0 ;
color: white;
text-decoration: none;
text-align: center;
font-size: 13px;
font-weight: bold;
}


div.blocks div.menutype {
background-color: #98042E;
width: 150px;
height: 35px;
}
div.blocks div.menutype a:hover{
background-color: #69001e;
width: 150px;
height:25px;
}
/*OFFRE DU MOIS*/
div.blocks div.dossiermois {
background-color: #cb8296;
width: 149px;
height: 35px;
}

/*BLOCK VISITE*/
div.blocks div.visite {
background-color: #cb8296;
width: 149px;
height: 35px;
}


/*BLOCK PRESSE*/
div.blocks div.presse {
background-color: #98042E;
width: 149px;
height: 35px;
}

/*SURVOL BLOCKS*/

div.blocks div.dossiermois a, div.blocks div.visite a, div.blocks div.presse a {
width: 100%;
padding: 0;
margin: 0;
}

div.blocks div.dossiermois a span, div.blocks div.visite a span, div.blocks div.presse a span {
display: block;
padding: 9px 0 0 0 ;
}

div.blocks div.dossiermois a:hover, div.blocks div.visite a:hover {
background-color: #98042e;
height:35px;
text-decoration: none;
}

div.blocks div.presse a:hover {
background-color: #69001e;
height:35px;
text-decoration: none;
}

div.separateur_bas {
height: 52px;
background: white url(img/separateur_bas.gif) no-repeat top left;
}



div.menutype ul li {
list-style-type: none;

}

div.blocks div.last {
border: none;
}