/* CSS Document */

a {
	color:#000000;
	text-decoration: none;
}
a:focus{ outline: none; } /* Firefox hack */

.title{
	text-align: center;
	background-color: #EEEEEE;
}
.title h1{
	padding: 5px 0px;
	font-size: 15px;
}

.bloc-central{
	padding-left: 35px;
	width: 579px;
}

.clear{
	clear: both;
	visibility: hidden;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

/* Style de l'affichage des pages */
.pages{
	padding: 10px 0px;
	color: #000000;
}
.pages_produits, .pages_total {
	display: inline;
}
.pages_produits{
	float: left;
}
.pages_total{
	float: right;
}

/* Type d'affichage */
.affichage{
	margin-top: 10px;
	text-align: left;
}

/*--------------------------*/
/*                          */
/*  Affichage des produits  */
/*                          */
/*--------------------------*/
.produit{
	float: left;
	width: 260px;
	margin: 0px 10px;
	margin-bottom: 20px;
}
.entre_produit{
	float: left;
	width: 12px;
}
.image{
	float: left;
	width: 100px;
	height: 100px;
	margin: 5px;
}
img.centre{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	border: 5px solid #EEEEEE;
}
.titre{
	float: left;
	width: 145px;
}
.prix{
	float: left;
	width: 145px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}
.old_price{
	text-decoration: line-through;
	color: #C41611;
	font-weight: normal;
	font-size: 12px;
	margin-top: 2px;
}
.options{
	float: left;
	width: 260px;
	margin-top: 10px;
	text-align: center;
}
.produit-mosaique{
	float: left;
	width: 95px;
	height: 120px;
	margin: 0px 10px;
	margin-bottom: 10px;
}
.produit-mosaique > .options{
	display: none;
}
.produit-mosaique > .titre{
	display: none;
}
.produit-mosaique > .prix{
	float: none;
	width: 100px;
	text-align: center;
	margin-top: 0px;
}
.produit-mosaique > .image{
	float: none;
	margin: 0px;
}
/*--------------------------*/
/*                          */
/*     product_info.php     */
/*                          */
/*--------------------------*/
.breadcrumb{
	margin: 5px;
	font-weight: bold;
}
.image_info{
	float: left;
	width: 400px;
	margin: 5px;
}
.infos{
	float: left;
	margin: 5px;
	width: 270px;
}
.boutons_info{
	float: left;
	width: 140px;
	margin-left: 20px;
}
.boutons_info div{
	margin: 20px 0px;
}
.product_price{
	font-size: 13px;	
}
.option{
	margin: 5px;
	margin-top: 10px;
}
.descriptif{
	margin: 5px;
	margin-top: 10px;
}
.subtitle{
	color: #D90109;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
.xsell{
	margin: 5px;
	margin-top: 10px;
}
.xsell .infoBoxHeading{
	color: #D90109;
	background: none;
	font-size: 12px;
	font-weight: bold;
}
/*--------------------------*/
/*                          */
/*        moteur.php        */
/*                          */
/*--------------------------*/
.moteur{
	margin: 5px;
}
.picto_intro{
	font-weight: bold;
	border-bottom: 1px solid black;
	margin-top: 10px;
}
.picto img{
	border: 0;
}
.picto{
	float: left;
	margin: 5px;
}
.picto_titre{
	text-align: center;
}
.cartouche_contenu{
	background-color: #D10506;
	padding: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
/*--------------------------*/
/*                          */
/*       image_hd.php       */
/*                          */
/*--------------------------*/
.contenu{
	width: 800px;
	margin: auto;
	border: 1px solid #353535;
}
.image_hd{
	float: left;
	width: 800px;
	margin: 5px;
}
.image_hd_desc{
	margin: 20px;
	font-size: 16px;
}
.image_hd_desc h1{
	text-align: center;
	font-size: 25px;
}
img.centre2{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
/*--------------------------*/
/*                          */
/*         login.php        */
/*                          */
/*--------------------------*/
label{
	display: inline;
	float: left;
	width: 100px;
}
/*--------------------------*/
/*                          */
/*   imprimer_produit.php   */
/*                          */
/*--------------------------*/
.imprimer-produit{
	width: 614px;
	margin: auto;
}
.edition{
	text-align: right;
}
.logo{
	float: left;
}
.bouton-imprimer{
	float: right;
	margin-top: 10px;
	text-align: right;
}
.image_info2{
	float: left;
	width: 614px;
	margin: 5px;
}
