body{
	width: 1148px;
	margin:auto;
}


.fleche .gauche /* Pas touche */{
	display: inline-block;
	width: 43px}
.fleche .droite /* Pas touche */
{
	display: inline-block;
	width: 43px;
	margin-left: 50px; /* Espace entre les 2 fleches 95 px !!! */
}

.fleche /* Pas touche */
{
	float: left;
	width: 150px;
	height: 50px;
	margin-top:26px;	
}

.menu /* Pas touche */
{
	float: right;
	display: inline-block;
	width: 320px;
	vertical-align: top;
}

p{
	display:inline;
	text-decoration: none;
	font-family: 'Dosis', sans-serif;
	color: #B7B3B4;
	font-size: 16px;
}
.top{
	margin: auto;
	width: 1148px;
	height: 115px;
}
header{
	display:inline-block;
	margin-top: 5px;
	width: 700px;
}

nav{
	float: right;
	display: inline-block;
	width: 110px;
	vertical-align: bottom;
}
nav p{
	font-family: 'Dosis', sans-serif;
	font-size: 22px;
}
nav p:hover{
	color: #167287;
}


h2 p{
	font-family: 'Dosis', sans-serif;
	color:black;
	display:inline;
	font-size: 26px;
}
h2 {
	font-family: 'Dosis', sans-serif;
	display:inline;
	font-size: 26px;
}

section{
	/*border: 1px solid green;*/
}
a{
	text-decoration: none;
	color: #000000;
}



.gauche{
	float:left;
	width: 600px;
	height: 750px;
	display: inline-block;
}

.droite{
	width: 530px;
	height: 750px;
	display: inline-block;
	vertical-align: top;
}
.DIGI{
	width: 500px;
	height: 80px;
}

.DIGI_img{
	margin-top: 5px;
	float:right;
}
.tirage{
	font-weight:bold;
	font-size: 23px;
	color:black;
}
.numero{
	color: #605A5A;

}

.photo img{
	display: block;
	margin: auto;
}


#main{
	/* The main container */
	margin:auto;
	margin-top: 0px;
	width: 575px;
	height: 600px;
}
#gallery{

	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	

	
	/* The width of the gallery */
	width:575px;
	overflow:hidden;
}

.expli{
	margin:auto;
	margin-top: 10px;
	width: 540px;
	height: 690px;
}


footer p
{
	position: fixed;
	bottom: 0%;
	right: 0%;
	color: #988a7f;
	font-size: 8px;
}



#slides{
	/* This is the slide area */
	height:740px;
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:300px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	margin-top: 15px;
	/* This is the container for the thumbnails */
	height:195px;
	width: 520px;
	overflow:hidden;
}

ul{
	margin:0px;
	padding:0px;
	text-align: center;
}

li{
	/* Every thumbnail is a li element */
	float:left;
	padding-right: 3px;
	padding-bottom: 3px;
	width:71px;
	height:95px;
	display:inline-block;
	list-style:none;
}


a img{
	border:none;
}

.commander{
	color: black;
}
.commander:hover{
	color: #B7B3B4;
}

.none{
	display: none;
}
.achat{
	margin: auto;
	margin-top: 50px;
	width: 500px;
}

.mail{
	color: black;
}
.mail:hover{
	color:#B7B3B4;
}

#img{
	display: none;
}


