/* CSS Document */





.inputfield {
	border: #ffffff 1px solid;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left:3px;
	color: #000000;
	width:247px;
}

.inputfield_petit {
	border: #ffffff 1px solid;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left:3px;
	color: #000000;
	width:100px;

}

.txtcourant{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}
.txtcourant_noir{
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}
.gras{
font-weight:bold;
color:#ff9900;
}
a.lien{
color:#ff9900;
text-decoration:none;
}
a.lienCGV{
text-decoration:underline;
color:#FFFFFF;
}
a.menu{
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}


/* carousel */

.title-carousel{margin:0; padding:10px; font-weight:normal; font-size:22px; color:#FFAE2F;}
.carousel{margin:0 0 10px 0px;}
.carousel .titre-offre{
	position:absolute;
	left:420px;
	top:60px;
	background-color:#fe9901;
	padding:5px 10px 8px;
	font-size:28px;
	color:#ffffff;
}
.carousel .prix-offre{
	position:absolute;
	right:3px;
	bottom:4px;
	background-color:#fe9901;
	padding:2px 10px;
	font-size:28px;
	font-weight:normal;
	display:block;
	width:119px;
	height:43px;
}
.carousel .prix-offre .piti{
	font-size:12px;
	line-height:10px;
}
.carousel .description-offre{
	position:absolute;
	margin:0;
	left:421px;
	top:123px;
	font-size:16px;
}
.carousel .lien-offre{display:block;}
.carousel .lien-offre img{display:block; border:1px solid #7e3f0c;}

.anythingSlider { width: 780px; height: 260px; position: relative; margin: 0; }
.anythingSlider .wrapper { width: 780px; overflow: auto; height: 260px; margin: 0; position: absolute; top: 0; left: 0; z-index:1000;}

/* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: -40px; .left:0; border: 0; margin: 0; z-index:1000;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 249px; width: 780px; margin: 0; position:relative; z-index:1000; }

#thumbNav { position: absolute; top: -15px; right:10px; z-index:2000000; }
#thumbNav a { color: black; font: 11px/18px Georgia, Serif; display: inline-block; height: 32px; width:32px; margin: 0 5px 0 0; }
#thumbNav a:hover{ background-position:left; }
#thumbNav a.cur { background-position:left; }
#thumbNav .nav1{background: transparent url('./../images_fr/carousel/flag_libre.png') right no-repeat;}
#thumbNav .nav2{background: transparent url('./../images_fr/carousel/flag_algerie.png') right no-repeat;}
#thumbNav .nav3{background: transparent url('./../images_fr/carousel/flag_maroc.png') right no-repeat;}


.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#start-stop                             { display:none; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

