/* CSS Document */

body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.body_except {
    background: #000000 url(../images/bg_site.jpg) left top repeat-x;
}
.clear {
	clear:both;
}

/*========= Menu top ========*/

#conteneur_menu {
	width: 960px;
	height: 190px;
	margin: 0 auto;
	background: url(../images/bg_menu.jpg) left top no-repeat;
}
	#conteneur_menu ul.menu {
		list-style: none;
		margin: 0;
		padding: 89px 50px 0 50px;
	}
	#conteneur_menu ul.menu li {
		display: inline;
		margin: 0;
	}
	#conteneur_menu ul.menu li a, #conteneur_menu ul.menu li img {
	    margin: 0;
	    padding: 0;
		border: 0;
	}
	#conteneur_menu ul.menu .count0 {
		margin-right: 10px;
	}
	#conteneur_menu ul.menu .count1 {
		margin-right: 262px;
	}
	
	#logo {
		display: block;
		width: 296px;
		position: absolute;
		top: 20px;
		padding: 0;
		margin: 0 0 0 346px;
	}
	#logo img {
		padding: 0;
		margin: 0;
		border: 0;
	}


/*========= Contenu ========*/

#conteneur_content {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_repeat.jpg) center top repeat-y;
}
#conteneur_content2 {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_flash.jpg) center top no-repeat;
}
#conteneur_content3 {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_content.jpg) center top no-repeat;
}

#flashhome {
	width: 900px;
	height: 350px;
	margin: 0 0 35px 0;
	padding: 0;
	overflow: hidden; /* Quand pas de plugins Flash */
}
/*========== Quand pas de plugins Flash =========*/
#flashhome img {
	position: relative;
	top: -150px;
	width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
}
/*====================================*/

#content2 { /* tttes pages sauf home et exception */
	width: 680px;
	min-height: 450px;
	margin: 0 auto;
	padding: 0;
	text-align: justify;
	height: auto !important;
	height: 450px;
}

#content {
	width: 900px;
	min-height: 350px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
	#content .artContent,
	#content2 .artContent
	{
		width: auto;
		padding: 15px 0;
		min-height:450px;
		height:auto !important;
		height:450px;
	}

	#content .artTitle,
	#content2 .artTitle
	{
        padding: 15px 0;
	}

    ul.content_menu {
  		list-style: none;
		margin : 0;
		padding: 15px;
		border-bottom: 1px solid #fff;
		text-align: center;
	}
    ul.content_menu li {
		display: inline;
		margin: 0;
		padding: 0;
	}
    ul.content_menu li a {
        padding: 0;
        margin: 0 20px;
		font-size: 13px;
		text-transform: uppercase;
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
    ul.content_menu li a:hover, ul.content_menu li a:focus {
		color: #FAC8C5;
	}
    ul.content_menu .active{
		color: #fff;
	}

#content_top {
	width: auto;
	margin: 0 0 35px 0;
	padding: 15px;
}

#content_bottom {
	margin: 0;
	font-size: 11px;
}

	/*========== Accueil ===========*/
	#content_bottom  .left_pad
	{
		width: 270px;
		min-height: 250px;
		float: left;
		background: url(../images/pad_side_bg.jpg) left top no-repeat;
		color: #fff;
		padding: 7px 10px 0 10px;
	}
	#content_bottom  .right_pad
	{
		width: 270px;
		min-height: 250px;
		float: left;
		background: url(../images/pad_side_actu_bg.jpg) left top no-repeat;
		color: #fff;
		padding: 7px 10px 0 10px;
	}

	#content_bottom .right_pad h3,
	#content_bottom .left_pad .actu_item_title
	{
        font-family: Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
	}
	#content_bottom .right_pad div.actu_item
	{
		padding: 7px 0 9px 0;
		margin: 0;
		border-bottom: 1px solid #363636;
	}
	#content_bottom .right_pad .actu_item_title
	{
		font-weight: bold;
	}
	#content_bottom .left_pad div.actu_item
	{
		padding: 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #363636;
	}
	#content_bottom .left_pad .actu_item_txt
	{
	    display: block;
		margin: 0px 0 10px 0;
	}
	#content_bottom .right_pad a,
	#content_bottom .left_pad a
	{
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#content_bottom .right_pad a:hover,
	#content_bottom .left_pad a:hover
	{
		color: #CA110C;
	}
	#content_bottom  .center_pad {
		width: 260px;
		height: 183px;
		float: left;
		margin: 0  0 0 7px;
		padding: 8px;
		background: url(../images/pad_center_bg.gif) left top no-repeat;
		color: #333;
	}
	html > body #content_bottom .center_pad {
		width: 280px;
		margin: 0 10px;
		padding: 10px;
	}
	
	#content_bottom  .center_pad .btn_accueil,
	#content_bottom  .center_pad .btn_accueil img
	{
		margin-left: -4px;
		padding: 0;
		border: 0;
	}
	html > body #content_bottom  .center_pad .btn_accueil,
	html > body #content_bottom  .center_pad .btn_accueil img
	{
		margin-left: -5px;
	}


/*========== Vehicules d'exception ===========*/

.exception_list {
	display: block;
	float: left;
	width: 217px;
	height: 100px;
	background: url(../images/exception_list_bg.jpg) left top no-repeat;
	padding: 1px;
	margin: 0 2px 6px 2px;
	opacity: .4;
	filter: alpha(opacity=40);
}
html > body .exception_list {
	margin: 0 3px 6px 3px;

}

.exception_list_hover {
	display: block;
	float: left;
	width: 217px;
	height: 100px;
	background: url(../images/exception_list_bg.jpg) left top no-repeat;
	padding: 1px;
	margin: 0 2px 6px 2px;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

html > body .exception_list_hover {
	margin: 0 3px 6px 3px;

}

.exception_list:hover,
.exception_active_item {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
	.exception_list_img {
		display: block;
		width: 215px;
		height: 77px;
		padding: 0;
		margin: 0;
		border: 0;
	}
	.exception_list_img img{
		width: 215px;
		height: 77px;
		padding: 0;
		margin: 0;
		border: 0;
	}
	.exception_list_link {
	    display: block;
		width: 206px;
		height: 17px;
		line-height: 17px;
		padding: 0;
		margin: 4px auto 0 auto;
		color: #565656 !important;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
		background: url(../images/exception_list_puce.gif) right center no-repeat;
	}
	.exception_list_link:hover, .exception_list_link:focus {
	    color: #000;
	    text-decoration: none;
	    background-image: url(../images/exception_list_puce_over.gif);
	}

.exception_plus {
    display: block;
	position: absolute;
	width: 226px;
	height: 20px;
	margin: -55px 0 0 337px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	z-index: 10000;
}
html > body .exception_plus {
	margin: -20px 0 0 337px;
}
	.exception_plus a {
		line-height: 16px;
		color: #333;
		text-decoration: none;
	}
	.exception_plus a img {
		border: 0;
	}
	.exception_plus a:hover {
		color: #999;
        text-decoration: none;
	}
	.exception_plus .voir_video,
    .exception_plus .voir_fiche
	{
	    float:left;
		padding: 0;
		margin: 0;
	}
	.exception_plus .voir_video	{
        background-image: url(../images/exception_plus_btn_video_over.jpg);
	}
    .exception_plus .voir_fiche	{
        background-image: url(../images/exception_plus_btn_fiche_over.jpg);
	}

.exception_nav {
	display: block;
	position: absolute;
	width: 770px;
	height: 25px;
	margin: -35px 0 0 65px;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
}
html > body .exception_nav {
	margin: 0 0 0 65px;
}
	.exception_nav a {
	    display:block;
		color: #333;
		text-decoration: none;
	}
	.exception_nav a img {
		border: 0;
		padding: 0;
		margin: 0;
	}
	.exception_nav a:hover {
		color: #999;
		text-decoration: none;
	}
	.exception_nav .next {
	    position: absolute;
	    right: 0;
	    text-align: right;
	    background-image: url(../images/exception_btn_next_over.jpg);
	}
	.exception_nav .previous {
	    position: absolute;
	    left: 0;
	    background-image: url(../images/exception_btn_prev_over.jpg);
	}
	.exception_nav #titleflash {
		margin;: 0;
		text-align: center !important;
	}
	.exception_nav .current_car {
	    text-align: center !important;
		font-size: 15px;
		font-weight: bold;
		padding: 5px 0 0 0;
		margin: 0;
		color: #000;
	}
	.exception_nav .retour {
	    position: absolute;
	    left: 0;
	    background-image: url(../images/exception_btn_retour_over.jpg);
	}
	
	.exception_nav .photos {
        position: absolute;
        right: 0;
	}
	.exception_nav .photos_tit {
	    border: 0;
	    float: left;
	}
	.exception_nav .execption_nav_lk_photo {
		display: block;
		float: left;
		border: 1px solid #8f8f8f;
		margin: 7px 0 0 5px;
	}
	.exception_nav .execption_nav_lk_photo img {
		width: 11px;
		height: 11px;
		margin: 0;
		padding: 0;
		border: 0;
	}
	.exception_nav .execption_nav_lk_photo .active_photo {
		background: #8f8f8f;
	}

	#content_bottom  .left_pad_fiche
	{
		width: 270px;
		min-height: 240x;
		float: left;
		background: url(../images/pad_side_bg.jpg) left top no-repeat;
		color: #fff;
		padding: 7px 10px 0 10px;
	}
	#content_bottom .right_pad_fiche
	{
		width: 282px;
		height: 198px;
		float: left;
		background: url(../images/pad_side_bg.jpg) left top no-repeat;
		color: #fff;
		padding: 4px;
	}
	#content_bottom .right_pad_fiche .car_logo {
	    position: absolute;
		width: 282px;
		text-align: center;
		top:650px;
	}
	#content_bottom  .right_pad_fiche a,
	#content_bottom  .right_pad_fiche #son
	{
	    display: block;
		margin: 0 0 6px 0;
		padding: 0;
	}
	#content_bottom .right_pad_fiche a img
	{
		border: 0;
	}
	#content_bottom .right_pad_fiche .link_0
	{
		background-image: url(../images/fiche_btn_video_on.jpg);
	}
	#content_bottom .right_pad_fiche .link_2
	{
		background-image: url(../images/fiche_btn_telecharger_on.jpg);
	}
	
	#content_bottom .left_pad_fiche h3
	{
        font-family: Helvetica, Arial, sans-serif;
        color: #fff !important;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
	}
	#content_bottom .left_pad_fiche div.conditions_content
	{
		padding: 0px 0 9px 27px;
		margin: 10px 0 0 0;
		border-bottom: 1px solid #363636;
	}
	#content_bottom .left_pad_fiche div.conditions_content p
	{
		padding: 0;
		margin: 0;
	}
	
	#content_bottom .center_pad_fiche {
		width: 280px;
		float: left;
		margin: 0 0 0 8px;
		padding: 7px 8px 0 8px;
		background: url(../images/pad_center_fiche_bg.gif) left top no-repeat;
		color: #333;
	}
	html > body #content_bottom .center_pad_fiche {
		margin: 0 10px;
		padding: 7px 10px 0 10px;

	}
	#content_bottom  .center_pad_fiche h3 {
        font-family: Helvetica, Arial, sans-serif;
        color: #666;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 7px 0;
        padding: 0;
	}
	#content_bottom .center_pad_fiche ul {
        margin: 10px 0 12px 0;
	}
	#content_bottom .center_pad_fiche ul li {
        margin: 0;
        padding: 0;
        line-height: 12px;
	}
	#content_bottom .center_pad_fiche ul li span {
		color: #F90E0E;
		font-weight: bold;
	}
	#content_bottom .center_pad_fiche_btn {
	    width: 300px;
		margin: 0 0 0 -10px;
		padding: 0;
	}
		#content_bottom .center_pad_fiche_btn a,
		#content_bottom .center_pad_fiche_btn a img
		{
			margin: 0;
			padding: 0;
			border: 0;
		}


/*========= Formulaires =========*/

#contact {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
}

#titlecontact {
	padding: 15px 0 0 0;
}

	.recommand_titre {
		width: 100%;
		text-align: center;
	    font-size: 13pt;
		color: #fff;
		font-weight: normal;
	}
	#contact table td {
	    font-size: 12px;
	}
	.contact_intro {
	    font-size: 14px !important;
	    font-weight: bold;
	    text-align: center;
	    text-transform: uppercase;
		color: #000;
	}
		.contact_intro h3{
		    font-size: 13pt;
			color: #fff;
			font-weight: normal;
			padding: 15px 0 0 0;
		}
	#contact label {
		display: block;
		width: 150px;
		float: left;
		text-align: right;
		padding-right: 5px;
	}
	#contact .inputform {
		width: 200px;
		border: 1px solid #000;
		color: #000;
		padding: 2px;
		background: transparent !important;
	}
	#contact .inputform:focus {
		border-color: #000;
		background: #fff !important;
	}
	#contact .selectform {
		width: 206px;
		border: 1px solid #000;
		color: #fff;
		padding: 2px;
		background: #D61B12 !important;
	}
	#contact .selectform:focus {
		border-color: #000;
	}
	#contact .bouton {
	    height: 21px;
		border: 1px solid #BFBFBF;
		background: url(../images/bg_input_btn.jpg) left top repeat-x;
		color: #666;
		font-weight: bold;
		cursor: pointer;
	}
	#contact .bouton:hover, #contact .bouton:focus {
		border-color: #666;
		color: #000;
	}
.btn_envoyer {
	width: 71px;
    height: 22px;
	margin-right:60px;
	border: 0;
	background: url(../images/btn_envoyer_fr.gif) left top no-repeat;
	cursor: pointer;
}
.btn_annuler {
	width: 71px;
    height: 22px;
	border: 0;
	background: url(../images/btn_annuler_fr.gif) left top no-repeat;
	cursor: pointer;
}
.btn_select_car {
	display: block;
	width: 157px;
    height: 72px;
	border: 0;
	background: url(../images/btn_selec_car_fr.gif) left top no-repeat;
	cursor: pointer;
}
.btn_reserve {
	display: block;
	width: 157px;
    height: 72px;
	border: 0;
	background: url(../images/btn_demande_reserv_fr.gif) left top no-repeat;
	cursor: pointer;
}

.form_left_block {
	float:left;
	width: 400px;
	height: 300px;
	margin-right: 50px;
}

/*========= Footer =========*/

#conteneur_footer {
	width: 100%;
	height: 21px;
    background: url(../images/bg_footer.gif) left top repeat-x;
    padding: 0;
    margin: 15px 0;
    text-align: center;
}
#conteneur_footer #footer {
	width: 900px;
	height: 21px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#conteneur_footer2 {
	width: 100%;
	height: 76px;
    background: url(../images/bg_site_bottom.jpg) left top repeat-x;
    padding: 0;
    margin: 0;
    text-align: center;
}
#conteneur_footer2 #footer {
	width: 900px;
	height: 21px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	text-align: center;
}
#footer .module {
	display: inline;
}

	.choix_lang {
		border-right: 0px !important;
	}

	#footer a {
	    font-size: 12px;
	    color: #fff;
	    text-decoration: none;
	    line-height: 21px;
	    border-right: 1px solid #8d8d8d;
	    padding: 0 10px;
	}
	#footer a:hover, #footer a:focus {
	    color: #D51A11;
	}
	#footer .menu_item_activ {
        color: #D51A11;
	}


/*=========== Demande de réservation ============*/
.content_element_programme_item {
	color: #000;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.selection_recherche {
	text-align: center;
}
	.content_element_programme_img {
		border: 1px solid #000;
	}
	.no_selection {
	    color: #000;
		text-transform: none;
		margin: 0 0 10px 0;
	}

.actu_item a{
	color:#D51A11 !important;
}

/*=================Recommander+Newsletter======================*/
.tbl_newsletter {
	margin-top: 95px;
}


/*================= Cybercite ======================*/
.liste_voiture {
	margin:0px;
	padding:0px;
	list-style:none;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.liste_voiture li, .liste_voiture li a {
	text-align:left;
	display:block;
	width:150px;
	font-size:9px;
	color:#999999;
	margin-left:10px;
	text-decoration:none;
	float:left;
}

.h1_home {
	font-size:9px;
	font-weight:normal;
	color:#999999;
	text-align:center;
}
