@charset "utf-8";

body{
	width:950px;
	margin:0 auto;
	padding:0;
	/*background:#ddfffd;*/
	background: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img{
	border:0;
}

a{
	font-weight:bold;
	color:#7bbabb;
	text-decoration:none;
}

/*------FORM------*/
input{
	width:120px;
	padding:0 5px 0 5px;
	border:1px solid #D8D8D8;
	margin:0 0 5px 0;
	font-size:10px;
}

#submit{
	width:20px;
	height:15px;
	padding:1px;
	border:none;
	background:#f1f1f1;
	color:#7cbbbc;
	font-size:10px;
	cursor:pointer;
}

.boxText input{
	width:15px;
	border:0;
}

.boxText td input{
	width:120px;
	border:1px solid #D8D8D8;
}

/*------HEADER------*/

#header{
	height:250px;
	margin-bottom:30px;
	background:url(images/entete_0909.jpg) no-repeat;
}

#header a.danse{
	display:block;
	position:relative;
	top:148px;
	left:503px;
	width:67px;
	height:31px;
	background:url(images/danse.gif);
}

#header a.gymnastique{
	display:block;
	position:relative;
	top:115px;
	left:585px;
	width:128px;
	height:21px;
	background:url(images/gymnastique.gif);
}

#header a.danse_de{
	display:block;
	position:relative;
	top:148px;
	left:503px;
	width:67px;
	height:31px;
	background:url(images/danse-gym-de.gif);
}

#header a.gymnastique_de{
	display:block;
	position:relative;
	top:120px;
	left:589px;
	width:128px;
	height:21px;
	background:url(images/gymnastique-gym-de.gif);
}

#header a.lan{
	position: relative;
	top:210px;
	left:280px;
	font-size:14px;
	font-weight:bold;
	color:#7DBABB;
	text-decoration:none;
}

#header a.panier{
	position: relative;
	top:110px;
	left:745px;
	display:block;
	width:170px;
	height:22px;
	padding:0 19px 0 0;
	background:url(images/panier.gif) no-repeat right center;
	font-size:10px;
	font-weight:bold;
	color:#7DBABB;
	text-decoration:none;
	text-align:right;
}

#header form.search{
	position: relative;
	top:142px;
	left:40px;
	width:170px;
	margin:0;
	padding:0;
	text-align:right;
}

#header form.search input{
	text-align:right;
}

#header #ariane{
	position: relative;
	left:280px;
	top:107px;
}

/*----SHOPPING CART ANIM----*/
.animBoxDropover {
  position: absolute;
	visibility: hidden;
  overflow: hidden;
  margin: 0;
  padding: 0;
	border: #e42b19 solid 1px;
	background-color: #f4f3f3;
	width: auto;
	z-index: 100;
}

.animSubmitButton {
	background: none !important;
	border: none !important;
	width: 0px !important;
	height: 0px !important;
}

#btn_animBoxCart { }
#animBoxCart {
	width: 210px !important;
}
.animBoxCartImage { }
.animBoxCartContent {
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #c2623b;
}
.animBoxCartContent A:link, .animBoxCartContent A:active, .animBoxCartContent A:visited {
	color: #a34d2a;
	text-decoration: none;
}
.animBoxCartContent A:hover {
	color: #c2623b;
	text-decoration: none;
}
.animBoxCartHeader, .animBoxCartFooter {
	text-align: right;
	vertical-align: middle;
	font-weight: bold;
	height: 30px;
}
.animBoxCartHeader { border-bottom: #e42b19 solid 1px; }
.animBoxCartFooter { border-top: #e42b19 solid 1px; }
.animBoxCartNotice {
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #c2623b;
}

/*------MENU------*/

ul#boutique, ul#cs, ul#client{
	clear:left;
	float:left;
	width:180px;
	margin:0 0 25px 35px;
	padding:0;
	list-style:none;	
}

ul li h4{
	text-align:right;
	margin:3px 0 8px 0;
	border-bottom:3px solid #d9af44;
	font-size:16px;
	font-weight:bold;
	color:#004141;
}

ul#boutique li a, ul#cs li a, ul#client li a{
	display:block;
	padding:2px 0 2px 0;
	text-align:right;
	text-decoration:none;
	color:#004141;
	font-weight:bold;
	letter-spacing:1px;
}

ul#boutique li a.sub1, ul#cs li a.sub1{
	padding:0 15px 0 0;
	background:url(images/puce.gif) no-repeat right 6px;
	color:#d9af44;
}

ul#boutique li a.sub2, ul#cs li a.sub2{
	margin:0 5px 0 0;
	padding:0 20px 0 0;
	background:url(images/puce.gif) no-repeat right 6px;
	color:#d9af44;
}

ul#boutique li a.sub3, ul#cs li a.sub3{
	margin:0 10px 0 0;
	padding:0 25px 0 0;
	background:url(images/puce.gif) no-repeat right 6px;
	color:#d9af44;
}

ul#boutique li a:hover, ul#cs li a:hover, ul#client	li a:hover{
	color:#d9af44;
}

form.login{
	clear:left;
	float:left;
	width:180px;
	margin:0 0 25px 35px;
	padding:0;
	text-align:right;
}

form.login input{
	text-align:right;
}


/*------MAIN------*/

#main{
	clear:right;
	float:right;
	width:670px;
	/*height:500px;
	overflow:auto;*/

}

h1, .pageHeading{
	margin:0 0 25px 0;
	color:#7cbbbc;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1px;
}

h2{
	margin:0;
	font-size:12px;
	font-weight:bold;
	letter-spacing:1px;
}

h3{
	margin:0;
	font-size:10px;
}

h6{
	margin:0 0 15px 0;
	color:#7cbbbc;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}

.objet{
	float:left;
	width:300px;
	padding:0 0 20px 20px;
}

.objet img{
	margin:10px 0 10px 0;
}

a.btn{
	margin:0 10px 0 0 ;
	padding:1px 3px;
	background:#7cbbbc;
	border:1px solid #7cbbbc;
	color:#fff;
	text-decoration:none;
}

a.btn:hover{
	border:1px solid #000;
	color:#000;
}

/*---FICHE PRODUIT---*/
table.produit{
	width:100%;
}

td{
	vertical-align:top;
}

.image{
	padding-right:20px;
	text-align:center;
}
.image img{
	clear:both;
}

.image .agrandir{
	padding:5px 15px 3px 0;
	background:url(images/loupe.gif) no-repeat right 5px;
	text-decoration:none;
	color:#7cbbbc;
}

.image .small{
	display:block;
	float:left;
	width:50px;
	height:50px;
	margin:2px;
	text-align:center;
	border:1px solid #7cbbbc;
}

.titre{
	height:14px;
	border-bottom:1px solid #7cbbbc;
}

.titre h3{
	float:left;
	font-size:14px;
	font-weight:bold;
}

.titre strong{
	float:right;
	margin:5px 0 0 0;
	font-size:10px;
}

form fieldset{
	margin:0 0 25px 0;
	padding:15px;
	border:1px solid #7cbbbc;
}

label.texte{
	float:left;
	width:100px;
	padding:1px 0;
}

label.couleur{
	float:left;
	margin:5px 10px 0 0;
}
label.couleur input{
	width:15px;
	margin:0 3px 0 0;
	border:none;
}

hr{
	color: #7cbbbc;
	background-color: #7cbbbc;
	height: 1px;
	border: 0;
	margin:10px 15px 5px 15px;
}

#envoyer{
	float:right;
	width:100px;
	padding:1px;
	border:none;
	background:#7cbbbc;
	color:#FFF;
	font-size:10px;
	cursor:pointer;
	text-align:center;
}

/*---PAGE VIGNETTE---*/
a.vignette{
	float:left;
	display:block;
	width:200px;
	height:164px;
	border:1px solid #7cbbbc;
	text-align:center;
	text-decoration:none;
	color:#FFF;
	margin:0 15px 30px 0;
}

a.vignette h4{
	margin:0;
	padding:0 2px;
	background:#7cbbbc;
	font-size:12px;
}

a.vignette img{

}

div.pagination{
	clear:both;
	padding:20px;
	text-align:left;
}

div.top{
	text-align:left;
}

div.pagination a{
	padding:0 2px;
	border:1px solid #7cbbbc;
	text-decoration:none;
	color:#7cbbbc;
}

div.pagination a u{
	text-decoration:none;
}

div.pagination a:hover, div.pagination a.actif{
	background:#7cbbbc;
	border:1px solid #7cbbbc;
	color:#FFF;
}

/*BOX*/
.box{
	float:left;
	display:block;
	width:600px;
	/*height:200px;*/
	border:1px solid #7cbbbc;
	text-decoration:none;
	margin:0 20px 30px 0;
}

.box h4{
	margin:0;
	padding:0 2px;
	background:#7cbbbc;
	font-size:12px;
	color: #FFF;
}

/*------PANIER------*/
.stockWarning{
	padding-bottom:10px;
	border-bottom:1px solid black;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

.total{
	padding-bottom:10px;
	border-bottom:1px solid black;
}

.supprimer-data input{
	width:15px;
	border:0;
}

.productListing-heading, .col1{
	border-bottom:1px solid black;
}

td{
	font-size:11px;
}

/*------EVENEMENTS------*/
.box p{
	padding:5px;
}

.box h4{
	padding:1px 5px;
}


/*------FOOTER------*/

#footer{
	clear:both;
	float:right;
	width:670px;
	border-top:1px solid #cfe2e2;
	text-align:center;
	font-size:10px;
	color:#7cbbbc;
}