body /*FOND D'écran couleur beige = mur maison*/
{
 background-color:#ded7c5;*/
/* background-image:url(images/back.jpg);*/
}
pre /*POLICE DE FORMULAIRE PREFABRIQUE*/
{
	font-family: Arial, verdana, serif;
    font-weight:bold;
    color:rgb(133,74,76);
	font-size:15px;
    text-decoration:none;
}
font
{
	font-family: Arial, verdana, serif;
    font-weight:bold;
    color:rgb(133,74,76);
	font-size:80px;
    text-decoration:none;
}


td.cal
{
	font-family:arial;
	text-align:center;
}

table.paragraphe /*POLICE DES TABLES*/ 
{
	font-weight:bold;
	color:rgb(0,0,0);
	font-size:14px;
	font-style: italic;
	font-family: Arial, verdana, serif;
	margin:0px;
	padding:0px;
}
table.formulaire /*POLICE DES formulaire*/ 
{
	text-align:right-top;
	font-weight:bold;
	color:rgb(0,0,0);
	font-size:14px;
	font-family: Arial, verdana, serif;
	
}


table.banniere/*POLICE DES banniere genre nom de chambre */
{
	text-align:center;
	width:100%;
	height:70px;
	vertical-align:middle;
	font-family: "Book Antiqua", Arial, verdana, serif;
	font-style: italic;
    font-weight:bold;
    color:#3669a5;
	font-size:40px;
    text-decoration:none;
}
h4 /*POLICE DES TITRES H4 titre menu : le grès d'échenilly */
{
   color :#3669a5;
   font-size:xx-large;
   font-family:"monotype corsiva";
}
a /*POLICE DES MENUS*/
{
	font-family: Arial, verdana, serif;
    font-weight:bold;
    color:#3669a5;
	font-size:14px;
    text-decoration:none;
	font-style: italic;
}

/*POLICE DES MENUS lorsque que le curseur passe dessus*/
a:hover
{
	background:url(images/fond_sommaire2.bmp);
	font-family: Arial, verdana, serif;
	font-weight:bold;
	font-size:14px;
    color :#ff0000;
	text-decoration:none;
	/*font-style: italic;*/
}

plop /*format des images*/
{

text-decoration: blink;


}
h2/*POLICE DES TITRES H2 genre DESCRIPTIF*/
{
font-style: italic;
color : #ff0000;
text-decoration: blink;
font-size:14px;
font-family:Arial, verdana, serif;
}
p/*POLICE DES PARAGRAPHES*/
{
color: black;
font-size: 18px;
font-family: Arial, verdana, serif;
/*font-weight: bold;*/
font-style: italic;
/*
text-align:left;
color: black;
font-size:medium;
font-family: "Book Antiqua", Arial, verdana, serif;
font-weight:bold;
font-style: italic;*/

}
h1/*POLICE DES TITRES H2 genre DESCRIPTIF*/
{
font-style: italic;
color : #ff0000;
font-size:large;
font-family:Arial, verdana, serif;
}
strong/*POLICE DES INFOS IMPORTANTES*/
{
/*text-decoration: underline; */
color :#3669a5;
/*underline : souligné. 
line-through : barré. 
overline : ligne au-dessus. 
blink : clignotant*/
font-size:large;
font-family: Arial, verdana, serif;
font-weight:bold;
/*font-style: italic;*/
}
em/*police pour les commentaires em genre infos pratiques sous les liens*/
{
color: black;
font-size: 12px;
font-family: Arial, verdana, serif;
font-weight: bold;


}