/* CSS Document */
/* Style général de la page */
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: "Times New Roman", Times, serif;*/
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.global{
	width: 990px;
	background-image: url(../images/template/Feuille.gif);
	background-repeat: repeat-y;
}

td{
	text-align: left;
	font-size: 12px;
}

th{
	font-size: 12px;
	background-color: #FF1A00;
	color: #FFFFFF;
}

/* Style général des images */
img {
	border: 0px; /* Désactivation de la bordure */
}

/* Style général des formulaires */
form {
	padding: 0px;
	margin: 0px;
	display:inline;
}

/* Forme générale des inputs */
input {
	font-size: 12px;
}

/* Style général des liens */
a{
	color: #000000;
	/*font-weight: bold;*/
	text-decoration: none;
}
a:hover{
	color: #FF1A00;
}

.logo{
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.breadcrumb, .breadcrumb a{
	color: #FF1A00;
	text-transform: uppercase;
	font-weight: bold;
}

/* Menu horizontal du haut */
.menu_haut{
	float: right;
}
.ul_menu_haut {
	margin: 0px;
	padding: 0px;
}
.li_menu_haut {
	color: #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
}
a.lien_blanc {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.lien_blanc:hover {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

/* Footer */
.copyright{
	background-color: #F2EFEA;
	color:#323232;
	font-size: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

hr{
	clear: both;
	visibility: hidden;
}

/* Menu principal */
.menu_principal_fond{
	background-image: url(../images/template/fond_menu.jpg); 
	background-repeat: repeat-y; 
	background-position: right;
}
.menu_principal{
	float: right;
	width: 210px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5px;
}
.ul_menu_principal {
	margin-left: 0px;
	padding: 10px 0px;
	margin-top: 0px;
	text-align: left;
}
.li_menu_principal-0 {
	list-style-type: none;
	padding-left: 5px;
	line-height: 20px;
}
.li_menu_principal-0 ul{
	padding: 0px;
	margin: 0px;
}
.li_menu_principal-1 {
	list-style-type: none;
	padding-left: 5px;
}
a.lien_menu-0{
	color: #FF1A00;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
a.lien_menu-0:hover{
	text-decoration: none;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* panier de droite                                            */
/*                                                             */
/*-------------------------------------------------------------*/
.box_panier {
	padding: 0px 5px;
	font-weight: normal;
}

.box_titre {
	color: #FF1A00;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.box_nombres {
	float:left;
	margin-left: 20px;
	margin-right: 50px;
}

.box_tarif {
	float: right;
}

.box_total {
	float:left;
	width: 200px;
	margin : 10px 0px;
	padding-top: 10px;
	border-top: 1px solid #000000;
	font-weight: bold;
	text-align: right;
}

/*-------------------------------------------------------------*/

/* Contenu central */
.contenu {
	float: right;
	width: 620px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0px 5px;
	color: #323232;
}

/* balise h1 */
h1 {
	display: none;
}
h1.accueil {
	margin-top: 20px;
}

.breadcrumb{
	margin-bottom: 10px;
}

/* Style d'un produit */
.produit {
	margin-bottom: 10px;
	width: 188px;
	height: 265px;
	float: left;
}
.entre_produit{
	width: 28px;
	float: left;
}
.table_css{
	width: 100%;
}
.image{
	width: 186px;
	height: 136px;
	margin: auto;
	margin: 10px 0px;
}
img.centre{
	display:block;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.titre{
	font-size: 12px;
	font-weight: bold;
}
.titre .black{
	color: #000000;
}
.titre .black:hover{
}
.prix{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
.options{
}
.quantite{
	margin-top: 3px;
	margin-right: 6px;
	float: left;
}
.description{
	font-size: 12px;
	font-weight: bold;
}

/* Style si pas de produit */
.no-produit {
	padding: 10px;
	width: 80%;
}

/* 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;
}

/* Etapes du panier */
.panier_etape, .panier_etape_active {
	display:inline;
	padding-left: 20px;
}
.panier_etape_active {
	font-weight: bold;
	text-decoration: underline;
}
	
/* Boutons */
a.bouton {
	background-color: #FF1A00;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	line-height: 30px;
}
a.bouton:hover{
	color: #FFFFFF;
}
a.bouton2 {
	background-color: #FF1A00;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding: 4px;
	line-height: 30px;
}

/* Cadre */
.cadre{
	padding: 5px;
	text-align: justify;
}


.black{
	color:#000000;
	text-decoration: none;
}
.black:hover{
	text-decoration: underline;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* products_info.php                                           */
/*                                                             */
/*-------------------------------------------------------------*/
.enlarge{
	font-size: 10px;
	text-align: center;
}

.association{
	float: left;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* shopping_cart.php                                           */
/*                                                             */
/*-------------------------------------------------------------*/
/* Tableau panier */
.produit-cart {
	border: 1px solid #1f1f1f;
	background-color: #EEEEE8;
	margin-bottom: 5px;
	width: 99%;
}
.th_remove{
	width: 80px;
}
.th_quantity{
	width: 75px;
}
.th_total{
	width: 75px;
}
.td_remove{
	text-align: center;
}
.td_products{
	padding: 5px;
}
.td_quantity{
	text-align: center;
}
.td_total{
	text-align: center;
}

div.cart_total{
	/*text-align: right;*/
	float: right;
	font-weight: bold;
	margin-right: 15px;
}

div.pieces{
	font-weight: bold;
}

div.erreur{
	font-weight: bold;
	color: #FF1A00;
	margin-top: 10px;
}

span.cart_total{
	display: inline;
	float: left;
	width: 120px;
}

.cart_buttons{
	margin-top: 20px;
	text-align: right;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* login.php                                                   */
/*                                                             */
/*-------------------------------------------------------------*/
.page_login{
	width: 100%;
}
.page_login_gauche{
	float:left;
	width: 49%;
	padding: 10px;
}
.page_login_droite{
	margin-left: 50%;
	width: auto;
	padding: 10px;
}
.heading_customer{
	border-bottom: 2px solid #FF1A00;
	font-weight: bold;
	color: #FF1A00;
	padding: 3px;
}
.intro_customer{
	margin-top: 20px;
	padding: 0px 20px;
}
.contenu_customer{
	margin-top: 20px;
	padding: 0px 20px;
	text-align: justify;
}
.bouton_customer{
	margin-top: 20px;
	padding: 0px 20px;
	text-align: right;
}
label{
	display: inline;
	float: left;
	width: 100px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* create_account.php                                          */
/*                                                             */
/*-------------------------------------------------------------*/
h2{
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #FF1A00;
	width: 100%;
	text-align: center;
}
.mentions{
	font-size: 10px;
	text-align: justify;
	margin-top: 20px;
}
label.form2{
	display: inline;
	float: left;
	width: 200px;
}
p{
	margin: 5px 0px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* checkout_shipping.php                                       */
/*                                                             */
/*-------------------------------------------------------------*/
#defaultSelected .main{
	background-color: #D3DEF4;
}

.moduleRow { }
.moduleRowOver { background-color: #D3DEF4; cursor: hand; }
.moduleRowSelected { background-color: #D3DEF4; }

/*-------------------------------------------------------------*/
/*                                                             */
/* account.php                                                 */
/*                                                             */
/*-------------------------------------------------------------*/
.td_account{
	width: 100px;
	text-align: center;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* account_history.php                                         */
/*                                                             */
/*-------------------------------------------------------------*/
.history{
	border: 1px solid #FF1A00;
	margin-bottom: 15px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* checkout_success.php                                        */
/*                                                             */
/*-------------------------------------------------------------*/
.succes{
	background-image: url(../images/template/Recap.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-left: 85px;
	height: 150px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* message.php                                                 */
/*                                                             */
/*-------------------------------------------------------------*/
.message{
	background-image: url(../images/template/message.gif);
	background-repeat: no-repeat;
	height: 200px;
	padding: 10px 10px;
}