@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 --*
 *------------------------------------------------*/


html {
 	margin: 0;
 	padding: 0;
}


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #252525;
	color: #444444;
	background-image: url(../images/deco/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

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

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



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


#general{
	margin:0 auto;
	padding:0;
	width:970px;
	margin-top: 20px;
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:970px;
	height:202px;
	background-image: url(../images/deco/bg_header.jpg);
}
.flamme {
	float: left;
	margin-right: 10px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0 0 20px 0;
	width: 970px;
	background-image: url(../images/deco/bg_content.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #fef9e6;
}
#content h1 {
	padding: 10px 25px 0 0;
	margin: 0 0 14px 0;
	text-align: right;
	color: #A34D00;
	font-size: 20px;
}
#content h2 {
	padding: 0 25px 0 0;
	margin: 0 0 12px 0;
	text-align: right;
	/*color: #282828;*/
	color: #252525;
	font-size: 14px;
}

#content p {
	margin: 0 0 5px 0;
	text-align: left;
}

#content a {
	color: #A34D00;
}

#content a:hover {
	color: #252525;
}

#content_pres {
	margin: 0;
	/*padding: 15px 0 400px 0; calage remplacé par une hauteur de division*/
	padding: 15px 0 0 0;
	width: 970px;
	height:400px; /*Attention valeur à ajuster au contenu de la page maxi 677px*/
	background-image: url(../images/deco/bg_pres.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content_pres h1 {
	padding: 0;
	margin: 0 0 14px 0;
	text-align: left;
	color: #CC3300;
	font-size: 18px;
}

#content_pres h2 {
	padding: 0;
	margin: 0 0 12px 0;
	text-align: left;
	color: #A34D00;
	font-size: 14px;
}

#content_pres p {
	margin: 0 0 5px 0;
	/*text-align: justify;*/
	text-align: left;
}

#content_pres a {
	color: #A34D00;
}

#content_pres a:hover {
	color: #252525;
}
.separator {
	margin:10px;
	padding:0;
	height:2px;
}
/*/// debut des colonnes ///*/

/*///    partie de gauche   ///*/
#left_content{
	float:left;
	position:relative;
	width:354px;
	left:25px;
}

#left_promo{
	float:left;
	position:relative;
	width:900px;
	left:25px;
	padding-left: 20px;
}

#left_promo img
{
float:right;
}
/*#left_content p {
	text-align: justify;
}*/

/*#left_content h4{
	margin:0;
	padding:0;
	color:#FFFF00;
}*/

#left_content_pres{
	float:left;
	position:relative;
	width:238px;
	left:569px;
	/*text-align: justify;*/
}

/*#left_content_pres a {
	color: #A34D00;
}

#left_content_pres a:hover {
	color: #252525;
}*/

/*#left_content_pres h2 {
	padding: 0;
	margin: 0 0 14px 0;
	text-align: left;
	color: #A34D00;
	font-size: 20px;
}*/
/*#left_content_pres h3 {
	padding: 0;
	margin: 0 0 12px 0;
	text-align: left;
	color: #282828;
	font-size: 14px;
}*/

/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:575px;
	right:0px;
}

/*#right_content a {
	color: #A34D00;
}

#right_content a:hover {
	color: #252525;
}*/

/*#right_content h1{
	margin:0;
	padding:0;
	color:#000;
}

#right_content h4{
	margin:0;
	padding:0;
	color:#00FF00;
}*/

#right_content_pres{
	float:right;
	position:relative;
	width:163px;
	right:0px;
	text-align: center;
}

/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	background-color:#FFF;
	width:580px;
}

/*#middle_content h1{
	margin:0;
	padding:0;
	color:#000;
}
#middle_content h4{
	margin:0;
	padding:0;
	color:#900;
}*/

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

.liste_prod{
	float:left;
	width:152px;
	text-align: center;
	padding-right: 25px;
}

.liste_prod p{
	padding:1px;
	text-align:center;
	
}

#texte1, #texte2, #texte3, #texte4, #texte5, #texte6, #texte7, #texte8 {
	display: none;
}
#photo {
	padding-bottom: 25px;
}

#photo img {
	cursor: pointer;
}

#photo p {
	text-align: center;
}

#left_content .photo p {
	text-align: center;
}

.photo {
	padding-bottom: 25px;
}

.photo img {
	cursor: pointer;
}

#big {
	margin-bottom: 10px;
}

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:10px 0;
	width:970px;
	text-align: center;
	color: #FFF;
	line-height: 18px;
}

#footer a{
	/*color:#ff8b00;*/
	color:#ff8d00;
	text-decoration:none;
}

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


/*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;
}
h4 {
	margin: 0;
	padding: 0;
	color:#000;
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/
