@charset "iso-8859-1";
/* auteur: hotel husseren les chateaux */
/* Date de création: 21/07/2006 */

body{
	background-color: #DD7979;
	float:center;
    margin: 0; /* pour éviter les marges */
    text-align: center; /* pour corriger le bug de centrage IE */
	}

#global {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 900px;
     height: 600px;
     margin-top: -300px; /* moitié de la hauteur */
     margin-left: -450px; /* moitié de la largeur */
	}

	
.texte		{
            font-family: Times new roman;
            font-size: 10pt;
            text-align: center;
            line-height: 11pt;
			color:#940000;
			}

H1		{
			font-size:25pt;
			font-family: times new roman;
			color: #9BEFE9;
			font-weight: normal;
			font-style: italic;
			text-align: center;
			top:120px;
			margin-top:10px;
			margin-bottom:10px;
			}
H2		{
			font-size:15pt;
			font-family: times new roman;
			color: #990000;
			font-weight: normal;
			font-style: italic;
			text-align: center;
			margin-top:5px;
			margin-bottom:5px;
			}


/* blocs pour trois colonnes */
			
.g{
margin-top: 10px;
margin-left: 20px;
float: left;
height: 354;
width: 103px;
border-style: none;
border-width: 1px;
border-color: #DADADC;
background-color: #9BEFE9;
}

.c{
margin-top: 10px;
text-align: center;
float: left;
width: 648;
border-style: none;
border-width: 1px;
border-color: #DADADC;
}

.d {
margin-top: 10px;
float: left;
height: 354;
width: 103px;
border-style: none;
border-width: 1px;
border-color: #DADADC;
background-color: #9BEFE9;
}			


.spacer { 
	clear: both; 
} /* pour empêcher un élément flottant de déborder vers le bas sur le Fond qui le suit */

a:link	{
		color: #940000;
		text-decoration: none;
		}
		
