@charset "utf-8";
/* CSS Document */





body {
	margin:0;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	}





#wrap {
-moz-box-shadow: 10px 0 5px -1px #cfcfcf,-10px 0 5px -1px #cfcfcf;
-webkit-box-shadow:10px 0 5px -1px #cfcfcf,-10px 0 5px -1px #cfcfcf;
-o-box-shadow: 10px 0 5px -1px #cfcfcf,-10px 0 5px -1px #cfcfcf;
box-shadow:10px 0 5px -1px #cfcfcf,-10px 0 5px -1px #cfcfcf;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#cfcfcf, Direction=90, Strength=5);
background-color:#FFF;





     margin-left: auto;
     margin-right: auto;
     position: relative;
     text-align: center;
     width: 1280px;
}




H1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	text-align:justify;
	color:#ea5b0c;
	padding-left:150px;
	padding-right:90px;
}







p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:justify;
	color:#666666;
	padding-left:150px;
	padding-right:90px;
}



.gras_orange {
	font-weight:bold;
	color:#009dd3;
	
}


.prix {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding-right:10px;
	font-weight:bold;
	text-align:right;
	color:#fff;
	background-image:url(../images/prix_article.gif);
	background-repeat:no-repeat;
	background-position:right;
	
}

.article{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:regular;
	color:#009dd3;
	text-align:left;
	
}


.article2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:regular;
	color:#666666;
	text-align:left;
}



/*-----------------LIENS---------------------*/



a:link {
	color: #ea5b0c;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
		color: #ea5b0c;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}






/*---------------LISTES -----------------*/


li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#666666;
	list-style-image:url(../images/liste-benne.gif);		
}


/*-----------------CHAMPS--FORMULAIRE--------------*/

/* -----------HEADER-------------------------*/



header {
	text-align:center;
	background-color:#FFFFFF;

}



  header img {
	  vertical-align:middle;
	  
}





/* -----------1ere section -------------------------*/


#conteneur {
	position:relative;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width:1280px;
	height:601px;
	background-color:#FFFFFF;
	}




	#plaque1 {
	position:absolute;
	background-color: rgba(0, 0, 255, 0.2);
	width:335px;
	height:225px;
	top: 614px;
	left:152px;
}




	#plaque2 {
	position:absolute;
	background-color: rgba(0, 0, 255, 0.2);
	width:335px;
	height:225px;
	top: 614px;
	left:506px;
}



	#plaque3 {
	position:absolute;
	background-color: rgba(0, 0, 255, 0.2);
	width:335px;
	height:225px;
	top: 614px;
	left:860px;
}



	#tout_produits{
	position:absolute;
	background-color: rgba(0, 0, 255, 0.2);
	width:211px;
	height:47px;
	top: 868px;
	left:983px;
}


	
	
/* -----------2eme section  -------------------------*/

#conteneur2 {
	position:relative;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width:1280px;
	height:240px;
	background-color:#FFFFFF;
	}	
	

	#tout_produits2{
	position:absolute;
	background-color: rgba(0, 0, 255, 0.2);
	width:211px;
	height:47px;
	top: 176px;
	left:981px;
}




/* -----------3eme section tableau -------------------------*/





#conteneur3 {
	
	position:relative;
	text-align:center;
	margin-left: auto;
  margin-right: auto;
	background-image:url(../images/arcanaute_tab.jpg);
	background-repeat:no-repeat;
	width:1280px;
	height:584px;
	}		


#tableau{
	position:absolute;
	/*background-color: rgba(0, 0, 255, 0.2);*/
	width:657px;
	height:339px;
	top: 4px;
	left:147px;
}


/* -----------4eme section FOOTER -------------------------*/

#conteneur4 {
	position:relative;
	text-align:center;
	margin-left: auto;
  margin-right: auto;
	background-image:url(../images/arcanaute_09.gif);
	background-color:#3399FF;
	width:1280px;
	height:240px;
	}	


#adresse{
	position:absolute;
	/*background-color: rgba(0, 0, 255, 0.2);*/
	width:559px;
	height:79px;
	top: 135px;
	left:441px;
}


#web{
	position:absolute;
	/*background-color: rgba(0, 0, 255, 0.2);*/
	width:371px;
	height:100px;
	top: 23px;
	right:32px;
}
