/* CSS Document */
/* Style général de la page */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #ffffff;
	margin-top: 0px;
}

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

th{
	font-size: 12px;
	background-color: #4967A0;
	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;
}

p {
	margin: 0px;
}

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

h2{
	font-size: 14px;
	margin-left: 10px;
}

.global{
	width: 990px;
	margin: auto;
	background: #003366;
	overflow-x: hidden;
}

.global2{
	background: #003366;
}

.conteneur {
	background: url(images/template/conteneur.jpg) left repeat-y;
	padding: 0px;
	margin: 0px;
}

.central{
	text-align: justify;
	padding: 10px;
}

.header {
	height: 110px;
	position: relative;
	top: 0px;
	left: 0px;
	background: url(images/template/header.jpg) repeat-y;
}

.header a {
	text-decoration: none;
}

.logo {
	border: none;
	float: left;
}

.topmenu {
	float: left;
	height: 26px;
	font-size: 10px;
	text-transform: uppercase;
	padding-left: 10px;
}

.topmenu_left {
	background: url(images/template/topmenu-left.gif);
	width: 13px;
	height: 26px;
	float: left;
}

.topmenu_center {
	background: url(images/template/topmenu-center.gif) repeat-x;
	text-align: center;
	float: left;
	height: 26px;
	line-height: 22px;
}

.topmenu_right {
	background: url(images/template/topmenu-right.gif);
	width: 13px;
	height: 26px;
	float: left;
}

.mon_panier {
	float: left;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
}

.phrase {
	font-size: 11px;
}

.mon_panier_a {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}

.mon_panier_bouton{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

.info {
	float: right;
	width: 49px;
	height: 49px;
	margin: 25px 25px 0px 0px;
}

.info img {
	border: none;
}

.bas_gauche {
	border-top: solid 1px #ffffff;
	padding: 10px;
}

.coordonnees {

}

.loupe {
	width: 19px;
	height: 19px;
	background: url(images/template/loupe.jpg) no-repeat;
	border: none;
}

.loupe:hover {
	cursor: pointer;
}

.inputRecherche {
	width: 135px;
}

.nl_top {
	background: #ffffff;
	color: #003366;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.nl_bottom {
	margin: 0px;
	padding: 0px;
	background: #b3d6f3;
	height: 20px;
}

.inputNewsletter {
	border: solid 1px #b3d6f3;
	margin: 0px;
	padding: 0px;
	width: 138px;
	height: 18px;
	float: left;
}

.inputOk {
	background: url(images/template/btn-ok.jpg) no-repeat;
	width: 30px;
	height: 20px;
	border: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.mon_compte {
	width: 101px;
	height: 25px;
	float: left;
	margin: 59px 0px 0px 10px;
	background: url(images/template/mon-compte.jpg) no-repeat;
}

.mon_compte a {
	display: block;
	padding-top: 7px;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}

.gauche {
	overflow-x: hidden;
	width: 190px;
	float: left;
	/* IE6 uniquement */
	-background: url(images/template/conteneur.jpg) left repeat-y;
	-background-position: -1px 0px;
}


/* Contenu droite */
.droite {
	float: left;
	width: 800px;
	overflow: hidden;
	border-top: solid 1px #fff;
}

.footer{
	font-size: 10px;
	text-align: left;
	height: 53px;
	clear: both;
	padding-left: 10px;
	border-top: solid 1px #ffffff;
	background: #003366 url(images/template/paypal.jpg) right no-repeat;
}

.footer .haut {
	height: 28px;
	text-transform: uppercase;
	line-height: 25px;
}

.footer .bas {
	padding-top: 4px;

}

.footer a:link, .footer a:active, .footer a:visited {
	color: #ffffff;
}

.footer a:hover {
	color: #ffffff;
}

.contenu {
	/*border-top: solid 1px #ffffff;*/
	border-left: solid 1px #ffffff;
	text-align: justify;
	width: 100%;
}

.contenu .texte {
	padding: 10px;
	margin: 0px;
	width: 777px;
}

.contenu .texte p.accueil {
	/* background: #ffffff url(images/template/accueil.jpg) top no-repeat; */
	background: #ffffff url(images/template/accueil2.jpg) top no-repeat;
	padding: 470px 10px 10px 10px;
	color: #003366;
	font-size: 11px;
}

.slide {
	padding: 10px 0px 10px 25px;
	float: left;
}

.slide_a {
	display: block;
	width: 163px;
	height: 163px;
	color: #ffffff;
	text-align: center;
	border: solid 2px #ffffff;
	padding-top: 5px;
}

.menu_top, .menu_child, .li_top, .li_child {
	list-style: none;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

.menu_top li, .menu_child li {
	background: url(images/template/menu-puce.jpg) left top no-repeat;
}

.menu_top {
	padding: 2px 0px 2px 2px;
	margin-left:27px;
}

.menu_child {
	padding: 0px 0px 0px 5px;
}

.li_top {
	padding: 2px 0px 2px 14px;
	text-transform: uppercase;
		margin-left:-30px;
}



.li_child {
	padding: 2px 0px 2px 17px;
	text-transform: lowercase;
}


.messageStackError{
	color: #FF0000;
	text-align: center;
	font-size: 10px;
}

.messageStackSuccess{
	color: #009900;
	text-align: center;
	font-size: 10px;
}


.type_visiteur {
	display: block;
	float: left;
	padding: 50px 0px 0px 0px;
	font-size: 20px;
	color: #783B2A;
	font-weight: bold;
}

hr{
	clear: both;
	visibility: hidden;
	height: 1px;
}

a.lien_menu{
	color: #4967A0;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: bold;;
	text-decoration: underline;
}
a.lien_menu:hover{
	text-decoration: none;
}

.entete{
	width: 191px;
	height: 50px;
}

.panier{
	font-weight: normal;
	border: solid 1px #E4E0E0;
	font-size: 10px;
	color: #000000;
	text-align: left;
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.text_panier{
	padding-bottom: 10px;
}

.titre_panier{
	color: #CD9600;
	font-weight: bold;
	font-size: 11px;
}

.titre_panier a{
	color: #4967A0;
}

.lien_panier{
	text-decoration: underline;
}

.contenu_panier{
	font-weight: bold;
}

/* Sous-menu principal */
.submenu_principal {
	margin-left: 0px;
	padding: 0px;
}
.submenu_principal > li {
	list-style-type: none;
	padding-left: 20px;
	line-height: 20px;
}
a.lien_submenu{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

h1 {
	text-align: left;
	font-size: 16px;
	margin: 0px;
	color: #FFFFFF;
	padding: 25px 0px 2px 30px;
	background: transparent url(images/template/menu-puce.jpg) center left no-repeat;
	background-position: 10px 25px;
	text-transform: uppercase;
	border-bottom: solid 1px #fff;
}

.breadcrumb{
	font-size: 10px;
	padding: 5px 0px 0px 5px;
}

.table_css{
	width: 100%;
}

.liste_produits {
	width: 780px;
	/*padding-left: 20px;*/
}

.produit {
	display: block;
	width: 170px;
	height: 170px;
	float: left;
	margin: 20px 0px 0px 20px;
	border: solid 1px #fff;
	text-align: center;
}

.produit h2 {
	width: 170px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

.miniature {
	width: 100%;
	height: 120px;
	background: #fff;
}

.details {
	height: 25px;
	line-height: 25px;
}

.prix{
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.old_price{
	display: inline;
	color:#FF0000;
	font-size: 11px;
	text-decoration: line-through;
	font-weight: normal;
}
.options{
}
.quantite{
	margin-left: 30px;
	margin-top: 15px;
	margin-right: 25px;
	float: left;
}
.description{
	font-size: 12px;
}

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

/* Style de l'affichage des pages */
.pages{
	display: none;
	padding: 10px 0px;
	color: #4967A0;
}
.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: #4967A0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 5px;
	line-height: 30px;
}
a.bouton:hover {
}
a.bouton2 {
	background-color: #4967A0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	padding: 4px;
	line-height: 30px;
}
a.bouton2:hover {
}
a.bouton3 {
	background-color: #003466;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding: 3px 25px;
}
a.bouton3:hover {
}

.cadre{
	color: #003366;
	padding: 10px;
	margin: 10px;
	text-align: justify;
	background: #fff;
}

.cadre a{
	color: #003366;
}

.cadre a.bouton, .cadre a.bouton2, .cadre a.bouton3{
	color: white;
}

.produit_image {
	vertical-align: middle;
	text-align: center;
	border: solid 1px #003366;
	width: 272px;
	height: 272px;
}

.produit_attributs {

}

.produit_nom {
	font-weight: bold;
	font-size: 18px;
	padding: 10px 0px 50px 5px;
	text-transform: uppercase;
}

.key {
	font-weight: bold;
	padding: 3px 0px 3px 5px;
	width: 100px;
}

.key_quantite {
	font-weight: bold;
	padding: 30px 0px 30px 5px;
}

.produit_prix {
	font-weight: bold;
	font-size: 22px;
}

.produit_description {
	text-align: justify;
	font-size: 11px;
}

.notice_image {
	vertical-align: top;
	text-align: right;
	font-size: 10px;
}





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

div.cart_total{
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}

span.cart_total{
	margin-right: 30px;
}

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

.error_cart{
	width: 100%;
	text-align: center;
	color: #FF0000;
	font-weight: bold;
	margin-top: 15px;
}

/*-------------------------------------------------------------*/
/*                                                             */
/* login.php                                                   */
/*                                                             */
/*-------------------------------------------------------------*/
.page_login{
}
.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 white;
	font-weight: bold;
	color: white;
	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                                          */
/*                                                             */
/*-------------------------------------------------------------*/


.mentions{
	font-size: 10px;
	text-align: justify;
	margin-top: 20px;
}
label.form2{
	display: inline;
	float: left;
	width: 200px;
}
label.form3{
	display: inline;
	float: left;
	width: 270px;
}
p{
	margin: 5px 0px;
}

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

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

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

/*-------------------------------------------------------------*/
/*                                                             */
/* account_history.php                                         */
/*                                                             */
/*-------------------------------------------------------------*/
.history{
	border: 1px solid #4967A0;
	margin: 15px 10px 0px 10px;
}
/*-------------------------------------------------------------*/
/*                                                             */
/* cms.php                                                     */
/*                                                             */
/*-------------------------------------------------------------*/
.cms{
	text-align: justify;
	padding: 10px;
}
.cms:first-letter{
	font-size: 18px;
	font-weight: bold;
}
.cms a{
	color: #4967A0;
	font-weight: bold;
	text-decoration: underline;
}
.cms a:hover{
	text-decoration: none;
}
/*-------------------------------------------------------------*/
/*                                                             */
/* homeflash.php                                               */
/*                                                             */
/*-------------------------------------------------------------*/
.catalogue_flash{
	width: 420px;
	margin: auto;
}
/*-------------------------------------------------------------*/
/*                                                             */
/* sitemap.php                                                 */
/*                                                             */
/*-------------------------------------------------------------*/
.sitemap ul{
	margin-bottom: 20px;
}

.navigation {
	clear: both;
	height: 35px;
	width: 800px;
}

.navigation div {
	float: left;
}
.page_precedente, .page_suivante , .page_num {
	text-transform: lowercase;
	padding-top: 20px;
}

.page_precedente, .page_suivante {
	width: 200px;
}

.page_precedente {
	text-align: left;
}

.page_suivante {
	text-align: right;
}

.page_precedente a {
	padding-left: 10px;
}

.page_suivante a {
	padding-right: 10px;
}

.page_num {
	width: 400px;
	text-align: center;
}


.box_languages{
	margin: 15px 0 0 0;
}