@import "formulaire.css";
@import "referencement.css";
@import "navigation.css";
@import "produits.css";
@import "paiement.css";
@import "devis.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: 12px;
	background-color: #f2f2f2;
	color: #000;
}

p, form, input {
	margin: 0;
	padding: 0;
}

select {
	color: #000;
	background-color: #fff;
}
img {
	border:none;
}



 /*------------------------------------------------------*
  *--------    CSS BLOCS     						 ----*
  *------------------------------------------------------*/


#general{
	margin:0 auto;
	padding:0;
	width:100%;
	background-color:#FFFFFF;
	background-repeat:repeat-x;
	background-position:top;
	background-image:url(../images/deco/bg_general.gif);
}

/*Haut de page  HEADER*/

#header{
	margin:0 auto;
	padding:192px 0 0 0;
	width:980px;
	height:40px;
}

/*Contenu de page  CONTENT */

#content {
	margin:0 auto;
	padding:0;
	width: 980px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/deco/bg_content.jpg);
}
/*/// debut des colonnes ///*/
#left_content{
	float:left;
	width:197px;
	padding: 0 0 20px 0;
}

#l_c_newsletter{
	float:left;
	width:188px;
	padding: 61px 4px 5px 4px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/deco/newsletter.gif);
	/*height:23px;*/
	background-color:#f2f2f2;
}
#l_c_newsletter img{
	float:right;
}
.champ_txt01{
	border:1px solid #fdbbe4;
	color:#097cf5;
	float:left;
	width:160px;
	font-size: 10px;
	height: 15px;
	padding: 1px 0 1px 2px;
}
#l_c_actus{
	float:left;
	width:184px;
	padding: 30px 4px 10px 4px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/deco/actus.gif);
	background-color:#fff;
	border:2px solid #f2f2f2;
	margin: 10px 0 0 0;
}
.l_c_actus_lien {
	width: 160px;
}
.l_c_actus_lien a{
	float:left;
	padding: 0 0 1px 15px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(../images/deco/fleche_petite.gif);
	background-color:#fff;
	margin: 0 0 5px 0;
	color: #097cf5;
	text-decoration: none;
	display:block;
	font-size: 10px;
}
.l_c_actus_lien a:hover{
	color: #cf00bd;
	text-decoration: none;
}
#l_c_paiement{
	float:left;
	width:197px;
	padding: 0;
	height:84px;
	background-color:#f2f2f2;
	margin: 10px 0 0 0;
}
/*/// partie de droite ///*/
#right_content{
	float:right;
	position:relative;
	width:197px;
	right:0px;
	padding: 0 0 20px 0;
}
#right_content a{
	text-decoration:none;
	color:#097cf5;
}
#right_content a:hover{
	text-decoration:none;
	color:#cf00bd;
}
#r_c_panier{
	float:left;
	width:187px;
	padding: 50px 0 0 10px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/deco/panier.jpg);
	height:70px;
	background-color:#f2f2f2;
}
#r_c_pro{
	float:left;
	width:187px;
	padding: 40px 0 0 10px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/deco/pro.jpg);
	height:70px;
	background-color:#f2f2f2;
	margin-top: 25px;
}
#r_c_devis{
	float:left;
	width:197px;
	padding: 10px 0 0 0;
	height:121px;
}

.r_c_panier_creercompte a{
	color:#097cf5;
	text-decoration:none;
	text-align:left;
	font-weight: bold;
	padding: 22px 0 0 15px;
	display: block;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url(../images/deco/fleche_petite.gif);
}
#r_c_pro .r_c_panier_creercompte a {
	padding: 5px 0 0 15px;
}
#r_c_contact{
	float:left;
	width:182px;
	padding: 26px 4px 5px 10px;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/deco/contact.jpg);
	height:70px;
	margin: 10px 0 0 0;
}
.telephone{
	font-size:14px;
	font-weight:bold;
	display:block;
	padding: 8px 0 0 0;
}
/*///    partie du centre   ///*/
#middle_content{
	float:left;
	position:relative;
	width:560px;
	padding: 0 0 20px 13px;
}
#middle_content_produits{
	float:left;
	position:relative;
	width:560px;
	padding: 0 0 20px 13px;
}
#middle_content_produits a img{
	padding:0;
	margin: 0;
	border: 2px solid  #ece9e0;
}

#middle_content_produits a:hover img {
	padding:0;
	margin: 0px;
	border: 2px solid  #cf00bd;
}
#middle_content_produits p{
	padding: 15px 0;
}
#middle_content p a{
	text-decoration:none;
	color: #097cf5;

}
#middle_content p a:hover{
	text-decoration:none;
	color: #cf00bd;

}
.image_gauche{
	float:left;
	padding:0;
	border-top: 3px solid #cf00bd;
	margin: 0 5px 5px 0;
	border-bottom: 3px solid #cf00bd;
}
.image_droite{
	float:right;
	padding:0;
	border-top: 3px solid #cf00bd;
	margin: 0 0 5px 5px;
	border-bottom: 3px solid #cf00bd;
}
.m_c_produits{
	float:left;
	width:540px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 10px solid #ece9e0;
	border-top: 10px solid #ece9e0;
	border-right: 1px solid #ece9e0;
	border-left: 1px solid #ece9e0;
	margin: 10px 0;
	background-image: url(../images/deco/bg_produits.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.m_c_produits_ville{
	float:left;
	width:540px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 10px solid #ece9e0;
	border-top: 10px solid #ece9e0;
	border-right: 1px solid #ece9e0;
	border-left: 1px solid #ece9e0;
	margin: 10px 0;
	background-image:url(../images/deco/bg_ville.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.m_c_produits_gangofmarseille{
	float:left;
	width:540px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 10px solid #ece9e0;
	border-top: 10px solid #ece9e0;
	border-right: 1px solid #ece9e0;
	border-left: 1px solid #ece9e0;
	margin: 10px 0;
	background-image:url(../images/deco/bg_gang_of_marseille.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.m_c_produits_airdeprovence{
	float:left;
	width:540px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 10px solid #ece9e0;
	border-top: 10px solid #ece9e0;
	border-right: 1px solid #ece9e0;
	border-left: 1px solid #ece9e0;
	margin: 10px 0;
	background-image:url(../images/deco/bg_air_de_provence.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
.m_c_produits_bb{
	float:left;
	width:540px;
	padding: 10px;
	background-color: #FFFFFF;
	color: #000000;
	border-bottom: 10px solid #ece9e0;
	border-top: 10px solid #ece9e0;
	border-right: 1px solid #ece9e0;
	border-left: 1px solid #ece9e0;
	margin: 10px 0;
	background-image:url(../images/deco/bg_bb.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#content_plan{
	float:right;
	padding:10px 0;
	background-color: #F2F2F2;
}
.lien00{
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
.lien00 a{
	color: #FFFFFF;
	text-decoration: none;
	margin: 0 auto;
	padding: 1px 4px;
	background-color: #097CF5;
}
.lien00 a:hover{
	color: #FFFFFF;
	background-color:#F7049C;
	text-decoration: none;
}
#diaporama_presentation {
	float:right;
	width:560px;
	height:200px;
	margin:0 0 10px 0;
}
#titre_fiche_produit {
	margin: 0;
	padding: 10px 0 27px 0;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 4px;
}
/*/// fin des colonnes ///*/	

/*Bas de page  FOOTER*/

#footer{
	margin:0 auto;
	padding:12px 0 0 0;
	width:980px;
	text-align: center;
	background-position:top;
	background-repeat:no-repeat;
	background-image:url(../images/deco/footer.gif);
	line-height: 30px;
	font-size: 10px;
}

#footer a{
	color:#097cf5;
	text-decoration:none;
}

#footer a:hover{
	color:#cf00bd;
}
.h3-cgv {
	color:#F9049B;
	font-size: 12px;
	width: auto;
	border: 0;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0;
	margin: 0;
}



/*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: 10px 0 27px 0;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 4px;
}
  
h2 {
	margin: 10px 0;
	padding: 1px 0 5px 0;
	color:#F7049C;
	text-align: center;
	background-position: bottom;
	background-repeat: no-repeat;
	background-image: url(../images/deco/h2.jpg);
	display: block;
	font-size: 16px;
}
h3 a {
	margin: 5px 0 5px 0;
	padding: 0 0 0 30px;
	color:#097cf5;
	text-align: left;
	background-position: left;
	background-repeat: no-repeat;
	background-image:url(../images/deco/fleche_grd02.gif);
	display: block;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: 1px solid #000;
	background-color: #FFFFFF;
}
h3 a:hover {
	text-decoration: none;
	color:#cf00bd;
	border: 1px solid #cf00bd;
	background-position: left;
	background-repeat: no-repeat;
	background-image:url(../images/deco/fleche_grd02on.gif);
	display: block;
}
  
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 5px 0 5px 0;
	padding: 0 0 0 30px;
	color:#F90598;
	text-align: left;
	background-position: left;
	background-repeat: no-repeat;
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border: 1px solid #000;
	background-color: #FFFFFF;
	background-image: url(../images/deco/h3-off.gif);
}
h5 {
	margin: 0;
	padding: 0;
	color:#000;
}
h6 {
	margin: 0;
	padding: 0;
	color:#000;
}
		
 /*------------------------------------------------------*
  *--------------------------     CSS TITRES FIN     ----*
  *------------------------------------------------------*/

  
/*------------------------------------------------------*
  *--------------------------     CSS COMPTE COMMERCANT     ----*
  *------------------------------------------------------*/
  
.annee{
	color:#067FF2;
	font-size:16px;
	font-weight:bold;
	margin:15px 0;
}

.mois{
	color:#F7049C;
	font-size:16px;
	margin-left:31px;
	font-variant:small-caps;
}

.commandes_commercant {
	margin:10px 0 10px 31px;
	border:1px solid #000000;
	border-collapse: collapse;
	width:90%;
	text-align:center;
}

.commandes_commercant th{
	background-color:#097DF8;
	color:#FFFFFF;
	padding:3px 5px;
	font-size:14px;
	font-variant:small-caps;
}

.commandes_commercant td, th{
	border:1px solid #000000;
}

.commandes_commercant td{
	padding:3px 5px;
}

.commandes_commercant tr:hover{
	background-color:#add1f8;
}

.ligne_commercant{
	background-color:#d4d4d4;
}

td.ligne_vide{
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

td.ligne_vide_border{
	border-left:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
}

.commandes_commercant tr.ligne_commercant_vide:hover{
	background-color:#fff;
}

.commandes_commercant .total{
	background-color:#F6F500;
	text-align:right;
}

.montant{
	text-align:right;
}
