/* Bloc conteneur et propriété générales des pages */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #202124;
	font-size:13px;
	background-color: #c8c8c8;
}

a{
	color: #202124;
}

a:hover{
	color: #202124;
}

div#conteneur {
position:relative;
	width: 796px;
	height: 598px;
	margin:10px auto;
	background-color: #fff;
}

img{
	border: none;
}

/* En tete de la page */
h1#header {
margin:0 auto;
	background: url(img/decor/header.png) no-repeat left top;
}


h1#header a {
	width: 796px;
	height: 61px;
	display: block;
}

h1#header a span {
display: none; }

/* Fond : Menu + contenu */
div#global {
height: 517px;
background: url(img/decor/fond-global.jpg) no-repeat left top;
}

/* Bloc gauche et menus des pages */
#blocmenu {
float:left;
width:200px;
}

#blocmenu ul{
	margin: 60px 0 0 0;
	padding: 0;
	text-decoration:none;
}

#blocmenu ul li{
	list-style-type: none;
	margin:  0px 0px 1.1em 0px;
}

#blocmenu ul li a{
display:block;
padding-bottom:3px;
width:200px;
	font-weight: bold;
	text-decoration:none;
	text-indent:20px;
}

#blocmenu ul li a:hover{
padding:0;
	border-bottom: 3px solid #fff;
}

/* Bloc de contenus des pages */
div#contenu {
float:left;
	width:596px;
	height:517px;
}

/* Menu choix des Langues */
ul#choixlangues {
	float:right;
	margin: 0;
	width:166px;
	height:30px;
	background: url(img/decor/fond-lang.gif) no-repeat right top;
	background-color:#FFFFFF;
}
ul#choixlangues li {
	float:right;
	margin:2px;
	list-style-type: none;
	border:1px solid #999999;
}
ul#choixlangues li.fr {
	background: url(img/decor/fr_flag.png) no-repeat center center;
}
ul#choixlangues li.es {
	background: url(img/decor/es_flag.png) no-repeat center center;
}
ul#choixlangues li.en {
	background: url(img/decor/uk_flag.png) no-repeat center center;
}
ul#choixlangues li.de {
	background: url(img/decor/de_flag.png) no-repeat center center;
}
ul#choixlangues li.ru {
	background: url(img/decor/ru_flag.png) no-repeat center center;
}
ul#choixlangues li a{
	display:block;
	margin:0px;
	width:25px;
	height:17px;
}
ul#choixlangues li a span {
	display:none;
}
h2 {
	position:absolute;
	top:130px;
	left:200px;
	width:560px;
	vertical-align:text-bottom;
	text-align:center;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.5em;
	font-weight: normal;
}
h2.h2 {
	letter-spacing: 1em;
}
h3 {
display:inline;
text-align:center;
margin:0;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color:#0033FF;
}
h3 a {
text-align:center;
	color:#0033FF;
display:block;
width:300px;
height:20px;
text-decoration:none;
background-color:#c8c8c8;
}
h3 a:hover {
text-decoration:none;
}

#reservation {
	margin:0 auto;
	display:block;
	text-align:center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color:#0033FF;
}
#reservation a {
	margin:0 auto;
	display:block;
	width:300px;
	height:20px;
	border-bottom:	1px solid #000;
	border-left:	1px solid #ccc;
	border-right:	1px solid #000;
	border-top:		1px solid #ccc;
	background-color:#c8c8c8;
	text-align:center;
	color:#0033FF;
	text-decoration:none;
}
#reservation a:hover {
	border-bottom:	1px solid #ccc;
	border-left:	1px solid #000;
	border-right:	1px solid #ccc;
	border-top:		1px solid #000;
	text-decoration:none;
}

/* Text */
#text {
	position:absolute;
	margin: 0;
	padding: 2px 3px;
	top:200px;
	left:200px;
	width:542px;
	height:285px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;

}
#text p {
margin: 0;
padding:0.5em 1em 0.5em 1em;
}
#text p.service {
margin: 0;
padding:0 0.5em 0.5em 0.5em;
}
#text dt {
padding-top:0.5em;
}
#text dd {
	padding-bottom:0.5em;
}

#text img.droite {
	float:right;
	margin-left: 1em;
}
#text img.gauche {
	float:left;
	margin-right: 1em;
}

#adresse {
	position:absolute;
	bottom:40px;
	left:200px;
	width:590px;
	font-weight:bold;
}

/* Pied de page des pages */
p#footer {
	height: 20px;
	font-size:10px;
	font-style:italic;
	text-align:right;
	margin: 0px;
	background-color: #c8c8c8;
}


#zoom01 {
	position:absolute;
	margin:130px 0px 0px 250px;
	 padding:10px;
	width:171px; height:171px;
	top:175px; left:350px;
	text-align:center;
	z-index:2;
	visibility: visible;
	background: url(img/Post-It.png) no-repeat top left;
}