/*couleurs de la maquette
#F8F8F8 : fond du document (après dégradé)
#CCCCCC : gris clair (n° de téléphone)
#666666 : bordures des cadres
#999999 : couleur texte
$row2['p_codearticle'] : rouge (menu..)
*/

* {
	padding:0;
    margin:0;
}

.nettoyeur {
	clear:both;
}

h1 {
	font-size:16px;
}

h2 {
	font-size:12px;
	font-weight:normal;
}

img {
	border:0;
}

.px_transparent {
	width:85px;
	height:85px;
}

html {
	overflow-y:auto;
	overflow-x:hidden;
}

body {
	background:url("/Design/px_fond.jpg") repeat-x #F8F8F8;
	/*background:url("/Design/beta.png") #999;*/
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}

#msg_ko {
	padding:5px;
	border:1px solid #C33;
	background-color: #FFFFCC;
	margin-bottom:15px;
	color:#C33;
}

#msg_ok {
	padding:5px;
	font-weight:bold;
	color:#006600;
	margin-bottom:15px;
}

#global {
	width:960px;
	margin:0 auto;
}

/* En-tete du document */
#banniere {
	height:170px;
	background-image:url("/Design/banniere2015.jpg");
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFF;
	border:1px solid #666;
	border-bottom:1px solid #C33;
}

#banniere_texte {
	font-weight:bold;
	margin:0 0 0 10px;
	_margin:0 0 0 5px; /*ne pas toucher : corrige BUG IE6*/
	width:290px;
} 

.texte_FIA {
	color:#C33;
	font-weight:bold;
	font-size:65px;

}
.texte_mag{
	color:#CCC;
	font-weight:bold;
	font-size:65px;

}
.texte_com{
	color:#CCC;
	font-size:30px;
}

#lien_index {
	text-decoration:none;
}

#banniere_texte2 {
	color:#C33;
	font-size:10px;
	margin:-18px 0 0 4px;
	width:220px;
}
#banniere_texte3 {
	color:#000;
	margin:-15px 0 0 0;
	float:right;
	font-size:10px;
	width:41px;
}
#banniere_texte3 a {
	color:#000;
	text-decoration:none;
}

#banniere_contenu {
	width:280px;
	padding:0 10px;
	margin-top:10px;
	margin-left:345px;
}

#banniere_contenu input {
	vertical-align:middle;
}
#banniere_contenu span {
	color:#000;
	font-weight:bold;
	font-size:14px;
	display:block;
	margin-bottom:6px;
}


#banniere_recherche {
	float:left;
	color: #666;
	font-size:10px;
	margin:0px 0 0 5px;
	width:180px;
}

#banniere_recherche #telephone {
	font-size:18px;
}
.input_rappel { /*input ou l'utilisateur saisi son n°*/
	width:150px;
}
#rappel { /*bouton de validation*/
	margin : -10px 0 0 2px;
}

/* Contenu du document */
#contenu {
	margin:32px 0 0 0;
	_margin:4px 0 0 0; /*ne pas toucher corrige bug IE6*/
} 

#fil_ariane {
	font-size:16px;
	color:#C33;
	font-weight:bold;
	margin:0 0 20px 0;
}
#fil_ariane a {
	color:#C33;
}

#contenu_gauche {
}

#contenu_centre {
	width:740px;
	padding:3px 6px 10px 6px;
	border:1px solid #666;
	background-color:#FFF;
	margin:0 4px 5px 0;
	float:left;
}

/**contenu droit***/

#contenu_droit {
	width:200px;
	float:left;
}

.bloc_droit {
	background-color:#FFF;
	border:1px solid #666;
	width:200px;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#000;
}

.bloc_droit .haut {
	text-align:center;
	background-color:#C33;
	color:#FFF;
	font-size:14px;
	padding:3px 0;
	border:1px solid #FFF;
}
.bloc_droit .centre {
	padding:5px;
	font-size:12px;
}

.rech_blocdroit { 
	text-align:right;
	font-weight:bold;
}
.input_roulement {
	width:42px;
	margin:0 0 3px 0; /*on met une margin sur le input pr qu'ils ne soient pas collés*/
}
.input_courroie {
	width:110px;
	margin:0 0 3px 0; /*on met une margin sur le input pr qu'ils ne soient pas collés*/
}

/* Pied du document */
#footer {
	height:30px;
	background-color:#FFF;
	border:1px solid #666;
} 

#footer_gauche {
	text-align:center;
	line-height:30px;
	color:#000;
} 
#footer_gauche a {
	color:#000;
	text-decoration:none;
}
#footer_gauche a:hover {
	text-decoration:underline;
}
#footer_droit {
}

/* Lien captusite */
#captusite {
	text-align:right;
}
#captusite a {
	font-size:10px;
	text-decoration:none;
	color:#666;
}

#captusite a:hover {
	text-decoration:underline;
}

/**************** includes panier*********************/
#tableau_panier {
	width:190px;
	font-weight:bold;
}

#tableau_panier td.designation {
	width:77px;
}

a.lien_tableau {
	color:#666;
}
#tableau_panier td.quantite {
	text-align:center;
}
#tableau_panier td.total {
	text-align:right;
	width:65px
}

#tableau_panier tr#tr_total {
	color:#C33;
}

a.rouge {
	color:#C33;
}

/******************produits.php*********************/

#cadre_sscat {
	border:3px solid #C33;
	border-bottom:none;
	width:734px;/*ici, la largeur n'est pas obligatoire, mais elle corrige un bug IE qui empeche cette div de prendre la hauteur des elements 'enfants'*/
}

.lien_pdf {
	font-size:12px;
	font-weight:normal;
}


.bas_categories {
	border-top:3px solid #c33;
	margin-bottom:5px;
}
#img_sscat {
	float:left;
	width:80px;
	padding:2px 10px;
	text-align:center;
}

#description_sscat {
	padding:2px 10px;
	float:left;
	margin:5px 0;
	width:610px;

}

#description_sscat .description {
	color:#C33;
	font-size:14px;
	font-weight:bold;
}

#tableau_produits {
	width:740px;
}

#tableau_produits tr#libelles {
	background-color:#C33;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
#tableau_produits td.reference {
	width:120px;
}
#tableau_produits td.designation {
	width:200px;
}

.designation select{
	margin-left:40px;
}

#tableau_produits td.disponibilite {
	width:80px;
	text-align:center;
}
#tableau_produits td.prix {
	width:80px;
	text-align:center;
}
#tableau_produits td.prixttc {
	width:80px;
	text-align:center;
}
#tableau_produits td.qte {
	width:50px;
	text-align:center;
}
#tableau_produits td.ajouter {
	width:20px;
	text-align:center;
}

#tableau_produits td {
	padding:5px;
}

.souligne {
	border-bottom:1px solid #666;
	font-size:12px;
	color:#666;
}

/******************categories.php*********************/

.cadre_categories {
	float:left;
	/*width:350px;*/
	width:358px;
	/*margin:0 6px;
	_margin:0 4px;*/
	padding:3px;
	color:#666;
	margin:0 3px 10px 3px;
	display:inline;
}

.cadre_categories .image {
	float:left;
	width:86px;
	height:86px;
	border:1px solid #C33;
	margin:0 5px 0 0;
	background-color:#FFF;
	padding:3px;
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
}

.cadre_categories .titre {
	background-color:#999;
	padding:5px;
	color:#FFF;
	font-size:14px;
}
.cadre_categories .titre a {
	text-decoration:none;
	color:#FFF;
}
.cadre_categories .titre a:hover {
	text-decoration:underline;
}

.cadre_categories .description {
	float:left;
	width:257px;
}

#pagination {
	text-align:center;
}

#pagination a {
	text-decoration:none;
	color:#C33;
}
#pagination a:hover {
	text-decoration:underline;
}

/******************contact.php*********************/

#coordonnees {
	float:right;
	width:220px;
	margin:80px 0 0 0;
}

/****************** index.php *********************/

#ul_presentation {
	margin:0 0 0 50px;
	list-style-type:none;
}

.img_presentation { 
	float:left;
	margin:10px 10px 10px 20px;
	_margin:10px;
	text-align:center;
	height:150px;
	line-height:16px;
}

a {
	color:#C33;
}

#produits_div_image {
	width:200px;
	float:left;
}

#produits_image {
	border:3px solid #CC3333;
	text-align:center;
}

.produits_image_little {
	border:2px solid #CC3333;
	width:90px;
	float:left;
	margin:6px 3px 0 3px;
	_margin:6px 2px 0 2px;
	text-align:center;
}
#produits_details {
	float:right;
	width:530px;
}
#prix_panier {
	margin-top:20px;
	text-align:right;
}
span#prix {
	color:#CC3333;
	font-weight:bold;
	font-size:30px;
}	

.produits_lies {
	float:left;
	border:3px solid #999;
	margin:0 4px;
	width:171px;
}

.produits_lies .haut {
	background-color:#999;
	color:#FFF;
	font-weight:bold;
	padding:3px;
}
.produits_lies .bas {
	padding: 3px;
	height:115px;
}
.produits_lies .haut a {
	text-decoration:none;
	color:#fff;
}
.produits_lies .haut a:hover {
	text-decoration:underline;
}

tr{
	height:30px;
}