@charset "iso-8859-1";
/* auteur: charlotte */
/* Date de création: 14/10/2005 */


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

#global {
	 background-image: url(../images/hotel/vignes_foret_chateaux.jpg);
	 background-repeat: no-repeat;
     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-size:8pt;
			font-family: times new roman;
			color: #000000;
			font-weight: normal;
			font-style: normal;
			text-align: justify;
			top:10px;
			margin-top:10px;
			margin-bottom:10px;
			}
	
p		{
			margin-top:0px;
			margin-bottom:0px;
            line-height: 10pt;
		}
H1		{
			font-size:30pt;
			font-family: times new roman;
			color: #CC0000;
			font-weight: normal;
			font-style: normal;
			text-align: center;
			top:130px;
			margin-top:10px;
			margin-bottom:10px;
			}
		
H2		{
		font-size: 16pt;
		font-family: times new roman;
		color: #000000;
		font-style: normal;
		font-weight: normal;
		text-align: center;
		margin-top:10px;
		margin-bottom:10px;
		}
		
H3		{
		font-size: 12pt;
		font-family: times new roman;
		color: #940000;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		margin-top:10px;
		margin-bottom:10px;
		}
		
H4		{
		font-size: 12pt;
		font-family: times new roman;
		color: #940000;
		font-style: normal;
		font-weight: bold;
		text-align: left;
		margin-top:0px;
		margin-bottom:20px;
		}
		
H5		{
		font-size: 12pt;
		font-family: times new roman;
		color: #940000;
		font-style: italic;
		font-weight: normal;
		text-align: center;
		margin-top:10px;
		margin-bottom:10px;
		}

.liste
			{
            font-family: Times new roman;
            font-size: 10pt;
			line-height: 24pt;
			}			

		
a:link.pb	{
		color: #ffffff;
		}
		
					
a:link	{
		color: #940000;
		text-decoration: none;
		}
		
a:visited {
		color: #940000;
		text-decoration: none;
		}
a:visited.pb {
		color: #ffffff;
		}
a:active {
		color: #940000;
		text-decoration: none;
		}
a:active.pb {
		color: #ffffff;
		}
a:hover {
		color: #8F8F8F;
		text-decoration: none;
		}					
a:hover.pb {
		color: #ffffff;
		}

img {
	border-width: Opx
}

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

