/******************************************************************************
	Général
******************************************************************************/

body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;	
}

/******************************************************************************
	Page
******************************************************************************/

div#page
{
	position: relative;
	margin: 30px auto 0 auto;
	width: 771px;
	height: 507px;
	background-image: url(../images/fond.png);
}

div#logo
{
	position: absolute;
	top: 60px;
	left: 21px;
	width: 230px;
	height: 50px;
	background-image: url(../images/logo.png);
}

div#coordonnees
{
	position: absolute;
	top: 90px;
	right: 5px;
	width: 15px;
	height: 410px;
	background-image: url(../images/coordonnees.png);
	/*background-size: 15px 410px;*/
}

div#facebook
{
	position: absolute;
	top: 469px;
	left: 343px;
	width: 30px;
	height: 30px;
	background-image: url(../images/facebook.png);
}

div#facebook a
{
	display: block;
	height: 30px;
}

/******************************************************************************
	Menu
******************************************************************************/

div#menu
{
	position: absolute;
	width: 40px;
	top: 145px;
	left: 88px;
}

div#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div#menu ul li
{
	background-position: left top;
	float: left;
	height: 40px;
	width: 40px;
	margin: 8px 0;
}

div#menu ul li a
{
	display: block;
	text-decoration: none;
	height: 40px;
}

div#menu ul li:hover
{
	background-position: right top;
}

div#menu ul li#menuAccueil
{
	background-image: url(../images/menuAccueil.png);
}

div#menu ul li#menuAPropos
{
	background-image: url(../images/menuAPropos.png);
}

div#menu ul li#menuServices
{
	background-image: url(../images/menuServices.png);
}

div#menu ul li#menuGallerie
{
	background-image: url(../images/menuGallerie.png);
}

div#menu ul li#menuContact
{
	background-image: url(../images/menuContact.png);
}

div#menu ul li#menuBlog
{
	background-image: url(../images/menuBlog.png);
}

/******************************************************************************
	Contenu
******************************************************************************/

div#contenu
{
	position: absolute;
	top: 160px;
	left: 304px;
	width: 370px;
	height: 280px;
	padding: 11px;
	background-color: #1A171B;
}

/******************************************************************************
	Contenu - Accueil
******************************************************************************/

div#contenuAccueil
{
	height: 280px;
	background: url(../images/photoAccueil.png) no-repeat center center;
	background-color: #FFF;
}

div#contenuAccueil div.contenu
{
	/* LE CONTENU DE CETTE DIV EST REMPLACE PAR LE SCRIPT POUR LE DEFILEMENT */
	width: 370px;
	height: 280px;
	position: relative;
}

div#contenuAccueil div.contenu img
{
	/* Centrage vertical et horizontal */
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 370px;
	max-height: 280px;
}

div#contenuAccueil div#slider
{
	/*background-color: #F00;*/
	position: absolute;
	width: 370px;
	height: 280px;
}

div#contenuAccueil .swipe
{
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

div#contenuAccueil .swipe-wrap
{
	position: relative;
	overflow: hidden;
}

div#contenuAccueil .swipe-wrap > div
{
	position: relative;
	float: left;
	/*width: 100%;*/
}

/******************************************************************************
	Contenu - A propos
******************************************************************************/

div#contenuAPropos
{
	padding: 20px;
	color: #DC3028;
	font-size: 12px;
	background-color: #FFF;
	height: 240px;
}

div#contenuAPropos p
{
	margin: 0 0 12px 0;
	padding: 0;
}

div#martina
{
	position: absolute;
	top: -143px;
	left: 207px;
	width: 78px;
	height: 130px;
	background: url(../images/martina.png) no-repeat;
}

div#texteMartina
{
	position: absolute;
	height: 17px;
	width: 78px;
	bottom: 0;
	font-size: 14px;
	color: #DC3028;
	line-height: 17px;
	text-align: right;
}

/******************************************************************************
	Contenu - Services
******************************************************************************/

div#contenuServices
{
	padding: 20px;
	color: #DC3028;
	font-size: 12px;
	background-color: #FFF;
	height: 240px;
}

div#contenuServices h1
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

/******************************************************************************
	Contenu - Gallerie
******************************************************************************/

div#contenuGallerie
{
	padding: 2px 1px;
}

div#contenuGallerie ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

div#contenuGallerie ul li
{
	float: left;
	cursor: pointer;
}

div#contenuGallerie ul li img
{
	display: block;
	margin: 1px;
	padding: 0;
	border: 0;
	width: 90px;
	height: 90px;
	/*opacity: 1;*/
}

div#contenuGallerie ul li img:hover
{
	opacity: 0.9;
	
	filter: blur(1px);	
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
}

div#contenuGallerie div#galeriePrecedent
{
	position: absolute;
	background-color: #0F0;
	width: 80px;
	height: 35px;
	top: -39px;
	left: 206px;
	background: url(../images/galeriePrecedent.png) no-repeat top center;
}

div#contenuGallerie div#galeriePrecedent a
{
	display: block;
	height: 35px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	line-height: 50px;
	color: #DC3028;
}

div#contenuGallerie div#galeriePrecedent a:hover
{
	color: #FF001E;
}

div#contenuGallerie div#galerieSuivant
{
	position: absolute;
	background-color: #0F0;
	width: 80px;
	height: 35px;
	top: 302px;
	left: 206px;
	background: url(../images/galerieSuivant.png) no-repeat bottom center;
}

div#contenuGallerie div#galerieSuivant a
{
	display: block;
	height: 35px;
	text-decoration: none;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	color: #DC3028;
}

div#contenuGallerie div#galerieSuivant a:hover
{
	color: #FF001E;
}

div#diaporama
{
	position: relative;
	/*background-color: #F00;*/
	width: 370px;
	height: 280px;
}

div#diaporama div#diapoPrecedente
{
	position: absolute;
	background: url(../images/diapoPrecedente.png);
	background-position: top left;
	width: 15px;
	height: 17px;
	top: 258px;
	left: 325px;
	cursor: pointer;
}

div#diaporama div#diapoPrecedente:hover
{
	background-position: top right;
}

div#diaporama div#diapoSuivante
{
	position: absolute;
	background: url(../images/diapoSuivante.png);
	background-position: top left;
	width: 15px;
	height: 17px;
	top: 258px;
	left: 350px;
	cursor: pointer;
}

div#diaporama div#diapoSuivante:hover
{
	background-position: top right;
}

div#diaporama div#numeroDiapo
{
	position: absolute;
	color: #DC3028;
	font-size: 14px;
	height: 20px;
	top: 256px;
	left: 4px;
	line-height: 20px;
}

div#diaporama a#retourGalerie
{
	position: absolute;
	display: block;
	background: url(../images/retourGalerie.png);
	background-position: top left;
	width: 22px;
	height: 22px;
	top: 255px;
	left: 174px;	
}

div#diaporama a#retourGalerie:hover
{
	background-position: top right;
}

div#diaporama div.contenu
{
	/* LE CONTENU DE CETTE DIV EST REMPLACE PAR LE SCRIPT POUR LE DEFILEMENT */
	width: 370px;
	height: 245px;
	position: relative;
}

div#diaporama div.contenu img
{
	/* Centrage vertical et horizontal */
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 370px;
	max-height: 245px;
}

div#diaporama div#slider
{
	/*background-color: #F00;*/
	position: absolute;
	width: 370px;
	height: 245px;
}

div#diaporama .swipe
{
	position: relative;
	overflow: hidden;
	visibility: hidden;
}

div#diaporama .swipe-wrap
{
	position: relative;
	overflow: hidden;
}

div#diaporama .swipe-wrap > div
{
	position: relative;
	float: left;
	/*width: 100%;*/
}

/******************************************************************************
	Contenu - Contact
******************************************************************************/

div#contenuContact
{
	padding: 20px;
	color: #DC3028;
	font-size: 12px;
	background-color: #FFF;
	height: 240px;
}

div#contenuContact p
{
	margin: 0 0 15px 0;
	padding: 0;
}

div#contenuContact a.mail
{
	text-decoration: none;
	color: #DC3028;
	font-size: 16px;
	font-weight: bold;
}
