body {
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
}

.accueil {
	background:#fff url(../images/back.gif) top left no-repeat;

	
}

.realisation {
	background:#fff url(../images/back_rea.gif) top left no-repeat;

	
}

.prix {
	background:#fff url(../images/back_prix.gif) top left no-repeat;

	
}

.contact {
	background:#fff url(../images/back.gif) top left no-repeat;

	
}

.clients {
		background:#fff url(../images/back_clients.gif) top left no-repeat;
}

p {
	margin:0px;
}

p.spip{
	margin: 0 0 0 0;
}

.clear { clear: both; display:block; line-height: 0; height: 0px; width: 0px; overflow: hidden; visibility: hidden;}
.clearMenu { clear: both; display:block; line-height: 10px; height: 10px; width: 0px; overflow: hidden; visibility: hidden;}
.clearLangue { clear: both; display:block; line-height: 50px; height: 50px; width: 0px; overflow: hidden; visibility: hidden;}



#wrapper {
	margin: 0 auto 0 auto;
	/*overflow: hidden;*/
	padding: 10px 0 10px 0;
	width: 900px;
}

/******************************/
/*homePage
/******************************/

#flash {
   background-color: #000000;
   height: 100%;
   margin:0;
   padding:0;
   position: absolute;
   left:0px;
   top: 0px;
   width: 100%;
   z-index: 0;
}
#splash a {
	background:url(../images/splash.gif) no-repeat;
	display:block;
	position:relative;
	margin:150px auto 0 auto;
	width:407px;
	height:232px;
	z-index: 10;
}



#wrapper_home {
   position: relative;
   z-index: 1;
}
/******************************/
/*menu
/******************************/

#menu {
	font-size:11px;
	text-transform:uppercase;
	position:absolute;
	left:65px;
	top:127px;
	width:160px;
	z-index: 5;
	}

#menu ul {
	margin:0px;
  	padding-left: 0;
	line-height:18px;
	list-style:none;
	}
	
#menu ul li a.noir{
	color:#000;
	cursor:pointer;
	text-decoration:none;
	width:160px;
	
	
	}
	

#menu ul li a:hover {
	color:#0093ed;
}

#menu ul li a.bleu {
	color:#0093ed;
	cursor:default;
	text-decoration:none;
	width:160px;
}
/******************************/
/*texte
/******************************/

#colonnneDeux {
	font-size:11px;
	line-height:16px;
	position:absolute;
	left:170px;
	top:125px;
	width:230px;
	z-index: 50;
}

#colonnneDeuxClients {
	font-size:11px;
	line-height:16px;
	position:absolute;
	left:170px;
	top:125px;
	width:350px;
	z-index: 50;
}


#colonnneDeux ul {
	margin:0px;
  	padding-left: 0;
	line-height:16px;
	list-style:none;
}

#colonnneDeux ul li a.noir {
	color:#000;
	cursor:pointer;
	text-decoration:none;
	width:160px;
}

#colonnneDeux ul li a:hover {
	color:#0093ed;
}

#colonnneDeux ul li a.bleu {
	color:#0093ed;
	cursor:default;
	text-decoration:none;
	width:160px;
}


#colonnneDeux a {
	color:#000;
	text-decoration:none;
}

#colonnneDeux a:hover {
	color:#0093ed;
}
/******************************/
/*titre
/******************************/

#titre {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#FFF;
	padding:2px;
	position:absolute;
	left:412px;
	top:127px;
	width:200px;
	display:block;
	background:#000;
}

/******************************/
/*realisations
/******************************/

#realisations {
	position:absolute;
	top:127px;
	
}
/******************************/
/*titre realisation
/******************************/

#titreR {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#fff;
	padding:2px;
	position:absolute;
	left:412px;
	top:127px;
	width:200px;
	display:block;
	background:#44afef;
}