
/*************** structure des pages *********************/
#web_site_presentation {
	display: none;	
}

#cadre_gauche {
	margin-left: 10px;
	background-color: transparent;
	width: 201px;
	min-height: 100%;
	float: left;
	overflow: visible;
}

#cadre_droit {
	margin-left: 15px;
	background-color: transparent;
	width: 500px;
	float: left;
}

#conteneur {
	margin-left: 10px;
	padding: 0;
	background-color: transparent;
	width: 745px;
	min-height: 100%;
	overflow: visible;
}

/****************************************************************************************************/
/* pour aligner les news */
#news a  {
  padding-left: 2.7em;
}

/*puce titre produit ; */
img.puce_accueil, img.puce_news, img.puce_section {
	top: 0px;
	float: left;
	border:0px;
}

img.puce_accueil {
	padding-top:3px;
}

/*permet de mettre une puce et un texte en face de l'autre : lié avec le tag description_subtitle pour la partie en rouge*/
.titre_description_subtitle {
	position: relative;
	line-height: 20px;
	height: 20px;
	margin: 0px;
	padding-left: 20px;
	background-image: url(../img/puc_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
}


.description_subtitle {
	color: #D43A39;
}


/*Cadre ou vient s'intégrer tout le contenu : val par défaut*/
div.categorieDescription {
	margin-left : 0px;
	background-color : #FFFFFF;
	font-family : verdana, helvetica, arial, sans-serif;
	font-size : 10px;
	width: 500px;
	height: auto;
}

/************************ Tableau des commandes (recapitulation)*****************************/
table.table_commande {
	padding: 0px;
	margin: 0px;
	width: 500px;
}

table.table_commande td.titre_commande {
	background-image: url(../img/fond_td_titre_commande.gif);
	font-size: 12px;
	text-align: left;
	height: 35px;
}


table.table_commande td.titre2 {
	background-color: #ececec;
	color: #555555;
	font-size: 11px;
	text-align: left;
	height: 35px;
	padding-left: 10px;
}


table.table_commande td.titre3 {
	background-image: url(../img/fond_td_titre3.gif);
	color: #555555;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	height: 25px;
	width: 45px;
	text-align: center;
}

table.table_commande td.titre4 {
	background-image: url(../img/fond_td_titre4.gif);
	color: #555555;
	font-size: 11px;
	text-align: left;
	height: 35px;
	padding-left: 10px;
}



table.table_commande td.titre5_td {
	background-image: url(../img/fond_td_titre5.gif);
	color: #9c1d17;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	height: 56px;
}


table.table_commande td {
	padding-right: 10px;
	height: 25px;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	color: #555555;
}

table.table_commande td.fondok {
	background-color: #f8f8f8;
}

table.table_commande td.px_total {
	background-color: #ececec;
}


/*******************************************************************************************/
/*Description d'un pack*/
#intro_pack {
	font-size: 9px;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
}


/*Titre haut de page titre de la section ou du produit sélectionné*/
.titre_description {
	line-height: 32px;
	font-size: 14px;
	margin: 15px 0px 0px 0px;
	color: #666666;
	clear: left;
}

.title_second_part {
	line-height: 32px;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #d43a39;
}


/*Texte simple*/
.texte_desc, .texte_desc2, .texte_desc2 ul, .texte_desc2 li, .texte_desc2 p {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	padding-left: 10px;
}


/*spéciale li et ul de texte_desc2*/
.texte_desc2 {
	padding-left: 0px;
	line-height: 15px;
}

.texte_desc2 li {
	padding: 5px 0px 0px 10px;
	list-style: url(../img/puce_liste_texte_desc2.gif);
	list-style-position: inside;
}

/********************* MENU OFFRE CATEGORIE + SOUS CATEGORIES *****************************************/
.titre_menu_produit {
	line-height: 25px;
	position: relative;
	margin-left: 5px;
	top: 0px;
}

ul.ul_offre_produit {
	width: 201px;
	margin: 0px;

}

li.li_titre_offre_produit {
	background-image: url(../img/sep_menu.gif);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 30px;
	color: #D43A39;
}

li.li_titre_offre_produit_simple {
	background-image: url(../img/sep_menu_simple.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 30px;
	color: #6F6F6F;
}


li.li_titre_offre_produit_simple_selected{
	background-image: url(../img/sep_menu_simple.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 30px;
	color: #D43A39;
}


li.li_titre_offre_produit_simple a , li.li_titre_offre_produit_simple a:visited {
	color: #6F6F6F;
}

li.li_titre_offre_produit_simple a:hover {
	color: #D43A39;
}

li.li_offre_produit {
	margin: 0px;
	padding-left: 50px;
	line-height: 20px;
	color: #6F6F6F;
	font-size: 9px;
}

li.li_offre_produit a , li.li_offre_produit a:visited {
	color: #6F6F6F;
}

li.li_offre_produit_selected {
	margin: 0px;
	padding-left: 50px;
	line-height: 20px;
	color: #D43A39;
}

li.li_offre_produit a:hover {
	color: #D43A39;
}

/************ GESTION DE TAG DIVER LIÉ AU FORMULAIRE**************************************/

.liste {
	font-size: 9px;
	color: #000000;
}

input, select {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 13px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #ffffff;
	color: #000000;
}

input.fakeInput {
	/*background-color : #E5E5E5;*/
	border : 0px;
	width : 50px;
}

input.fakeInput_bis {
	background-color: #f8f8f8;
	border : 0;
	color: #cc0000;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	text-align: right;
	width : 80px;
}


/**************************** AUTRES en prov de generall **********************************/

.liste_item_description_produit {
	list-style: url(../img/puce_liste.gif);
	margin-left: 13px;
}

.h3_special_texte {
	color: #D43A39;
	font-weight: bold;
}

/**************************** PUB ALEATOIRE SUR MENU **********************************/
#pub_conteneur, #pub_header, #pub_footer, #pub_content, #pub_content2 {
	width: 191px;
}

#pub_header {
	height: 14px;
	background-image: url(../img/pub_header.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#pub_footer {
	height: 13px;
	background-image: url(../img/pub_footer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#pub_content {
	background-image: url(../img/pub_content.gif);
}

#pub_content h2 {
	font-size: 18px;
	color: #920000;
	font-weight: bold;
}

#pub_content p {
	padding: 0px 5px 0px 13px;
	margin: 0px;
	top: 0px;
	padding-left: 35px;
	color: #666666;
	font-weight: bold;
}

.pub_desc1 {
	font-size: 12px;
}

.pub_desc2 {
	margin-top: 8px;
	padding-left: 60px;
	padding-top: 3px;
	width: 110px;
	height: 20px;
	background-image: url(../img/ok_titre5.gif);
	background-repeat: no-repeat;
	background-position: right;
	font-size: 10px;
}

.pub_desc2, .pub_desc2 a, .pub_desc2 a:visited {
	color: #953737;
}

.pub_desc2 a:hover {
	color: #D43A39;
}

* html .pub_desc2 {
	width: 175px;
}

.pub_titre1 {
	padding-left: 15px;
	font-size: 12px;
}

.pub_titre2 {
	font-size: 12px;
}

#pub_content2 {
	margin-top: 8px;
	padding-left: 13px;
	width: 165px;
	height: 80px;
	background-image: url(../img/pub_content2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/*************** DIVERS ******************/
.productsListingHead_fo_ident {
	font-weight: bold;
}

#form_identification {
	top:50%;
	margin: 2px 50px 2px 50px;
	background-color : #FFFFFF;
	padding : 10px;
	font-family : verdana, helvetica, arial;
	font-size : 11px;
	border-width : 1px;
	border-color : #000000;
	border-style : solid;
}

#identification_commande td {
	width: 200px;
	margin-top: 10px;
	height: 30px;

}

