@charset "UTF-8";

/* -------------------------------- */
/* Définition des balises HTML		*/
/* -------------------------------- */

HTML {
	font-size:100%;
}
BODY {
	color: black;
	font: normal .75em Arial, "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, Helvetica, Sans-Serif;
	background: #006da2 url(../_image/background.gif) repeat left top;
}

html, body, ol, ul, form, fieldset {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

textarea {
  font: inherit;
}


/* Liens */
a {
  	color: #0088ca;
	text-decoration: none;
}
a:visited {
 }
a:hover, a:focus, a:active {
  	text-decoration: underline;
}


a img {
  border: 0;
}

/* Titres */
h2 {
  color: #009fdc;
  margin: 10px 0 15px 0;
  padding: 0px 0 0 0;
  line-height: 1.2;
  font-size: 1.5em;
  letter-spacing:-1px;
  font-weight:bold;
}

h3 {
  color : #666;
  font-size: 1.4em;
  font-weight: normal;
  margin: 10px 0 5px 0;
  padding: 10px 0 0 0;
}

h4 {
	font-size: 1.1em;
	margin: 1.5em 0 0.8em 0;
}

h5 {
	font-size: 1em;
	/*font-style: italic;
	font-weight: normal;*/
	margin: 1.5em 0 1em 0;
}

h2 a {
  color: #FF7800;
  /*font-family:Sans-serif;*/
}
h2 a:visited {
  color: #EAA515;
}
h2 a:hover, h2 a:focus, h2 a:active {
  text-decoration: none;
  color: #eb5800;
}


/* Positionnement et alignement */
.left {
  float: left;
  margin: 0 10px 5px 0;
}

.right {
  float: right;
  margin: 0 0 5px 10px;
}



/* Messages */
.remarque {
  outline-color:#C5C58B;
  outline-style:solid;
  outline-width:3px;
  padding: 1.2em;
}

.discret {
  color:#999;
}

.error, .good, .warn {
  clear:both;
  color:#fff;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
  font-weight:bold;
  padding:10px;
	margin-bottom: 10px;
}

.error {
  	background: #c00;
}

.warn {
  	background: #FF7800;
}

.good {
  	background: #83BF00;
}

.warn a, .good a, .error a {
  	color: white;
	text-decoration: underline;
}

.info {
  	border-top: 1px solid #d7d7d7;
  	border-bottom: 1px solid #d7d7d7;
  	padding: 10px 10px;
}

/* @group Paragraphe */
.paragraphe {
	line-height: normal;
}

/* Positionnement et alignement */
.paragraphe .tright {
  	text-align: right;
}

.paragraphe .center {
  	text-align: center;
}

.paragraphe a {
	text-decoration: underline;
}


.paragraphe tt,
.paragraphe code,
.paragraphe samp {
  	color: #a1af00;
  	font-size: 1.231em;
} 
.paragraphe dt {
	color:#369;
  	margin-top:0.5em;

}

/* Citations */
.paragraphe blockquote {
	margin: 1em;
	padding: 0 0 0 50px;
	background: url(../_image/base/blockquote1.png) no-repeat top left;
}

.paragraphe blockquote p:last-child {
	background: url(../_image/base/blockquote2.png) no-repeat bottom right;
	min-height: 33px;
	margin-bottom: 0;
	padding: 0 50px 0 0;
}

.paragraphe blockquote span.link {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: right;
  font-size: 0.833em;
  display: block;
}

.paragraphe blockquote span.link a {
  color:#ccc;
}


/* Listes */
.paragraphe p, .paragraphe ul {
  text-align: justify;
  line-height:150%;
  margin-bottom:1.3em;
}
.paragraphe ul {
  margin: 1em 0;
  list-style: none;
}
.paragraphe ol {
  margin: 1em 0 1em 24px;
}
.paragraphe ul li {
  padding-left: 10px;
  background: url(../_image/base/ico-puce.png) left 7px no-repeat;
}
.paragraphe li ul, .paragraphe li ol {
	margin-top: .25em;
	margin-bottom: .5em;
}
.paragraphe ul ol > li {
	padding-left: 0;
	background: none;
}
.paragraphe ul.nostyle li {
  background:none;
}
.paragraphe .markItUp li {
  background:none;
  padding:0;
}

.paragraphe p strong {
	color: #0088ca;
}

/* Icones */
.ico-arrow, .paragraphe ul li.ico-arrow {
  padding-left: 17px;
  background: url(../_image/base/ico-fleche.png) left 4px no-repeat;
}
.ico-smile, .paragraphe ul li.ico-smile {
  padding-left: 20px;
  background: url(../_image/base/ico-lol.png) 1px center no-repeat;
}
.ico-question, .paragraphe ul li.ico-question {
  padding-left: 20px;
  background: url(../_image/base/ico-question.png) left 70% no-repeat;
}
.ico-star, .paragraphe ul li.ico-star {
  padding-left: 20px;
  background: url(../_image/base/ico-star.png) left 4px no-repeat;
}
.ico-light, .paragraphe ul li.ico-light {
  padding-left: 20px;
  background: url(../_image/base/ico-light.gif) left 4px no-repeat;
}

/*Photo*/
.paragraphe .illustration {
  float: left;
  margin: 0px 16px 5px 0;
}
.paragraphe .illustrationdroite {
  float: right;
  margin: 0px 0 5px 16px;
}
/* @end */


/* -------------------------------- */
/* site								*/
/* -------------------------------- */
#hautsite,
#bassite,
#coeursite {	
	width: 913px;/*947px*/
	margin: 0 auto;
	padding: 0 17px;
	clear: both;
	overflow: hidden;
}
/* -------------------------------- */
/* Haut site						*/
/* -------------------------------- */
#hautsite {
	height: 119px;
	background: transparent url(../_image/background-haut.png) no-repeat center bottom;
	position: relative;
}

.logo {
	position: absolute;
	top: 27px;
	left: 13px;
}

.telephone {
	position: absolute;
	top: 12px;
	left: 519px;
	background: url(../_image/telephone.png) no-repeat left top;
	width: 215px;
	height: 57px;
	overflow: hidden;
}

/* Menu */
#menu {
	position: absolute;
	height: 51px;
	top: 53px;
	right: 18px;
}
#menu ul#menunav {
}
#menu ul#menunav li {
	display: inline;
	text-transform: uppercase;
	width: 103px;
	height: 0;
	margin-right: 1px;
}
#menu ul#menunav li a {
	background: url(../_image/background-menu.gif) no-repeat 0 -63px;
	color: #0e0e0e;
	width: 103px;
	display: block;
	text-align: center;
	float: left;
	height: 39px;
	overflow: hidden;
	margin-top: 12px;
}
#menu ul#menunav li a span {
	display: block;
	margin-top: 19px;
}
#menu ul#menunav li a:hover {
	text-decoration: none;
	background-position: 0 -114px;
}
#menu.m-acc ul#menunav li.m-acc a,
#menu.m-rea ul#menunav li.m-rea a,
#menu.m-con ul#menunav li.m-con a {
	height: 51px;
	margin-top: 0;
	background-position: 0 0;
	color: #006799;
}


/* -------------------------------- */
/* Bas site							*/
/* -------------------------------- */
#bassite {
	background: transparent url(../_image/background-bas.png) no-repeat center top;
	padding-top: 26px;
	color: white;
}
#bassite a {
	color: white;
}
a.pmpconcept {
	width: 68px;
	height: 0;
	padding-top: 30px;
	display: block;
	overflow: hidden;
	background-image: url(../_image/fr/pmpconcept.gif);
	float: right;
	margin-top: -33px;
}


/* -------------------------------- */
/* Coeur site						*/
/* -------------------------------- */
#coeursite {
	background: white url(../_image/background-coeur.png) repeat-y center top;
}

.cadreacc {
	margin-bottom: 24px;
}

#page {
	overflow: hidden;
}
.colonneGauche {
	width: 607px;
	float: left;
	margin-left: 4px;
}
.colonneDroite {
	width: 275px;
	float: right;
	margin-right: 4px;
}


/* titre */
.titre {
	display: block;
	overflow: hidden;
	height: 0;
	padding-top: 45px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-bottom: 0;
}
.titre.tt_cheroise {
	width: 258px;
	background-image: url(../_image/fr/titre_cheroise-de-batiment.png);
}
.titre.tt_coordonnee {
	width: 217px;
	background-image: url(../_image/fr/tt_coordonnee.png);
}
.titre.tt_contact {
	width: 212px;
	background-image: url(../_image/fr/tt_contact.png);
}
.titre.tt_realisation {
	width: 212px;
	background-image: url(../_image/fr/tt_realisation.png);
}

#coordonnee {
	padding: 0 17px;
	font-size: 1.167em;
	text-align: center;
}
.paragraphe #coordonnee p {
	text-align: center;
}

address {
	font-style: normal;
	margin-top: 5px;
}
address span {
	display: block;
}
.paragraphe #coordonnee p.numtelephone {
	line-height: normal;
}
.paragraphe #coordonnee p.numtelephone strong {
	font-size: 1.286em;
}

/**/
.triplecol {
	border-top: 1px solid #c0c0c0;
	overflow: hidden;
}
.triplecol dl {
	float: left;
	width: 201px;
	border-left: 1px solid #c0c0c0;
	padding: 0;
	margin-top: 0;
}
.triplecol dl.first {
	border-left-style: none;
	border-left-width: 0;
}
.triplecol dt {
	padding: 14px 5px 0;
	text-transform: uppercase;
	color: #009fdc;
	font-weight: bold;
	margin-bottom: 10px;
}
.triplecol dd {
	padding: 0 10px;
	margin: 0;
}


/* Réalisation */
.realisationListe {	
}
.realisationListe dl {
	margin-top: 0;
}
.realisationListe dl h2 {
	margin-bottom: 0;
}
.realisationListe dl.first h2 {
	margin-top: 0;
	padding-top: 0;
}
.realisationListe dl dt {
	margin: 0;
}
.realisationListe dl dd {
	margin-left: 0;
}
.realisationListe dl dd a img {
	margin-right: 4px;
	margin-bottom: 4px;
}





/*----------------------------------------------+
+ Box formulaire						        +
+----------------------------------------------*/
.box-formulaire {
	width:573px;
	overflow:hidden;
	background-image:url(../_image/box-middle-formulaire.png);
	background-position:left top;
	background-repeat:repeat-y;
	margin:0 auto 15px;
}
.box-top-formulaire {
	height:12px;
	overflow:hidden;
	background-image:url(../_image/box-top-formulaire.png);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.box-bottom-formulaire {
	height:12px;
	margin-top:10px;
	overflow:hidden;
	background-image:url(../_image/box-bottom-formulaire.png);
	background-position:left top;
	background-repeat:no-repeat;
	clear: both;
}



/*----------------------------------------------+
+ Formulaire							        +
+----------------------------------------------*/
.rouge {
  	color: #c00;
}
.addressEditor {
	margin:0 auto;
	width:450px;
}
.L10 {
	/*font-family:'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size:10px;
	line-height:14px;*/
	display:inline;
}
.erreursaisie{
	color:#e31b1e;
}
.formHeading {
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#009fdc;
	color:#009fdc;
	clear:left;
	display:block;
	margin:0px 0px 8px 0px;
	padding:14px 0px 0px;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
}
.disabled {
	color:#CCC;
}
.addressEditor .line LABEL {
	display:block;
}
DIV.line {
	display:block;
	clear:left;
	margin-bottom:10px;
	padding: 0px 0px 2px 0px;
	overflow:hidden;
}
.addressEditor .line INPUT {
	cursor:auto;
	padding:1px;
	display:inline-block;
	letter-spacing: normal;
	line-height: normal;
	margin:0;
	text-indent:0px;
	text-transform:none;
	word-spacing:normal;
	
	font-size:14px;
	/*margin-right:6px;*/
}
.linecase {
	display:block;
	margin:0px auto;
	clear:left;
	padding:0px 0px 5px 0px;
}
.addressEditor DIV.fieldGroup {
	float:left;
	padding:0 0 2px 0;
}
.addressEditor DIV.fieldGroup LABEL {
	display:block;
}
.addressEditor DIV.fieldGroup INPUT,
.addressEditor DIV.fieldGroup SELECT {
	margin-right:6px;
}



/*bouton plus*/
UL.zonebouton {
    list-style:none;
    float:right;
}
UL.zonebouton LI {
    float: left;
	list-style-image: none;
	padding-left: 0;
}
 
UL.zonebouton LI A {
    float:left;
    text-decoration:none;
    color:#ccc;
    padding:6px 15px 0 0;
    margin-right:8px;
    font:900 14px "Arial", Helvetica, sans-serif;
}
UL.zonebouton LI A SPAN {
    float:left;
    padding-right:15px;
    display:block;
    margin-top:-6px;
    height:29px;
}

/*prem*/
UL.zonebouton LI A:hover,
UL.zonebouton LI A {
    color: white;
    background:url('../_image/btt_prem.png') no-repeat right 0;
} 
UL.zonebouton LI A:hover SPAN,
UL.zonebouton LI A SPAN {
    background:url('../_image/btt_prem.png') no-repeat left 0;
}


UL.zonebouton LI A:hover {
	opacity: 0.75;
	filter : alpha(opacity=75);
}
UL.zonebouton LI A:hover SPAN {
	opacity: 0.75;
	filter : alpha(opacity=75);
}




