@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 02-04-2008 - DESIGNER Judith --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #898989;
	color: #000000;
}
.pages {
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	left: 0px;
}


p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:972px;
	
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:150px;
	background-color: #999;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 972px;
	

}
#flash_anim {
	text-align: center;
	padding-top: 34px;
}

.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:285px;
	left:0px;
}
#left_content h1{
	margin:0;
	padding:0;
	color:#FFF;
}
#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	background-color:#333;
	width:200px;
	right:0px;
}
#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}
/*///    partie du centre   ///*/
#middle_content{
	/*	float:left;*/
	float:right;
	width:687px;
	background-image: url(../images/deco/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 178px 0px 0px 0px;
	
}
#middle_content h1{
	margin:0 0 16px 0;
	padding:0 0 0 14px;
	color:#231f20;
	font-size: 18px;
	background-image: url(../images/deco/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 27px;
}
#middle_content h2 {
	margin: 0 0 10px;
	padding: 0;
	color: #f5ad1e;
	font-size: 14px;
}

#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}
#middle_content_interne {
	padding: 0px 20px 30px 30px;
	text-align: justify;
	line-height: 18px;
	margin: 0 0 20px 0;
	/*background-position: top right;*/
}
#middle_content_interne strong {
	color: #f5ad1e;
}
#middle_content_interne ul {
	margin: 0;
	padding: 5px 0 10px 10px;
}
#middle_content_interne li {
	list-style-type: none;
	background-image: url(../images/deco/puce-carree.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding: 0 0 5px 12px;
}
#middle_content_interne img {
	border: 4px solid #d1d2d4;
		margin: 10px 39px 0 0;
/*		margin: 10px 10px 0 0;
*/}

#devis {
	padding-bottom: 30px;
}
#devis img {
	border: none!important;
}






/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	padding:18px 0;
	width:687px;
	text-align: center;
	color: #F5AD1D;
	background-image: url(../images/deco/bg_footer.gif);
	line-height: 18px;
}

#footer a{
	color:#d1d2d4;
	text-decoration:none;
}

#footer a:hover{
	color:#F5AD1D;
}
#footer strong {
	color: #d1d2d4;
}


#footer_home{
	margin:0 auto;
	padding:10px 0;
	width:590px;
	text-align: center;
	color: #ebebeb;
	line-height: 18px;
}

#footer_home a{
	color:#393939;
	text-decoration:none;
}

#footer_home a:hover{
	color:#ebebeb;
}

.adresse_home{
color: #F5AD1D;}


/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}

#middle_content_interne a {
	color: #f5ad1e;
	text-decoration: none;
	font: bold ;
}

#middle_content_interne a:hover {
	color: #999999;
}

		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
