/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 11
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #F0E39E;
	background: #2C2F22;
}
a {
	color: #FF6533;
}
a:hover, a:focus {
	color: #FF4C00;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	background: url(img/11-colgauche.png) repeat-y left top;
}
#centre-bis {
	background: url(img/11-coldroite.png) repeat-y right top;
}

/* Navigation */
#navigation {
	background: #181A12;
}
#navigation a {
	color: #FF6533;
}
#navigation a:hover, #navigation a:focus {
	background: #000000;
}

#navigation-d {
	background: #181A12;
}
#navigation-d a {
	color: #FF6533;
}
#navigation-d a:hover, #navigation a:focus {
	background: #000000;
}

/* Contenu principal */
#principal {
	color: #181A12;
	background: #cbd888;
}
#principal a {
	color: #332510;
	text-decoration: none;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */
#secondaire {
	background: #181A12;
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 1150px;
	max-width: 80em;
	min-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

/* En-tête */
#entete {
	padding: 20px 0;
	background: url(../img/entete.jpg) no-repeat;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	text-align: center;
	font-size: 1.5em;
	margin-top: -5px;
}

/* Bloc central */
#centre-bis {
	width: 100%;
	overflow: hidden;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 180px;
	
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

#navigation-d {
	float: right;
	width: 180px;
	
}
#navigation-d ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation-d a {
	display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;
}

/* Contenu principal */
#principal {
	margin-left: 200px;
	margin-right: 200px;
	padding: 10px 20px 100px 20px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 180px;
	padding: 12px;
}

#secondaire h2 {
	margin-top: 10px;}

#navigation h2 {
	margin-left: 10px;}
	
	#navigation-d h2 {
	margin-left: 10px;}
	
/* Pied de page */
#pied {
	margin: 20px 0;
	padding: 15px 200px 10px 200px;
	font-size: .85em;
	text-align:center;
}

#pied p {
	margin-left: 0px;
	text-shadow: 1px 1px 1px #000;}
	
#pied img {
	margin-left: -10em;}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: center;
}

hr {clear: both;
border: 0;
   height: 1px;
   background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
   background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
   background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
   background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); }
   
   .bloc-gauche {
   	text-shadow: 1px 1px 1px #f2fcbc;
   	font-size: 1.2em;
   	width: 300px;
   text-align: left;
   	display: inline-block;
   	background: transparent;
   	float: left;}
   	
   	  .bloc-droite {
   	  	text-shadow: 1px 1px 1px #f2fcbc;
   	  	font-size: 1.2em;
   	width: 300px;
   	text-align: left;
   	margin-left: 35px;
   	display: inline-block;
   	background: transparent;}
   	
#principal h2 {
		text-shadow: 1px 1px 1px #f2fcbc;}
		
		#principal p {
		text-shadow: 1px 1px 1px #f2fcbc;}
		
.centre {text-align: center;}

.galerie {width: 700px;
height: 75%;
text-align: center;}

.gras {font-size: 2em;
font-style: strong;
}

.bouton {
	float: left;
	margin: 5px 0 25px 45px;
	padding: 10px 0;
	text-align: center;
	font-size:1.3em;
	text-shadow: 0px 1px 1px #f5952c;
	display:block;
	width: 160px;
	color:#fff;
-moz-box-shadow: 0px 0px 10px #343434;
-webkit-box-shadow: 0px 0px 10px #343434;
-o-box-shadow: 0px 0px 10px #343434;
box-shadow: 0px 0px 10px #343434;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ab5a00;
background:#eb8c00;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eb8c00", endColorstr="#ab5a00"); /* Pour IE seulement et mode gradient à linear */
background: -webkit-gradient(linear, left top, left bottom, from(#eb8c00), to(#ab5a00));
background: -webkit-linear-gradient(#eb8c00, #ab5a00);
background: -moz-linear-gradient(#eb8c00, #ab5a00);
background: -o-linear-gradient(#eb8c00, #ab5a00);
background: -ms-linear-gradient(#eb8c00, #ab5a00);
background: linear-gradient(#eb8c00, #ab5a00);}


.tarif-g {width: 300px;
margin-left:100px;
text-align: left;
text-shadow: 1px 1px 1px #F2FCBC;
}
.tarif-g:before{
	content:"• ";
	font-size: 100%;
	}
.tarif-d {width: 300px;
margin-left:460px;
text-align: left;
margin-top: -1.2em;
text-shadow: -1px -2px 1px #F2FCBC;
}
