@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "scroll.css";
@import "post-it.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/

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


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #990100;
	color: #000;
	background-image: url(../images/deco/site2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-image: url(../images/deco/header2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:980px;
	height:150px;

}
#header-nav{
	margin:0 auto;
	padding:10px 0 0;
	width:980px;
	background-color: #000000;
	height: 50px;
}
/*Contenu de page  CONTENT */
#content-bg {
	margin:0 auto;
	width: 980px;
	background-image: url(../images/deco/bg-content.jpg);
	background-repeat: repeat-y;
}
#content {
	margin:0 auto;
	padding:46px 10px 10px 0;
	width: 970px;
	background-image: url(../images/deco/BG-page.jpg);
	background-repeat: no-repeat;
}
#content-intro {
	margin:0 auto;
	padding:46px 0 10px 0;
	width: 980px;
	background-image: url(../images/deco/bg-intro.jpg);
	background-repeat: no-repeat;
	}
.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}
.galerie {
	margin:0 auto;
	padding:20px 40px 0 70px;
	float:left;
}

.galerie img{
	border-color:#000000;
}
.galerie img:hover{
	border-color:#990000;
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:400px;
	left:0px;
	background-image: url(../images/deco/deco-lucie.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#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;
	position:relative;
	width:550px;
	padding-right: 10px;
}
#middle_content h1{
	margin:0;
	padding:0 0 10px 35px;
	color:#990100;
	font-size: 28px;
	font-style: italic;
	background-image:  url("../images/deco/bg-h1.jpg");
	background-repeat: no-repeat;
	background-position: left top;
}
#middle_content h3{
	margin:0;
	padding:2px 0;
	color:#000000;
	font-size: 13px;
}
#middle_content h4{
	margin:0;
	padding:20px 0 5px 0;
	color:#333333;
	font-size: 14px;
}
#middle_content p{
	margin:0;
	padding:0 0 5px;
	color:#000000;
	text-align: justify;
			line-height:1.5em;
}
#middle_content p.mail {
	margin:0;
	color:#AE0C1A;
	text-decoration: none;
	font-weight: bold;
}
#middle_content p a{
	margin:0;
	color:#AE0C1A;
	text-decoration: none;
	font-weight: bold;
}
#middle_content p a:hover{
	margin:0;
	color:#333333;
}
#middle_content .tarifs{
	margin:0;
	padding:0 0 3px 10px;
	color:#990100;
	text-align: left;
	font-size: 12px;
	background-image: url(../images/deco/puce-verte.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	font-weight: bold;
}
#middle_actu{
	float:right;
	position:relative;
	width:710px;
	padding: 0 40px 0 10px;
}
#middle_actu h1{
	margin:0;
	color:#990100;
	font-size: 28px;
	font-style: italic;
	padding: 0 0 10px 0;
}
#middle_actu h3{
	margin:0;
	padding:2px 0;
	color:#960001;
	font-size: 12px;
}
#middle_actu .date_liste{
	margin:0;
	padding:0 0 5px;
	color:#fff;
	font-weight:bold;
	font-style:italic;
}
#middle_actu p{
	margin:0;
	padding:0 0 5px;
	color:#000000;
	text-align: justify;
}


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

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:15px 0 10px;
	width:980px;
	text-align: center;
	color: #000000;
	background-image: url(../images/deco/footer.jpg);
	background-repeat: no-repeat;
	height: 49px;
	font-size: 11px;
}

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

#footer a:hover{
	color:#660101;
}


/*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;
}


 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
  
h1 {
	margin: 0;
	padding: 0 0 5px;
	color:#000;
	font-size: 22px;
}
  
h2 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h3 {
	margin: 0;
	padding: 0;
	color:#000;
}
h4 {
	color:#000;
	display: block;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
