html, body {
width: 100%;
height: 100%;
background-color: #555555;
margin: 0;
padding: 0;
font-family: Arial, Verdana;
font-size: 13px;
color: #ffffff;
text-align: justify;
}

article, aside, audio, canvas, datagrid, datalist, details, dialog, figure, footer, header, menu, nav, section, video { display: block; }
abbr, eventsource, mark, meter, time, progress, output, bb { display:inline; }

a
{
color: #ffcc00;
-webkit-transition-property: color;
-webkit-transition-duration: 0.5s;
-moz-transition-property: color;
-moz-transition-duration: 0.5s;
transition-property: color;
transition-duration: 0.5s;
text-decoration: none;
}

a:hover
{
color: #ff9933;
}

b
{
color:#ffeecc;
}

ul
{
overflow:hidden;
}

hr
{
border: none;
height: 1px;
margin: 15px 0;
background-color: #ffcc00;
background-image: -webkit-gradient(linear, left top, right top, from(#ffcc00), to(#ff9933));
background-image: -webkit-linear-gradient(right, #ffcc00, #ff9933);
background-image: -moz-linear-gradient(right, #ffcc00, #ff9933);
background-image: -o-linear-gradient(right, #ffcc00, #ff9933);
background-image: linear-gradient(to left, #ffcc00, #ff9933);
}

h1
{
margin-top: 0;
font-size: 18px;
color: #ff9900;
}

h1 span
{
padding-left: 10px;
font-size: 15px;
color: #ffcc00;
}

h2
{
font-size: 16px;
color: #ffcc00;
}
h3
{
font-size: 15px;
color: #cccccc;
}

img{
border: 0;
}

table
{
 border-spacing : 0;
 border-collapse : collapse;
}

#bande-top-deg
{
position: absolute;
z-index: 0;
width: 100%;
min-width: 1000px;
height: 448px;
background: #333333 url(charte/top-degrade-bg.jpg) 0 0 repeat-x;
}

#bande-top-volant
{
position: absolute;
z-index: 0;
width: 100%;
min-width: 1000px;
height: 448px;
background: transparent url(charte/top-volant-bg.jpg) top center no-repeat;
}

#bande-top-pts
{
position: absolute;
z-index: 0;
width: 100%;
min-width: 1000px;
height: 448px;
top: 0;
background: transparent url(charte/top-points-bg.gif) 0 0 repeat-x;
}

#bande-top-right
{
position: absolute;
z-index: 0;
width: 100%;
min-width: 1000px;
height: 448px;
background: transparent url(charte/top-right-bg.png) top right no-repeat;
}

#bande-top-traits
{
position: absolute;
z-index: 0;
width: 100%;
min-width: 1000px;
height: 21px;
top: 448px;
background: transparent url(charte/top-traits-bg.jpg) 0 0 repeat-x;
}

#page {
margin: 0 auto;
padding: 0;
width: 1000px;
position: relative;
z-index: 5;
}

#bandeau {
margin: 0;
padding: 0;
width: 1000px;
height: 326px;
}

#delage_logo
{
float: right;
margin: 23px 350px 0 0;
}

#preparateur_bmw
{
float: right;
margin: 10px 385px 0 0;
}

#bmw_logo
{
margin: 40px 0 0 37px;
}

#delage_bmw
{
position: absolute;
left: 650px;
top: 23px;
}

#language_menu
{
float: right;
margin: -27px 385px 0 0;

}

#language_menu a
{
margin-left: 8px;float: left;
}

#language_menu #fr_link
{
margin-top: 8px;
}

#language_menu #en_link
{
margin-top: 3px;
}

#siteMenu1
{
font-size: 12px;
margin-top: 31px;
position: relative;
}

#siteMenu1 .subMenuLink1
{
margin-top: 4px;
}

#siteMenu1 .subMenuLink1 a
{
display: block;
padding: 5px 0 0 44px;
width: 137px;
height: 18px;
background: transparent url(charte/menu-btn.png) 0 0 no-repeat;
color: #ffffff;
text-decoration: none;
}

#siteMenu1 .subMenuLink1 a:hover
{
background: transparent url(charte/menu-btn-over.png) 0 0 no-repeat;
color: #ffcc00;
text-decoration: none;
}

#siteMenu1 #pageMenuButton3 a:hover
{
background: transparent url(charte/menu-cat-btn-over.png) 0 0 no-repeat;
}

#siteMenu1 ul
{
display: none;
overflow: hidden;
position: absolute;
left: 164px;
margin-top: -23px;
padding: 0;
}

#siteMenu1 ul li
{
margin: 0 0 4px 0;
padding: 0;
}

#siteMenu1 ul li a
{
display: block;
padding: 5px 0 0 24px;
width: 140px;
height: 18px;
background: transparent url(charte/sous-menu-btn.png) 0 0 no-repeat;
color: #ffffff;
text-decoration: none;
}

#siteMenu1 ul li a:hover
{
background: transparent url(charte/sous-menu-btn-over.png) 0 0 no-repeat;
color: #ffcc00;
text-decoration: none;
}

.infoAccueil
{
	position: absolute;
	width: 550px;
	z-index: 0;
	left: 180px;
	top: 190px;
	color: #ffcc00;
}

.infoAccueil span
{
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0;
	padding: 0 0 0px 0;
}

#contenu
{
margin: 0;
padding: 20px;
width: 960px;
min-height: 190px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
background: #333333;
}

#contenu img.rightImg, #contenu img.leftImg
{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
}

#contenu img.rightImg
{
float: right;
margin-left: 15px;
}

#contenu img.leftImg
{
float: left;
margin-right: 15px;
}

#contenu .linkBlock, #printAndSendLinks a, .searchItem
{
-webkit-transition-property: background-color;
-webkit-transition-duration: 0.5s;
-moz-transition-property: background-color;
-moz-transition-duration: 0.5s;
transition-property: background-color;
transition-duration: 0.5s;
}

/*------------------------- SEARCH -----------------------------*/

#searchForm
{

background: transparent url(charte/search-bg.png) 0 0 no-repeat;
position: absolute;
width: 151px;
height: 25px;
top: 292px;
/*left: 545px;*/
right: 30px;
}

#searchForm input[type=text]
{
background: transparent;
border: none;
width: 110px;
height: 15px;
color: #ffffff;
margin: 5px 0 0 8px;
}

#searchForm input[type=submit]
{
background: transparent url(charte/search-btn.png) 0 0 no-repeat;
width: 18px;
height: 18px;
border: none;
float: right;
margin: 4px 5px 0 0;
cursor: pointer;
}

.searchItem
{
display: block;
background: #444444 url(charte/points-bg.gif) 0 0 repeat;
padding: 10px;
margin: 0 0 10px 0;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
line-height: 20px;
position: relative;
}


.searchItem:hover
{
background: #666;
}


/*------------------------------------------------------*/

#flexsliderContainer
{
width: 570px;
height: 365px;
float: right;
margin: 5px -20px 0 20px;
position: relative;

}

.grayUl
{
color: #999999;
font-weight: bold;
}

.grayUl a
{
font-weight: normal;
}

.fullSizeTable
{
width: 1000px;
margin: 0 -20px;
background: #444;
}

.fullSizeTable td
{
vertical-align: top;
border-right: solid 1px #333333;
}

.fullSizeTable td:last-child
{
border-right: none;
}


.fullSizeTable tr:first-child
{
background: #222;
text-align: center;
}

.erreur
{
color: #ff0000;
}

/*--------------------------- VENTE VEHICULE ---------------------------*/

#venteVehiculeContainer
{
margin-right: -20px;
margin-top: -20px;
}

.venteVehiculeItem
{
background: #444444 url(charte/points-bg.gif) 0 0 repeat;
width: 448px;
height: 225px;
padding: 10px;
float: left;
margin: 20px 20px 0 0;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
text-align: center;
}

.venteVehiculeItem:hover
{
background-color: #666;
}

#venteVehiculeDetailContainer
{

}

#venteVehiculeDetailContainer h2
{
text-align: center;
}

#venteVehiculeDetailContainer h3
{
text-align: center;
color: #ff9933;
}

#venteVehiculeDetailContainer #mailFormDiv
{
width: 920px;

}

#venteVehiculeDetailContainer #mailFormDiv div
{
width: 390px;
}

#venteVehiculeDetailContainer #mailFormDiv textarea
{
width: 510px;
}

#venteVehiculeDetailContainer #mailFormDiv input[type=text]
{
width: 240px;
}

/*--------------------------- CONTACT ---------------------------*/

#mailFormDiv
{
width: 560px;
float: left;
padding: 20px;
border: solid 1px #555555;
}

#mailFormDiv div
{
text-align: right;
width: 290px;
}

#mailFormDiv p
{
text-align: left;
margin: 10px 0 0 0;
padding: 0;
}

#mailFormDiv input[type=text]
{
width: 140px;
margin-bottom: 5px;
border: solid 1px #666666;
background: #444444 url(charte/points-bg.gif) 0 0 repeat;
color: #ffffff;
}

#mailFormDiv textarea
{
width: 250px;
height: 190px;
float: right;
border: solid 1px #666666;
color: #ffffff;
font-family: Arial, Verdana;
background: #444444 url(charte/points-bg.gif) 0 0 repeat;
}

#mailFormDiv input[type=submit]
{

}

#mailFormDiv #label_email2,
#mailFormDiv #email2
{
	position: absolute;
	top: -1000px;
	right: -1000px;
	display: none;
}

/*------------------------ PREPARATION ------------------------------*/

#competMenu ul
{
float: left;
width: 181px;
margin: 0 20px 0 -20px;
padding: 0;
list-style-type: none;
}

#competMenu li
{
list-style-type: none;
padding: 0;
margin: 0 0 4px 0;
width: 181px;
height: 23px;
}

#competMenu li a
{
display: block;
padding: 5px 0 0 20px;
width: 161px;
height: 23px;
background: transparent url(charte/menu-btn.png) 0 0 no-repeat;
color: #ffcc00;
text-decoration: none;
}

#competMenu li a:hover
{
background: transparent url(charte/menu-btn-over.png) 0 0 no-repeat;
color: #ff9933;
text-decoration: none;
}



#sportiveMenu ul
{
float: left;
width: 181px;
margin: 0 20px 0 -20px;
padding: 0;
list-style-type: none;
}

#sportiveMenu li
{
list-style-type: none;
padding: 0;
margin: 0 0 4px 0;
width: 181px;
height: 23px;
}

#sportiveMenu li a
{
display: block;
padding: 5px 0 0 40px;
width: 141px;
height: 23px;
background: transparent url(charte/menu-btn.png) 0 0 no-repeat;
color: #ffcc00;
text-decoration: none;
}

#sportiveMenu li a:hover
{
background: transparent url(charte/menu-cat-btn-over.png) 0 0 no-repeat;
color: #ff9933;
text-decoration: none;
}

#sportiveMenu .csr_sousmenu
{
display: none;
overflow: hidden;
position: absolute;
left: 184px;
margin-top: -27px;
padding: 0;
}

#sportiveMenu .csr_sousmenu li
{
margin: 0 0 4px 0;
padding: 0;
}

#sportiveMenu .csr_sousmenu li a
{
display: block;
padding: 5px 0 0 14px;
width: 150px;
height: 18px;
background: transparent url(charte/sous-menu-btn.png) 0 0 no-repeat;
color: #ffffff;
text-decoration: none;
}

#sportiveMenu .csr_sousmenu li a:hover
{
background: transparent url(charte/sous-menu-btn-over.png) 0 0 no-repeat;
color: #ffcc00;
text-decoration: none;
}





#piecesList
{
overflow:hidden;
}

#piecesList .pieceItem
{
background: #444444 url(charte/points-bg.gif) 0 0 repeat;
padding: 10px;
margin: 0 0 10px 0;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
line-height: 20px;
position: relative;
}

#piecesList .pieceItem .mini
{
float: left;
height: 40px;
margin-right: 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
}

#piecesList .pieceItem .pieceNav
{
position: absolute;
right: 10px;
bottom: 5px;
}

#piecesList .pieceItem .pieceNav img
{
margin: 0 0 0 10px;
}


#devisBtn
{
background: #333333;
padding: 10px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 20px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
position: absolute;
width: 200px;
top: 280px;
left: 780px;
text-align: center;
border: solid 1px #444444;
font-weight: bold;
}

#devisBtn:hover
{
background: #555555;
}

#devisDiv
{
overflow:hidden;
}

#devisDiv .pieceItem
{
background: #444444 url(charte/points-bg.gif) 0 0 repeat;
padding: 10px;
margin: 0 0 10px 0;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 14px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
line-height: 20px;
position: relative;
}

#devisDiv .pieceItem .mini
{
float: left;
height: 40px;
margin-right: 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
}

#devisDiv .pieceItem .pieceNav
{
position: absolute;
right: 10px;
bottom: 5px;
}

#devisDiv .pieceItem .pieceNav img
{
margin: 0 0 0 10px;
}

.devisVehicule
{
float: right;
}

#printAndSendLinks
{
float: right;
margin: 10px 0;
}

#printAndSendLinks a
{
background: #444444;
margin: 0 0 0 10px;
padding: 8px 12px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
border-radius: 10px;
-moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, .5);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .5);
width: 200px;
text-align: center;
border: solid 1px #555555;
font-weight: bold;
}

#printAndSendLinks a:hover
{
background: #333333;
}

/*------------------------------------------------------*/

#bottom-yellow
{
background: #ffcc00 url(charte/bottom-yellow.jpg) 0 0 repeat-x;
height: 152px;
width: 100%;
min-width: 1000px;
position: relative;
top: -64px;
}

#bande-bottom-right
{
position: absolute;
z-index: 0;
width: 100%;
min-width: 1000px;
height: 152px;
background: transparent url(charte/bottom-right-bg.png) top right no-repeat;
}

#footer
{
text-align: center;
color: #000000;
font-size: 11px;
width: 100%;
min-width: 1000px;
position: absolute;
top: 80px;
}

#footer a
{
text-decoration: underline;
color: #444444;
}

#footer a:hover
{
text-decoration: none;
color: #000000;
}