html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,form,label,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}


/*
*	Global configuration
*/
strong{
	font-weight:bold;
}
.success{
	background: #c9ffca;
	color: #078315;
	width: 90%;
	padding: 10px;
	margin: 10px auto;
}

.error{
	background: #ffc9c9;
	color: #830707;
	width: 90%;
	padding: 10px;
	margin: 10px auto;
}

.rerror{
    color: red;
    margin-left: 20px;
    font-size: 14px;
}

label{
    display: block;
    margin-top: 3px;
    clear:both;
    float: left;
    width: 360px;
}

input, select{
    margin-top: 3px;
}

/*
*	Site styles
*/ 

body{
    background: black;
    font-family: Arial;
}

#wrapper{
	
}

#top-l{
    width: 100%;
    height: 180px;
    border-bottom: 2px #FFC600 solid;
    background: url('../img/top-bg-l.jpg') repeat-x;
}

#bandeau-top{
    width: 1000px;
    height: 180px;
    margin: auto;
    background: url('../img/top-bg.jpg') no-repeat;

}

ul#logos{
    display: inline;
    float: right;
    margin-top: 50px;
    margin-right: 10px;
}

ul#logos li{
    display: inline;
    float: left;
    margin-right: 30px;
}

a#scooter1, a#scooter2, a#scooter3, a#scooter4{
    text-decoration: none;
    display: block;
}

a#scooter1{
    width: 72px;
    height: 110px;
    background: url('../img/scooter1.png') no-repeat;
}

a#scooter2{
    width: 78px;
    height: 110px;
    background: url('../img/scooter2.png') no-repeat;
}

a#scooter3{
    width: 100px;
    height: 110px;
    background: url('../img/scooter3.png') no-repeat;
}

a#scooter4{
    width: 120px;
    height: 110px;
    background: url('../img/scooter4.png') no-repeat;
}

a#scooter1:hover{
    background: url('../img/scooter1-hover.png') no-repeat;
}

a#scooter2:hover{
    background: url('../img/scooter2-hover.png') no-repeat;
}

a#scooter3:hover{
    background: url('../img/scooter3-hover.png') no-repeat;
}

a#scooter4:hover{
    background: url('../img/scooter4-hover.png') no-repeat;
}

#content-l{
    width: 100%;
    background: black url('../img/bg-middle.jpg');
    border-bottom: 2px #FFC600 solid;
}

#content-yellow-l{
    width: 100%;
    background: url(../img/menu-bg.png) repeat-x;
}

#content{
    width: 1000px;
    min-height: 370px;
    _height: 370px;
    margin: auto;
    position: relative;
}

#content-text{
    font-size: 15px;
}

#content-text > h1{
    color: white;
    margin-top: 20px;
}

.page{
    width: 700px;
    margin: auto;
    padding: 20px;
    padding-top: 50px;
    background: white;
    min-height: 370px;
}

.page h1{
    color: #292B28;
    width: 100%;
    border-bottom: 2px #FFC600 solid;
}

.page h2{
    margin-top: 15px;
    margin-bottom: 10px;
    color: #292B28;
    border-bottom: 1px #FFC600 solid;
}

.page h3{
    margin-top: 10px;
    margin-bottom: 5px;
    color: #292B28;
    border-bottom: 1px #FFC600 solid;
}

.page p{
	margin: 0px;
}

.page ul{
	margin: 10px;
}

.page ul li{
	list-style: disc;
	margin: 4px 0 4px 15px;
}

div#accueil{
    width: 940px;
}

div#a-left{
    float: left;
    width: 180px;
    margin-right: 30px;
    margin-top: 20px;
    font-size: 12px;
}

div#a-left h2{
    font-size: 14px;
    margin: 0;
    color: #FFC600;
    border: 0;
}

div#a-middle{
    float: left;
    width: 470px;
    padding: 0 30px;
    background: url('../img/sep-home.png') no-repeat;
    margin-top: 20px;
}

div#edito{
    text-align: justify;
    margin-bottom: 50px;
}

div.home-d{
    padding-left: 50px;
    font-size: 14px;
    margin-top: 20px;
}

div.home-d h2{
    text-transform: uppercase;
    border: 0;
    font-size: 15px;
    margin: 0;
}

div.home-d h2 a{
    color: #FFC600;
    text-decoration: none;
    font-weight: bold;
}

div#longd{
    background: url('../img/longd.png') no-repeat;
}

div#courtd{
    background: url('../img/courtd.png') no-repeat;
}

div#a-right{
    float: left;
    width: 170px;
    margin-top: 20px;
    padding-left: 30px;
    background: url('../img/sep-home.png') no-repeat;
    min-height: 325px;
    font-size: 14px;
}

div#a-right h2{
    font-size: 14px;
    color: #FFC600;
    border: 0;
    margin: 0;
}

div#a-right img{
    border: 2px #FFC600 solid;
    margin-top: 5px;
    text-align: center;
}

div#reserver-b{
    float: right;
    z-index: 99;
    font-weight: bold;
    margin-top: 6px;
}

div#reserver-b a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

div#menu-deroulant{
    position: absolute;
    top: 0;
    padding-top: 4px;
    width: 100%;
    background: url(../img/menu-bg.png) no-repeat;
    height: 32px;
    background-position: top right;
    z-index: 98;
}

div#menu-deroulant ul li{
    float: left;
    width: 95px;
    margin-left: 15px;
}

div#menu-deroulant ul li h3.close{
    background: url(../img/cross.png) no-repeat;
    background-position:right bottom;
}

div#menu-deroulant ul li h3 a{
    color: #666666;
    margin-top: 8px;
    display: block;
    text-decoration: none;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}

div#menu-deroulant ul li ul{
    display: none;
}
div#menu-deroulant ul li ul{
    background: black;
}
div#menu-deroulant.open ul li ul{
    background: none;
}
div#menu-deroulant ul li:hover ul, div#menu-deroulant.open ul li ul{
    display: block;
}

div#menu-deroulant ul li ul li{
    margin: 0;
    margin-top: 5px;
    float: none;
    width: 100%;
    border-bottom: 1px solid #bfbebe;
}

div#menu-deroulant ul li ul li.current{
    background: url(../img/check.png) no-repeat;
    background-position:right bottom;
}

div#menu-deroulant ul li ul li a{
    color: #bfbebe;
    text-decoration: none;
    font-size: 14px;
}

#bottom-l{
    width: 100%;
    background: url('../img/bottom-bg.jpg');
    background-position: center;
}

#bandeau-bottom{
	width: 1000px;
	margin: auto;
}

ul#menu{
    display: block;
    padding-top: 5px;
}

ul#menu li{
	float: left;
	margin-left: 20px;
	font-size: 14px;
	position: relative;
}

ul#menu li ul{
	position: absolute;
	background: black;
	display: none;
}

ul#menu li:hover ul{
	display: block;
}

ul#menu li ul li{
	float: none;
	padding: 5px;
	margin: 0;
	width: 100px;
}

ul#menu li a, ul#menu li a:visited{
    color: #BBB;
    text-decoration: none;
    font-weight: bold;
}

ul#menu li ul li a, ul#menu li ul li a:visited{
    color: #BBB;
    text-decoration: none;
    font-weight: normal;
	font-size: 13px;
}

ul#menu li a:hover{
	color: #FFF;
}

div#links{
    clear: both;
    display: block;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 11px;
    padding-top: 30px;
}

div#links a{
    color: white;
}

div#links ul{
    display: inline;
	margin: 0;
	padding: 0;
	margin-top: 5px;
}

div#links ul li{
    display: inline;
	margin: 0;
	padding: 0;

	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}

div#rue{
    margin-top: 10px;
    background: url('../img/top-rue.jpg') repeat-x;
    height: 127px;
    width: 100%;
}

div#fiche-scooter{
    width: 890px;
    overflow: hidden;
    min-height: 293px;
    _height: 293px;
    float: left;

}

div#fiche-inside{
    width: 890px;
    min-height: 293px;
    _height: 293px;
}

div#left-image{
    width: 300px;
    height: 100%;
    text-align: right;
    float: left;
    margin: 30px 10px 0 0px;
}

div#right-content{
    background: url(../img/middle-scooter.png) no-repeat;
    padding-left: 15px;
    width: 300px;
    min-height: 293px;
    float: left;
    margin-top: 30px;
}

div#reserver{
    float: right;
}

div#reserver a{
    color: white;
    font-size: 14px;
}

form{
    color: white;
}

form fieldset{
    border: 1px #FFC600 solid;
}

div#right-content h1{
    margin: 0;
    padding: 0;
    line-height: 14px;
}

div#right-content h1 a{
    color: white;
    text-decoration: none;
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;
}

div#right-content p{
    color: white;
    font-size: 12px;
    margin-top: 10px;
}

div#menu-scooters{
    position: relative;
    margin-top: 60px;
    z-index: 99;
    margin-left: 230px;
}

div#little-left, div#little-right,div#list-models-container{
    float: left;
}

div#little-left:hover, div#little-right:hover{
    cursor: pointer;
}

div#list-models-container{
    width: 600px;
    height: 13px;
    margin: 0 10px 0 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

ul#list-models{
    font-size: 12px;
    position: relative;
    height: 12px;
    width: 10000px;
}

ul#list-models li{
    position:inherit;
    float: left;
    margin-left: 10px;
    height: 12px;
}

ul#list-models li.first{
    margin-left: 0;
}

#list-models a, #list-models a:visited{
    color: #9b9b9b;
    text-decoration: none;
    text-transform: uppercase;
}

#list-models .current a, #list-models .current a:visited{
    color: #ffc600;
}

#tarifs{
    background: url(../img/middle-scooter.png) no-repeat;
    padding-left: 15px;
    width: 230px;
    height: 293px;
    float: left;
    margin-top: 30px;
    margin-left: 10px;
    color: white;
    font-size: 12px;
}

#tarifs table tr th{
    font-weight: bold;
}

#tarifs tr{
    height: 20px;
}

#tarifs .prix, #tarifs .kms{
    text-align: center;
}

#left-arrow, #right-arrow{
    width: 36px;
    height: 66px;
    margin-top: 180px;
}

#left-arrow{
    float: left;
    width: 40px;
}

#right-arrow{
    float: right; 
    width: 40px;
}

div.one-news{
    margin-bottom: 40px;
}

div.one-news h2 a{
    color: #FFC600;
}

div.news-date{
   font-style: italic;
   margin-bottom: 10px;
   font-size: 14px;
}

div#bottom-links{
    margin-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: white;
}

div#bottom-links a{
    color: white;
    text-decoration: none;
    font-size: 12px;
}

label, legend{
    color: white;
}

div.occasion{
    border: 2px #FFC600 solid;
    width: 550px;
    margin: auto;
    
}
div.occasion .occasion-top{
    background: #FFC600;
    padding: 5px;
}

div.occasion-top .occasion-titre{
    color: white;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
}

div.occasion .occasion-top .occasion-prix{
    float: right;
}

div.occasion .image{
    float: left;
    padding: 5px;
}

div.occasion .carac{
    margin-top: 20px;
}

ul.carac li{
    margin-top: 10px;
}

.cld{
    font-size: 15px;
}

/*
 * Developpe par Erwan Guillon pour Ayctor Studio pour Business-bikes
 */

ul#menu-top{
	float: right;
}

ul#menu-top li ul{
	padding: 0 5px 5px 5px;
}
