/* Image de fond */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body{
	background: url('../image/gns-23.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

 	font-family:Geneva,arial,sans_serif;
	font-size:15px;
	line-height: 1.3
}

/*FONDS D'ECRAN*/
.back_img_1{
	background-image: url('../image/gns-23.jpg');
}
.back_img_2{
	background-image: url('../image/gns-9.jpg');
}
.back_img_3{
	background-image: url('../image/gns-17.jpg');
}
.back_img_4{
	background-image: url('../image/gns-16.jpg');
}
.back_img_5{
	background-image: url('../image/gns-5.jpg');
}


#menu, #menu ul {
	padding:0px;
	margin:0px;
	list-style:none;
	font-family:Geneva,arial,sans_serif;
	font-size:15px;
	font-style:regular;
	line-height:1.5;
}
#menu >li{
	float:left;
	position:relative;
	border-right: 1px dotted #fff;
	
} 
#menu>li>a{
	padding:5px 10px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	color:#fff;
	text-decoration:none;
	width:167px;
	display:block;
	
	
}
#menu li ul{
	position:absolute; /*position absolue par rapport au parent indiqué en relatif*/
	width:100%;
	top:32px;
	left:0px;
	display: none;
}
#menu ul li a /*liens des sous-menus*/{
	width:90%;
	display:block; /*transformation en block pour le padding*/
	background:#fff;
	text-decoration:none;
	color:#a29479;
	padding:5px 5%;
	font-size:13px;
	border-bottom:1px dotted #a29479;
}

#menu > li > a:hover,#menu > li:hover > a{
	background:#7C1F1A;
	background:rgba(124, 31, 26, 0.7);
	color:#fff;
}
#menu li ul a:hover{
	background:#fff;
	background:rgba(255, 255, 255, 0.7);
	color:#843E36;
	border-bottom:1px dotted #843E36;
	padding-left:15%;
	width:80%;
}
#menu>li:hover ul{
	display: block;
}
/*TRANSITION SUR TOUS LES LIENS DU MENU*/
#menu a{
	transition: 0.5s;
}
#menu > li:last-child{
	border-right :0px;
}
#menu ul li:last-child a{
	border-bottom: 0px;
	border-radius:0px 0px 3px 3px;
}
.clear{
	clear:both;
}




/* GEORGES CODE */

/* CENTRAGE MENU, LOGO ET CONTENU */

#tarifs{
	margin-right: 149px;
	border-right: 0px;
}

#entete{
	position: relative;
	padding-top:55px;
}

#logo_top{
	position: absolute;
	top:0px;
	left: 375px; 
}

#wrapper{
	width:900px;
	margin:0px auto;
}

/*  CONTENU */
#content{
	margin-top: 150px;
	margin-bottom: 180px;
	background:#a29479;
	background: rgba(162, 129, 117,0.5);
	color:#fff;

}
/* TITRE DE LA PAGE */
h1{
	font-size: 24px;
	color: #7C1F1A;
	line-height: 2;
	margin-left: 20px;
}
/* TITRE DE PARAGRAPHE */
h2{
	font-size: 18px;
	color: #7C1F1A;
	line-height: 1.5;
}
/* PLACEMENT DES 3 BLOCS TEXTE ET 3 IMAGES DANS LE CONTENEUR */

.block_text{
	overflow: hidden;
	width:620px;
	height:180px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
}
.block_img{
	width:200px;
	height:200px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px	
}
/* PLACEMENT DES 2 BLOCS TEXTE ET 2 IMAGES DANS LE CONTENEUR */
#content_small{
	margin-top: 150px;
	margin-bottom: 400px;
	background:#a29479;
	background: rgba(162, 129, 117,0.5);
	color:#fff;

}
/* PLACEMENT DE 1 BLOC TEXTE ET 1 IMAGES OU 1 LISTE DE PRIX DANS LE CONTENEUR */

#content_x_small{
	margin-top: 150px;
	margin-bottom: 620px;
	background:#a29479;
	background: rgba(162, 129, 117,0.5);
	color:#fff;
}

/* PLACEMENT DE 1 BLOC TEXTE ET 4 IMAGES DANS LE CONTENEUR */

.block_text_wide{
	overflow: hidden;
	width:840px;
	height:180px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

/* PLACEMENT DE 1 BLOC POUR FORMULAIRE OU PLAN DE SITUATION */

.block_text_form{
	overflow: hidden;
	width:840px;
	height:400px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

/* PLACEMENT DE 1 BLOC POUR PLAN DE SITUATION */

.block_text_map{
	overflow: hidden;
	width:840px;
	height:600px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

/* FONTES ET HAUTEURS DE LIGNES POUR LA LISTE DES PRIX */

small{
	font-size: 12px;
}
.lht0{
	height:20px;
	margin:4px 19px 19px 19px;
}
.lht1{
	height:20px;
	margin:19px;
}
.lht2{
	height:31px;
	margin:19px;
}

/* BLOCS POUR LISTE DES PRIX */

.block_text_large{
	overflow: hidden;
	width:620px;
	height:620px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding:10px;
}

.block_text_medium{
	overflow: hidden;
	width:620px;
	height:400px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding:10px;
}

.block_text_l_narrow{
	overflow: hidden;
	width:180px;
	height:593px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 37px 10px 10px 10px;
	text-align: right	
}

.block_text_m_narrow{
	overflow: hidden;
	width:180px;
	height:373px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 37px 10px 10px 10px;
	text-align: right	
}

.block_text_square{
	overflow: hidden;
	width:180px;
	height:153px;
	background:#a29479;
	background: rgba(162, 129, 117,0.7);
	position: relative;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 37px 10px 10px 10px;
	text-align: right	
}


/* PLACEMENT LOGO ET TEXTE DANS LE FOOTER */

#footer{
	background: rgba(174, 40, 41,0.7);
	height: 110px;
}

#logo_foot{
	width:110px;
	margin:0px auto;
}
#foot_block_text_l{
	width:375px;
	height:90px;	
	position: relative;
	float: left;
	font-family:Geneva,arial,sans_serif;
	font-size:15px;
	line-height: 1.5;
	color:#fff;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#foot_block_text_r{
	width:375px;
	height:90px;
	position: relative;
	float: right;
	font-family:Geneva,arial,sans_serif;
	font-size:15px;
	line-height: 1.5;
	color:#fff;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
/* ANIMATION LOGO-HEADER ET VIGNETTES EN MODE "HOVER" */

.block_logo_top{
	position:relative;
	width:150px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

figcaption{
	position:absolute;
	width:200px;
	height:200px;
	top: 200px;
	left:0px;
	background: rgba(174, 40, 41,0.6);
	transition:0.2s;
}

.block_logo_top:hover figcaption{
	top:0px;
}

.block_img{
	position:relative;
	overflow:hidden;
}

.block_img:hover figcaption{
	top:0px;	
}

figure img{
	transition:0.2s;
}
figure:hover img{
	transform:scale(1.3);
	
}





