body {
	margin:0;
	padding:0;
	background:url(../images/bg.jpg) no-repeat center #cecccd;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
}
img {
	border: 0;
}

#wrapper {
	margin: 0 auto;
	width: 715px;
}

#preHeader {
	text-align: right;
	height: 20px;
	line-height: 20px;
}
#header {
	width: 703px;
	height: 54px;
	padding: 19px 6px 10px 6px;
	background:url(../images/header.png);
}
#header #logo {
	float: left;
	width: 155px;
}
#header #logo a {
	padding: 0px;
}

#header #like {
	padding-top: 16px;
	float: left;
	padding-left: 5px;
	width: 90px;
}
#header .spacer {
	width: 5px;
	height: 54px;
	background:url(../images/headerSpacer.png);
}

#footer {
	width: 571px;
	height: 72px;
	padding-left: 144px;
	background:url(../images/footer.png);
}
#footer #footerForm {
	padding-top: 21px;
}
#footer #newsletter_email {
	width: 222px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	border: 0;
	outline: none;
	background: url(../images/footerTextbox.png);
}
#footer #whiteland {
	padding-top: 22px;
}

#menu{
	margin:auto;
	width:990px;
	height:126px;
	text-align:center;
	background-image: url(../images/header3.png);
}

#box1{
	clear:both;
	width:990px;
}

#contenu{
	padding: 0 6px;
	background:url(../images/contenu.png);
}

#box_haut{
	margin:auto;
	width:970px;
	height:392px;
	text-align:left;
	background-image: url(../images/back_video.jpg);
	background-repeat:no-repeat;
}

#box_haut_team{
	float:left;
}

#box_haut_video {
	float:left;
	margin-top:15px;
}

#sidebar{
	float:left;
	width:210px;
	margin-left:10px;
	margin-top:30px;
}

.left {
	float: left;
}
.right {
	float: right;
}
h1{
	 margin:0px;
	 padding:0px;
	 font-size:17px; 
	 color:#390068;
	 font-weight:bold;
	 border-bottom:#e0e0e0 3px dotted;
}

#sidebar input {
	background-image: url(../images/back_form.jpg);
	background-repeat:repeat-y;
	border:solid 2px #b6a1c8;
	font-size:18px;
	letter-spacing:-1px;
	height:26px;
	width:166px;
	vertical-align:center;
}

#catalogue{
	margin-top:32px;
}

#concours{
	clear:both;
	margin-top:30px;
}

#concours1{
	float:left;
}

#concours2{
	float:left;
	width:489px;
	height:142px;
	background-image: url(../images/back_nouveaute.jpg);
	background-repeat:no-repeat;
	padding-top:24px;
	padding-left:6px;
}

#concours3{
	float:left;
}

#bas{
	clear:both;
	margin-top:10px;
	height:30px;
	text-align:center;
}

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

#lien a{
	background-color:#CCCCCC;
	color:#333333;
	text-decoration:none;
}

#bas_video a{
	color:#666666;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

#bas_video a:hover{
	color:#666666;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
}

#bas_video{
	height:15px;
	font-size:14px;
	width:300px;
	background-image: url(../images/back_vote.jpg);
	background-repeat:repeat-x;
	text-align:left;
	color:#000066;
	padding:15px;
}

#bloc{
	padding:5px;width:330px; margin-bottom:10px; margin-right:13px; float:left; text-align:center;border:#e0e0e0 3px dotted;

}

a.boldbuttons{
	background: transparent url('../images/roundedge-gray-left.png') no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
	color: white; /*button text color*/

}



a.boldbuttons span{
	background: transparent url('../images/roundedge-gray-right.png') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
	text-decoration: underline;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

a.boldbuttons2{
	background: transparent url('../images/roundedge-gray-left2.png') no-repeat top left;
	display: block;
	float: left;
	font: bold 12px Arial; /* Change 13px as desired */
	line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 30px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
}

a:link.boldbuttons2, a:visited.boldbuttons2, a:hover.boldbuttons2, a:active.boldbuttons2{
	color: white; /*button text color*/
}



a.boldbuttons2 span{
	background: transparent url('../images/roundedge-gray-right2.png') no-repeat top right;
	display: block;
	padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons2{ /* Hover state CSS */
	text-decoration: underline;
}

.buttonwrapper2{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

div.form-container { margin: 10px; padding: 5px; background-color: #ffffff;  }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #272727; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px;  padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%;  font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }

.bloc_produit{
	padding:5px;
	width:155px;
	margin-bottom:10px;
	float:left; 
	text-align:center;
}
.haut_produit {
	height: 170px;
	text-align:center;
}
.bas_produit{
	height:28px;
	font-size:11px;
	text-align:center;
	color:#101010;
	padding:5px;
}

.pagination{
	padding: 2px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: left; /*Set to "right" to right align pagination interface*/
	font-size: 12px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
	padding: 0 5px;
	border: 1px solid #9aafe5;
	text-decoration: none; 
	color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
	border: 1px solid #2b66a5;
	color: #000;
	background-color: #FFFF80;
}

.pagination a.currentpage{
	background-color: #0b386c;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
	background-color: white;
	cursor: default;
	color: #929292;
	border-color: #929292;
	font-weight: normal !important;
}

.pagination a.prevnext{
	font-weight: bold;
}



/***********/
#AJAXproducts {
	background: url(../images/shop/bgProduct.png);
	height: 633px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#preProduct {
	background: url(../images/shop/preProduct.png);
	height: 10px;
}
#video {
	width: 420px;
	height: 236px;
	padding: 20px 144px 13px 139px;
	padding-left: 139px;
	padding-top: 20px;
	background: url(../images/video.png);
}
#world {
	background: url(../images/dealers/world.png);
	height: 313px;
	width: 703px;
}
.dealers_info {
	width: 210px;
	height: 50px;
	padding-left: 23px;
	padding-top: 53px;
	float: left;
}
#contest {
    padding-left:375px;
    padding-top: 204px;
	padding-bottom: 37px;
}
#tweet_contest {
    float:left;
    margin-top:44px;
    margin-left:170px;
}
#mail_contest {
    float:left;
    margin-top:44px;
    margin-left:10px;
}
#collection1{
    padding: 68px 16px 21px 18px;
}
#women{
    margin-left:33px;
}
#collection1 a{
    float:left;
}
