/* CSS des texte sur le site */

body{
margin:0px;
padding:0px;
background-color:#D79C9C;/*vieux rose*/
background:url(images/fond_etoile.png) top left repeat;
background-attachment: fixed;
}

/*RECHERCHE DANS LE BANDEAU*/
form{ padding:0px; margin:0px;border:no;}
input.input_recherche{padding:0px; margin:0px;border:0px solid black;background:#D79C9C;filter:alpha(opacity=40);-moz-opacity: 0.5;opacity: 0.5;}
input.loupe {background:url(images/loupe.png) top left no-repeat;width:24px;height:19px;border:0px;cursor:pointer;}

div.info_bandeau{float:right;margin-right:100px;margin-top:80px;;border:0px solid pink;}
div.titre_rubrique{float:left;clear:both;text-align:center;width:100%;}
div.texte_article{float:left;clear:both;text-align:justify;width:100%;;margin-bottom:5px;}
div.texte_adresse{float:left;clear:both;text-align:center;width:100%;margin-bottom:15px;}
div.texte_adresse p{padding:0px;margin:0px;}
div.fiche_produits{float:left;clear:both;border:0px solid blue;margin-top:10px;}
div.pagination_recherche{float:left;clear:both;border:0px solid blue;text-align:center;width:100%;margin-bottom:10px;}
div.pagination_recherche span.on{font-family:Arial;font-size:13px;color:#333333;margin-bottom:15px;}
div.mot_chercher{float:left;clear:both;border:0px solid blue;margin-top:10px;width:100%;}

/********************************************************************************/

table.fiche{width:640px;background:#F2E1C4}
table.fiche p{padding:0px;margin:0px;}

.texte_bandeau{
  font-family:Arial;
	font-size:10px;
	color:#7E6060;
}

.vingt_gris_b{font-family:Arial;font-size:20px;color:#333333;font-weight:bold;}
.douze_gris{font-family:Arial;font-size:12px;color:#333333;}
.douze_gris_b{font-family:Arial;font-size:12px;color:#333333;font-weight:bold;}
.douze_brun{font-family:Arial;font-size:12px;color:#675050;}
.onze_gris_b{font-family:Arial;font-size:11px;color:#333333;font-weight:bold;}
.onze_beige_b{font-family:Arial;font-size:11px;color:#F2E1C4;font-weight:bold;}
.onze_gris{font-family:Arial;font-size:11px;color:#333333;}
.onze_brunc_b{font-family:Arial;font-size:11px;color:#7E6060;font-weight:bold;}


table.formulaire_contact{width:100%;}
table.formulaire_contact label{font-family:Arial;font-size:12px;color:#333333;font-weight:bold;};
input.mon_contact{font-family:Arial;font-size:20px;color:#675050;font-weight:bold;};
span.mon_erreur_message{font-family:Arial;font-size:10px;color:#FF1100;font-weight:bold;}

div.texte_adresse{text-align:center}


.pagination_recherche{
  float:left;
  font-family:Arial;
	font-size:12px;
	color:black;
}
