/* 
	DEFAULT STYLESHEET
	All pages inherrit from this stylesheet, so anything reusable, 
	site-wide or generic goes here.
*/

/* ------------------------------------------------------------------------
	HTML BODY tag and Page div
------------------------------------------------------------------------ */

body
{
	margin: 0;
  	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}


#menu_front
{
    text-align: right;
	width: 775px;
	height: 28px;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	background: url(../img/bg_menu.jpg);
	text-decoration: none;
}

      /* Block Soumission en ligne */
        ul.formulaire {list-style-type: none; text-align:left;}
        ul.formulaire li {margin-top:5px;}
        ul.formulaire label {display:block; float:left; width: 200px;}
        ul.formulaire label.obligatoire {font-weight:bold;}
        div.envoyerFormulaire {text-align:right; width: 345px; margin-top:5px;}
        div.contactFormulaire {text-align:center; width: 345px; margin-top:5px; font-size: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}


.footer_front {
	width: 800px;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	background: #2c2f64;
	text-decoration: none;
}


.menu_prix {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	border: solid black 1px;
}

.menu_prix_inside {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	border: solid black 1px;
}

a.menuf:link { color:#ffffff; text-decoration: none;}
a.menuf:visited { color:#ffffff; text-decoration: none;}
a.menuf:hover { color:#db642f; text-decoration: none;}
a.menuf:active{color: #db642f; text-decoration: none;}

a.sousmenuf:link { color:#707070; text-decoration: none;}
a.sousmenuf:visited { color:#707070; text-decoration: none;}
a.sousmenuf:hover { color:#db642f; text-decoration: none;}
a.sousmenuf:active{color: #db642f; text-decoration: none;}

a.send:link { font-size: 10px; color:#707070; text-decoration: none;}
a.send:visited { font-size: 10px; color:#707070; text-decoration: none;}
a.send:hover { font-size: 10px; color:#db642f; text-decoration: none;}
a.send:active{ font-size: 10px; color: #db642f; text-decoration: none;}

/* ----------------------------
   Base font-size
---------------------------- */
#pageWrap
{
	background: url(../images/contenu_bandeBasCouleur.gif) repeat-y;
}
#accueil #pageWrap
{
	background: url(../images/contenu_bandeBasCouleur_acc.gif) repeat-y;
}

#page
{
    background: url(../images/colDr_zoneCouleurs.gif) no-repeat 995px top;
	text-align:left;
}
#accueil #page
{
    background: url(../images/colDr_zoneCouleurs.gif) no-repeat 760px top;
}

#fondContenu
{
	background:url(../images/bande_droite.gif) repeat-x;
	text-align:left;
	/*border-top: 2px solid #fff;*/
	margin-top: 2px;
}

#fondBeige
{
	background:url(../images/fondBeigeHaut.gif) repeat-x;
}

/* ----------------------------
   Liens
---------------------------- */
a:link { color:#0066CC; }
a:visited { color:#0066CC; }
a:hover { color:#666666; }
a:active{color: #666666; }


/* ---------------------------------------- */
/* --------------- Entête ----------------- */
/* ---------------------------------------- */

#entete {
    min-width: 760px;
    max-width: 995px;
    width: 100%;
}

#corps_text h1 {
    color: #b42d34;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

#corps_text {
    padding: 10px;
    color: #333333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* min-height / max-height pour IE */
* html #entete {width: 760px /* valeur par défaut si pas de javascript activé */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 995 ? "995px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 760 ? "760px" : "100%")); }



#entete h1
{
	margin:2px 0 0 28px;
}

#entete ul
{
	float:right;
	list-style: none;
	margin:0;
	padding:16px 24px 0 0;
	font-size:0.87em;
	color:#999999;
}

#entete li
{
	margin: 0;
	float:left;
	padding:0 2px;
}

#entete a:link, #entete a:visited, #entete a:active 
{
	color:#999999;
	text-decoration:none;
}

#entete a:hover 
{
	color:#999999;
	text-decoration:underline;
}


/* ---------------------------------------- */
/* ----------- Menu principal ------------- */
/* ---------------------------------------- */

#imgPointeGau
{
	float:left;
}

#menuWrap {
    background: #FFF url(../images/bande_droiteMenu.gif) repeat;
    margin-top:5px;
}
#menu {
    background: #FFF url(../images/menu-bg.gif) repeat-x;
    min-width: 760px;
    max-width: 995px;
    min-height: 20px;
    width: 100%;
    _height: 1%;
}

/* min-height / max-height pour IE */
* html #menu {width: 760px /* valeur par défaut si pas de javascript activé */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 995 ? "995px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 760 ? "760px" : "100%")); }


#menu ul {
    float: right;
    margin:0;
    padding:0 0 0 0;
    list-style:none;
    _height: 1%; 
}

#menu ul li {
    background: #DF3B1A url(../images/menu_barreVerticale.gif) no-repeat left;
    float:left;
    margin:0;
    padding:0 0 0 2px;
}

#menu ul li.first {
    background:#DF3B1A url(../images/menu_pointeGau.gif) no-repeat left top;
    padding:0 0 0 50px;
}
#menu ul li.selected a {
    background:#FE7C61;
}
#spacer div
{
	margin:0;
	padding:3px 14px 3px 14px;
	width: 80px;
}

#menu ul li a
{
    color: #fff;
	float:left;
	display: block ;
	margin:0;
	padding:3px 14px 3px 14px;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#menu li a {float:none;}
/* End IE5-Mac hack */
#menu ul li a:link, #menu ul li a:visited, #menu ul li a:active 
{
	text-decoration:none;
}

#menu ul li a:hover 
{
	background:#FE7C61;
	padding-top:3px;
}

#menu .clearMenu {
    background-color: #FFF;
    clear: both;
    line-height: 1px;
}

.menuOver
{
	background:#FE7C61;
	display: block ;
	color:#fff;
	margin:0;
	padding:3px 14px 3px 14px;
}

.barre
{
	padding-top:4px;	
}


/* ---------------------------------------- */
/* ----------- sous-menu principal -------- */
/* ---------------------------------------- */

#sousmenu {
    text-align: left;
	display: block;
    left: 0;
    top: 0;
	z-index: 100;
	font-size: .9em;
}
#sousmenu div {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
	cursor: pointer;
	background: #DF3B1A;
}
#sousmenu div div {
	position: relative;
	display: block;
	width: 100%;
	white-space: nowrap;
	background: none;
}
#sousmenu a {
	display: block;
	height: 1%;
	padding: 7px 8px 7px 15px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #FFF;
}
#sousmenu a:hover {
	background:#FE7C61;
}
#mCompanyFRSMenu
{
    width: 190px;
}
#mCompanyENSMenu
{
    width: 120px;
}
#mProjectsFRSMenu
{
    width: 220px;
}
#mProjectsENSMenu
{
    width: 120px;
}
#mAccessoriesFRSMenu, #mAccessoriesENSMenu
{
    width: 225px;
}
#mContactFRSMenu
{
    width: 156px;
}
#mContactENSMenu
{
    width: 220px;
}


/* ---------------------------------------- */
/* -------------- Corps ------------------- */
/* ---------------------------------------- */


/* -------------- Bande de couleurs sous le menu principal ------------------- */
#menuReperageWrap {
    background: #C1947B url(../images/menu_indicatif-bande.gif) repeat-y 995px top;
}
#accueil #menuReperageWrap {
    background: #C1947B url(../images/menu_indicatif-bande.gif) repeat-y 760px top;
}

#menuReperage {
    background-color: #FFC8CD;
    min-width: 760px;
    max-width: 995px;
	padding:3px 0 3px 0;
	font-size:0.8em;
	margin:0;
}

/* min-height / max-height pour IE */
* html #menuReperage {width: 760px /* valeur par défaut si pas de javascript activé */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 995 ? "995px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 760 ? "760px" : "100%")); }

#accueil #menuReperage {
    width: 760px;
}

#corps {
    width: 760px;
	text-align: center;
}


#liensMenuReperage
{
	margin-left:15px;
}

#liensMenuReperage ul
{
	list-style: none;
	margin:0;
}


#liensMenuReperage ul li
{
	margin: 0;
	float:left;
	padding-right:6px;	
}

#menuReperage a:link, #menuReperage a:visited, #menuReperage a:active
{
	color:#595959;
	text-decoration:none;
}

#menuReperage a:hover
{
	color:#8D9A42;
}

.menuReperageOver
{
	color:#8D9A42;
}

/* ---------- Contenu ---------- */
#contenu
{
	background: url(../images/contenu_bandeBasCouleur.gif) repeat-y;
	min-width: 760px;
	max-width: 995px;
	position: relative;
}

* html #contenu {width: 760px /* valeur par défaut si pas de javascript activé */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 995 ? "995px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 760 ? "760px" : "100%")); }


#accueil #contenu
{
    width: 760px;
}

/* ---------- Colonne gauche ---------- */
#colGauche
{
	float:left;
	width:223px;
}
* html #colGauche {
    display: inline;
    margin-right: -223px;
}
* html #accueil #colGauche
{
    display: inline;
    margin-right: 0;
}

#fondVert
{
	background:#D99967;
	width:223px;
}

#boiteMenuGau
{
	width:209px;
}

#colGauche h1
{
	background:#B42D34;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	padding:3px 0 3px 17px;
	margin:0;
}

#menuColGau
{
	background:#FBFCEF;
	font-size:0.9em;
}
#menuColGau #home
{
	padding:19px 15px 19px 17px;
	text-align: left;
}
#menuColGau #thumbnails
{
	padding:19px 15px 0 17px;
	text-align: center;
}

#menuColGau a:link, #menuColGau a:visited, #menuColGau a:active
{
	color:#0066CC;
}
#menuColGau a.active
{
	color: #DE9738;
}

/*div#menuColGau
{
	height:337px;
}
html>body div#menuColGau
{
	min-height:337px;
	height:auto;
}*/

#menuColGau p
{
	margin:0;
	padding-bottom:20px;
}

#menuColGau h2
{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding-bottom:5px;
}

.flecheDown
{
	margin:0 0 2px 3px;
}

.fleche
{
	margin-left:3px;
}

#menuColGau ul
{
	list-style: none;
	margin:0;
	margin-bottom:10px;
}

#menuColGau ul li
{
	margin:0;
	padding:0 0 6px 10px;
}

#menuColGau ul a:link, #menuColGau ul a:visited, #menuColGau ul a:active
{
	color:#0066CC;
	text-decoration:none;
}

#menuColGau ul a:hover, .menuOverGau
{
	color:#666666;
}


#menuColGau a.banniere img
{
	border: 0;
	margin: 1px;
}

/* ---------- Colonne centre ---------- */
#colCentre
{
    margin: 0 0 0 225px;
    min-width: 520px;
    max-width: 768px;
}



#colCentreAcc
{
    margin: 0 0 0 2px;
    float: left;
	height:444px;
	width: 519px;
}

/* ------------- entreprise ---------- */

#enteteColCentreGau
{
	background:#F8EDCF;
	height:20px;
	width:88px;
}

#enteteColCentreDr
{
	background: url(../images/title_bg.gif) repeat-x;
	width: 100%;
}

#infos
{
	padding:18px 20px;
}

#infos h1
{
	color:#DE9738;
	font-size:1.5em;
	font-weight:bold;
}

#infos h2
{
	color:#CC3333;
	font-size:1.2em;
	font-weight:bold;
}

#infos h3
{
	font-size:1.1em;
	font-weight:bold;
}

/*
#infos img
{
	margin-right:12px;
}
*/

#infos p, #infos ul li
{
	color:#666666;
	font-size:0.9em;
}

#infos p, #infos ul li, #infos ol li, #infos div.texte,
#ProjectPicture, #realisations, #AccessoryInfo
{
	color:#666666;
	font-size:0.9em;
}

#infos ul li ul li
{
	font-size:1.0em;
}

img.left
{
	float:left;
	margin-right: 12px;
}

/*photo page Mot du président*/
.motPresident
{
	float:left;
	margin-right: 12px;
}

.ital
{
	font-style:italic;
}

/* ---------- Liste des accessoires et des réalisations -------- */
.blocThumb
{
	float:left;
	margin: 0 22px 10px 0;
}
.photoThumb a img
{
    border: 2px solid #FFF;
}
.photoThumb a:hover img
{
    border: 2px solid #91959B;
}

.blocThumbDroit
{
	float:left;
}

.ligneThumb
{
	margin-bottom:20px;
}

.nomAccessoire
{
	font-size:0.9em;
	padding: 4px;
	text-align: center;
	height: 4em;
	overflow: hidden;
}

.nomAccessoire a:link, .nomAccessoire a:visited, .nomAccessoire a:active
{
	text-decoration:none;
	color:#000;
}

.nomAccessoire a:hover
{
	text-decoration:underline;
	color:#0066CC;
}

/* ---------- accessoires ---------- */

#acc .blocThumb
{
	width:88px;
}

#acc .blocThumbDroit
{
	width:86px;	
}

#infoAccessoire
{
	float:left;
	width:270px;
}
p.back
{
	margin-top: 20px;
}

#photoAccassoire
{
	float:right;
	text-align: center;
}
#photoAccassoire img
{
    border: 2px solid #FFF;
}

/* ---------- réalisations ---------- */

/* liste */

#infos h1 a:link, #infos h1 a:visited, #infos h1 a:active
{
	color:#DE9738;
	text-decoration:none;	
}

#infos h1 a:hover
{
	color:#C72943;
}

#realisations 
{
	padding-bottom: 10px;
}

#realisations div
{
	padding: 0 0 10px 0;
	text-align: center;
}


#realisations div a img
{
	border: 2px solid #FBFCEF;
}

#realisations div a:hover img
{
	border: 2px solid #91959B;
}

#realisations div.blocThumb
{
	width:117px;
}

#realisations .blocThumbDroit
{
	width:115px;	

}

.hidden
{
    display: none;
}
.visible
{
    display: block;
}

#ProjectPicture
{
	float: left;
	width: 495px;
}
#ProjectPicture #nav div.left
{
	float: left;
	padding: 5px;
	text-align: left;
	width: 40%;	
}
#ProjectPicture #nav div.right
{
	float: right;
	padding: 5px;
	text-align: right;
	width: 40%;	
}

#ProjectInfos
{
    float:right;
    width:205px;
}

/* détail */
#photoDetail
{
    float:left;
    width:495px;
}
#photoDetail #zoom
{
}
div.texte
{
    padding: 0 0 10px 0;
}

/* ---------- contact ---------- */

#formContact
{
	padding-left:20px;
}

#formContact .submit
{
    padding: 0 5px;
	width: auto;
}

#formContact #improvement, #formContact #builder
{
    display: none;
}

.champsObligatoire
{
	font-size:1em;
	color:#C72943;
}

.lesChamps, .casesCoches
{
	margin-bottom:15px;
}

.lesChamps label, .casesCoches label
{
	font-size:1em;
	color:#DE922D;
	font-weight:bold;
}

.lesChamps input
{
	width:300px;
}
.lesChamps input.button
{
	width: auto;
}

.radio label
{
    color: #000;
    font-weight: normal;
}

input.icodePostal
{
	width:55px;
}

input.inoTel
{
	width:90px;
}

/* ---------- plan du site ---------- */
ul.plan li
{
	margin-bottom: 5px;
	margin-top: 5px;
}


/* ---------- Colonne droite ---------- */
#colDroite
{
	float:right;
	width:194px;
	background:#fff url(../images/colDr_zoneCouleurs.gif) no-repeat top left;
	height:444px;
}
/* ---------------------------------------- */
/* ------------- pied de page ------------- */
/* ---------------------------------------- */
#pied
{
	border-top: 2px solid #fff;
	background:#2C2F64;
	color:#fff;
	font-size:0.8em;
	_height:1%;
	/**/
}

#pied div 
{
	text-align: right;
    min-width: 760px;
    max-width: 995px;
}

/* min-height / max-height pour IE */
* html #pied div {width: 760px /* valeur par défaut si pas de javascript activé */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 995 ? "995px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 760 ? "760px" : "100%")); }


#pied a
{
    color: #FFF;
    
}
#pied a:link, #pied a:active, #pied a:visited
{
	color: #FFF;
	text-decoration:none;
}

#pied a:hover
{
	color: #FFF;
	text-decoration:underline;
}

#pied span
{
        display: block;
	padding: 2px 4px;
}



/* ---------------------------------------- */
/* ------------- validation ------------- */
/* ---------------------------------------- */
.validationWrap {
    padding: 10px 0;
}
.validation {
    background-color: #FFC0C0;
    border: 1px solid #FF0000;
    color: #666666;
    padding: 10px;
	width: 300px;
}

/* -------------------------------------------- */
/* ------------- Envoyer a un ami ------------- */
/* -------------------------------------------- */
form.friend .medium {
	width: 300px;
}




/* ----------------------------------- */
/* ------------- Accueil ------------- */
/* ----------------------------------- */
#slideImgs
{
    display: none;
}

#slideImgsSlogan
{
    display: none;
}

#sloganGau
{
    margin: 0px 0px 0px 1px;
    padding: 3px 0px 3px 0px;
}

/* ------------------------------------------- */
/* ------------- Équipe de vente ------------- */
/* ------------------------------------------- */
.blocEquipThumb
{
	float:left;
	margin: 0 22px 0px 0;
}

.nomEquip
{
	font-size:0.9em;
	padding: 4px;
	text-align: center;
	height: 3em;
	overflow: hidden;
}


/* ------------------------------------------- */
/* ------------- Accessoire ------------------ */
/* ------------------------------------------- */

#AccessoryPicture
{
	float: left;
	width: 300px;
}
#AccessoryPicture #nav div.left
{
	float: left;
	padding: 5px;
	text-align: left;
	width: 40%;	
}
#AccessoryPicture #nav div.right
{
	float: right;
	padding: 5px;
	text-align: right;
	width: 40%;	
}

#AccessoryInfo
{
    float:right;
    width:400px;
}

#AccessoryInfo h3 
{
    font-size:1.1em;
    font-weight:bold;
    color:#000000;
}