/*
	 CSS Multimedia Shop
*/

*					{ margin: 0; padding: 0; }
body				{ font: 13px Verdana, serif; background: #cccccc; width:100%;
					background: linear-gradient(top, #999999, #cccccc);
					background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
					background: -moz-linear-gradient(top,#999999,#cccccc);
					}
y
a 					{outline:none;color:#0367a6;}
a:hover				{outline:none;color:#0367a6;text-decoration:none;}

h1					{ font-family:'Ubuntu',Verdana,serif;font-weight:bold;margin:10px;color:#035aa6;text-align:left;text-shadow: #96b9d9 1px 1px 1px;}

hr 					{color:#000000;}

#global		    	{ width: 1000px; min-height: 1210px; height:100%; margin: 0 auto; background:#ffffff;
					box-shadow: 0px 2px 12px #333;
					-webkit-box-shadow: 0px 2px 12px #333;
					}

#page-wrap		    { max-width: 1000px; min-height: 1030px; margin: 0 auto; position: relative; }

#header             { max-width: 1000px; height: 160px; background: #035aa6;margin: 0 auto;
					background: linear-gradient(top, #035aa6, #599cda);
					background: -webkit-gradient(linear, left top, left bottom, from(#035aa6), to(#599cda));
					background: -moz-linear-gradient(top, #035aa6, #599cda);
					}

#main-content       { padding: 0 250px 0 15px; background: #ffffff; min-height: 1410px;}

#main-sidebar       { position: absolute; right: 15px; top: 0px;width: 250px;height:1410px; bottom: 0;background: #96b9d9;border:1px solid #0367a6;	
					border-radius:10px;-webkit-border-radius:10px;
					}
                      
#footer             { width: 1000px;height:160px; background: #035aa6; margin: 0 auto;overflow:hidden;
					border-radius:10px 10px 0 0;
					-webkit-border-radius:10px 10px 0 0;
					background: linear-gradient(top, #035aa6, #96b9d9);
					background: -webkit-gradient(linear, left top, left bottom, from(#035aa6), to(#96b9d9));
					background: -moz-linear-gradient(top; #035aa6, #96b9d9);
					}
#footer p           { font-family:'Ubuntu',Verdana,serif;padding:10px;color:white; text-align:justify; }
#footer a           { color: #ffffff; text-decoration: underline; }
#footer a:hover     { color: #ff9900; text-decoration: none; }

input,textarea,select{border:1px solid #666;}


/*============================*/
/*=== Header ===*/
/*============================*/

#logo {
	width:700px;
	height:115px;
	background:url(images/logo.png) no-repeat;
	position:absolute;
	margin:22px;
	}
	
#header_right {
	width:220px;
	height:15px;
	float:right;
	position:relative;
	margin:0px 15px 20px 0px;
	text-align:center;
	background:#ff9900;
	
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	
	box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	}
	
.mon_compte{color:#fff;font-weight:bold;font-size:11px;text-decoration:none;}
	
#login{
	display:none;
	position:absolute;
	text-align:left;
	width:220px;
	height:133px;
	background:#fff;
	
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	
	box-shadow: 1px 1px 1px #ccc;
	-webkit-box-shadow: 1px 1px 1px #ccc;
	}
	
.label{
	padding:5px 0px 5px 10px;
	font-weight:bold;
	color:#333;
	}
	
.label-lien{
	padding-top:8px;
	text-align:center;
	font-size:12px;
	}
	
.login{
	background:#035aa6;
	color:#fff;
	padding:4px;
	border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	}
	
.login:hover{
	background:#ff9900;
	color:#fff;
	}
	
.profil{
	background:#035aa6;
	color:#fff;
	padding:7px;
	border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
	font-weight:bold;
	}
	
.profil:hover{
	background:#ff9900;
	color:#fff;
	}
	
#login input{
	width:200px;
	height:20px;
	border:1px solid #ff9900;
	margin-left:10px;
	margin-right:10px;
	color:#035aa6;
	}

#login input[type="submit"] {
text-align:center;
	background:#035aa6;
	color:#fff;
	padding:4px;
	border-radius:5px;
	-webkit-border-radius:5px;
	text-decoration:none;
}

#login input[type="submit"]:hover {
	background:#ff9900;
	color:#fff;
}
	
#login a{
	text-align:center;
	}
	
#playerone {
	width:220px;
	height:70px;
	margin-top:20px;
	background:url(../images/template/playerone.png) no-repeat;
	}
	
.telephone{font-family:'Ubuntu',Verdana,serif;font-size:30px;color:#ff9900;font-weight:bold;text-align:center;padding-top:5px;text-shadow: #333 2px 2px 1px;}

/*============================*/
/*=== Navigation ===*/
/*============================*/

#nav{
	width:1000px;
    height:40px;
    margin-bottom:20px;
	background:url(../images/template/bg-menu.png) #ff9900 repeat-x;
	
	border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	
	box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	}
	
#nav .search{
	width:210px;
	height:18px;
	background:#eee;
	border:2px solid #035aa6;
	margin:8px 0 0 112px;
	padding:1px;
	color:#035aa6;
	font-family:'Ubuntu',Verdana,serif;
}

.loupe{margin:0 0 -7px 5px;border:none;}
	
#nav ul {
	float: left;
	list-style-type: none;
	width: 980px;
	height: 40px;
	margin-left:10px;
	text-shadow: 0 1px 0 #666;
}

#nav ul a{
	display: block;
	padding: 8px 16px 8px 16px;
	list-style-type: none;
	float: left;
	color: #fff;
	font-family:'Ubuntu',Verdana,serif;
	font-size: 20px;
	text-decoration: none;
}

#nav ul a:hover{
	display: block;
	padding: 8px 16px 8px 16px;
	list-style-type: none;
	float: left;
	color: #fff;
	
	text-shadow: 0 1px 0 #666;
	
	background: #035aa6;
	background: linear-gradient(top, #96b9d9 0%, #0367a6 50%);
	background: -webkit-gradient(linear, left top, left 50%, from(#96b9d9), to(#0367a6));
	background: -moz-linear-gradient(top, #96b9d9, #0367a6);
}

#nav-categ {
	width:700px;
	height:100%;
	overflow:hidden;
	margin:20px 0 20px 0;
	}
	
#nav-categ a{
	text-decoration:none;
	}

#nav-categ p{
	width:218px;
	background:#333;
	padding:5px 0 5px 0;
	font-family:'Ubuntu',Verdana,serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 2px #333;
	text-align:center;
	position:absolute;
	overflow:hidden;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}
	
#nav-categ img{
	width:128px;
	opacity:0.5;
	margin:64px 45px auto;
	}
	
#nav-categ img:hover{
	opacity:1;
	}
	
#nav-categ-left{
	width:218px;
	height:220px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:left;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #6c7073, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#6c7073), to(#cccccc));
	background: -moz-linear-gradient(top,#6c7073, #cccccc);
	}
	
#nav-categ-center{
	width:218px;
	height:220px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:left;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #6c7073, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#6c7073), to(#cccccc));
	background: -moz-linear-gradient(top,#6c7073, #cccccc);
	margin:0px 20px 0px 20px;
	}
	
#nav-categ-right{
	width:218px;
	height:220px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:right;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #6c7073, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#6c7073), to(#cccccc));
	background: -moz-linear-gradient(top,#6c7073, #cccccc);
	}
	
#nav-machine {
	width:700px;
	height:100%;
	overflow:hidden;
	margin:20px 0 20px 0;
	}
	
#nav-machine a{
	text-decoration:none;
	}

#nav-machine p{
	width:218px;
	background:#333;
	padding:5px 0 5px 0;
	font-family:'Ubuntu',Verdana,serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 2px #333;
	text-align:center;
	position:absolute;
	overflow:hidden;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}
	
#nav-machine img{
	width:200px;
	opacity:0.5;
	margin:37px 9px auto;
	}
	
#nav-machine img:hover{
	opacity:1;
	}
	
#nav-machine-left{
	width:218px;
	height:120px;
	background:#fff;
	border:1px solid #000;
	overflow:hidden;
	float:left;
	border-radius:10px;
	-webkit-border-radius:10px;
	}
	
#nav-machine-center{
	width:218px;
	height:120px;
	background:#fff;
	border:1px solid #000;
	overflow:hidden;
	float:left;
	border-radius:10px;
	-webkit-border-radius:10px;
	margin:0px 20px 0px 20px;
	}
	
#nav-machine-right{
	width:218px;
	height:120px;
	background:#fff;
	border:1px solid #000;
	overflow:hidden;
	float:right;
	border-radius:10px;
	-webkit-border-radius:10px;
	}
	
#nav-machine-top {
	width:700px;
	height:100%;
	overflow:hidden;
	margin:20px 0 10px 0;
	}
	
#nav-machine-top a{
	font-family:'Ubuntu',Verdana,serif;
	font-size:20px;
	font-weight:bold;
	color:#ff9900;
	text-shadow: 1px 1px 2px #333;
	text-decoration:none;
	}
	
#nav-machine-top a:hover{
	color:#fff;
	text-decoration:underline;
	}
	
#nav-machine-top-left{
	width:328px;
	height:25px;
	padding:5px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:left;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #333, #6c7073);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#6c7073));
	background: -moz-linear-gradient(top,#333333, #6c7073);
	}
	
#nav-machine-top-right{
	width:328px;
	height:25px;
	padding:5px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:right;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #333, #6c7073);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#6c7073));
	background: -moz-linear-gradient(top,#333333, #6c7073);
	}

#nav-machine-top-center{
	width:328px;
	height:25px;
	padding:5px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:right;
	text-align:center;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #333, #6c7073);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#6c7073));
	background: -moz-linear-gradient(top,#333333, #6c7073);
	}
	
/*============================*/
/*=== Sidebar ===*/
/*============================*/

#side-box{
	width:250px;
	/*border-bottom:1px solid #0367a6;*/
	}
	
#side-box p{
	padding:5px;
	background:#0367a6;
	text-align:center;
	text-transform:uppercase;
	font-family:'Ubuntu',Verdana,serif;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-shadow: 0 1px 0 #333;
	}

.show-cart{color:#fff;font-weight:bold;font-size:16px;text-decoration:none;}
.show-order{color:#fff;font-weight:bold;font-size:16px;text-decoration:none;}
.show-horaire{color:#fff;font-weight:bold;font-size:16px;text-decoration:none;}
.show-map{color:#fff;font-weight:bold;font-size:16px;text-decoration:none;}
.show-contact{color:#fff;font-weight:bold;font-size:16px;text-decoration:none;}
.show-social{color:#fff;font-weight:bold;font-size:16px;text-decoration:none;}


#content-box{
	width:230px;
	padding:5px 10px 5px 10px;
	}



.last-order{
	background:#FFFFFF;
	font-family:'Ubuntu',Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#0367a6;
	padding-left:5px;
	border-radius: 10px;
	-webkit-border-radius:10px;
	}
	
.last-order:hover{
	background:#0367a6;
	color:#FFFFFF;
}

.side-form-log {
	display: inline;
}
#content-box label {
	font-family:'Ubuntu',Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	text-align:left;
	padding-left:5px;
	margin-top: 5000px;
}

#content-box input {
	margin: 5px auto 5px auto;
}

.side-submit {
	font-size: 13px;
	cursor:pointer;
	padding:4px;
	font-weight:bold;
	background:#035aa6;
	color:#fff;
	border-radius:5px;
	-webkit-border-radius:5px;
}

.side-submit:hover {
	background:#ff9900;
	color:#fff;
}

	
.jour{
	font-family:'Ubuntu',Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#0367a6;
	text-align:left;
	padding-left:5px;
	}
	
.heures{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	}

.adresse{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#111;
	text-shadow: #fff 1px 1px 0px;
	line-height:20px;
	}
	
.coordonnees{
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#222;
	}
	
#fb-fan{
	background:#ffffff;
	overflow:hidden;
	margin:10px 0 10px 0;
	}
	
#gplus-1{

	margin:10px 0 10px 0;
	}


/*============================*/
/*=== Nivo Slider ===*/
/*============================*/

#slider-wrapper {
    width:700px;
    height:280px;
    margin:20px 0 20px 0;
	border:1px solid black;
}

#slider {
	position:relative;
    width:700px;
    height:280px;
	background:url(../images/template/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	display:none;
	position:absolute;
	left:260px;
	bottom:-42px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/template/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/template/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	opacity:0.7; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/*====================*/
/*=== News ===*/
/*====================*/

#news-homepage{
	width:700px;
	height:100%;
	border:1px solid #000;
	overflow:hidden;
	margin:20px 0 20px 0;
	}
	
#news-page {
	margin:20px 10px 20px 0;
  	width:700px;
	background:#eee;
	border:1px solid #ccc;
	border-radius:10px;
	-webkit-border-radius:10px;
}

.hr-news{
	margin:20px 0 20px 0;
	width:95%;
	}

.titre-news {
	font-family:'Ubuntu',Verdana,serif;
	font-size:16px;
	font-weight:bold;
	color:#ff9900;
	text-align:left;
	padding:5px;
	margin-left:60px;
	}
	
.date-news {
	float:left;
	background:#0367a6;
	font-family:'Ubuntu',Verdana,serif;
	font-size:16px;
	font-weight:bold;
	padding:5px;
	color:#96b9d9;
	border-radius:10px 0 10px 0;
	-webkit-border-radius:10px 0 10px 0;
	}
	
.texte-news {
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#222;
	text-align:justify;
	padding:10px;
	}
	
.txt-news {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#222;
	text-align:justify;
	}
	
.txt-news a{
	color:#222;
	text-decoration:none;
	}
	
.txt-news a:hover {
	text-decoration:underline;
	}

.magasin{
	padding:5px;
	background:#eee;
	}
	
.produit{
	padding:5px;
	background:#ccc;
	}
	
/*====================*/
/*=== Boxes ===*/
/*====================*/

#boxes{
	width:700px;
	height:100%;
	overflow:hidden;
	margin:20px 0 20px 0;
	}

#box-left{
	width:330px;
	height:304px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:left;
	}
	
.nouveautes{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	}
	
.nouveautes tr:hover{
	background:#e5e5e5;
	color:#ff9900;
	}

.catalogue-nouveautes{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	background:#333;
	padding:5px;
	}
		
.catalogue-nouveautes a{
	color:#ff9900;
	text-decoration:none;
	}
	
.catalogue-nouveautes a:hover{
	color:#ffffff;
	text-decoration:underline;
	}
	
#box-right{
	width:330px;
	height:304px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:right;
	}

.sorties{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	}
	
.sorties tr:hover{
	background:#e5e5e5;
	color:#ff9900;
	}
	
.calendrier-sorties{
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	background:#333;
	padding:5px;
	}

.calendrier-sorties a{
	color:#ff9900;
	text-decoration:none;
	}
	
.calendrier-sorties a:hover{
	color:#ffffff;
	text-decoration:underline;
	}

#promobox{
	width:700px;
	height:100%;
	overflow:hidden;
	margin:20px 0 20px 0;
	}
	
#promobox a{
	text-decoration:none;
	}

#promobox p{
	width:218px;
	background:#333;
	padding:5px 0 5px 0;
	font-family:'Ubuntu',Verdana,serif;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px 2px #333;
	text-align:center;
	position:absolute;
	overflow:hidden;
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
}

#promobox ul{
	width:218px;
	padding-top:64px;
	font-family:'Ubuntu',Verdana,serif;
	font-size:19px;
	font-weight:bold;
	color:#fff;
	text-shadow: 2px 2px 4px #000;
	text-align:center;
	position:absolute;
	list-style-type:none;
	line-height:25px;
	z-index:100;
}
	
#promobox img{
	width:128px;
	opacity:0.5;
	margin:64px 45px auto;
	}
	
#promobox-left{
	width:218px;
	height:220px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:left;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #6c7073, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#6c7073), to(#cccccc));
	background: -moz-linear-gradient(-45deg,#6c7073, #cccccc);
	}
	
#promobox-center{
	width:218px;
	height:220px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:left;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #6c7073, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#6c7073), to(#cccccc));
	background: -moz-linear-gradient(-45deg,#6c7073, #cccccc);
	margin:0px 20px 0px 20px;
	}
	
#promobox-right{
	width:218px;
	height:220px;
	background:#6c7073;
	border:1px solid #000;
	overflow:hidden;
	float:right;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: linear-gradient(top, #6c7073, #cccccc);
	background: -webkit-gradient(linear, left top, left bottom, from(#6c7073), to(#cccccc));
	background: -moz-linear-gradient(-45deg,#6c7073, #cccccc);
	}
	
.calendrier-menu{
	background:#96b9d9;
	border:1px solid #0367a6;
	margin:10px 0px 20px 0;
}

.calendrier{
	background:#6c7073;
	margin:10px 0 20px 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.8;
	font-weight:bold;
	color:#333;
	}
	
.calendrier tr:hover{
	background:#e5e5e5;
	color:#ff9900;
	}
	
.calendrier-titre{
	background:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ff9900;
	line-height:1.5;
	}
	
.calendrier-titre tr:hover{
	background:#333;
	color:#ff9900;
	}
	
.tarif{
	border:1px solid #333;
	margin:20px 175px 20px 175px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.8;
	font-weight:bold;
	color:#333;
	}
	
.tarif-titre{
	background:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ff9900;
	line-height:2;
	}

.reparation{
	background:#6c7073;
	margin:1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:3;
	font-weight:bold;
	color:#333;
	}
	
.reparation tr:hover{
	background:#e5e5e5;
	color:#ff9900;
	}
	
#info_produit{
	width:360px;
	margin-left:340px;
	}
	
.info_produit-titre{
	background:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#ff9900;
	line-height:2;
	}
	
.info_produit{
	border:1px solid #333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:#fff;
	}
	
.prix-produit{
	background:#ff9900;
	background: linear-gradient(top, #ff9900, #ff7700);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9900), to(#ff7700));
	background: -moz-linear-gradient(-45deg,#ff9900, #ff7700);
	border:1px solid #f00;
	border-radius:10px;
	-webkit-border-radius:10px;
	padding:5px;
	margin-top:30px;
	text-align:center;
	font-family:'Ubuntu',Verdana,serif;
	text-shadow: #fff 1px 1px 1px;
	font-size:44px;
	font-weight:bold;
	color:#f00;
	}
	
.prix-occasion{
	background:#035aa6;
	background: linear-gradient(top, #035aa6, #96b9d9);
	background: -webkit-gradient(linear, left top, left bottom, from(#035aa6), to(#96b9d9));
	background: -moz-linear-gradient(-45deg,#035aa6, #96b9d9);
	border:1px solid #035aa6;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	margin-top:10px;
	text-align:center;
	font-family:'Ubuntu',Verdana,serif;
	text-shadow: #000 1px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	}
	
.validation{
	background:#035aa6;
	background: linear-gradient(top, #035aa6, #96b9d9);
	background: -webkit-gradient(linear, left top, left bottom, from(#035aa6), to(#96b9d9));
	background: -moz-linear-gradient(-45deg,#035aa6, #96b9d9);
	border:1px solid #035aa6;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
	margin-top:10px;
	text-align:center;
	font-family:'Ubuntu',Verdana,serif;
	text-shadow: #000 1px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	}	
	
#cover{
	margin:0px 10px 10px 10px;
	position:absolute;
	float:center;
	}
	
#cover img{
	width:300px;
	border:1px solid #333;
	}
	
#partners{
	width:700px;
	text-align:center;
	margin:10px 0 10px 0;
}

#partners a img{
	margin:10px 0 10px 0;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*====================*/
/*=== Textes ===*/
/*====================*/

.txt{
	width:700px;
	text-align:justify;
	padding:5px;
	color:#222;
	}

/*====================*/
/*=== Contact ===*/
/*====================*/

.LV_valid {
    color:#00cc00;
}
	
.LV_invalid {
	color:#ff0000;
}
	
.LV_validation_message{
	text-align:center;
	display:inline-block;
	font-family:'Ubuntu',Verdana,serif;
	font-size:12px;
    font-weight:bold;
    margin:5px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00cc00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #ff0000;
}

.form_label{
	margin-left:10px;
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:16px;
	color:#333;
	}

.form_input{
	width:400px;
	height:25px;
	font-family:'Ubuntu',Verdana,serif;
	font-size:14px;
	color:#333;
	padding-left:3px;
	}
	
select{font-family:'Ubuntu',Verdana,serif;font-size:14px;color:#333;padding:2px;}
	
textarea{font-family:'Ubuntu',Verdana,serif;font-size:14px;color:#333;padding:3px;}
	
.submit_bt{
	min-width:100px;
	padding:5px;
	background:#035aa6;
	border:1px solid #fff;
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:16px;
	color:#fff;
	}
	
.submit_bt:hover{
	background:#ff9900;
	}
	
#mailbox{
	margin:20px;
	text-align:center;
	}
	
#mailbox p{
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:18px;
	color:#f00;
	}
	
#confirmation_msg{
	width:700px;
	text-align:center;
	}
	
.confirmation{
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:18px;
	color:#ff9900;
	}
	
.sub_confirmation{
	width:680px;
	padding:10px;
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:14px;
	color:#333;
	text-align:justify;
	}
	
.erreur{
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:18px;
	color:#f00;
	}
	
#captcha{text-align:center;}
	
.captcha{
	margin-left:10px;
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:14px;
	color:#333;
	}

.captchaImage { margin: 5px; }

.simpleCaptchaSelected { border: 2px dashed #fff; }

.transport{
	width:700px;
	text-align:justify;
	margin-top:20px;
	}
	
.transport img{
	margin:5px;
	}
	
#resultat{
	width:700px;
	margin-left:10px;
	}
	
.resultat {
	font-family:'Ubuntu',Verdana,serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:10px;
	line-height:2;
	}
	
.hr-resultat{
	margin:5px 0 5px 0;
	width:680px;
	}
	
/*====================*/
/*=== Bubble Popup ===*/
/*====================*/

	/* Layout Settings */
	.jquerybubblepopup{width:auto;height:auto;margin:0px;padding:0px;position:absolute;border:0px;z-index:100;text-align:center;background-color:transparent;}
	.jquerybubblepopup-ie{filter:progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);} /* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
	.jquerybubblepopup table{width:auto;height:auto;margin:0px;padding:0px;display:table;border-collapse:collapse;border-spacing:0px;border:0px;empty-cells:show;background-color:transparent;}
	.jquerybubblepopup tbody{display:table-row-group;vertical-align:middle;border:0px;background-color:transparent;}
	.jquerybubblepopup td{margin:0px;padding:0px;background-color:transparent;}
	.jquerybubblepopup-top-left,    .jquerybubblepopup-top-right,
	.jquerybubblepopup-bottom-left, .jquerybubblepopup-bottom-right{width:21px;height:21px;overflow:hidden;background-repeat:no-repeat;}
	.jquerybubblepopup-top-middle,  .jquerybubblepopup-bottom-middle{overflow:hidden;background-repeat:repeat-x;}
	.jquerybubblepopup-middle-left, .jquerybubblepopup-middle-right{overflow:hidden;background-repeat:repeat-y;}
	.jquerybubblepopup-tail{border:0px;margin:0px;padding:0px;display:inline;}

/*  
	Themes:

	The plugin adds the class of the theme (for example ".jquerybubblepopup-azure") 
	to the main <DIV> container, then you can edit the style of any element inside the 
	Bubble Popup markup for each theme.
	
	The following code defines fonts and backgrounds of the "innerHtml" for each theme:
*/
	.jquerybubblepopup-azure  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-black  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-blue   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-green  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-grey   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-orange .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-violet .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-yellow .jquerybubblepopup-innerHtml
	{
		font-family:'Trebuchet MS',Arial;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		background-color:#FFFFFF;
	}
	.jquerybubblepopup-all-azure  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-black  .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-blue   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-green  .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-grey   .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml
	{
		font-family:'Trebuchet MS',Arial;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	.jquerybubblepopup-all-azure  .jquerybubblepopup-innerHtml{background-color:#0099FF;}
	.jquerybubblepopup-all-black  .jquerybubblepopup-innerHtml{background-color:#000000;} 
	.jquerybubblepopup-all-blue   .jquerybubblepopup-innerHtml{background-color:#0066CC;}
	.jquerybubblepopup-all-green  .jquerybubblepopup-innerHtml{background-color:#66FF00;} 
	.jquerybubblepopup-all-grey   .jquerybubblepopup-innerHtml{background-color:#666666;}
	.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml{background-color:#FF9933;}
	.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml{background-color:#FF33FF;} 
	.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml{background-color:#FFCC00;}

/*====================*/
/*=== Pagination ===*/
/*====================*/
        
.pagination {
	font-family:'Ubuntu',Verdana,serif;
	padding:5px;
	border:1px solid #96b9d9;
	min-width:18px;
    float: left;
    margin: 3px;
    text-align:center;
}

.pagination a {
	color:#035aa6;
	text-decoration: none;

}



.pagination:hover {
    background:#035aa6;
	border:1px solid #96b9d9;
}

.pagination:hover a {
	color: #fff;
}

/*====================*/
/*=== Tabber ===*/
/*====================*/

.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 width:700px;
 margin:20px 0 20px 2px;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 5px 0;
 border-bottom: 1px solid #035aa6;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 5px 0.5em;
 margin-left: 3px;
 border: 1px solid #035aa6;
 border-bottom: none;
 background: #96b9d9;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #035aa6; }

ul.tabbernav li a:hover
{
 color: #ffffff;
 background: #035aa6;
 border-color: #96b9d9;
}

ul.tabbernav li.tabberactive a
{
 color: #ffffff;
 background-color: #0262c5;
 border: 1px solid #96b9d9;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #0262c5;
 background: #96b9d9;
 border: 1px solid #0262c5;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 border:1px solid #000;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}


/*====================*/
/*=== Divers ===*/
/*====================*/

#webcam{
	width:640px;
	height:480px;
	border:1px solid black;
	margin:30px;
	background:url(../images/template/webcam.png) center no-repeat;
	}
	
.cam-link{
	width:700px;
	text-align:center;
	}
	
#t7_timer { 
	width: 300px; 
	height: 55px; 
	position: relative;
}

#t7_timer_over { 
	display:none;
	width: 500px; 
	height: 55px; 
	background-image: url(../images/template/Countdown-over.gif);
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px;
	padding: : 0px;
}


#t7_vals {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_numbs {
	font-size: 28px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #ffffff;
}

#t7_s {
	background: url(../images/template/countdown.png) no-repeat;
	float:left;
	width: 42px;
	height:35px;
	padding: 0px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}

#t7_labels {
	width: 100%;
	clear:both;
	margin: 0px auto;
}

.t7_labs {
	font-size: 9px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#t7_sl {
	float:left;
	width: 46px;
	height:15px;
	padding:0px;
	margin: 0px;
}


#defaultCountdown { width: 100px; height: 35px; text-align: center; margin-left:610px;margin-top:-60px; font-family: Courier New; font-size: 30px; text-align: center; background-color:black; color:white;}

/*====================*/
/*=== Lightbox ===*/
/*====================*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:images/template/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/template/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/template/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/*====================*/
/*=== Autocompletion ===*/
/*====================*/

#autosearch{
	width:680px;
	padding:10px;
	background:#96b9d9;
	border:1px solid #035aa6;
	border-radius:10px;
	-webkit-border-radius:10px;
	}
	
.autosearch{
	color:#035aa6;
	border:2px solid #ff9900;
	font-family:'Ubuntu',Verdana,serif;
	}
	
.autosearch_submit{
	margin-left:10px;
	background:#035aa6;
	color:#fff;
	border:2px solid #fff;
	padding:3px;
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	}
	
.autosearch_submit:hover{
	background:#ff9900;
	}

/* Autocompletion --> version recherche de produits */

.autocompletion_prod{
	z-index:100;
	position:absolute;
	width:360px;
	background-color:#fff;
	border:1px solid #035aa6;
	margin:0px;
	padding:0px;
}

ul.auto_prod  {
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
}
ul.auto_prod li.selected { background-color: #96b9d9; color:#fff; cursor: pointer; }
li.auto_prod {
	list-style-type: none;
	display:block;
	margin:0;
	padding:5px;
}
li.auto_prod div.prod {
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:12px;
	color:#333;
	padding-left:3px;
	line-height:1.5;
}

/* Autocompletion --> version recherche de codes postaux */

.autocompletion_cp{
	z-index:100;
	position:absolute;
	width:390px;
	background-color:#fff;
	border:1px solid #666;
	margin:0px;
	padding:0px;
}

ul.auto_cps  {
	list-style-type: none;
	margin:0px;
	padding:0px;
	text-align: left;
}
ul.auto_cps li.selected { background-color: #ff9900; color:#fff; cursor: pointer; }
li.auto_cp {
	list-style-type: none;
	display:block;
	margin:0;
	padding:5px;
}
li.auto_cp div.cp {
	font-family:'Ubuntu',Verdana,serif;
	font-weight:bold;
	font-size:14px;
	color:#333;
	padding-left:3px;
	line-height:1.5;
}
.button-rgpd-oui{
	text-decoration:none;
	width: 540px;
	margin: 30px auto 0px auto;
	background:#008000;
	border:1px solid #0f0;
	border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
	padding:5px;
	margin-top:30px;
	text-align:center;
	font-family:'Ubuntu',Verdana,serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	}

.button-rgpd-non{
	text-decoration:none;
	width: 540px;
	margin: 30px auto 30px auto;
	background:#f00000;
	border:1px solid #f00;
	border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
	padding:5px;
	margin-top:30px;
	text-align:center;
	font-family:'Ubuntu',Verdana,serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	}
