body
	{
	margin: 0px;
	padding: 0px;
	outline: 0px;
	background-image:url("images/fond_ecocar.jpg");
	background-repeat:no-repeat;
	background-position: center top;
	background-color:#FF6600;
	}

/* ********************************************* */

#footer
	{
	background-image:url("images/fond_pied.jpg");
	background-repeat:no-repeat;
	background-position: center bottom;
	}

/* ********************************************* */

.rotate
	{
	/*	text-orientation: sideways;		*/
	/*	writing-mode:vertical-lr;		*/
	/* ********************************************* */
	/*	position:absolute;				*/
	position:relative;
	left:210px;							/* 3 x colc = 237 */
	transform-origin: bottom left; 		/* origine de la rotation : coin en bas à gauche */
	top:0px; 							/* décalage, dû à la rotation */
	height:200px; 						/* idem HAUTEUR de la ligne */
	width:39px;							/* LARGEUR de la colonne */
	list-style-type: none;
	-webkit-transform: rotate(-90deg);										/* Safari */
	-moz-transform: rotate(-90deg);											/* Firefox */
	-ms-transform: rotate(-90deg);											/* IE */
	-o-transform: rotate(-90deg);											/* Opera */
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);		/* Internet Explorer */
	}

/* ********************************************* */
.menu1,
.menu1 ul,
.menu1 li,
.menu1 a {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
 
.menu1 {
    height: 30px;
    width: 790px;
 
    background: #FF9900;
    background: -webkit-linear-gradient(top, #FF9900 0%,#CC3300 100%);
    background: -moz-linear-gradient(top, #FF9900 0%,#CC3300 100%);
    background: -o-linear-gradient(top, #FF9900 0%,#CC3300 100%);
    background: -ms-linear-gradient(top, #FF9900 0%,#CC3300 100%);
    background: linear-gradient(top, #FF9900 0%,#CC3300 100%);
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
 
.menu1 li {
    position: relative;
    list-style: none;
    float: left;
    display: block;
    height: 30px;
}

.menu1 li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 20px;
    text-decoration: none;
 
    border-left: 1px solid #CC3300;
    border-right: 1px solid #FF9900;
 
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
 
    color: #FFFFFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu1 li:first-child a { border-left: none; }
.menu1 li:last-child a{ border-right: none; }
 
.menu1 li:hover > a { color: #993300;    background: #FFE5BF;}

.menu1 ul {
    position: absolute;
    top: 30px;
    left: 0;
 
    opacity: 0;
    background: #CC3300;
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu1 li:hover > ul { opacity: 1;}
 
.menu1 ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu1 li:hover > ul li {
    height: 28px;
    overflow: visible;
    padding: 0;
}

.menu1 ul li a {
    width: 200px;
    padding: 4px 0 4px 30px;
    margin: 0;
 
    border: none;
    border-bottom: 1px solid #CCCCCC;
}
 
.menu1 ul li:last-child a { border: none; }



/* ********************************************* */

/*	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);	*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  border-radius: 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #CC3300;
  background: -o-linear-gradient(top, #FF9900, #CC3300);
  background: -ms-linear-gradient(top, #FF9900, #CC3300);
  background: -webkit-linear-gradient(top, #FF9900, #CC3300);
  background: -moz-linear-gradient(top, #FF9900, #CC3300);
  background: linear-gradient(to bottom, #FF9900, #CC3300);
  /*	box-shadow: inset 0 -3px 0 #0077c7, inset 0 -3px 3px #007acc, inset 0 2px 2px #6bc4ff, inset 1px 0 2px #0084db, inset -1px 0 2px #0084db, 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.06), 0 3px 3px rgba(0, 0, 0, 0.17), 2px 1px 2px rgba(0, 0, 0, 0.05), -2px 1px 2px rgba(0, 0, 0, 0.05);	*/
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 20px 10px;
  font-size: 11px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.50);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #FFFF00;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 18px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #CC3300;
  background: -o-linear-gradient(top, #FF9900, #CC3300);
  background: -ms-linear-gradient(top, #FF9900, #CC3300);
  background: -webkit-linear-gradient(top, #FF9900, #CC3300);
  background: -moz-linear-gradient(top, #FF9900, #CC3300);
  background: linear-gradient(to bottom, #FF9900, #CC3300);
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 26px;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #FF9900;
  z-index: 99;
}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #FF9900;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  background: #CC3300;
  background: -o-linear-gradient(top, #FF9900, #CC3300);
  background: -ms-linear-gradient(top, #FF9900, #CC3300);
  background: -webkit-linear-gradient(top, #FF9900, #CC3300);
  background: -moz-linear-gradient(top, #FF9900, #CC3300);
  background: linear-gradient(to bottom, #FF9900, #CC3300);
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
  top: 92px;
  padding-top: 8px;
  border-radius: 5px;
}
#cssmenu > ul > li:hover > ul
	{
	left: auto;
	/*	top: 52px;		*/
	top: 51px;
	opacity: 1;
	}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 200px;
  /*	padding-left: 10px;		*/
  padding-left: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 200px;
  padding-left: 0;
  /*	padding-right: 10px;	*/
  padding-right: 0;
  opacity: 1;
}
#cssmenu ul ul li a
	{
	width: 200px;
	padding: 12px 25px;
	font-size: 13px;
	font-weight: 700;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	color: #FFFFFF;
	height: 50px;
	text-decoration: none;
	/*	background: #CC3300;											*/
	/*	background: -o-linear-gradient(top, #FF9900, #CC3300);			*/
	/*	background: -ms-linear-gradient(top, #FF9900, #CC3300);			*/
	/*	background: -webkit-linear-gradient(top, #FF9900, #CC3300);		*/
	/*	background: -moz-linear-gradient(top, #FF9900, #CC3300);		*/
	/*	background: linear-gradient(to bottom, #FF9900, #CC3300);		*/
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a
	{
	color: #FFFF00;
	background: #993300;
	}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#cssmenu ul ul li:last-child > a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #0000FF;
  background: -webkit-linear-gradient(top, #0075eb 0%, #006edb 25%, #005cb8 50%, #0075eb 75%, #006edb 100%);	*/
  background: -ms-linear-gradient(top, #0075eb 0%, #006edb 25%, #005cb8 50%, #0075eb 75%, #006edb 100%);		*/
  background: -moz-linear-gradient(top, #0075eb 0%, #006edb 25%, #005cb8 50%, #0075eb 75%, #006edb 100%);		*/
  background: -o-linear-gradient(top, #0075eb 0%, #006edb 25%, #005cb8 50%, #0075eb 75%, #006edb 100%);		*/
  background: linear-gradient(to bottom, #0075eb 0%, #006edb 25%, #005cb8 50%, #0075eb 75%, #006edb 100%);	*/
  box-shadow: inset 0 -1px 1px #004f9e, inset 0 2px 1px #1a8cff;												*/
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 16px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #a9d1ff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 16px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #a9d1ff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #004080;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #004080;
}



/* ********************************************* */



.submenu
	{
	color:#999999;
	text-decoration:none;
	font-size:10pt;
	background-image: url("images/bt_sub_off.gif");
	background-repeat: repeat-x;
	width: 170px;
	height:025px;
	}
.submenu a
	{
	color:#999999;
	text-decoration:none;
	font-size:10pt;
	background-image: url("images/bt_sub_off.gif");
	background-repeat: repeat-x;
	width: 170px;
	height:025px;
	display: block;
	} 
.submenu a:hover
	{
	color:#003399;
	text-decoration:none;
	font-size:10pt;
	background-image: url("images/bt_sub_on.gif");
	background-repeat: repeat-x;
	} 

/* ********************************************* */


.prec
	{
	background-image: url("images/prec_on.jpg"); 
	background-repeat: no-repeat;
	width: 79px;
	height:40px;
	}
.prec a
	{ 
	background-image: url("images/prec_off.jpg"); 
	background-repeat: no-repeat;
	width: 79px;
	height:40px;
	display: block;
	} 
.prec a:hover
	{
	background: none;
	} 

.suiv
	{
	background-image: url("images/suiv_on.jpg"); 
	background-repeat: no-repeat;
	width: 79px;
	height:40px;
	}
.suiv a
	{ 
	background-image: url("images/suiv_off.jpg"); 
	background-repeat: no-repeat;
	width: 79px;
	height:40px;
	display: block;
	} 
.suiv a:hover
	{
	background: none;
	} 



.maintprec
	{
	background-image: url("images/maint_prec_on.jpg"); 
	background-repeat: no-repeat;
	width: 79px;
	height:40px;
	}
.maintprec a
	{ 
	background-image: url("images/maint_prec_off.jpg"); 
	background-repeat: no-repeat;
	width: 79px;
	height:40px;
	display: block;
	} 
.maintprec a:hover
	{
	background: none;
	} 

.maintsuiv
	{
	background-image: url("images/maint_suiv_on.jpg"); 
	background-repeat: no-repeat;
	width: 79px;
	height:40px;
	}
.maintsuiv a
	{ 
	background-image: url("images/maint_suiv_off.jpg"); 
	background-repeat: no-repeat;
	width: 79px;
	height:40px;
	display: block;
	} 
.maintsuiv a:hover
	{
	background: none;
	} 

/* ********************************************* */

.location
	{
	background-image: url("images/accueil_ecocar_location_on.jpg"); 
	background-repeat: no-repeat;
	width: 395px;
	height:532px;
	}
.location a
	{ 
	background-image: url("images/accueil_ecocar_location.jpg"); 
	background-repeat: no-repeat;
	width: 395px;
	height:532px;
	display: block;
	} 
.location a:hover
	{
	background: none;
	} 

.express
	{
	background-image: url("images/accueil_ecocar_express_on.jpg"); 
	background-repeat: no-repeat;
	width: 395px;
	height:266px;
	}
.express a
	{ 
	background-image: url("images/accueil_ecocar_express.jpg"); 
	background-repeat: no-repeat;
	width: 395px;
	height:266px;
	display: block;
	} 
.express a:hover
	{
	background: none;
	} 

.wash
	{
	background-image: url("images/accueil_ecocar_wash_on.jpg");
	background-repeat: no-repeat;
	width: 395px;
	height:266px;
	}
.wash a
	{ 
	background-image: url("images/accueil_ecocar_wash.jpg");
	background-repeat: no-repeat;
	width: 395px;
	height:266px;
	display: block;
	} 
.wash a:hover
	{
	background: none;
	} 

/* ********************************************* */

.facebook
	{
	background-image: url("images/facebook_on.gif"); 
	background-repeat: no-repeat;
	width: 50px;
	height:50px;
	}
.facebook a
	{ 
	background-image: url("images/facebook_off.gif"); 
	background-repeat: no-repeat;
	width: 50px;
	height:50px;
	display: block;
	} 
.facebook a:hover
	{
	background: none;
	} 

.google
	{
	background-image: url("images/google_on.gif"); 
	background-repeat: no-repeat;
	width: 50px;
	height:50px;
	}
.google a
	{ 
	background-image: url("images/google_off.gif"); 
	background-repeat: no-repeat;
	width: 50px;
	height:50px;
	display: block;
	} 
.google a:hover
	{
	background: none;
	} 

.youtube
	{
	background-image: url("images/youtube_on.gif"); 
	background-repeat: no-repeat;
	width: 50px;
	height:50px;
	}
.youtube a
	{ 
	background-image: url("images/youtube_off.gif"); 
	background-repeat: no-repeat;
	width: 50px;
	height:50px;
	display: block;
	} 
.youtube a:hover
	{
	background: none;
	} 

.french
	{
	background-image: url("images/btlg_fr_on.jpg"); 
	background-repeat: no-repeat;
	width: 115px;
	height:50px;
	}
.french a
	{ 
	background-image: url("images/btlg_fr_off.jpg"); 
	background-repeat: no-repeat;
	width: 115px;
	height:50px;
	display: block;
	} 
.french a:hover
	{
	background: none;
	}

.english
	{
	background-image: url("images/btlg_en_on.jpg"); 
	background-repeat: no-repeat;
	width: 115px;
	height:50px;
	}
.english a
	{ 
	background-image: url("images/btlg_en_off.jpg"); 
	background-repeat: no-repeat;
	width: 115px;
	height:50px;
	display: block;
	} 
.english a:hover
	{
	background: none;
	} 

/* ********************************************* */

.btlink
	{
	color:#993300;
	text-decoration:none;
	text-align:center;
	font-size:12pt;
	background-image: url("images/bt_sub_off.gif");
	background-repeat: repeat-x;
	height:30px;
	}
.btlink a
	{
	color:#993300;
	text-decoration:none;
	text-align:center;
	font-size:12pt;
	background-image: url("images/bt_sub_off.gif");
	background-repeat: repeat-x;
	height:30px;
	display: block;
	} 
.btlink a:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:12pt;
	background-image: url("images/bt_sub_on.gif");
	background-repeat: repeat-x;
	} 

/* ********************************************* */

.btlink2
	{
	color:#003366;
	text-decoration:none;
	text-align:center;
	font-size:12pt;
	background-image: url("images/bt_sub_off2.gif");
	background-repeat: repeat-x;
	height:30px;
	}
.btlink2 a
	{
	color:#003366;
	text-decoration:none;
	text-align:center;
	font-size:12pt;
	background-image: url("images/bt_sub_off2.gif");
	background-repeat: repeat-x;
	height:30px;
	display: block;
	} 
.btlink2 a:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:12pt;
	background-image: url("images/bt_sub_on2.gif");
	background-repeat: repeat-x;
	} 

/* ********************************************* */

.btlink3
	{
	color:#006600;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;
	line-height: 38px;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	background: linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	height:40px;
	}
.btlink3 a
	{
	color:#006600;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;
	line-height: 38px;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	background: linear-gradient(top, #FFFFFF 0%,#66FF66 100%);
	height:40px;
	display: block;
	} 
.btlink3 a:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;
	line-height: 38px;
	background: -webkit-linear-gradient(top, #66FF66 0%,#006600 100%);
	background: -moz-linear-gradient(top, #66FF66 0%,#006600 100%);
	background: -o-linear-gradient(top, #66FF66 0%,#006600 100%);
	background: -ms-linear-gradient(top, #66FF66 0%,#006600 100%);
	background: linear-gradient(top, #66FF66 0%,#006600 100%);
	} 

/* ********************************************* */

.btlink4
	{
	color:#0066CC;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;
	line-height: 38px;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	background: linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	height:40px;
	}
.btlink4 a
	{
	color:#0066CC;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;
	line-height: 38px;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	background: linear-gradient(top, #FFFFFF 0%,#cce0f5 100%);
	height:40px;
	display: block;
	} 
.btlink4 a:hover
	{
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	vertical-align:middle;
	font-size:12pt;
	line-height: 38px;
	background: -webkit-linear-gradient(top, #cce0f5 0%,#0066CC 100%);
	background: -moz-linear-gradient(top, #cce0f5 0%,#0066CC 100%);
	background: -o-linear-gradient(top, #cce0f5 0%,#0066CC 100%);
	background: -ms-linear-gradient(top, #cce0f5 0%,#0066CC 100%);
	background: linear-gradient(top, #cce0f5 0%,#0066CC 100%);
	} 

/* ********************************************* */

.accueil
	{
	background-image: url("images/bt01_accueil_on.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	}
.accueil a
	{ 
	background-image: url("images/bt01_accueil_off.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	display: block;
	} 
.accueil a:hover
	{
	background: none;
	} 




.vehicules
	{
	background-image: url("images/bt02_vehicules_on.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	}
.vehicules a
	{ 
	background-image: url("images/bt02_vehicules_off.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	display: block;
	} 
.vehicules a:hover
	{
	background: none;
	} 



.scooters
	{
	background-image: url("images/bt03_scooters_on.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	}
.scooters a
	{ 
	background-image: url("images/bt03_scooters_off.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	display: block;
	} 
.scooters a:hover
	{
	background: none;
	}



.devis
	{
	background-image: url("images/bt04_devis_on.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	}
.devis a
	{ 
	background-image: url("images/bt04_devis_off.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	display: block;
	} 
.devis a:hover
	{
	background: none;
	}



.partenaires
	{
	background-image: url("images/bt05_partenaires_on.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	}
.partenaires a
	{ 
	background-image: url("images/bt05_partenaires_off.jpg"); 
	background-repeat: no-repeat;
	width: 174px;
	height:30px;
	display: block;
	} 
.partenaires a:hover
	{
	background: none;
	}



.contact
	{
	background-image: url("images/bt06_contact_on.jpg"); 
	background-repeat: no-repeat;
	width: 170px;
	height:30px;
	}
.contact a
	{ 
	background-image: url("images/bt06_contact_off.jpg"); 
	background-repeat: no-repeat;
	width: 170px;
	height:30px;
	display: block;
	} 
.contact a:hover
	{
	background: none;
	} 



/* ********************************************* */



.droite
	{
	text-align:right;
	}

.centre
	{
	text-align:center;
	}

.gauche
	{
	text-align:left;
	}

.haut
	{
	vertical-align:top;
	}

.milieu
	{
	vertical-align:middle;
	}

.bas
	{
	vertical-align:bottom;
	}

.justine
	{
	text-align:justify;
	}

.bary
	{
	vertical-align:middle;
	text-align:center;
	}

.marge
	{
	padding:5px;
	}

.imgfloatl
	{
	float:left;
	margin:10px 10px 10px 0;
	}

.imgfloatr
	{
	float:right;
	margin:10px 0 10px 10px;
	}

.majuscule
	{
	text-transform: uppercase;
	}

/* ********************************************* */


.standard
	{
	font-family:Verdana;
	font-weight:normal;
	text-align:left;
	color:#660000;
	font-size:12pt;
	}



.barre
	{
	text-decoration:line-through;
	}



.txtoff
	{
	font-size:12pt;
	color:#999999;
	font-weight:bold;
	}
.txtoff a
	{
	font-size:12pt;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
	}
.txtoff a:hover
	{
	font-size:12pt;
	color:#999999;
	font-weight:bold;
	text-decoration:underline;
	}



.titre
	{
	font-size:14pt;
	color:#CC3300;
	font-weight:bold;
	}
.titre a
	{
	font-size:14pt;
	color:#CC3300;
	font-weight:bold;
	text-decoration:none;
	}
.titre a:hover
	{
	font-size:14pt;
	color:#CC3300;
	font-weight:bold;
	text-decoration:underline;
	}

.titrebleu
	{
	font-size:14pt;
	color:#0066CC;
	font-weight:bold;
	}
.titrebleu a
	{
	font-size:14pt;
	color:#0066CC;
	font-weight:bold;
	text-decoration:none;
	}
.titrebleu a:hover
	{
	font-size:14pt;
	color:#0066CC;
	font-weight:bold;
	text-decoration:underline;
	}

.titre2
	{
	font-size:12pt;
	font-weight:bold;
	color:#CC3300;
	}



.ecocarte
	{
	font-size:80pt;
	font-weight:bold;
	color:#FFFFFF;
	}

.txtecocarte
	{
	font-size:14pt;
	font-weight:bold;
	color:#993300;
	}


.marron
	{
	color:#993300;
	vertical-align=middle;
	}
.marron a
	{
	color:#993300;
	text-decoration:none;
	vertical-align=middle;
	}
.marron a:hover
	{
	color:#993300;
	text-decoration:underline;
	vertical-align=middle;
	}



.titcol
	{
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	}
.titcol a
	{
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	}
.titcol a:hover
	{
	font-size:10pt;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	}


.mandatory
	{
	color:#CC3300;
	}

.mandalegende
	{
	font-size:10pt;
	font-weight:bold;
	color:#CC3300;
	}

.moyen
	{
	font-size:10pt;
	}

.petit
	{
	font-size:8pt;
	}

.minus
	{
	font-size:6pt;
	}

.msgOK
	{
	text-align: center;
	color:#006600;
	font-size:12pt;
	font-weight:bold;
	background-color :#CCFFCC;
	}

.msgER
	{
	text-align: center;
	color:#CC0000;
	font-size:12pt;
	font-weight:bold;
	background-color :#FFCCCC;
	}

.etoile
	{
	vertical-align:middle;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16pt;
	}

.h1vert
	{
	text-align:center;
	color:#006600;
	font-size:16pt;
	font-weight:normal;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#CCFFCC 50%,#FFFFFF 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%,#CCFFCC 50%,#FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#CCFFCC 50%,#FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#CCFFCC 50%,#FFFFFF 100%);
	background: linear-gradient(top, #FFFFFF 0%,#CCFFCC 50%,#FFFFFF 100%);
	height:30px;
	}

.h1bleu
	{
	text-align:center;
	color:#0066CC;
	font-size:16pt;
	font-weight:normal;
	background: -webkit-linear-gradient(top, #FFFFFF 0%,#cce0f5 50%,#FFFFFF 100%);
	background: -moz-linear-gradient(top, #FFFFFF 0%,#cce0f5 50%,#FFFFFF 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%,#cce0f5 50%,#FFFFFF 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%,#cce0f5 50%,#FFFFFF 100%);
	background: linear-gradient(top, #FFFFFF 0%,#cce0f5 50%,#FFFFFF 100%);
	height:30px;
	}

/* ********************************************* */


table
	{
	margin: auto;
	border-collapse: collapse;
	}

td
	{
	text-align:left;
	vertical-align:top;
	border: 0px;
	padding: 0px;
	}

a
	{
	text-decoration:none;
	color:#993300;
	}

a:hover
	{
	text-decoration:underline;
	color:#000000;
	}

img
	{ 
	border:0;
	}



h1
	{
	text-align:center;
	color:#CC3300;
	font-size:16pt;
	font-weight:normal;
	}

h2
	{
	color:#CC3300;
	font-size:14pt;
	font-weight:normal;
	}
h2 a
	{
	text-decoration:normal;
	}
h2 a:hover
	{
	text-decoration:underline;
	}

h3
	{
	color:#CC3300;
	font-size:12pt;
	font-weight:normal;
	}
h3 a
	{
	text-decoration:none;
	}
h3 a:hover
	{
	text-decoration:underline;
	}

h4
	{
	color:#CC3300;
	font-size:8pt;
	font-weight:normal;
	}
