/* CSS Document */
body {
	background-color: #99CCFF;
}

#conteneur{
	position: absolute;
	width: 880px;
	height: 500px
	border:#660000 groove thin;
	top: 0px;
	left: 12px;
	height: 682px;
}

#conteneur1{
	position: absolute;
	width: 990px;
	border:#660000 groove thin;
	top: 0px;
	left: 12px;
	height: 666px;
}

#img_vide
{
margin-top:50px;
}
#img_vide2
{
margin-top:500px;
}

#fond_commun
{
background-image: url(../images/fond_pageall.jpg);
background-repeat:no-repeat;
background-position:top;	
}

#fond_accueil{
background-image: url(../images/Fond_accueil.png);
background-repeat:no-repeat;	
}

#fond_page{
background-image: url(../images/fond1.png);
background-repeat:no-repeat;	
}

#fond_page1{
background-image: url(../images/fond_page.jpg);
background-repeat:no-repeat;	
}

#bulle
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #FFFFFF;
font-weight:bold;
	}


/* Page Activité */
p{
margin:5px;
}

#fond_index
{
background-image: url(../images/fond_index.png);
background-repeat:no-repeat;
background-position:top;	
}


#texte_titre
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #691F2F;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}

#texte_corps_gras
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #691F2F;
	line-height: normal;
	text-align: justify;
	margin-left:5px;
	margin-right:5px;
}

#texte_corps
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: 500;
	color: #691F2F;
	line-height: normal;
	text-align: justify;
	margin-left:5px;
	margin-right:5px;
}
/* Page chambre */

#bouton_chb
{
	list-style-type:none;
	width: 205px;
	list-style: none;
}

.rosine A { display:block; line-height:170px; background: url(../images/chb_rosine.png) no-repeat; text-decoration:none; text-indent:-500px;}
.rosine A:hover { background:url(../images/chb_rosine.png)0 -170px no-repeat;}

/*page tarifs*/

#fond_tarifs
{
background-image: url(../images/fond_tarifs.jpg);
background-repeat:no-repeat;
background-position:top;	
}

#intro_tarifs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #660000;
	line-height: normal;
	text-align: justify;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}

/*page visite*/

#texte_visite
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight: bold;
	color: #660000;
	line-height: normal;
	text-align: cebter;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}

a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; /* Le lien deviendra souligné quand on pointera dessus */
   color: red; /* Le lien sera écrit en vert quand on pointera dessus */
}

