/*
*	Global style
*
*	Copyright (c) 2007-2009 details riviera
*	Date création : 12/10/09
*	Dernière modification : 12/10/09
*
*/

/*

	Gris clair fonds : #DEDEDE
	Gris sombre textes : #505050
	Gris sombre boutons: #7C7C7C

*/


* {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

html, body {
	height:100%;
}

body {
	background:none;
	margin-bottom:1px;
	color:white;
}

#logo {
	position:absolute;
	display:block;
	width:300px;
	height:95px;
}

img {
	border: none;
}

h1 {
	font-size:12px;
	color:black;
}

.cms-no-route h1, 
.cms-page-view h1 {
	font-weight:bold;
	text-transform:uppercase;
	margin-top:40px;
	margin-bottom:20px;
}

div b {
	font-weight:bold;
}


h2 {
	font-size:12px;
	color:black;
}

.cms-page-view h2 {
	font-weight:bold;
}

h3 {
	font-size: 1em;
	font-weight:bold;
	color:black;
}

a {
	text-decoration:none;
	color:#505050;
}

a:hover {
	color:#7C7C7C;
	text-decoration:none;
}

.clear {
	line-height:normal;
	height:1;
}
























/*

	Header

	border:1px solid blue;

*/

.header {
	margin-right:auto;
	margin-left:auto;
	border:0px;
	margin-top:20px;

	width:902px;
}

#minimenu {
	float:right;
	width:700px;
}

#minimenu div {
	float:right;
}

#minimenu div ul {
/*
	background-image: url(../images/puce-mini-menu.jpg);
	background-repeat: no-repeat;
	background-position: top right;
*/
}

#minimenu ul {
	float:right;
	background:none;
	margin-top:3px;
	height:17px;
}

#minimenu ul li {
	display:inline;
	line-height:normal;
	/* float:left; */

	background-image: url(../images/puce-mini-menu.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: top left !important;

	background-image: url(../images/puce-mini-menu-ie.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#minimenu li a {
	color:#7C7C7C; /* color:#484E11; */
	margin-right:6px;
	margin-left:7px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:8px;
	vertical-align:top;
}

#minimenu ul li.first {
	background:none !important;
	background:none;
}

#minimenu div ul li.last {

	background-image: url(../images/puce-mini-menu.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: top left !important;

	background-image: url(../images/puce-mini-menu-ie.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#minimenu a:hover {
	color:black;
	border-bottom:1px dotted black;
}

#topmenu {
	width:902px;
	height:20px;
	/* float:right; */
}

#logoprocom {
	float:left;
	width:213px;
	height:38px;
	background-image: url(../images/nav_logoprocom.jpg);
	background-repeat: no-repeat;
}






















/*

	Navigation header

*/

.header-nav-container {
	float:left;
	background:none;
	/* width:auto; */
}

.header-nav {
	float:left;
	margin:0;
	width:902px;
	margin-top:13px;
}









#nav:after {
	content:"."; 
	display:block; 
	clear:both; 
	font-size:0; 
	line-height:normal; 
	height:auto; 
	overflow:hidden;
}

#nav { 
	float:left;
	padding:0px;
	height:20px;
}

#nav .parent {
	padding-right:18px; /* padding-right:13px; */
	line-height:normal;
	height:20px;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { 
	position:relative; 
	text-align:left; 
	min-height:20px;
}
#nav li li { 
	min-height:15px;
}
#nav li.over { z-index:999; }
#nav a, #nav a:hover { 
	display:block;
	line-height:normal; 
	text-decoration:none; 
}
#nav span {
	display:block;
	cursor:pointer; 

	font-size:13px;
	color:black; /* color:#484E11; */

	font-weight:bold;
	text-transform:uppercase;
	letter-spacing: 1px;
}
#nav li ul span {
	display:block;
	white-space:normal;
	font-weight:normal;
	/*
	text-transform:none;
	*/
	font-size:11px;
	/* color:black; */ /* color:#7C7C7C; */
	color:#7C7C7C;
}
/************ 0 LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#d96708; }
#nav a {
	font-weight:normal; /* font-weight:bold; */

	margin:0;
	padding-left:0;
	padding-top:0;
	padding-bottom:0;

	letter-spacing: normal; /* letter-spacing: -1px; */

	background-image: url(../images/nav_barreverticale.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}

#nav .last a {
	background:none;
}

#nav li.over a, #nav a:hover { 
	display:block;
	white-space:nowrap;
	/* color:black; */ /* color:#484E11; */
}
/************ 1ST LEVEL ************/
#nav ul li, #nav ul li.active { 
	float:none; 
	margin:0; 
	background:none;
	border-top:1px solid white;
}
#nav ul li.last { 
	padding-bottom:0; 
}
#nav ul a, #nav ul a:hover { float:none; background:none; }
/************ 2ND LEVEL ************/
#nav ul { 
	position:absolute; 
	top:20px; 
	left:-10000px; 
	border:0;
	background-color:white; /* background-color:#DEDEDE; */

	border-top:1px solid #7C7C7C;

	border-right:1px solid #7C7C7C;
	border-left:1px solid #7C7C7C;
}
ul#nav li {
	/* border-right:1px solid #AEB500; */
}

ul#nav li li { 
	border:0;
	border-bottom:1px solid #7C7C7C;
}
/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }
#nav ul li a {
	display:block;
	background:none;
	margin:0px;
	padding-top:5px; 
	padding-bottom:3px;
	padding-right:7px; 
	min-height:15px;
	font-weight:normal !important; /* font-weight:bold !important; */
	/* color:#2f2f2f !important; */ /* color:black !important; */
}

#nav ul li a:hover {
	margin:0px;
	padding-top:5px; 
	padding-bottom:3px; 
	padding-right:7px; 

	min-height:15px;

	background-color:white;
	/* border-bottom:1px solid black; */
}

#nav li ul a:hover span {
	color:black; /* color:#7C7C7C; */
}

#nav ul span, #nav ul li.last li span { 
	padding:3px 15px 4px 15px;

	padding:0px;
	margin:0px;

	padding-left:10px;
}
/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }




















#menuprocom {
	float:left;
	width:80px;
	height:35px;
}

#menuprocom ul {
	/* float:left; */
}

#menuprocom li {
	float:left;
	padding-left:13px;
	padding-right:13px;
	/* height:35px; */
}

#menuprocom li a {
	display:block;
	padding-top:9px;
	font-weight:bold;

	color:black; /* color:#484E11; */
	font-size:13px;
}















/*

	search

*/

#id_search {
	float:right;
	width:100px;
	height:20px;
}

#id_search form {
	float:none;
	display:block;
	height:20px;
}

#id_search fieldset {
	height:20px;
}


#id_search .mini-search {
	background:none;
	position:relative;
	padding:0px;
	width:100px;
	height:20px;
}

.mini-search .input-text {
	float:right;
	font-size:9px;
	margin:0;
	padding:0;

	width:90px;
	height:14px;
	color:#7C7C7C;
}




































/*

	File d'ariane

	border:1px solid blue;

*/


.breadcrumbs {
	display:block;
	margin-top:13px;

	margin-top:0;
	margin-bottom:3px;
	letter-spacing:1px;
	
	line-height:normal;
}

.breadcrumbs li, 
.breadcrumbs li a {
	font-size:11px;
}

.breadcrumbs strong {
	font-size:11px;
	font-weight:normal;
	color:#505050;
	/* border-bottom:1px solid black; */
}


























/*

	Colonne de gauche
	Navigation des categories

	border:1px solid blue;

	list-style: none;
	margin:0;
	padding:0;
*/

.col-left {
	width:170px;
}

.col-left ul {
	background-color:#DEDEDE;
}

.col-left ul ul {
	background-color:white;
}

.col-left ul li {
	/* background-color:#D9E200; */ /* jaune */
	color:#7C7C7C;
	border-bottom:3px solid white; */
}

.col-left ul ul li {
	background-color:white;
}

.col-left ul li ul li {
	border:0;
	margin:0;
	padding:0;
}

.col-left li a {
	display:block;
	font-weight:bold;
	font-size:11px;

	/* padding:5px 10px 3px 5px; */

	padding:0;

	padding-left:5px;

	padding-top:5px;
	padding-bottom:5px;

	text-transform:uppercase;
	color:#7C7C7C;

	line-height:normal;
}

.col-left li a:hover {
	color:#7C7C7C;
	color:#505050;
}

.col-left li a.active { 
	background-color:white;
	/* background-color:black; */
	color:#505050;
	text-transform:none;
}

.col-left ul ul li a {
	font-weight:normal;
	font-size:11px;
	text-transform:none;
	color:#7C7C7C;
	padding-left:0;

	padding-top:5px;
	padding-bottom:7px;
}

.col-left ul ul li a:hover {
	color:#505050;
	background-color:white;
	/* background-color:black; */
}










/*
	Liste des catégories
*/

.layered-nav .head {
	background:none;
}

.layered-nav .border-creator {
	border:0;
}

.narrow-by dl {
	background:none;
}


.menu_left_top, .menu_left_bottom {
	width:167px;
	height:7px;
}

.menu_left_top {
	background-image: url(../images/menu_left_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menu_left_bottom {
	background-image: url(../images/menu_left_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}







/*

	page 404

*/

.cms-no-route .col-2-right-layout p {
	margin-bottom:20px;
}

.cms-no-route .col-2-right-layout ul {
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:20px;
	margin-left:14px;
}

.cms-no-route .col-2-right-layout li a {
	color:#505050;
	color:black;
	border:none;
	border-bottom:1px dotted black;
}

.cms-no-route .col-2-right-layout li a:hover {
}





/*

	Colonne du millieu
	Contenu du cours

	border:1px solid blue;
	border:1px solid #C4C1BC;

*/

.col-2-right-layout p {
	font-size:12px;
	margin:0px;
	padding:0px;

	margin-bottom:25px;
}

.success-msg {
	color:black;
}

.success-msg  p {
	margin-bottom:0;
}



.col-2-right-layout p strong {
	font-weight:bold;
}


.col-2-right-layout p a {
	font-size:12px;
	text-decoration:underline;
}

.col-2-left-layout .col-main {
	width:725px;
}

.col-3-layout .col-main {
	margin-left:7px;
	margin-right:7px;
	width:548px; /* width:451px; */
}

.product-info-box {
	border:none;
}

.middle-container {
	background:none;
	color:#7C7C7C;
	color:black;
}

.middle {
	background:none;
	padding:0px;
	width:902px !important;
	width:904px;
}

.checkout-cart-index .col-2-right-layout .col-main, 
.checkout-onepage-index .col-2-right-layout .col-main {
	width:725px;
	line-height:normal;
}

.col-2-right-layout .col-main ol {
	margin-top:11px;
	margin-top:0;
}

.agreement-content b {
	font-weight:bold;
}

.one-page-checkout .active .head {
	background-color:#DEDEDE;
}

.one-page-checkout .allow .head {
	background:#EEEEEE; /* background:#D0DCE1 none repeat scroll 0 0; */
	/* border-color:#A3AEB3; */
}

.one-page-checkout .allow h3 {
	color:#999999; /* color:#A4B3B9; */
}

.one-page-checkout .allow .step-count {
	background-color:white;
}

.one-page-checkout .active .step-count {
	border:1px solid #505050;
	background-color:#505050;
}


.one-page-checkout .active h3 {
	color:#505050;
}

.listing-type-list .product-image {
	height:410px;
	width:609px;
}

select.address-select {
	width:400px;
}

.product-essential {
	background:none;
	padding:0px;
}

.notice-msg, .note-msg {
	background:none;
	color:#0A263C;
	padding:0px;
}

.error-msg, .success-msg, .notice-msg, .note-msg {
	padding-left:15px !important;
	font-weight:normal !important;
	background:none;
	font-size:12px !important;
	border-color:#DEDEDE;
}

.success-msg {
	background:none;
	min-height:20px !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	margin-bottom:0;
}

table.pager, table.view-by {
	background:none;
}

.divider {
	background:none;
	height:20px;
	margin:0px;
}

.col-3-layout .product-image {
	margin:0px;
	padding:0px;
	height:75px;
}

.cms-index-index .col-2-right-layout .col-main {
	width:599px;
	height:407px;
}

.col-main  .product-image {
	width:599px;
	height:407px;
}

.cms-home .col-2-right-layout .col-right {
	width:296px;
}


/*

	titre de la categorie

	border:1px solid #C4C1BC;

*/

.col-3-layout .col-main h1, .col-3-layout .col-main h2 {
	color:white;
	background-color: #B6C601;
	font-weight:normal;
	font-size:18px;
	height:28px; /* height:34px; */
	padding:0px;
	padding-left:13px;
	padding-top:6px;
}

.category-head {
	margin:0px;
}

.col-3-layout .col-main .category-name h3, 
.col-3-layout .col-main .product-shop .category-name h3 {
	position:absolute;
	top:50px; /* top:220px; */
	left:90px;
	background:none;
	font-size:18px;
	letter-spacing:-1px;
	color:white;
	font-weight:bold;
}

.col-3-layout .col-main .calendrier-complet { 
	position:relative;
	height:125px;
	width:548px;

	background-image: url(../images/banner-calendrier.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.col-3-layout .col-main .calendrier-complet h3 {
	position:absolute;
	top:50px;
	left:90px;
	background:none;
	font-size:27px;
	letter-spacing:-1px;
	color:white;
	font-weight:bold;
}










/*

	Fiche de produits

*/

.category-description {
	padding-top:20px; /* padding-top:25px; */
	padding-top:15px;
}

p.category-description  {
	margin-bottom:0px;
	font-weight:normal;
}

.category-description, .category-shortsdescription, .category-session {
	padding-left:18px;
	padding-right:18px;
}

.category-session {
	padding-top:25px;
}

.category-description, 
.category-shortsdescription, 
.category-session {
	font-size:12px;
}

.category-description b, 
.category-shortsdescription b, 
.category-session b {
	font-size:12px;
	font-weight:bold;
}

div#main.col-main div.listing-type-list {
	margin-top:0px;
	line-height:normal;
}

.catalog-listing {
	margin-top:20px;
}

.listing-type-list .listing-item {
	padding:0px;
	padding-top:10px;
	padding-left:18px;
	padding-bottom:10px;
}

.listing-type-list .listing-item {
	border-top:none;
	border-bottom:1px dotted #505050;
}

.listing-type-list .product-shop {
	position:relative;
	float:left;
	width:275px; /* width:auto; */
	width:504px;
}

.listing-type-list .product-shop .clear {
	float:left;
	margin:0px;
	padding:0px;
}

.product-essential .product-shop {
	width:100%;
}

.product-shop {
	float:normal;
}

.mini-cart .subtotal {
	background:none;
	text-align:left;
	font-size:11px;
	color:#7c7c7c;
	margin-bottom:0;
}

.price {
	font-size:11px;
	color:#7c7c7c;
}

div.actions .form-button {
	visibility:visible;
}

.form-button span, .form-button-alt span {
	display:block;
	font-weight:bold;
	margin-bottom:2px;
}

.mini-cart .actions {
	background:none;
	border:none;
	/* border-bottom:1px solid #D9E200; */
}

.side-col .actions {
	text-align:left;

	background:none;
	border:none;
	padding:0px;
}

.newsletter .side-col .actions {
	margin-left:14px;
}

/*

		titre du cours

*/

.category-name {
	position:relative;
	width:548px;
	height:auto;

	padding:0px;
/*
	background-image: url(../images/img_categorie.jpg);
	background-repeat: no-repeat;
	background-position: center right;
*/
}

.col-3-layout .col-main .product-shop .category-name h3 {
	/* padding-top:15px; */
}

/*
.product-shop .category-name h3 {
	padding-top:40px;
	background:none;
	font-size:18px;
	letter-spacing:-1px;
	color:#333300;
}
*/

.product-shop h3 {
	background-color: #B6C601;
	font-weight:normal;
	height:28px; /* height:34px; */
	padding:0px;
	padding-left:13px;
	padding-top:6px;
}

.product-info-box .product-name {
	color:white;
	font-size:18px;
	margin:0px;
}

.old-price .price, .special-price .price-label, .special-price .price {
	font-weight:normal;
	text-decoration:none;
	color:black;
	font-size:12px;
	background-color:white;
}

.old-price .price-label {
	/*display:block;*/
	color:black;
	font-size:12px;
}

.product-price {
	float:left;
	position:relative;
	display:block;
	margin-top:18px;
	padding-left:18px;
	width:500px;
}

.tarif-apprenti p {
	margin-top:18px;
	padding-left:18px;
}


/*
.product-price .price-box {
	position:relative;
	top:38px;
	left:42px;
	font-size:12px;
	visibility:hidden;
	visibility:visible;
	background-color:white;
}

.product-price .price-box .old-price {
	float:none;
	position:relative;
	top:0px;
	left:0px;
}
*/

.product-price-final {
	float:left;
	margin-top:6px;
	/*
	margin-right:5px;
	display:block;
	padding-left:18px;
	*/
}

.product-info-box .price-box {
	margin:0px;
	padding:0px;
}

.product-info-box .price-box .old-price, 
.product-info-box .price-box .special-price {
	/* margin-left:18px; */
}

.listing-type-list .product-shop .description a, 
.listing-type-list .product-shop .description a b {
	font-size:12px;
	color:black;
}

.listing-type-list .product-shop .description a b {
	font-weight:bold;
}

.listing-type-list .product-shop .description {
	float:left;
	margin:0px;
	width:350px;/* width:504px; */
}

.listing-type-list .product-shop .details-inscriptions {
	position:absolute;
	bottom:0;
	right:0;
	/* float:right; */
	/* color:#505050; */
}

.listing-type-list .product-shop .details-inscriptions a span {
	/* margin-top:8px; */
	/* height:31px; */
	/* height:32px; */
	/* width:149px; */
}

.listing-type-list .product-shop .details-inscriptions a {
	/* display:block; */
	/* font-weight:bold; */
	/* font-size:12px; */
	/* color:#505050; */
	
}

.listing-type-list .product-shop .details-inscriptions a:hover {
	/* color:black; */
}



/*

	Bloc en stock

*/

.product-qty {
	height:70px; /* height:34px; */
	width:548px;
	border:1px solid #C4C1BC;
	background-color:#EFEFEF;
	
	margin-top:20px;

	border:none;
	background:none;
/*
	background-image: url(../images/fond_product_qty.jpg);
	background-repeat: no-repeat;
	background-position: center right;
*/
}

.product-qty * {
	font-size:12px;
}

.product-qty b {
	font-weight:bold;
}

.product-qty ul {
	margin-top:6px;
	float:left;
}

.product-qty li {
	float:left;

	font-size:12px;
	vertical-align:top;
	margin-right:18px;
}

.product-qty li img {
	float:left;
	margin-right:3px;
}

.product-qty li img {
	visibility:hidden;
	visibility:visible;
}

.product-qty li.active img {
	visibility:visible;
}

.product-qty li span {
	float:left;
	font-weight:bold;
	color:#505050;
	color:#7C7C7C;
}

.product-qty li.active span {
	color:#7C7C7C;
	color:black;
}

.product-qty li.first-qty {
	margin-left:20px;
	margin-right:6px;
}

.product-qty li.free-qty {
	margin-left:6px;
	margin-right:6px;
	color:#867B1F;
}

.product-qty li.last-qty {
	width:50px;
}

.product-qty li.last-full {
	width:50px;
}

.product-qty-statut, .add-to-holder {
	float:left;
	margin:0px;
	margin-top:10px;
	margin-left:18px;
}

.product-qty-statut {
	float:right;
}


.product-qty-statut img {
	margin-top:3px;
}

.product-qty-button {
	float:left; /* float:left; */
	width:240px;
	margin-top:10px;
	font-weight:bold;
	margin-left:18px;
}



/*

	Bloc du prix

*/


.add-to-holder .add-to-cart-box {
	float:right;
}

div.product-options-bottom {
	background:none;
	border:none;
	padding:0px;
}

.product-shop .product-options-bottom .price-box * {
	font-size:12px;
	color:black;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

.product-shop .product-options-bottom .price-box b {
	font-size:12px;
}

.product-shop .product-options-bottom .price-box .price-dash {
	white-space:nowrap;
	margin-right:3px;
	margin-left:3px;
}

.product-shop .product-options-bottom .price-box b, 
.product-shop .product-options-bottom .price-box .regular-price b {
	font-weight:bold;
}


.product-collateral {
	background:none;
	border:1px solid #C4C1BC;
}

/*
#product-options-wrapper {
	visibility:hidden;
	margin:0px;
	padding:0px;
}
*/

.product-options {
	float:left;
	background:none;
	border:0px;

	padding:0px;
	margin:0px;

	width:300px;

	/* line-height:normal; */ /* 1.55em */

/*
	margin-left:18px;
	margin-top:18px;
*/

}

.product-options * {
	font-size:12px;
/*
	line-height:normal;
	white-space:normal !important;
*/
}

.product-options ul.options-list label {
	/* font-weight:nowrap; */
	float:left;
}

.listing-type-list .product-shop .price-box {
	float:none;
	margin:0px;
	padding:0px;
	text-align:left;
	margin-top:18px;
	/* white-space:nowrap; */
}

.price-notice {
	/* padding:0; */
}

.out-of-stock {
/*
	position:absolute;
	bottom:0px;
	left:0px;
*/
	float:left;
	padding:0px;
	margin:0px;
	padding-top:5px;
	color:#505050;
	font-weight:bold;
	font-size:12px;
}

.special-price .price {
	font-weight:normal;
}

.listing-type-list .product-shop .price-box * {
	font-size:12px;
	color:black;
}

.regular-price {
	color:#867B1F; /* color:#C76200; */
}

.product-price-box {
	position:absolute;
	top:18px; /* top:23px; top:35px; */
	left:135px; /* left:120px; left:43px; */
	/* background-color:white; */
}

.regular-price .price, .product-price-box .price {
	color:black;
	font-size:12px;
	font-weight:normal;
}

/*
.regular-price .price {

	position:absolute;
	top:20px;
	left:42px;

	background-color:white;

	visibility:hidden;
	visibility:visible;
}
*/

.product-options dt {
	/* float:left; */
	/* width:100%; */
	display:block;
	padding:0px;
	margin:0px;
}

.product-options dd {
	border:0;
}

.product-options p.required {
	float:left;
	padding:0px;
	margin:0px;
}

p.required {
	font-size:12px; /* font-size:0.95em; */
	text-align:right;
}

.product-options dl.last dd.last {
	padding:0px;
	margin:0px;
}

.product-options ul.options-list .label {
	display:inline;
	margin-left:10px; /* margin-left:18px; */
}

.product-options ul.options-list li {
	/* line-height:1.5; */
	/* float:left; */
	padding:0px;
	margin:0px;
	margin-right:10px;
}

.base-mini .content, .base-mini ol {
	background:none;
}

#cart-sidebar a {
	font-size:11px;
	color:#7c7c7c;
	font-weight:normal;
}

.base-mini .head {
	background:none;
	border:none;
	font-size:11px;
	color:#505050;
	font-weight:bold;
	padding-right:0;
	/*
	border-bottom:1px solid #D9E200;
	*/

}

.mini-cart .head {
	background-image:url(../images/caddie.png);
	background-position:right top;
	background-repeat:no-repeat;
}

.base-mini .head a strong {
	font-size:11px;
	color:#505050;
	font-weight:bold;
}

.mini-cart .head h4 {
	padding-left:0px;
	background:none;
}

.base-mini .head h4 {
	display:block;
	width:162px;
	height:31px;
	color:#7c7c7c;
	font-size:11px;
	font-weight:bold;
	padding:0;
	/* margin-bottom:8px; */
	padding-top:8px;
}

.form-button, .form-button-alt, 
.mini-cart .actions .form-button {
	float:none;
	background:none;
	border:none;

	width:149px;
	height:32px;

	background-image: url(../images/bouton-base-gris.png);
	background-position: left top;
	background-repeat: no-repeat;

	padding-top:0;
}

.mini-cart .actions {
	border:none;
	padding:0;
	padding-left:10px;
}

#newsletter-validate-detail .form-button-alt {
	float:none;
	background:none;
	border:none;
	padding:0;
/*
	background-color:#DE5400;
	border:1px solid #DE5400;
*/
	width:149px;
	height:32px;

	background-image: url(../images/bouton-base-gris.png);
	background-position: left top;
	background-repeat: no-repeat;

}

.base-mini-top, .base-mini-bottom {
	float:right;
	width:167px;
	height:7px;
}

.base-mini-bottom {
	margin-bottom:18px;
}

.base-mini-top {
/*
	background-image: url(../images/menu_top_filet.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
*/
}

.base-mini-bottom {
/*
	background-image: url(../images/menu_bottom_filet.jpg);
	background-position: left top;
	background-repeat: no-repeat;
*/
}

.base-mini .content, .base-mini ol li.odd {
	background:none;
	line-height:normal;
}

.side-col .content {
	padding-top:0;
}

.base-mini ol li.even {
	background:none;
}

.base-mini ol li.last .product-details {
	border:none;
}


.mini-newsletter.base-mini {
	border:none;
	width:170px;
	/* height:50px;; */
	/* border-top:3px solid white; */
}

.mini-newsletter .newsletter {
	float:left;
}

.mini-newsletter form {
	/* display:block; */
	/* float:left; */
}

.mini-newsletter script {
	border:1px solid blue;
}

.mini-newsletter fieldset {
	/* visibility:hidden; */
}

.mini-cart h5 {
	background:none;
	font-size:11px;
	color:#7c7c7c;
	margin-bottom:7px;
}

.old-price {
	float:left;
	margin-right:5px;
	font-size:12px;
	color:black;
}

.special-price {
	float:left;
	margin:0px;
	padding:0px;
}

.form-button {
	visibility:visible;
}

.product-price .product-options-bottom, 
.product-price .form-button {
	visibility:hidden;
	display:none;
}




.input-text:focus, select:focus, textarea:focus { 
	background:white; 
}

.one-page-checkout .form-button {
	visibility:visible;
}

#opc-review .content {
	/*width:685px; */
}

.checkout-onepage-index #opc-review .content {
	width:680px; /* 720px */
}

#review-buttons-container {
	float:right;

	width:149px;
	height:32px;

	/* display:block; */
	/* float:left; */

	/* color:white; */
}

#review-buttons-container input {
	cursor:pointer;

	color:white;
	font-weight:bold;

	background:none;
	border:none;

	display:block;
	width:149px;
	height:32px;

	background-image: url(../images/bouton-base-gris.png);
	background-position: left top;
	background-repeat: no-repeat;


	/* padding-top:8px; */
/*
	width:149px;
	height:32px;
	vertical-align:middle;
	display:block;
	background:none;
	border:none;
	border:1px solid black;
*/
/*
	background:#F18200 none repeat scroll 0 0;

	border:1px solid #DE5400;
	background:none;
	border:none;

	color:#FFFFFF;
	cursor:pointer;
	font-family: Helvetica, Verdana, Arial, sans-serif !important;

	font-size:12px !important;

	font-size-adjust:none !important;
	font-stretch:normal !important;
	font-style:normal !important;
	font-variant:normal !important;
	font-weight:bold !important;
	line-height:normal !important;

	overflow:visible;
	padding:1px 8px;
	text-align:center;
	vertical-align:middle;
	width:auto;
*/

}

.one-page-checkout p.required  {
	font-size:12px;
}

a.form-button-cours span {
	/* display:block; */
	/* height:26px; */ /* height:32px; */
	width:135px; /* width:149px; */
	line-height:1.75em;
	margin-left:14px; /* margin-top:7px; */
}

.form-button-cours-complet, 
.form-button-cours {
	float:right;
	cursor: pointer;
	border:none;
	background:none;

	background-image: url(../images/bouton_vert.png);
	background-position: left top;
	background-repeat: no-repeat;

	width:149px;
	height:32px;
/*
	margin-top:6px;
	margin-right:20px;
*/
}

.form-button-cours-complet {
	background-image: url(../images/bouton-base-gris-claire.png);
	cursor: default;
}

.form-button-cours-complet span, 
.form-button-cours span {
	/* visibility:hidden; */
	color:white;
	font-weight:bold;
	height:26px;
	display:block;
	padding-top:6px;
	line-height:normal;
	line-height:1.5em;
}

.base-mini ol li {
	padding-top:0;
	/* padding-bottom:0; */
}

.base-mini .product-details {
	margin:0px;
	font-size:11px;
	color:#7c7c7c;
	border-bottom:1px dotted #7c7c7c;
	padding-bottom:7px;
}

.product-details strong {
	font-size:11px;
	color:#7c7c7c;
}

.button-level h3 {
	float:left;
	width:55%;
}

.page-head, .page-head-alt {
	display:none;
	visibility:hidden;
	float:right;
	margin:0px;
}

.customer-address-index .page-head, .customer-address-index .page-head-alt {
	display:block;
	visibility:visible;
	float:left;
	width:100%;
	margin-bottom:20px;
}

.col-3-layout .page-head h3 {
	position:absolute;
	top:50px;
	left:90px;

	color:white;
	font-size:18px !important;
	font-weight:bold !important;
	letter-spacing:-1px;
}
	
.col-3-layout .page-head {
	position:relative;
	display:block;
	visibility:visible;
	border:none;
	
	margin-bottom:20px;

	width:548px;
	height:125px;

	background-image: url(../images/cours-soir.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.catalogsearch-result-index .col-3-layout .page-head {
	background-image: url(../images/banner-recherche.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.catalogsearch-result-index .col-3-layout .page-head h3 {
	color:black;
	color:#7C7C7C;
	color:#505050;
	font-size:15px !important;
	font-weight:normal !important;
	top:84px;
	left:23px;
}



table.pager td {
	padding-left:20px;
}




/*

	Colonne de droite
	Les news

	border:1px solid blue;

*/

.col-right {
	width:170px;
}

.col-3-layout .col-right {
	width:170px; /* width:214px; */
	/* height:407px; */
}

.col-2-right-layout #col-right-opcheckout {
	min-height:407px;
	/*
	height:auto !important;
	height:407px;
	*/
}

.side-col .recently {
	width:296px; /* width:288px; */
	height:377px; /* height:302px; */

	padding-top:75px; /* padding-top:40px; */

	background-image: url(../images/home_calendrier.jpg);
	background-position: left top;
	background-repeat: no-repeat;

	background-color:#D9E200;
}

table.recently-list {
	margin-left:22px;
	margin-top:75px;
	width:274px; /* width:296px; */

	/* padding-left:22px; */
	/* padding-top:75px; */
}

.side-col .box {
	float:right;
	padding:0;
	margin:0;
}

.side-col .mini-cart {
	margin-bottom:3px;
}

.side-col .mini-cart .content p {
	color:#7C7C7C;
	margin-bottom:7px;
}

#col-right-opcheckout .box {
	/* width:288px; */
}

.shopping-cart-collaterals {
	/* padding:25px 0; */
	width:auto;
	padding:0;
}

.shopping-cart-totals .checkout-types {
	padding-bottom:11px;
}

.shopping-cart-totals .checkout-types li {
	margin-bottom:0px;
}

.shopping-cart-totals {
	background:none;
	width:auto;
}

.shopping-cart-collaterals .col2-set .col-2 {
	float:left;
	width:300px;
}

.shopping-cart-collaterals .col2-set {
	width:300px;
}

.dashboard-welcome {
	margin-left:15px;
}

.dashboard-welcome strong {
	display:block;
	font-weight:bold;
}

.account-nav .head {
	background:none;
	background-color:#DEDEDE;
	border-bottom:3px solid white;
}

.primary-address-list h4, .address-list h4 {
	color:#7C7C7C;
}

.account-nav .head h3 {
	color:#7C7C7C;
	border:0;
	padding-left:0;
	text-transform:uppercase;
}

.account-nav li.on {
	color:black;
	font-weight:normal;
	border-bottom:3px solid white;
}

.ad-account-info .head h4, 
.ad-orders .head h4 {
	background:none;
	padding-left:0;
}

.account-box h4 {
	color:#7C7C7C;
}

.account-box {
	background:none;
	border:0;
}

.order-info {
	background-color:#DEDEDE;
}

.col-left .account-nav ul {
	padding-left:0;
	padding-right:0;
}

.col-left .account-nav ul li {
	padding-left:10px;
	padding-right:10px;
}

.col-left .account-nav ul li a {
	font-size:12px;
	text-transform:none;
	font-weight:normal;
	padding-left:0;
}

.group-select .legend {
	color:#7C7C7C;
	border:0;
}

.side-col h3 {
	text-transform:none;
	background-color:#DEDEDE;
	border:1px solid #999999;
	padding:2px 8px;
	color:#505050;
}

.recently h3 {
	text-transform:none;
	width:130px;
	color:#333300;
	font-size:18px;
	letter-spacing: -1px;
	margin:0px;
}

table.recently-list td {
	width:auto;
}

.recently a.product-name, .recently a.product-name:hover {
	color:#333300;
	margin-top:15px;
	line-height:normal;
}

/*
.col-3-layout .col-right div {
	margin-bottom:8px;
}
*/

.base-mini, .base-mini .newsletter {
	border:none;
	background-color:#DEDEDE;
/*
	border-left:1px solid #D9E200;
	border-right:1px solid #D9E200;
*/
	width:170px;
	line-height:normal;
}

.mini-newsletter h4 {
	background:none;
}

.recently a.product-name {
	width:auto;
}

.recently a.product-name b {
	font-size:11px;
}

.div_recently_footer {
	float:right;
	width:296px;
	height:30px;

	background-color:#D9E200;
/*
	background-image: url(../images/news_home_footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
*/
}

.div_recently_footer a {
	float:right;
	text-decoration:none;

	background-image: url(../images/fleche.gif);
	background-position: right center;
	background-repeat: no-repeat;

	height:20px;

	padding-right:20px;
	margin-right:18px;
}


.div_recently_footer a span {
	/* display:block; */
	/* width:258px; */
	float:right;
	cursor:pointer; 

	color:black;

	text-align:right;
	
	letter-spacing: normal; /* letter-spacing: -1px; */
	font-size:11px;
	font-weight:normal; /* font-weight:bold; */
	line-height:1.55em;

}

.div_recently_footer a:hover span {
	color:black;
	border:0;
	text-decoration:none;
	border-bottom:1px dotted black;
}
















/*
	
		le caddie

*/

.data-table tr {
	background:none;
}

.data-table td, 
.data-table tr.last th, 
.data-table tr.last td {
	color:#7C7C7C;
}

.data-table thead tr th {
	background:none;
	background-color:#DEDEDE;
}

.data-table tfoot {
	background:none;
	color:#7C7C7C;
}

.data-table tfoot tr {
	background-color:#DEDEDE !important;
}

.data-table tfoot tr.first {
	background:none;
}

td.attributes-col h4.title a {
	font-weight:normal;
	color:#7C7C7C;
}

#login:register {
	visibility:hidden;
}

#checkout-step-login .col2-set .col-2 {
	/* visibility:hidden; */
}

#checkout-step-login #opc-login .button-set {
	visibility:hidden;
}

#checkout-step-login .one-page-checkout .form-button {
	visibility:hidden;
}

#checkout-shipping-method-load input {
	visibility:hidden;
}




/*

	bloc newsletter

*/

.mini-newsletter input.input-text {
	width:130px;
}








/*

	Menu utilisateur 

*/

.side-col.col-right ul {
	background-color:#D9E200;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}

.side-col.col-right li a {
	font-weight:bold;
}

.login-box .content {
	background:none;
}

.login-box h4 {
	color:#505050;
}

.login-box .col-1, .login-box .col-2 {
	background:none;
	background-color:#DEDEDE;
}

.login-box .button-set {
	background:none;
	border-top:1px solid #505050;
}

.login-box .col-1, .login-box .col-2 {
	border:1px solid #505050;
}












/*

	checkout-types

*/


ul.checkout-types .form-button {
	visibility:visible;
}

.one-page-checkout-progress h4, 
.one-page-checkout-progress h4.complete {
	width:154px;
}

.one-page-checkout-progress h4.complete {
	background-color:#DEDEDE;
	color:#505050;
}

label {
	font-weight:bold;
	font-size:11px;
	color:#505050;
}

address {
	/* color:#505050; */
}

.one-page-checkout-progress .content {
	margin-top:7px;
	color:#505050;
}


#checkout-step-billing label {
	font-weight:normal;
}























/*

	FOOTER

*/

.footer {
/*
	width:930px; 
	margin:0 auto; 
	padding:10px 10px 4em; 
	background-color:#618499;
*/
	width:911px; 
	padding:0px; 
	background:none;
}

.footer-container {
	margin-top:7px; 
	border-top:none;
	color:#0A263C;
}

.footer_pub {
	width:902px; 
	height:200px;
	margin-right:auto;
	margin-left:auto;
}

.footer_pub p {
	float:left;
	margin:0px;
	margin-right:7px;
}

.footer_pub .pub3 p {
	margin-right:0px;
}

.footer_logo {
	width:911px; 
	height:100px;
	margin-right:auto;
	margin-left:auto;
	margin-top:30px;
}

.footer_copyright {
	width:900px; 
	margin:0 auto; 
	margin-bottom:10px;
	font-size:10px;
	color:#9CA299;
	/* letter-spacing: -1px; */
}


/*

	google map

*/

#map {
	margin-top:40px;
	margin-left:20px;
	width:573px;
	height:400px;
}










