html,body {
	padding:0px;
	margin:0px;
	/*max-width:380px;*/
	background-color:#000;
	color:#ececec;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	-webkit-text-size-adjust:none;
}

html {
	/*max-width:475px;*/
}

a {
	color:#ececec;
}

/*################bandeau superieur#######################*/
#bandeau_sup {
	height:35px;
	background-image:url(../_img/fond_bandeau.jpg);
	background-repeat:repeat-x;
	text-shadow: black 0px 0px 5px;
}

#bandeau_sup a {
	display:block;
	float:left;
	width:25%;
	margin:0px;
	text-decoration:none;
	color:#ececec;
	background-position:10px;
	background-repeat:no-repeat;
}

#bandeau_sup a span{
	display:block;
	background-repeat:no-repeat;
	height:24px;
	padding-top:11px;
	padding-right:10px;
	border-right:1px solid #666;
	font-size:87.5%;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	background-position:6px -1px;
	text-align:right;

}


#bandeau_sup #reserver span{
	background-image:url(../_img/icone_reserver.jpg);
}

#bandeau_sup #contacts span{
	background-image:url(../_img/icone_phone.jpg);
}

#bandeau_sup #acces span{
	background-image:url(../_img/icone_google.jpg);
}

#bandeau_sup #offres span{
	background-image:url(../_img/icone_offres.jpg);
}

#bandeau_sup #langue span{
	border-right:none;
	padding-right:6px;
}

#bandeau_sup #langue {
	width:8%;
}

/*##############################LOGO############################# */
#logo_content {
	/*background-image:url(../_img/logo.jpg);*/
	background-repeat:no-repeat;
	background-color:#000;
	background-position:center 8px;
	overfauto;
	color:#999999;
	text-align:center;
	font-size:75%;	
	border-bottom:1px solid #666;
	border-top:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom: 10px;
}

#image_logo {
	display:block;
	margin-left:auto;
	margin-right:auto;
	/*padding-top:21px;*/
	/*padding-bottom: 12px;*/
}

/*##############################MENU############################# */
#menu {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	/*margin-bottom:10px;
	background-image:url(../_img/fond_menu.jpg);*/
	text-shadow: black 0px 0px 5px;
	margin-left:20px;
}

#menu a {
	text-decoration:none;
	display:inline-block;
	margin-right:18px;
	font-size:87.5%;
	background-color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
}

#menu a:hover {
	background-color:#666666
}

/*##############################contenu############################# */

#contenu {

}

#contenu #texte{
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	padding-bottom:10px;
	border-bottom:1px solid #666;

}

#contenu #texte img{
	padding-left:0px;
	padding-right:0px;
	padding-bottom:10px;

}



#contenu #texte img.book{
	padding-bottom:4px;

}

#contenu #texte a.book{
	background-color:#565656;
	color:#FFF;
	padding:8px;
	padding-right:276px;
	background-image:url(../_img/arrow.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:25px;

}

#contenu #texte a.book_en{
	background-color:#565656;
	color:#FFF;
	padding:8px;
	padding-right:271px;
	background-image:url(../_img/arrow.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:25px;

}

#contenu #texte p{
	-webkit-text-size-adjust:none;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 9px;
	font-size:87.5%;
	/*letter-spacing: 0.5px;*/
	line-height: 19px;
}

#contenu #texte p a{
	color:#pdf.png;
	text-decoration:none;
	background-image:url(../_img/pdf.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:15px;
}

#contenu #texte p a.mail{
	color:#ececec;
	text-decoration:none;
	background-image:none;
	background:none;
	padding:0;
}

#contenu #texte p span{
	color:#ececec;
	text-decoration:none;
	background-image:none;
	background:none;
	padding:0;
}

#image_staring {
	display:block;
	border-bottom:1px solid #666;

}

h1 {
	font-size:87.5%;
	padding:0px;
	margin:0px;
	color:#cccccc;
	font-weight:normal;
	padding-top:10px;
	padding-left:15px;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:15px;
	padding-bottom: 9px;
	background-image:url(../_img/pdf.png);
	background-repeat:no-repeat;
	background-position: left;
}

h2 {
	font-size:87.5%;
	padding:0px;
	margin:0px;
	color:#cccccc;
	font-weight:normal;
	padding-top:10px;
	padding-left:45px;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:15px;
	padding-bottom: 9px;
	background-image:url(../_img/pdf2.png);
	background-repeat:no-repeat;
	background-position: left;
}

h3 {
	font-size:87.5%;
	padding:0px;
	margin:0px;
	color:#cccccc;
	font-weight:normal;
	text-transform:uppercase;
	font-weight:bold;
	padding-right:15px;
	padding-bottom: 5px;
	padding-top:5px;	
	background-color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}

h4 {
	font-size:87.5%;
	padding:0px;
	margin:0px;
	color:#cccccc;
	font-weight:normal;
	padding-top:10px;
	padding-left:15px;
	font-weight:bold;
	padding-right:15px;
	padding-bottom: 9px;
	background-repeat:no-repeat;
	background-position: left;
	text-align:center;
}

hr.hr1 {
	border:none;
	color:#333333;
	background-color:#333333;
 	height:1px;
}

#footer {
	height:35px;
	/*background:url(../_img/fond_footer.jpg) repeat-x;*/
	margin-top:10px;
	text-align:center;
}

#footer a {
	text-decoration:none;
	display:inline-block;
	margin-right:18px;
	font-size:75%;
	background-color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:5px 10px;
}

#footer a:hover {
	background-color:#666666
}

/*################bandeau milieu#######################*/
#bandeau_mil {
	height:35px;
	background-image:url(../_img/fond_bandeau.jpg);
	background-repeat:repeat-x;
	text-shadow: black 0px 0px 5px;
	border-bottom:1px solid #666;
}

#bandeau_mil a {
	display:block;
	float:left;
	width:25%;
	margin:0px;
	text-decoration:none;
	color:#ececec;
	background-position:10px;
	background-repeat:no-repeat;
}

#bandeau_mil a span{
	display:block;
	background-repeat:no-repeat;
	height:24px;
	padding-top:11px;
	border-right:1px solid #666;
	font-size:87.5%;
	/*font-family:"Times New Roman", Times, serif;*/
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;

}

#bandeau_mil #reserver span{
	background-image:url(../_img/icone_reserver.jpg);
}

#bandeau_mil #contacts span{
	background-image:url(../_img/icone_phone.jpg);
}

#bandeau_mil #acces span{
	background-image:url(../_img/icone_google.jpg);
}

#bandeau_mil #offres span{
	background-image:url(../_img/icone_offres.jpg);
}

#bandeau_mil #langue span{
	border-right:none;
	padding-right:6px;
}

#bandeau_mil #langue {
	width:8%;
}

/*################contact#######################*/

#contact {
	line-height:25px;
	background:#333 url(../_img/stripes.png);
	border:#333 solid 1px;
	padding: 10px;
	text-align:left;
}


.contact-title {
	font-size:87.5%;
	font-weight:bold;	
}

#contact a{
	color:#pdf.png;
	text-decoration:none;
	background-image:url(../_img/pdf.png);
	background-repeat:no-repeat;
	background-position: left;
	padding-left:15px;
}


/*################offres#######################*/
#thumbs {
	width:100px;
	height:220px;
	float:left;
	margin: 0 10px 0 0;
}

#thumbs-vert-gauche {
	width:150px;
	height:100px;
	float:left;
	margin: 0 10px 0 0;
}

#thumbs-hor-gauche {
	width:100px;
	height:150px;
	float:left;
	margin: 0 10px 0 0;
}

#thumbs-vert-droite {
	width:150px;
	height:100px;
	float:right;
	margin: 0 0 0 10px;
}

#thumbs-hor-droite {
	width:100px;
	height:150px;
	float:right;
	margin: 0 0 0 10px;
}