@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.css";
/*------------------------------------------------------*
*-- appel des css --------------------------------------*
*------------------------------------------------------*/
/*WebDesign: Steph*/
/*------------------------------------------------*
 *---  WWW.ICARE-NET.COM - agence web 02-04-2008 --*
 *------------------------------------------------*/


html {
 margin: 0;
 padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background:url('../images/deco/body_bg.jpg') top left repeat-x #5a544c;
}

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

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



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


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

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:841px;
	height:147px;
	background-color: #000;
	background:url('../images/deco/header.jpg') top left no-repeat;
}


#zone_actus {
	width:840px;
	height:105px;
	padding:0 0 0 1px;
	background:url('../images/deco/actualites_bg.jpg') top left no-repeat;
	float:left;
}

.zone_actu {
	width:198px;
	height:90px;
	background:url('../images/deco/actu_bg.jpg') top left no-repeat;
	padding:8px 5px 2px 5px;
	float:left;
	margin: 0 2px 0 0;
	overflow:hidden;
}

.zone_actu img {
	float:left;
	border:1px solid #000;
	margin:0 5px 0 0;
}

#zone_actus .zone_actu h2{
	margin:0;
	padding:0 0 5px 0;
	color:#000;
	font-size:9px;
}

.suite {
	padding:10px 0 0 0;
	float:right;
}

.suite a{
	padding:8px 0 0 0;
	color:#EB0F00;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
}

.zone_actu p.suite a:hover{
	color:#000;
	font-size:12px;
}

#zone_actus p {
	font-size:10px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 841px;
	background:url('../images/deco/content_bg.jpg') top left repeat-y #fff;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;

}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	position:relative;
	width:240px;
	left:0px;
	padding: 10px;
}
#left_content p{
	font-size:12px;
	color:#000;
	padding:0 0 10px 0;
}

#left_content h1{
	margin:0;
	padding:0 0 10px 24px;
	background:url('../images/deco/puce_left.jpg') top left no-repeat;
	background-position:0 4px;
	color:#000;
	font-size:20px;
	height:35px;
}
#left_content h2{
	margin:0;
	padding:0 0 10px 24px;
	background:url('../images/deco/puce_left.jpg') top left no-repeat;
	background-position:0 4px;
	color:#000;
	font-size:18px;
	height:35px;
}
#left_content h3{
	margin:0;
	padding:8px 0 0 60px;
	background:url('../images/deco/puce_contact.jpg') top left no-repeat;

	color:#000;
	font-size:20px;
	height:50px;
}


#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:right;
	position:relative;
	background-color:#FFF;
	width:540px;
	padding: 10px;
}

#middle_content .intro{
	font-size:11px;
	font-style:italic;
	color:#eb0f00;
	padding:0 0 20px 0;
}
#middle_content p{
	font-size:12px;
	color:#000;
	padding:0 0 10px 0;
}

#middle_content a{color:#eb0f00;}
#middle_content a:hover{color:c1c1c1;}

#middle_content h1{
	margin:0;
	padding:0 0 10px 24px;
	background:url('../images/deco/puce.jpg') top left no-repeat;
	background-position:0 4px;
	color:#000;
	font-size:20px;
	height:18px;
}
#middle_content h2{
	margin:0 0 0 20px;
	padding:2px 0 20px 20px;
	background:url('../images/deco/puce-h2.jpg') top left no-repeat;
	background-position:0 4px;
	color:#000;
	font-size:15px;
	height:15px;
}

#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}
/*/// fin des colonnes ///*/

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:841px;
	height:126px;
	background:url('../images/deco/footer.jpg') top left no-repeat;
	text-align: center;
	color: #FFF;
	line-height:20px;
}

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

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


/*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;
	color:#000;
}

h2 {
	margin: 0;
	padding: 0;
	color:#000;
}

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

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

#newsletter_zone {
	position:relative;
	float:right;
	top:47px;
	right:35px;
	height:20px;
}

#newsletter_zone .newsletter_champ{
	background:url('../images/deco/newsletter_champ_bg.jpg') no-repeat;
		border-style: solid;
		border-width: 1px;
		border-color: #000;
		padding:2px 0 0 0;
		margin:0 0 3px 0; !important
}
*html #newsletter_zone .newsletter_champ{
	margin:0 0 7px 0;
}

#newsletter_zone .newsletter_bouton{
		background:url('../images/deco/ok.jpg') no-repeat;
		border-style: solid;
		margin:0;
		border-width: 0;
		border-color: #000;
		height:30px;
		width:30px;
		cursor:pointer;
}

.photo {
	margin:10px;
	padding:0;
	border:1px solid #000;
	background:#fff;
}

.diapo-photo {
	margin:0 10px 10px 0;
	padding:15px;
	background-image:url('../images/deco/photo_bg.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	width:130px;
	height:150px;
	border:0;

}

#diapo16-9 {
	background-image:url('../images/deco/diaporama_16-9_bg.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	padding:30px;
	margin:0;
	width: 420px;
	height: 180px;
}

.rouge {
	color:#eb0f00;
	font-weight:bold;
	font-size:13px;
}

.listing li{
	padding:1px 0 2px 16px;
	margin:0 0 0 15px;
	background:url('../images/deco/puce_liste.jpg') top left no-repeat;
	list-style:none;
	height:17px;

}

.contenu_actu {
	width:532px;
	padding:5px;
	margin: 0 0 10px 0;
	color: #fff;

}
.titre_actu h3{
	font-weight:bold;
	margin:12px 0 0 0;
	padding:5px;
	font-weight:bold;
	font-size:18px;
	background:url('../images/deco/title_bg.jpg') repeat-x top left #D62626;
	line-height:25px;
	color:#fff;
}
.descriptif_actu {
	color:black;
	font-size:11px;
	background-color:#F3F3F3;
	margin:0 0 1px 0;
	padding:5px;
	line-height:15px;
}
p.descriptif_actu {color:#fff;}


/* pagination */

.nav_pages{
  margin: 0 0 0 0;
  padding: 2px 0 2px 0;
  font-size: 11px;
  color: #6D7B8F;
  float: right;
  font-weight:bold;
}

.nav_pages a{
  color: #E4660A;
  text-decoration: none;
  border: 1px solid #D8DEE5;
  margin: 0 5px 0 0;
  padding: 1px 4px;
  font-weight:normal;
}
.nav_pages a:hover{
  color: #fff;
  background-color:lightgray;
  text-decoration: none;
}
.menu_actif{
  color: #fff;
  background-color:lightgray;
  text-decoration: none;
}

