* {
	margin:0;
	padding:0;
}

body {
    background: url(img/bg_body.jpg) top  center ;
   	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size:12px;
}

h1  {
   position:absolute;
   left:-9999px;
}


div#page_haut {
   width:100%;
   background:url(img/bg_page.jpg) top center no-repeat;
   height:auto;
   }
   
div#page {
   width:100%;
   background:url(img/bg_page_haut.png) top repeat-x;
   height:auto;
   }

div#global {
	width:960px;
	margin:0 auto;
	height: auto;
   }

div#entete {
   width:960px;
   height:626px;
   background:url(img/bg_entete.png) bottom no-repeat;
   }
   
div#entete_ariane {
   width:960px;
   height:626px;
   background: url(img/bg_entete_ariane.png) bottom no-repeat;
   }
   
div#bloc_newsletter {
	width:960px;
	height:55px;
	position:relative;
   }
   
#drapeaux {
   position:absolute;
   left:35px;
   top:10px;
   }

#drapeaux li  {
   float:left;
   list-style:none;
   margin-right:7px;
}

   
#drapeaux li a img {
   border:0;
}
   
div#newsletter {
	width:270px;
	height:22px;
	margin-top:10px;
	float:right;
	text-align:right;
	
	}
	
div#newsletter h3 {
	float:left;
	color:#999999;
	font-size:12px;
	font-weight:normal;
	margin-right: 5px;
   }



div#newsletter form input.sub {
	padding:0px;
	margin:0px 2px;
	color: #ff6814;
	border:0;
	font-size:9px;
	width:18px;
	cursor:pointer;
	background: url(img/ok.jpg) no-repeat;
	height:17px;
	float: left;

  }

div#newsletter form input.txt_in {
	padding:3px 2px;
	font-size:10px;
	width: 166px;
	height:11px;
	line-height:11px;
	letter-spacing:1px;
	border:0;
	background:#999999;
	color: #fff;
	float: left;
  }
  
div#logo {
   background:url(img/logo.png) no-repeat;
   width:202px;
   height:139px;
   float:left;
   }
   
div#menu_flash {
   width:758px;
   height:140px;
   float:left;
   }

div#menu_flash_an {
   width:758px;
   height:140px;
   float:left;
   }
   
div#amenagement_titre {
	background:url(img/amenagement_titre.png) no-repeat center;
	width:960px;
	height:60px;
	float: left;
   }
   
div#entete_bas {
	width:892px;
	height:357px;
	float:left;
	padding:21px 23px 0 45px;
	}
	
div#actualites {
	width:220px;
	height:290px;
	float:right;
	position:relative;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
   }

div#actualites  h3 {
	color: #FF9900;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
  } 
  
div#actualites dl dd {
	font-size:12px;
	padding:5px 0 5px 0;
  }  

div#actualites dl .date {
  float:right;
  color:#5F8BBC;
  }  
 
div#actualites dl .titre_actu {
	padding:5px 0 0 0;
	font-size:14px;
	letter-spacing:1px;
	color: #333333;
  }

div#actualites dl .img_actu {
  padding:5px 5px;
  float:left;
  }
  
div#actualites dl .img_actu img {
  border:#FFFFFF solid 1px;
  height:98px;
  }
  
div#actualites dl .lire_suite  {
	width:215px;
	height:13px;
	background:#A6A6A6;
	position:absolute;
	bottom:-2px;
	text-align:center;
  }
  
div#actualites dl .lire_suite a {
   color:#FFFFFF;
   letter-spacing:1px;
   text-decoration:none;
   }
  
div#actualites dl .lire_suite a:hover {
   color: #333333;
   }

div#contenu {
	width:920px;
	padding:18px 10px 0 30px;
	min-height:400px;
	position: relative;
        color:#333333;
   }
   
div#diapo {
   /*****
   padding:6px 5px 5px 5px;
   width:439px;
   height:263px;
   float:left;
   margin:0 24px 40px 0;*****/
   }

div#diapo {
width:80%;
}

div#diapo img{
 float:left;
 margin:0 24px 30px 0;
 background:#FFFFFF;
 padding:6px 5px 5px 5px;

}

   
div#contenu h2 {
	position:absolute;
	top:-45px;
	left:35px;
	font-size:20px;
	font-weight:bold;
	color:#666666;
	letter-spacing:2px;
	width: 182px;
	text-align: center;
	text-transform: uppercase;
   }
   
#lien_ariane {
   position:absolute;
   top:-35px;
   left:220px;
   }
  
#lien_ariane li {
  list-style:none;
  display:inline;
  font-size:12px;
  font-weight:bold;
  }
  
#lien_ariane li a {
   text-decoration:none;
   color: #666666;
   background:url(img/puce_liste_ariane.jpg) right no-repeat;
   padding-right:11px;
   padding-left:11px;
   }

#lien_ariane li a strong, #lien_ariane_ref li a strong{
   color:#000;
   }
   
#lien_ariane li a:hover {
   color:#000000;
   }
   
#lien_ariane .no_back a {
   background:none;
   }
   
#lien_ariane_ref {
   position:absolute;
   top:-35px;
   left:300px;
   }
  
#lien_ariane_ref li {
  list-style:none;
  display:inline;
  font-size:12px;
  font-weight:bold;
  }
  
#lien_ariane_ref li a {
   text-decoration:none;
   color: #666666;
   background:url(img/puce_liste_ariane.jpg) right no-repeat;
   padding-right:18px;
   padding-left:12px;
   }
   
#lien_ariane_ref li a:hover {
   color:#000000;
   }
   
#lien_ariane_ref .no_back a {
   background:none;
   }
   
div#contenu .txt {
	padding-bottom:10px;
	font-size: 18px;
   }
   
div#contenu .txt a {
   color:#666666;
   }
   
div#contenu .txt a:hover  {
   color: #333333;
   }

.saut {
margin-bottom:42px;
}
   
div#contenu .liste_index li {
        list-style:none;
	display:block;
	margin:5px 0 0;
	background:url(img/puce_li.png) left no-repeat;
        color:#000000;
	font-size:16px;
        padding-left:20px;
	}
	
div#contenu .liste_index li a {
	text-decoration:none;
	font-weight:bold;
	}
	
div#contenu .liste_index li a:hover {
   text-decoration:underline;
   }
   
div#contenu .liste_sous_prest {
  width:400px;
   float:left;
   }

.spacer {
clear:both;
}
	
div#contenu .liste_sous_prest li  {
	color:#333333;
	line-height:23px;
	font-size:16px;
	background:url(img/puce_li.png) left no-repeat;
	padding-left:20px;
	text-decoration:none;
	list-style:none;
	}
	

   
div#contenu .noir {
   color:#000000;
   }
   
p.txt_diapo {
   font-size:16px;
   font-weight:bold;
   font-style:italic;
   color:#000;
   margin:20px 10px; 
   }
   
#liste_prestations {
   margin:20px 0 40px;
   }
   
#liste_prestations li {
   width:175px;
   float:left;
   list-style:none;
   text-align:center;
   height:205px;
   margin-right:10px;
   }
   
#liste_prestations .no_margin {
   margin-right:0px;
   }
 

#liste_prestations li dl dt {
   background:#FFFFFF;
   width:175px;
   height:163px;
   padding:12px 0 0;
   margin-bottom:7px;
   }
   
#liste_prestations li dl dt img {
   height:150px;
   width:150px;
   }
   
#liste_prestations li dl dd a {
   text-decoration:none;
   color:#000000;
   font-size:16px;
   font-weight:bold;
   }
   
#liste_prestations li dl dd a:hover {
   text-decoration:underline;
   }
   
#liste_prestations li dl dt img {
   border:0;
   }
   
div#contenu .lien_ref {
   color: #333333;
   }
   
div#contenu h3 {
   margin:0 0 18px 40px;
   text-shadow:#fff 2px 2px 10px;
   color:#000;
   font-size:20px;
   font-weight:bold;
   }
   
div#contenu h3 span {
   position:absolute;
   left:-9999px;
   }   
   
div#contenu .h3_space {
   background:url(img/h3_space_planning.png) no-repeat;
   width:124px;
   height:22px;
   }
   
div#contenu .h3_contractement {
   background: url(img/h3_contractant_general.png) no-repeat;
   width:165px;
   height:22px;
   }
div#contenu .h3_contractements {
   background: url(img/h3_general_contracting.png) no-repeat;
   width:165px;
   height:22px;
   }  
div#contenu .h3_architecture_interieur {
   background: url(img/h3_architecture_interieur.png)  no-repeat;
   width:204px;
   height:22px;
   }
div#contenu .h3_architecture_interieur_an {
   background: url(img/h3_architecture_interieur_an.png)  no-repeat;
   width:204px;
   height:22px;
   }  
div#contenu .h3_etude {
   background: url(img/h3_etude_faisabilite.png)  no-repeat;
   width:153px;
   height:22px;
   }
div#contenu .h3_etude_an {
   background: url(img/h3_etude_faisabilite_an.png)  no-repeat;
   width:153px;
   height:22px;
   }   
div#contenu .h3_assistance {
   background: url(img/h3_assistance.png)  no-repeat;
   width:238px;
   height:22px;
   }
div#contenu .h3_assistance_an {
   background: url(img/h3_assistance_an.png )  no-repeat;
   width:238px;
   height:22px;
   }
 
div#contenu .h3_bureau {
	background: url(img/h3_bureaux.png) no-repeat;
	width:208px;
	height:22px;
   }

   
div#contenu .h3_bureau_an {
	background: url(img/h3_bureau_an.png) no-repeat;
	width:208px;
	height:22px;
   }



div#contenu .h3_logement {
	background: url(img/h3_logement.png) no-repeat;
	width:280px;
	height:22px;
   }
div#contenu .h3_logement_an {
	background: url(img/h3_logement_an.png) no-repeat;
	width:280px;
	height:22px;
   }
  
div#contenu .h3_travaux {
	background: url(img/h3_travaux.png) no-repeat;
	width:254px;
	height:22px;
   }
 div#contenu .h3_travaux_an {
	background: url(img/h3_travaux_an.png) no-repeat;
	width:254px;
	height:22px;
   }
   
  
#liste_refernces {
   overflow:hidden;
   margin-bottom:15px;
   }
   
#liste_refernces li {
	width:273px;
	height:859px;
	padding:10px 11px 0 11px;
	float:left;
	list-style:none;
	background: #FFFFFF;
	margin-right: 16px;
   }
   
#liste_refernces li dl dt {
   background:url(img/bg_dt_reference.jpg) repeat-x;
   height:35px;
   line-height:35px;
   text-align:center;
   }
   
#liste_refernces li dl dt a {
   color:#666666;
   text-decoration:none;
   font-size:14px;
   font-weight:bold;
   }
   
#liste_refernces li dl dt a:hover {
   text-decoration:underline;
   }
   
#liste_refernces li dl dd {
   padding-top:10px;
   }
   
#liste_refernces li dl dd img {
   border:0;
   }
   

#liste_refernces .no_back {
   margin-right:0;
   }
   
#reference_boutique li {
	list-style:none;
	width:275px;
	padding:0 9px 0 11px;
	height:269px;
	background:#FFFFFF;
	text-align: center;
	float: left;
	margin-right: 11px;
	margin-bottom: 22px;
   }
   
#reference_boutique {
   overflow:hidden;
   height:auto;
   }
   
#reference_boutique li dl dt {
	padding:14px 0 3px;
	height: 206px;
   }
   
#reference_boutique li dl dt img {
   border:0;
   }
   
#reference_boutique li dl dd {

   font-family:Arial, Helvetica, sans-serif;
   }
   
#reference_boutique li dl dd a {
   text-decoration:none;
   color: #666666;
   font-size:14px;
   font-weight:bold;
   background:url(img/bg_dt_reference.jpg) repeat-x;
   height:35px;
   display:block;
   line-height:35px;
   }
   
#reference_boutique li dl dd a:hover {
   background: url(img/bg_dt_reference_hover.jpg) repeat-x;
   color:#000;
   }
   
div#fiche_produit {
   overflow:hidden;
   height:auto;
   margin-bottom:20px;
   }
   
div#fiche_produit ul {
   overflow:hidden;
   width:920px;
   height:auto;
   margin-top:20px;
   }
   
div#fiche_produit ul li {
   list-style:none;
   float:left;
   margin-right:18px;
   }
   
div#fiche_produit ul li .bg_img {
   background: url(img/bg_img_fiche_produit.png);
   width:165px;
   height:165px;
   text-align:center;
   }
   
div#fiche_produit ul li .bg_img img {
   border:0;
   }
   
div#fiche_produit .img_produit {
   background:url(img/bg_img_fiche_produit.png);
   width:387px;
   height:305px;
   padding:58px 8px 58px 10px;
   float: left;
   margin-right:10px;
   margin-bottom:20px;
   }
   
div#fiche_produit .img_produit  img {
   border:0;
   }
   

div#global_pied {
   width:100%;
   background:url(img/bg_page_bas.png) repeat-x;
   height:auto;
   }
   
div#pied {
	width:960px;
	height:65px;
	margin:0 auto;
	text-align: center;
}

	
div#pied .lien_bas {
	width:960px;
	line-height:20px;
	text-align: center;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
}
div#pied .lien_bas li {
	list-style:none;
	color:#666666;
	display: inline;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;

}
div#pied .lien_bas li a {
	text-decoration:none;
	color:#666666;
}

div#pied .lien_bas li a:hover{
	text-decoration:underline;

}

div#pied .parfip
{
	text-align:center;
	font-size:10px;
}
div#pied .parfip a
{
  text-decoration:none;
  color:#CCCCCC;
}

div#pied .imnalys {
	text-align:center;
	padding:10px 0px 0px 0px;
}
	
div#pied .imnalys img {
	border:0;
}

div#pied  .imnalys span
{
   position:absolute;
   top:-9999px;
}

div#pied .adresse {
	padding:17px 0 30px 0;
	letter-spacing:1px;
   }

div#pied .adresse dt {
   position:absolute;
   left:-9999px;
   }

div#pied .adresse dt, div#pied .adresse dd {
	display:inline;
	color: #000000;
	margin:0 5px;
	font-size: 16px;
	font-weight: bold;
   }


	/* Error / Success / Notice 
------------------------------------------------------------- */

.notes		{ background:#f0f0f0; border:1px solid #b8b8b8; }
.success	{ background:#ccfcd1; border:1px solid #60a400; }
.error		{ background:#f9e3e3; border:1px solid #e79e9e; }
.notice		{ background:#fcf0cc; border:1px solid #ecc735; }

.notes,.notice,.success,.error
			{
				font-size:100%;
				color:#000;
				padding:10px;
				width:80%;
				margin:0 0 5px 0px;
				text-align:left
				margin-left:auto;
				margin-right:auto;
				margin-left: auto;
				text-align:center;
			}

.notes span,.notice span,.success span,.error span 
			{
				font-weight:bold;
				font-size:1em;
				padding:2px 30px;
			}

.notes p,.success p,.error p,.notice p
			{
				margin:0px;
				padding:0px;

}
.notification_ok
	{
	border: 1px #567397 solid;
	height: auto;
	width: 90%;
	padding: 8px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
	}



