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

/*-- Design "LIUCHIAME SECHAO" : studio crea  ---*/

/*------------------------------------------------*
 *---  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: 11px;
	background-image:url(../images/deco/fond/fond-body.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color: #ffe43e;
	color: #525252;
}

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

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

.colorbleu {
	color: #0352ab;
	text-decoration: none;
}


.bleuclair_contact {
	color: #20b8ff;
	font-size:14px;
}
.bleuclair18 {
	color: #20b8ff;
	font-size:18px;
}

.colorrouge_contact {
	color: #ad1c00;
	font-size:15px;
}


.colorrouge24 {
	color: #ad1c00;
	font-size:24px;
}

.colorrouge18{
	color: #ad1c00;
	font-size:18px;
}

.strong{
	font-weight: bold;
}

.image-droite{
	margin:0 10px 10px 10px;
	padding: 5px;
	display: block;
	border: solid 1px #d5d5d5;
	float:right;
}

.image-gauche{
	margin:0 10px 10px 0;
	padding: 5px;
	display: block;
	border: solid 1px #d5d5d5;
	float:left;
}

.image{
	margin:0 auto;
	padding: 5px;
	display: block;
	border: solid 2px #d5d5d5;
}



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


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

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:0;
	width:990px;
	height:165px;
}

#header_haut{
	margin:0 auto;
	padding:0;
	width:990px;
	height:130px;
}

#logo{
	margin:0;
	padding:0;
	width:520px;
	height:130px;
	float:left;
}

#espace_client{
	margin:0;
	padding:35px 0 0 0;
	width:227px;
	height:95px;
	background-image:url(../images/deco/fond/fond-espace-client.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color: #FFF;
	font-size:10px;
	float:right;
}

#espace_client a{
	color: #FFF;
	text-decoration:none;
}

#espace_client a:hover{
	color: #67cdfe;
	text-decoration:none;
}

.champ_client{
	margin: 0;
	padding:3px 0 0 3px;
	border: 1px solid #d5d7d9;
	background-color: #FFF;
	width:120px;
	height:15px;
	font-size:11px;
	color: #525252;
}

#mini_panier{
	margin:2px 0 0 0;
	padding:28px 0 0 0;
	width:281px;
	height:70px;
/*	height:135px;*/
	background-image:url(../images/deco/fond/panier.gif);
	background-position:center top;
	background-repeat:no-repeat;
	color: #3372b3;
	font-size:9px;
	font-weight:bold;
	text-align:right;
	float:right;
}

#mini_panier a{
	color: #3372b3;
	font-weight:bold;
	text-decoration:none;
}

#mini_panier a:hover{
	color: #0099FF;
	text-decoration:none;
	font-weight: bold;
}

#mini_panier p{
	margin:0;
	padding:2px 20px 0 0;
	font-size: 10px;
}
#mini_panier p.titre{
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:5px 20px 0 0;
}

#header_bas{
	margin:0;
	padding:10px 0 0 0;
	width:520px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	float: left;
}

#header_bas a{
	color: #525252;
	font-weight:bold;
	text-decoration:none;
}

#header_bas a:hover{
	color: #67cdfe;
	font-weight:bold;
	text-decoration:none;
}

/*FIL ARIANE */

#fil_ariane{
	margin:0 auto;
	padding:5px 0 0 10px;
	width:980px;
	height:30px;
	font-size:10px;
}

#fil_ariane a{
	color: #525252;
	text-decoration:none;
}

#fil_ariane a:hover{
	color: #ad1c00;
	text-decoration:none;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 990px;
}
/*.separator {
	margin:10px;
	padding:0;
	height:2px;
	
}*/
/*/// debut des colonnes ///*/
#left_content{
	margin:0;
	padding:0;
	width:200px;
	float:left;
}

#recherche_site{
	margin:0 0 20px 0;
	padding:35px 0 0 0;
	width:200px;
	height:41px;
	background-image:url(../images/deco/fond/fond-recherche-site.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}

.champ_recherche{
	margin: 0;
	padding:3px 0 0 3px;
	border: 1px solid #d5d7d9;
	background-color: #FFF;
	width:130px;
	height:17px;
	font-size:11px;
	color: #525252;
}


#titre_marques{
	margin:0;
	padding:10px 0 0 20px;
	width:180px;
	height:24px;
	background-image:url(../images/deco/fond/fond-titre-marques.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color: #0352ab;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}


#bloc_marques{
	margin:0 0 20px 0;
	padding:12px 0 0 0;
	width:200px;
	background-image:url(../images/deco/fond/fond-marques.png);
	background-position:center bottom;
	background-repeat:repeat-y;
	color: #FFF;
	text-transform:uppercase;
	font-size:10px;
}

#bloc_marques a{
	color: #FFF;
	text-decoration:none;
	display:block;
}

#bloc_marques a:hover{
	color: #001158;
	text-decoration:none;
	display:block;
}

#bloc_marques ul{
	margin: 0;
	padding: 0 10px 10px 20px;
}

#bloc_marques li {
	margin: 0;
	padding: 3px 0 3px 15px;
	list-style-type:none;
	background-image:url(../images/deco/puce-marques.gif);
	background-position: left 7px;
	background-repeat:no-repeat;
	display:block;
}

#bloc_newsletter{
	margin:0 0 20px 0;
	padding:5px 0 0 0;
	width:200px;
	height:69px;
	background-image:url(../images/deco/fond/fond-newsletter.png);
	background-position:center center;
	background-repeat:no-repeat;
	text-transform:uppercase;
	color: #FFF;
	font-size:11px;
	font-weight:bold;
}


/*/// partie de droite ///*/
#right_content{
	margin:0;
	padding:0;
	width:200px;
	float:right;
}

#bloc_contact{
	margin:0 0 20px 0;
	padding:0 0 0 18px;
	width:182px;
	height:152px;
	background-image:url(../images/deco/fond/fond-bloc-contact.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color: #20b8ff;
	font-weight:bold;
	background-color: #FFFFFF;
}

#bloc_contact a{
	color: #20b8ff;
	text-decoration:none;
	display:block;
}

#bloc_contact a:hover{
	color: #0352ab;
	text-decoration:none;
}

#bloc_contact p{
	margin:0;
	padding:1px 0;
}
#bloc_facebook{
	margin:0 0 20px 10px;
	padding:0 0 0 0;
	width:182px;
	padding: 0 0 10px 0;
}
#bloc_analyse{
	margin:0 0 20px 0;
	padding:0 0 0 0;
	width:200px;
	height:106px;
	background-image:url(../images/deco/fond/fond-analyse.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color: #ad1c00;
	font-size:13px;
	font-weight:bold;
	text-align:center;
}
#bloc_analyse p
{
	font-size:14px;

}

#bloc_analyse a{
	color: #ad1c00;
	font-weight:bold;
	text-decoration:none;
	display:block;
	/*width:200px;*/
	/*height:86px;*/
}

#bloc_analyse a:hover{
	color: #ec6a00;
	font-weight:bold;
	text-decoration:none;
}

#bloc_analyse h2{
	margin:0;
	padding:5px 0 20px 0px;
	color: #ad1c00;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}

#bloc_dossiers{
	margin:0 0 20px 0;
	padding:5px 0 0 20px;
	width:180px;
	height:106px;
	background-image:url(../images/deco/fond/fond-dossiers.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color: #FFF;
}

#bloc_dossiers a{
	color: #FFF;
	text-decoration:none;
	display:block;
	width:180px;
	height:106px;
}

#bloc_dossiers a:hover{
	color: #67cdfe;
	text-decoration:none;
}

#bloc_dossiers h2{
	margin:0;
	padding:5px 0;
	background-image:url(../images/deco/pointilles-blancs.gif);
	background-position:left bottom;
	background-repeat: repeat-x;
	color: #FFF;
	font-size:17px;
	line-height:25px;
	text-transform:uppercase;
	display:block;
}


#bloc_frais_port{
	margin:0 0 20px 0;
	padding:0 20px 0 20px;
	width:160px;
	height:130px;
	background-image:url(../images/deco/fond/fond-frais.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	color: #FFF;
}
#bloc_frais_port a{
	display:block;
	text-decoration: none;
	
}
#bloc_frais_port a{
	display:block;
	text-decoration: none;

}


#bloc_frais_port h2{
	margin:0;
	padding:3px 0;
	background-image:url(../images/deco/pointilles-blancs.gif);
	background-position:left bottom;
	background-repeat: repeat-x;
	color: #FFF;
	font-size:18px;
	line-height:25px;
	text-align:center;
	text-transform:uppercase;
	display:block;
}

#bloc_frais_port h3{
	margin:0;
	padding:7px 0 0 80px;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	color: #AD1C00;	
}

#bloc_frais_port h4{
	margin:0;
	padding:0 0 0 80px;
	color: #0352ab;
	font-size:10px;
	text-align:center;
	font-weight:normal;
}
#bloc_frais_port h5{
	margin:0;
	padding:18px 0 0 0;
	color: #0352ab;
	font-size:15px;
	text-align:center;
	font-weight:normal;
	letter-spacing: -1px;
}

#bloc_frais_port h5 a strong.Style1, #bloc_frais_port h5 a span.Style1 {
	color: #AD1C00;	
	font-weight: bold;
}

#bloc_frais_port h5 a{
	color:#0352ab;
}

#bloc_frais_port h5 a:visited{
	color:#0352ab;
}

#bloc_frais_port h5 a strong.Style1 a:visited, #bloc_frais_port h5 a span.Style1 a:visited{
	color: #AD1C00;	
}




#bloc_partenaires{
	margin:0 0 20px 0;
	padding:0;
	width:200px;
	background-image:url(../images/deco/fond/fond-titre-partenaires.png);
	background-position:center top;
	background-repeat:no-repeat;
}

#bloc_partenaires img{
	margin:10px auto;
	padding:0;
	display:block;
	border: solid 1px #d5d5d5;
}

#bloc_partenaires h2{
	margin:0;
	padding:15px 0 0 0;
	width:200px;
	height:33px;
	font-size:16px;
	color: #FFF;
	text-transform:uppercase;
	text-align:center;
}

#bloc_paiement{
	margin:0 0 20px 0;
	padding:0;
	width:200px;
	height:190px;
}

/*///    partie du centre   ///*/
#middle_content{
	margin:0;
	padding:0;
	width:590px;
	float:left;
}

#middle_content h1{
	margin:0 auto;
	padding:8px 0 0 40px;
	width:535px;
	height:24px;
	background-image:url(../images/deco/fond/fond-titre-bloc3.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	font-size:13px;
	color: #FFF;
	text-transform:uppercase;
}

/*#middle_content2{
	margin:0;
	padding:0;
	width:590px;
	float:left;
}

#middle_content2 h1{
	margin:0 auto;
	padding:8px 0 0 50px;
	width:525px;
	height:24px;
	background-image:url(../images/deco/fond/fond-titre-bloc2.png);
	background-position:center center;
	background-repeat:no-repeat;
	font-size:15px;
	color: #FFF;
	text-transform:uppercase;
}*/

#bloc_texte{
	margin:0 auto;
	padding:20px 0 0 0;
	width:555px;
}

#bloc_texte a{
	color:#ad1c00;
	text-decoration:none;
}

#bloc_texte a:hover{
	color:#ec6a00;
	text-decoration:none;
}

#bloc_texte p{
	margin:0;
	padding:5px 0;
}

#bloc_texte ul{
	margin: 0;
	padding: 0 10px 10px 20px;
}

#bloc_texte li {
	margin: 0;
	padding: 3px 0 3px 15px;
	list-style-type:none;
	background-image:url(../images/deco/fleche-orange.gif);
	background-position: -10px 7px;
	background-repeat:no-repeat;
	display:block;
}


#bloc_texte h2{
	margin:0;
	padding:5px 0;
	font-size:13px;
	color: #ec6a00;
	font-weight:bold;
}

#bloc_texte h3{
	margin:0;
	padding:5px 0;
	font-size:12px;
	color: #ec6a00;
	font-weight:bold;
}

#bloc_texte2{
	margin:0 auto;
	padding:0;
	width:555px;
}

#bloc_texte2 a{
	color:#ad1c00;
	text-decoration:none;
}

#bloc_texte2 a:hover{
	color:#ec6a00;
	text-decoration:none;
}

#bloc_texte2 p{
	margin:0;
	padding:5px 0;
}

#bloc_texte2 h2{
	margin:0;
	padding:5px 0;
	font-size:13px;
	color: #ec6a00;
	font-weight:bold;
}

#bloc_texte2 h3{
	margin:0;
	padding:5px 0;
	font-size:12px;
	color: #ec6a00;
	font-weight:bold;
}

#rotator_slide{
	margin:0 auto;
	padding:0;
	width:590px;

}

#f_anim2{
	margin:0 auto;
	padding:0 15px 0 17px;
	width:558px;
	/*height:410px;*/
	/*background-image:url(../images/postit-dynamique/fond.jpg);*/
	background-position:center center;
	background-repeat:no-repeat;
	z-index:0;

}


#meilleures_ventes{
	margin:0;
	padding:0;
	width:590px;
	text-transform:uppercase;
}

#meilleures_ventes h3{
	margin:0 auto;
	padding:8px 0 0 40px;
	width:535px;
	height:24px;
	background-image:url(../images/deco/fond/fond-titre-bloc2.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	font-size:13px;
	color: #FFF;
	text-transform:uppercase;
}

.liste_meilleures_ventes{
	margin:0;
	padding:10px 0 0 75px;
	width:200px;
	float:left;
	font-size:11px;
	font-weight:bold;
}

.liste_meilleures_ventes a{
	color: #525252;
	font-weight:bold;
	text-decoration:none;
}

.liste_meilleures_ventes a:hover{
	color: #ad1c00;
	font-weight:bold;
	text-decoration:none;
}

.liste_meilleures_ventes ul{
	margin: 0;
	padding: 0 10px 10px 0px;
}

.liste_meilleures_ventes li {
	margin: 0;
	padding: 3px 0 3px 15px;
	list-style-type:none;
	background-image:url(../images/deco/fleche-orange.gif);
	background-position: -13px 8px;
	background-repeat:no-repeat;
	display:block;
}

.haut_page{
	text-align: right;
}
.ancre a {
	font-weight: bold;
}

.fleche {
	background-image:url(../images/deco/fleche-orange.gif);
	background-repeat:no-repeat;
	padding-left: 20px;
}

/*NOS DOSSIERS*/

.table_dossiers {
	margin:0;
	padding:0;
	border-bottom: solid 1px #d5d5d5;
}


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

/*PAGE CONTACT*/

#adresse {
	margin:50px 0 0 30px;
	padding:10px 0;
	width: 220px;
	float:left;
}


/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:30px 0 0 0;
	width:990px;
	height:60px;
	background-image:url(../images/deco/fond/fond-footer.png);
	background-position:center center;
	background-repeat:no-repeat;
	color: #ad1c00;
	text-align: center;
	font-size:11px;
}

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

#footer a:hover{
	color:#ec6a00;
	text-decoration:none;
}
.separation {
	height: 1px;
	background-color: #AD1C00;
	margin-top: 20px;
	margin-bottom: 10px;
}
.lettre_ancre {
	width: 550px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}



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

.signature
{
	text-align:right;
	font-weight:bold;
	padding: 10px;
}
.ss-titre-center
{
	text-align:center;
	
}

#bas-details-analyse p
{
	text-align:center;
	margin:5px;
	padding:0px;
}
 /*------------------------------------------------------*
  *------------ CSS TITRES DEBUT   ----*
  *------------------------------------------------------*/
/*  
h1 {
	margin: 0;
	padding: 0;
	color:#000;
}
  
h2 {
	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     ----*
  *------------------------------------------------------*/

#consult
{
	width:176px;
	height:104px;
	margin-left: auto;
	margin-right: auto;
	
}
#bloc_analyse #consult a
{
	margin:0px;
	padding:0px;
}
