@charset "UTF-8";

@import "reset.css";

/* ------------------------------------ */
/*                                      */
/*            GENERAL	                */
/*                                      */
/* ------------------------------------ */
HTML {
	height:100%;
}
BODY {
	background-color:#000;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	height:100%;
}

A {
}
A:hover {
}


/* ------------------------------------ */
/*                                      */
/*            HAUT                      */
/*                                      */
/* ------------------------------------ */
#hautsite {
	clear:both;
	height:164px;
	margin-bottom:5px;
}

#logoSite {
	width:360px;
	height:0;
	padding-top:72px;
	overflow:hidden;
	display:block;
	background-image:url(../_image/laurent-chaintreuil-photographe-logo.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-left:-180px;
	position:absolute;
	top:34px;
	left:50%;
}

/*home*/
BODY#home #hautsite {
	margin:0;
	height:130px;
}
BODY#home #hautsite #menuAccueil {
	background-image:url(../_image/menu_background-home.png);
	top:403px;
}

/*menu*/
#menuAccueil {
	background-position:top;
	background-repeat:repeat-x;
	height:32px;
	text-align:center;
	background-image:url(../_image/menu_background.png);
	top:130px;
	width:100%;
	position:absolute;
}
#menunav {
	height:32px;
	width:850px;
	margin:0 auto;
}
#menunav LI {
	float:left;
	padding-left:17px;
	background-repeat:no-repeat;
	background-position:0 0;
	white-space:nowrap;
}
#menunav LI SPAN {
	padding:12px 17px 5px 0;
	display:block;
	background-repeat:no-repeat;
	background-position:right
}
#menunav LI A {
	color:#fff;
	text-decoration:none;
}
#menunav LI A:hover {
	color:#d2a400;
}

#menuAccueil.mag #menunav LI#mn-mag,
#menuAccueil.vie #menunav LI#mn-vie,
#menuAccueil.dev #menunav LI#mn-dev,
#menuAccueil.ret #menunav LI#mn-ret,
#menuAccueil.pub #menunav LI#mn-pub,
#menuAccueil.fpt #menunav LI#mn-fpt,
#menuAccueil.lch #menunav LI#mn-lch {
	background-image:url(../_image/menu-actif-gauche.png);
}
#menuAccueil.mag #menunav LI#mn-mag SPAN,
#menuAccueil.vie #menunav LI#mn-vie SPAN,
#menuAccueil.dev #menunav LI#mn-dev SPAN,
#menuAccueil.ret #menunav LI#mn-ret SPAN,
#menuAccueil.pub #menunav LI#mn-pub SPAN,
#menuAccueil.fpt #menunav LI#mn-fpt SPAN,
#menuAccueil.lch #menunav LI#mn-lch SPAN {
	background-image:url(../_image/menu-actif-droite.png);
}
#menuAccueil.mag #menunav LI#mn-mag A,
#menuAccueil.vie #menunav LI#mn-vie A,
#menuAccueil.dev #menunav LI#mn-dev A,
#menuAccueil.ret #menunav LI#mn-ret A,
#menuAccueil.pub #menunav LI#mn-pub A,
#menuAccueil.fpt #menunav LI#mn-fpt A,
#menuAccueil.lch #menunav LI#mn-lch A {
	color:#d2a400;
}

/* ------------------------------------ */
/*                                      */
/*            BAS                       */
/*                                      */
/* ------------------------------------ */
BODY#home {
	margin-top:0px;
}
#bassite {
	clear:both;
	background-image:url(../_image/bas_background.png);
	background-position:top;
	background-repeat:repeat-x;
	height:160px;
}

#infosbas {
	width:850px;
	margin:0 auto;
	height:65px;
	position:relative;
}

#espaceclient {
	position:absolute;
	top:13px;
	left:322px;
}
#espaceclient A {
	display:block;
	overflow:hidden;
	width:201px;
	height:0;
	padding-top:41px;
	background-image:url(../_image/fr/btt-espace_client.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#espaceclient A:hover {
	background-position:0 -41px;
}

#copyright {
	position:absolute;
	color:#7f7f7f;
	top:28px;
}
#copyright A {
	color:#7f7f7f;
}
#copyright A:hover {
	color:#fff;
	text-decoration:none;
}

#pmpconcept {
	position:absolute;
	top:18px;
	left:768px
}
#pmpconcept A {
	width:82px;
	height:0;
	padding-top:30px;
	display:block;
	overflow:hidden;
	background-image:url(../_image/fr/pmpconcept.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#pmpconcept A:hover {
	background-position:0 -30px;
}

#bassite #refletbas {
	width:850px;
	height:64px;
	margin:0 auto;
	background-image:url(../_image/bas-reflet.png);
	background-repeat:no-repeat;
}
/* ------------------------------------ */
/*                                      */
/*            COEUR SITE                */
/*                                      */
/* ------------------------------------ */
#coeursite {
	clear:both;
	min-height:306px;
	width:850px;
	margin:0 auto;
	background-position:right top;
	background-repeat:no-repeat;
}

#coeursite H2,
#coeursite H2 A {
	color:#ffffff;
	font-size:30px;
	line-height:normal;
}
#coeursite H2 EM,
#coeursite H2 A EM {
	font-size:18px;
}

.titre {
	position:relative;
	border-bottom:1px solid #4f4f4f;
	height:41px;
}



/*----------------------------------------------+
+ Sous Menu								        +
+----------------------------------------------*/
.sousMenu {
	margin-bottom:10px;
}
.sousMenu LI {
	display:inline;
	color:#9d9d9d;
}
.sousMenu LI A {
	color:#9d9d9d;
}
.sousMenu LI.on A,
.sousMenu LI.on A:hover {
	font-weight:bold;
	color:#fff;
	border-bottom:1px dotted #fff;
	text-decoration:none;
}

/*----------------------------------------------+
+ Style de page							        +
+----------------------------------------------*/
#page {
	padding:0 10px;
	min-height:340px;
	background-position:right top;
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	margin-bottom:35px;
}

.titrePage {
	font-family:arial;
	font-size:30px;
	color:#a0664f;
	line-height:normal;
	margin-bottom:15px;
}

.paragraphe {
	width:469px;
	padding-left:20px;
}
.paragraphe P {
	margin-bottom:15px;
}
.paragraphe STRONG {
	font-weight:bold;
}
.paragraphe EM {
	font-style:italic;
}
.paragraphe A {
	font-weight:bold;
	color:#d2a400;
}
.paragraphe A:hover {
	text-decoration:underline;
}
.paragraphe UL {
	margin-bottom:13px;
}
.paragraphe UL LI {
	margin-bottom:5px;
	padding-left:10px;
	background-image:url(../_image/puce01.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.illustration {
	position:absolute;
	width:235px;
	top:21px;
	left:528px;
}


/*----------------------------------------------+
+ Galerie								        +
+----------------------------------------------*/
.galerie {
	width:480px;
	padding:0 0 0 20px;
}
.galerie TABLE {
	width:143px;
	height:143px;
	float:left;
	margin:0 15px 10px 0;
}
.galerie TABLE TD {
	vertical-align:middle;
	text-align:center;
}
.galerie A IMG {
	border:3px solid #fff
}
.galerie A:hover IMG {
	border:2px solid #fff
}

/*----------------------------------------------+
+ Magasin						        +
+----------------------------------------------*/

#magasin #coeursite {
	background-image:url(../_image/background-magasin.jpg);
	height:460px;
}

/*----------------------------------------------+
+ Moment de vie							        +
+----------------------------------------------*/
#mariage .illustration,
#reportage .illustration,
#groupe .illustration,
#portrait .illustration {
	top:50px;
}
#mariage #coeursite {
	background-image:url(../_image/background-mariage.jpg);
}
#reportage #coeursite {
	background-image:url(../_image/background-reportage.jpg);
}
#groupe #coeursite {
	background-image:url(../_image/background-groupe.jpg);
}
#portrait #coeursite {
	background-image:url(../_image/background-portrait.jpg);
}

/*----------------------------------------------+
+ Développement 						        +
+----------------------------------------------*/
#developpement #coeursite {
	background-image:url(../_image/background-developpement.jpg);
}

/*----------------------------------------------+
+ Laurent Chaintreuil 						        +
+----------------------------------------------*/
#chaintreuil #coeursite {
	background-image:url(../_image/background-chaintreuil.jpg);
}

/*----------------------------------------------+
+ contact 						        +
+----------------------------------------------*/
#contact #coeursite {
	background-image:url(../_image/background-contact.jpg);
}
.coordonnees {
	padding-top:180px;
	padding-left:460px;
	font-size:14px;
	font-weight:bold;
}
.paragraphe-contact A {
	font-weight:bold;
	color:#d2a400;
}
.paragraphe-contact A:hover {
	text-decoration:underline;
}

/*----------------------------------------------+
+ Retouche								        +
+----------------------------------------------*/
#retouche #coeursite {
	background-image:url(../_image/background-retouche.jpg);
}

/*----------------------------------------------+
+ publicite-industrie					        +
+----------------------------------------------*/
#publicite #coeursite {
	background-image:url(../_image/background-pub.jpg);
}

/*----------------------------------------------+
+ Faire-parts							        +
+----------------------------------------------*/
#faire-part #coeursite {
	background-image:url(../_image/background-fairepart.jpg);
}

/*----------------------------------------------+
+ Parc Grièges							        +
+----------------------------------------------*/
#parc-gieges #coeursite {
	background-image:url(../_image/background-grieges.jpg);
}
#parc-gieges #coeursite .titrePage {
	color:#fff;
}



/*PMPUP*/
body .pmpup-thumbstrip-horizontal img {
	height: 75px;
}
body .pmpup-thumbstrip-horizontal .pmpup-marker {
	top: 82px;
}

body .pmpup-thumbstrip-horizontal .pmpup-scroll-up,
body .pmpup-thumbstrip-horizontal .pmpup-scroll-down {
	height: 77px;
}
body .pmpup-thumbstrip-horizontal .pmpup-scroll-up div,
body .pmpup-thumbstrip-horizontal .pmpup-scroll-down div {
	height: 77px;
}
body .pmpup-controls .pmpup-full-expand {
	display: none;
}



body .pmpup-wrapper,
body .pmpup-outline {
	background: none;
	border:0 none
}
body .pmpup-dimming {
	background: black;
}
body .pmpup-image {
	border: 0 none;
	background: none;
}