body {
	background-image: url(hdg/fond3.jpg);
	background-attachment: fixed;
	color: #990000;
	margin: 0;
	padding: 0; /* marges intérieures et extérieures */
	
}
.titre {
	/* style des en-tête et en-pied */
	background-image: url(hdg/titre.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;  /* pas de marge : colle aux bords de l'écran */
	height: 120px;
}

.container { /* boite qui entoure les 3 colonnes */
  margin:0 ; padding:0;
	position: relative;
	top: 20px;/* marges intérieures et extérieures à 0 */
	width: 100%;
	height:100%;

} 
.gauche {
	position: absolute; /* positionné par rapport à la boite parent (ici .container) */
	left: 10px; /* démarre à 10 pixels de la gauche de la boite parent */
	top: 125px;
	width: 150px; /* largeur de la boite */
	padding: 5px;
	
	
} 

.centre {
	margin: 10px 10px 5px 175px; /* marges gauche et droite, pour la place des 2 autres colonnes */
	padding: 10px; /* marge intérieure - indispensable */
	border: 2px double #990000;
	border-right-width: 0px;
	border-top-width: 0px;
} 
.photo{
	float: left;
	position: relative;
	top: 10px;
	border: 2px double #990000;
	margin: 2px 2px 2px 2px;
}

p.clearboth{
	clear: both;
	padding: 10px 0 0 0;
}
.adress{
	position: relative;
	margin: 0 ; /* pas de marge : colle aux bords de l'écran */
	text-align: center; /* le texte est centré */
	line-height: normal;
}
h5 {
	font-size: 25px;
	
}
div.center {text-align:center;margin-right:auto;margin-left:auto;}

p{
	margin-left: 20px;
}
li{
	margin-left: 20px;
}
.gros{
	font-size: larger;
	line-height: 30px;
}
#boite{
	width: 400px;
	height: 225px;
	overflow: auto;
	float: left;
	position: relative;
	top: 10px;
	border: 2px double #990000;
	margin: 10px 10px 20px 0;
}
.nl, .nl:hover {
	border:  none ;
	}
.tar{
	text-align: center;
	padding: 2px 5px 2px 5px;
}
#petit{
	text-align: center;
	font-size: xx-small;
}

.droite {
	position: absolute; /* positionné par rapport à la boite parent (ici .container) */
	left: 468px; /* démarre à 10 pixels de la droite de la boite parent */
   border: 2px double #990000;
	border-top-width: 0px;
	border-right-width: 0px;
	padding: 10px;
	margin: 10px 10px 0px 10px;

}
  
.centree {
	margin: 10px 530px 5px 175px; /* marges gauche et droite, pour la place des 2 autres colonnes */
	padding: 10px; /* marge intérieure - indispensable */
	border: 2px double #990000;
	border-top-width: 0px;
	width: 275px;
	position: relative;
	top: 10px;
} 
b {
	text-decoration: underline;
	font-size: 21px;
	font-weight: normal;
}
#navcontainer { margin-left: -5px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	padding: 0px 0px;
	width: 150px;
	height: 30px;
	color: #ffcc99;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	font-weight: bold;
	font-size: 0.9em;
	background-image: url(hdg/b1.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	text-align: center;
	margin: 2px;
}

#navcontainer a:hover
{
color: #ffcc99;
text-decoration: underline;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(hdg/b2.gif);
background-repeat: no-repeat;
background-position: 0 0;
}

a {color: #990000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #003366;
}
hr{width:80%;
color:#990000}
table{
	border: 1px solid #B12F27;
}
td{
	border: 1px solid #B12F27;
}
tr{
	border: 1px solid #B12F27;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color: #ffcc99;
}

#menu {
position: absolute; /* placement du menu, à modifier selon vos besoins */
top: 5px;
left: -4px;
width: 163px;
float:left;
}

#menu dt {
	cursor: pointer;
	margin: 0px 0;
   height: 23px;
	line-height: 23px;
	text-align: center;
	font-weight: bold;
	background-image: url(http://www.hoteldugolfe.fr/hdg/sample1_main_bg.gif);
}
#menu li {
	text-align: center;

	background-image: url(http://www.hoteldugolfe.fr/hdg/sample1_sub_bg.gif);
}
#menu li a, #menu dt a {
color: #ffcc99;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	text-decoration: underline;
}
#menu dd li a{
color: #990000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
	/*CSS for enlarged image*/
	position: absolute;
	left: -500px;
	border: 2px double #990000;
	visibility: hidden;
	color: #ffcc99;
	text-decoration: none;
	background-color: #990000;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 130px;
left: -400px; /*position where enlarged image should offset horizontally */

}

