.edito
{
 width:265px;
 height:245px;
 float:left;
 background-color:white;
}

.edito_texte
{
 width:255px;
 height:197px; /* -32px à cause des coins *//* -16px à cause des boutons restaurant et reception */
 float:left;
 overflow:hidden;
 font-size:12px;
 text-align:left;
 padding-left:5px;
 padding-right:5px;
 color:#5E1F01; /* partie à modifier */ /* mettre la couleur de fond du logo */
 background-color:white;
 line-height:14px;
}

.edito_texte a
{
 text-decoration:underline;
 color:#5E1F01; /* partie à modifier */ /* mettre la couleur de fond du logo */
}

.edito_texte a:hover
{
 text-decoration:none;
 color:#F359F3;
}

.edito_texte p{margin:0px;}

#reception, #restaurant
{
 width:255px;
 height:32px;
 float:left;
 overflow:hidden;
 font-size:12px;
 text-align:left;
 padding-left:5px;
 padding-right:5px;
 text-align:center;
 font-size:12px;
 font-weight:bold;
 font-family:arial;
}

#reception a, #restaurant a
{color:#451600;}

#reception a:hover, #restaurant a:hover
{color:#F359F3;}

/****************************************/
/* ce qui suit est pour la partie admin */
/****************************************/

.edito_texte.admin
{height:230px;}