@charset "UTF-8";

@import "reset.css";

/* ------------------------------------ */
/*                                      */
/*            GENERAL	                */
/*                                      */
/* ------------------------------------ */
BODY {
	color:#4a504f;
	font-family:Arial;
}

A {
	color:#424242;
	text-decoration:underline;
}
A:hover {
	color:#0090b4;
}

H2 {
	font-size:20px;
	font-weight:bold;
	font-style:italic;
	color:#5daf48;
	line-height:20px;
	margin-bottom:15px;
}
H3 {
	font-size:14px;
	font-weight:bold;
	color:#4a504f;
	line-height:14px;
	margin-bottom:5px;
}

BODY P {
	margin-bottom:15px;
}
BODY UL.liste {
	margin-left:10px;
	margin-bottom:12px;
}
BODY UL.liste LI {
	padding-left:13px;
	background-image:url(../_image/bullet_1.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin-bottom:3px;
}


/* ------------------------------------ */
/*                                      */
/*            HAUT                      */
/*                                      */
/* ------------------------------------ */
BODY #hautsite {
	width:838px;
	margin:0 auto;
	position:relative;
	padding-top:35px;
	background-image:url(../_image/vague.png);
	background-position:right 30px;
	background-repeat:no-repeat;
}

#logo {
	width:358px;
	height:0;
	padding-top:53px;
	display:block;
	overflow:hidden;
	background-image:url(../_image/ets-chanu-logo.png);
	background-position:0 0;
	background-repeat:no-repeat;
}

BODY #hautsite BLOCKQUOTE {
	font-size:18px;
	color:#5daf48;
	font-weight:bold;
	font-style:italic;
	margin-left:-15px;
	line-height:17px;
}
BODY #hautsite BLOCKQUOTE STRONG {
	margin:0 15px;
}
BODY #hautsite BLOCKQUOTE SPAN {
	display:block;
}
BODY #hautsite BLOCKQUOTE EM {
	display:none;
}

/*menu*/
#menuAccueil {
	overflow:hidden;
}
#menuAccueil UL {
	position:absolute;
	top:149px;
	left:0;
}
#menuAccueil UL#menunav LI {
}
#menuAccueil #menunav LI A {
	height:29px;
	width:197px;
	padding:16px 0 0 21px;
	margin-left:10px;
	display:block;
	text-decoration:none;
	overflow:hidden;
	margin-bottom:2px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
#menuAccueil #menunav LI A:hover {
	width:187px;
	margin-left:20px;
}

#menuAccueil #menunav LI#mn-accueil A {
	background-color:#484b97;
}
#menuAccueil #menunav LI#mn-chanu A {
	background-color:#0067ad;
}
#menuAccueil #menunav LI#mn-savairfaire A {
	background-color:#a8ca21;
}
#menuAccueil #menunav LI#mn-realisation A {
	background-color:#f9c400;
}
#menuAccueil #menunav LI#mn-contact A {
	background-color:#e31b1e;
}

#menuAccueil.accueil #menunav LI#mn-accueil A,
#menuAccueil.chanu #menunav LI#mn-chanu A,
#menuAccueil.savairfaire #menunav LI#mn-savairfaire A,
#menuAccueil.realisation #menunav LI#mn-realisation A,
#menuAccueil.contact #menunav LI#mn-contact A {
	width:207px;
	border-style:solid;
	border-width:1px;
	margin-left:0;
	background-color:#fff;
}

#menuAccueil.accueil #menunav LI#mn-accueil A {
	color:#484b97;
	border-color:#484b97 #fff #484b97 #484b97;
}
#menuAccueil.chanu #menunav LI#mn-chanu A {
	color:#0067ad;
	border-color:#0067ad #fff #0067ad #0067ad;
}
#menuAccueil.savairfaire #menunav LI#mn-savairfaire A {
	color:#a8ca21;
	border-color:#a8ca21 #fff #a8ca21 #a8ca21;
}
#menuAccueil.realisation #menunav LI#mn-realisation A {
	color:#f9c400;
	border-color:#f9c400 #fff #f9c400 #f9c400;
}
#menuAccueil.contact #menunav LI#mn-contact A {
	color:#e31b1e;
	border-color:#e31b1e #fff #e31b1e #e31b1e;
}


/* ------------------------------------ */
/*                                      */
/*            BAS                       */
/*                                      */
/* ------------------------------------ */
BODY #bassite {
	clear:both;
	width:838px;
	margin:10px auto 0;
}

#certificats {
	position:absolute;
	top:405px;
}
#certificats UL {
	overflow:hidden;
	margin-bottom:15px;
}
#certificats LI {
	display:inline;
	height:91px;
}
#certificats LI A {
	height:0;
	display:block;
	overflow:hidden;
	float:left;
	margin-left:20px;
}
#certificats LI#qualibat A {
	width:71px;
	padding-top:70px;
	background-image:url(../_image/qualibat.png);
}
#certificats LI#dechets A {
	width:96px;
	padding-top:91px;
	background-image:url(../_image/ecologie.png);
}
#telephone {
	clear:both;
	width:184px;
	height:26px;
	display:block;
	background-image:url(../_image/telephone.png);
	background-repeat:no-repeat;
	background-position:0 0;
	margin-left:20px;
}

#mentions {
	margin-left:230px;
}

BODY #bassite A#pmpconcept {
	width:25px;
	height:0;
	padding-top:30px;
	display:block;
	overflow:hidden;
	background-image:url(../_image/pmpconcept.png);
	background-position:0 0;
	background-repeat:no-repeat;
	float:right;
}
BODY #bassite A:hover#pmpconcept {
	background-position:-25px 0;
}

BODY #bassite ADDRESS {
	color:#5daf48;
	font-style:normal;
}

BODY #copyright,
BODY #copyright A {
	font-size:10px;
	color:#8a8787;
	text-decoration:none;
}


/* ------------------------------------ */
/*                                      */
/*            COEUR SITE                */
/*                                      */
/* ------------------------------------ */
BODY #coeursite {
	clear:both;
	width:838px;
	margin:15px auto 0 auto;
}
BODY #coeursite #page {
	background-color:#fff;
	width:576px;
	min-height:323px;
	margin-left:229px;
	border-style:solid;
	border-width:1px;
	padding:16px;
	overflow:hidden;
}
BODY .savairfaire #page {
	border-color:#bed041;
}
BODY .realisation #page {
	border-color:#f9c400;
}

.photoDroite {
	float:right;
	font-size:10px;
	line-height:13px;
	color:#5daf48;
	text-align:right;
	margin:0 0 5px 10px;
}
.photoDroite IMG,
.photoGauche IMG {
	display:block;
}
.photoGauche {
	float:left;
	font-size:10px;
	line-height:13px;
	color:#5daf48;
	text-align:left;
	margin:0 10px 5px 0;
}

/**Accueil**/
BODY .accueil #page {
	border-color:#484b97;
	background-image:url(../_image/fond_accueil.png);
	background-position:66px 20px;
	background-repeat:no-repeat;
}
BODY .accueil #page H2 {
	margin-bottom:3px;
}
BODY .accueil #page P {
	width:284px;
}

/**Ets Chanu**/
BODY .chanu #page {
	border-color:#0067ad;
}


/**Contact**/
BODY .contact #page {
	border-color:#e31b1e;
}
#formulairecontact {
	width:360px;
	float:left;
}

.formulaire .erreursaisie {
	color:#990000;
	font-weight:bold;
}
.formulaire td,
.formulaire th {
	padding:2px;
	vertical-align:top;
}
.formulaire th {
	text-align:right;
	font-size:12px;
	font-weight:normal;
	padding-right:5px;
	padding-top:5px
}
.formulaire td {
	text-align:left;
	font-size:11px;
}
.formulaire td input,
.formulaire td textarea {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #5daf48;
	padding:1px 2px 1px 2px;
	width:200px;
}
.formulaire td textarea {
	height:70px;
}
.formulaire td input.num {
	width:60px;
}
.formulaire td input.autre {
	width:150px;
}
.formulaire td input.no {
	width:auto;
	border:0 none;
}
.infoForm {
	font-size:10px;
}
.formulaire  a.boutonForm {
	padding:4px 10px 4px 10px;
	text-decoration:none;
	font-size:14px;
	font-variant:small-caps;
	color:#fff;
	background-color:#5daf48;
}
.formulaire  a.boutonForm:hover {
	color:#fff;
	background-color:#96e87c;
}

#coordonnees {
}
#coordonnees ADDRESS {
	margin-bottom:10px;
	font-size:12px;
}
#coordonnees STRONG {
	font-weight:bold;
	font-size:14px;
}
.rouge {
	color:#e31b1e;
}

/**Savoir-Faire**/
.photoDroite {
	float:right;
	font-size:10px;
	line-height:13px;
	color:#5daf48;
	text-align:right;
	margin:0 0 5px 10px;
}
.photoDroite IMG {
	display:block;
}

.listePhoto {
	margin-bottom:15px;
	overflow:hidden;
}
.listePhoto LI {
	float:left;
	font-size:10px;
	line-height:10px;
	margin-bottom:10px;
	margin-right:10px;
	width:175px;
}
.listePhoto LI IMG {
	display:block;
}
.listePhoto LI.retourLigne {
	clear:both;
}