body {
	background-color: #fff;
	margin: 0 0;
	padding: 0;
	text-align: center;
	color: #000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	background-image: url(images/background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
a {
	color: #666;
	text-decoration: none;
}
div.forfait p {
	margin: 0;
	padding: 0;
	display: inline;
}
div.container {
	width: 984px;
	text-align: left;
	margin: 0 auto;
}
div.menuHead {
		text-align: right;
		font-family: Arial;
		font-size: 11px;
		color: #666;
		height: 25px;
		line-height: 25px;
}
div.barreGrise {
	height: 30px;
	margin-top: 3px;
}
div.blocInfo {
	height: 70px;
	background-image: url(images/blocInfo.jpg);
	background-repeat: no-repeat;
	position: relative;
}
div.blocInfo div.meteo {
	position: relative;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	top: 10px;
	left: 20px;
	z-index: 5;
}
div.blocInfo div.meteo span.separateur {
	color: #900;
	margin: 0 6px;
}
div.blocInfo div.promo {
	position: relative;
	top: 24px;
	left: 30px;
	font-family: Arial;
	font-size: 14px;
	color: #666;
	z-index: 5;
}
div.blocInfo div.promo span.titre {
	color: #900;
	font-weight: bold;
}

div.contenu {
	position: relative;
	clear: both;
	width: 100%;
	overflow: hidden;
}
div.contenuWrap {
	float: right;
	width: 667px;
	position: relative;
	right: 6px;
	padding-bottom:1em;
}
div.contenuMenu {
	float:left;
width:281px;
position:relative;
	left: 20px;
}
div.contenuMenu ul {
	margin: 0;
	padding: 0;
	width: 281px;
}
div.contenuMenu ul li:first-child {
	margin-top: 0px!important;
	z-index: 100!important;
}
div.contenuMenu ul li {
	z-index:1;
	margin-top: -1px;
	position: relative;
	display: block;
	list-style-type:none;
	text-transform: uppercase;
	background-image: url(images/menuOff.jpg);
	background-repeat: no-repeat;
	height: 40px;
	color: #666;
	line-height: 40px;
	padding-left: 10px;
	cursor: pointer;
}
div.contenuMenu ul li.on {
	z-index:0;
	position: relative;
	display: block;
	background-image: url(images/menuOn.jpg);
	color: #fff;
	height: 40px;
}
div.contenuMenu ul li:hover {
	z-index:0;
	position: relative;
	display: block;
	background-image: url(images/menuOn.jpg);
	color: #fff;
	height: 40px;
}
div.miniAutobusGauche {
	position: relative;
	top: -5px;
	z-index: 200;
}
div.blocContenu {
	width: 275px;
	border: solid 1px #ccc;
	padding: 2px;
}
div.blocContenu div.titre {
	background-image: url(images/fondTitre.jpg);
	background-repeat: repeat-x;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	padding-left: 12px;
	text-transform: uppercase;
}
div.blocContenu hr, div.main hr {
	border: 0;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	width: 100%;
	margin: 2px 0;
}
div.blocContenu div.texte {
	background-color: #edf0f1;
	width: 100%;
	color: #666;
	font-family: Arial;
	font-size: 11px;
}
div.blocContenu div.texte div {
	padding: 7px 12px;
}

div.footer {
	margin-top: 20px;
}
div.footer div.limit {
	background-image: url(images/footerLimit.jpg);
	background-repeat: repeat-x;
	height: 20px;
	border: solid 1px #ccc;
}
div.footer div.copyright {
	margin-top: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	float: left;
}
div.footer div.menuMini {
	margin-top: 10px;
	font-family: Arial;
	font-size: 11px;
	color: #666;
	float: right;
}

/********** ANIMATION **********/
div.animation {
	width: 663px;
	height: 272px;
	border: solid 1px #ccc;
}
div.animation .main_image {
	margin: 1px;
	width: 663px;
	height: 231px;
	background: #666;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
div.animation .main_image ul {
	margin: 0; padding: 0;
}
div.animation .main_image ul li {
	list-style-type: none;
	display: none;
	position: absolute;
}
div.animation .main_image ul li.active {
	display: block;
}
div.animation .main_image .block small {margin-left: 10px;}
div.animation .main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
div.animation .main_image .block{
	width: 100%;
	background: #000;
	color: #000;
	height: 70px;
	/*border-top: 1px solid #000;*/
}
div.animation .main_image .texte {
	position:absolute; 
	top: 0px; 
	margin: 10px 0 0 20px;
}
div.animation .main_image .animation1 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
div.animation .main_image .animation2 {
	font-family: Arial;
	font-size: 21px;
	color: #fff;
	text-transform: uppercase;
}
div.animation .main_image .animation3 {
	font-family: Arial;
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	font-weight: bold;
}
/********** FIN ANIMATION **********/

div.main {
	background-image: url(images/fondMain.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 70px 35px;
	color: #666;
	font-size: 12px;
	text-align: justify;
}
div.main a {
	color: #0F589D;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}
div.main span.titre {
	text-transform: uppercase;
	font-size: 14px;
	color: #900;
}

.bouton {
	background-color: #EDF0F1;
	color: #000!important;
	font-family: Arial;
	font-size: 14px!important;
	border: solid 1px #CCCCCC;
	padding: 7px 12px;
}
.bouton a {
	color: #000!important;
	display: block;
}
.bouton:hover {
	background-color: #532623;
	color: #fff!important;
	cursor: pointer;
}
.bouton:hover a {
	color: #fff!important;
}
.bouton_on {
	background-color: #532623;
	color: #fff!important;
	font-family: Arial;
	font-size: 14px!important;
	border: solid 1px #CCCCCC;
	padding: 7px 12px;
}
.bouton_on:hover {
	background-color: #EDF0F1;
	color: #000!important;
}

div.forfait {
	margin: 10px 0; 
	display: table;
}
div.forfait img {
	display: block;
	margin-right: 10px;
}
div#clicsouris {
	position: absolute;
	left: 674px;
	height: 70px;
	width: 310px;
	z-index: 10;
}


.fontsizer {
	position: absolute;
	height: 20px;
	margin-top: 10px;
	width: 667px;
	text-align: right;
	padding-right: 10px;
	padding-left: 580px;
}


/* Font-Sizer Specific Styling */

.fsizer { } /* Container element */

.fsizer a { display: block; float: left; width: 20px; margin-right: 5px; text-align: center; border: 1px dotted #ccc; color: #5761a0; text-decoration: none; cursor: pointer; letter-spacing: 0; line-height: 100%; }
.fsizer a:hover { text-decoration: none; background: #ebebeb;  }

/* Three 'A' links used to control size */

.fsizer a#fs_sml { font-size: 9px; height: 15px; padding-top: 5px; }
.fsizer a#fs_med { font-size: 13px; height: 17px; padding-top: 3px; }
.fsizer a#fs_lrg { font-size: 16px; height: 18px; padding-top: 2px; }

.fsizer a.fsactive { color: #000; background: #ebebeb; cursor: default; } /* When mode is active */
