@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: Arial, sans-serif;
	margin: 0;
	/*background: url('../images/bg.jpg') no-repeat fixed center 0 transparent;*/
	background-color: #FFFFFF;
}

a {
	color:#FFFFFF;
}

.navigation-top {
	/*background-image: url('../images/fond_navigation.jpg');*/
	background-color: #000000; 
	height:50px; 
	width:100%;
}

.navigation-top-content {
	color:#FFFFFF; 
	margin:auto; 
	width:990px;
	/*padding-top: 10px;*/
	font-size: 20px;
}

.navigation-top-content a {
	text-decoration: none;	
}

.header {
	margin:auto; 
	width:990px; 
	margin-top:20px; 
	margin-bottom:20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
}

.header_menu {
	font: 32px/54px 'BebasNeueRegular', Arial, sans-serif;
	color: #000000;
	text-align:right;
	width: 100%;
	margin-top: -40px;
}

.header_menu a {
	color: #000000;
	text-decoration: none;
	margin-left:50px;
}

.header_menu a:hover {
	color: #CCCCCC;
}

.content {
	margin:auto; 
	width:956px; 
	/*background: url('../images/repeater.png') repeat scroll 0 0 transparent; */
	background-color: #000000;
	padding:20px; 
	padding-right:16px;
}

.rubrique {
	font: 32px/54px 'BebasNeueRegular', Arial, sans-serif;
	width:236px;
	float:left;
	margin-right:3px;
}

.rubrique a {
	text-decoration: none;
}

.rubrique a:hover {
	text-decoration: none;
	color: #CCCCCC;
}

.noir {
	font-family: Arial, sans-serif;
	background-color: #000000;
	background-image: url(../images/enter.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight:lighter;
	color: #fc6200;
	background-attachment: fixed;
	background-position: left top;
	height: 100%;
	width: 100%;
}
.jaune {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #fce900;
	background-image: url(../images/fond_jaune.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
.tabs {
	position:relative;
	left:991px;
	width:41px;
}
/* HOMEPAGE */
.enter {
	position: fixed;
	right: 80px;
	bottom: 40px;
}
.enter a{
	color: #fc6200;
	text-decoration:none;
}
.window_up {
	background-image: url(../images/up_window_jaune.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 100%;
	margin-top: 70px;
}
.window_content_jaune {
	background-image: url(../images/fond_window_jaune.png);
	background-repeat: repeat-y;
	width: 100%;
}
.window_content_footer {
	background-image: url(../images/down_window_jaune.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 100%;
}
.window_content_noir {
	background-image: url(../images/fond_window_noir.png);
	background-repeat: repeat-y;
	height: 340px;
	width: 100%;
}
.navigation {
	font-size: 14px;
	color: #BBBBBB;
	padding-top:100px;
}
/* MENU - NAVIGATION */
.navigation_selected {
	color: #000000;
}
.navigation a {
	color: #BBBBBB;
	text-decoration: none;
}
.navigation a:hover {
	color: #fce900;
	text-decoration: none;
}
.ss_navigation {
	font-size: 14px;
	color: #BBBBBB;
	padding-top:5px;
}
.ss_navigation_selected a {
	color: #000000;
}
.ss_navigation a {
	color: #BBBBBB;
	text-decoration: none;
}
.ss_navigation a:hover {
	color: #fce900;
	text-decoration: none;
}
/* CATEGORIES */
.categories {
	margin-top:0px;
}
.img_categorie {
	margin-right: 3px;	
}
.show_product {
	background:transparent url('../images/show_product.png') no-repeat right bottom;
	position: absolute;
	bottom: 10px;
	right: -1px;
	width: 140px;
	height: 26px;
}
/* ARTICLE */
.article {
	height: 360px;
}
.img_article {
	float:left;
	margin-right:20px;
}
.produit_categorie {
	font-size:22px;
	color: #BBBBBB;	
}
.produit_titre {
	font: 32px/54px 'BebasNeueRegular', Arial, sans-serif;
	margin-top:10px;
	color: #FFFFFF;
	font-size:26px;
	padding-top:0;
	line-height:2px;	
}
.produit_desc {
	color: #FFFFFF;
	margin-top:10px;
	font-size:14px;
}
.produit_post {
	font-size:12px;
	color: #BBBBBB;
	font-style:italic;
	line-height:0;
}
.produit_prix {
	color: #FFFFFF;
	font-size:16px;
	font-weight: bold;
	margin-top:60px;
	margin-bottom:5px;
}
.declinaison {
	color: #FFFFFF;
	font-size:12px;
}
/* PANIER */
.panier {
	
}
.panier_titre {
	font-size:26px;
	margin-top:0px;
	padding-top:0px;
}
.panier_th {
	color:#FFFFFF;
	font-size:13px;
	background: url('../images/repeater.png') repeat scroll 0 0 transparent;
}
.panier_tr {
	color:#FFFFFF;
	font-size:12px;
	background: url('../images/repeater.png') repeat scroll 0 0 transparent;
}
.panier_total {
	color:#FFFFFF;
	font-size:13px;	
	background-color:#000000;
}
/* CONNEXION */
.connexion_titre {
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.connexion {
	margin-top:0px;
	background: url('../images/repeater.png') repeat scroll 0 0 transparent;
	color:#FFFFFF;
}
.connexion_form {
	margin-top:0px;
	padding-top:5px;
	padding-left:15px;
	padding-bottom:2px;
	font-size:12px;
}
.required {
	color:red;	
}
.connexion_error {
	margin-top:0px;
	padding-left:15px;
	color:red;
	font-size:24px;
}
/* COORDONNEES */
.adresse_titre {
	color:#BBBBBB;
	font-size:24px;
}
.adresse_facturation {
	margin-top:0px;
	background: url('../images/repeater.png') repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.adresse_facturation_titre {
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.adresse_livraison {
	margin-top:0px;
	background: url('../images/repeater.png') repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.mode_livraison {
	margin-top:0px;
	background: url('../images/repeater.png') repeat scroll 0 0 transparent;
	color:#FFFFFF;
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.adresse_livraison_titre {
	text-align:center;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
}

/* RECAP COMMANDE */
.recap {
	margin-left:35px;
	margin-right:35px;
}
.recap_titre {
	color:#BBBBBB;
	font-size:24px;
}
.recap_table {
	font-size:12px;
	font-family: Helvetica, Arial, sans-serif;
}
.mode_paiement {
	margin-top:0px;
	font-size:20px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-bottom:0px;
}
.mode_paiement a {
	color:#000000;
	text-decoration: none;
}
.mode_paiement a:hover {
	color:#000000;
	text-decoration: underline;
}
/* FOOTER */
.footer {
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom:-11px;
}
.footer a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: underline;
}
.social {
	float:right;
	margin-top:-8px;
}

