#page .entete_page {
	background: rgb(0,133,198); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwODVjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(0,133,198,1) 0%, rgba(125,200,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,133,198,1)), color-stop(100%,rgba(125,200,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,133,198,1) 0%,rgba(125,200,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,133,198,1) 0%,rgba(125,200,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,133,198,1) 0%,rgba(125,200,233,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,133,198,1) 0%,rgba(125,200,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0085c6', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

#page .entete_page .container {
	padding-top:15px;
	padding-bottom:15px;
	color:#FFF;
	text-shadow:0px 0px 3px #000;	
}

/* --------------------------------------------------------------- */
/*
/* Liste des véhicules
/*
/* --------------------------------------------------------------- */
.vehicule {
	text-align: justify;
	padding:15px;
}

#page .vehicule .photo a img {
	width:100%;
	border:5px solid #FFF;
	box-shadow:0px 0px 3px #333;
}

#page .vehicule .infos h2 {
	margin-top:0;
	text-align: left;
}

.vehicule .prix, .vehicule .details {
	padding-right:0; padding-left:0;	
	margin-top:25px;
}

#page .vehicule .prix {
	font-size: 16pt;
	color:#EB307C;
	line-height:34px;
	font-weight: 400;	
}

#page .vehicule .details {
	text-align: right;
}

#page .vehicule .details .bouton {
	margin:0;	
}

#page .sep {
	height:1px;
	background-color: #EB307C;
	margin-top:15px;
	margin-bottom:25px;	
}

@media only screen and (max-width:800px){
	.vehicule .prix, .vehicule .details {
		padding-right:0; padding-left:0;	
		margin-top:15px;
		text-align: left;
	}	
	
	#page .vehicule .details {
		text-align: left;
	}
}

@media only screen and (max-width:420px) {
	#page .vehicule .infos h2 {
		margin-top:15px;
		font-size: 25px;
		text-align: center;
	}
	
	.vehicule .prix, .vehicule .details {
		padding-right:0; padding-left:0;	
		margin-top:15px;
		text-align: center;
	}
	
	#page .vehicule .prix {
		font-size: 16pt;
		color:#EB307C;
		line-height:34px;
		font-weight: 400;
	}
	
	#page .vehicule .details {
		text-align: center;
	}	
}



/* --------------------------------------------------------------- */
/*
/* Détails du véhicule
/*
/* --------------------------------------------------------------- */

#page .entete_page #entete_vehicule {
	text-align: left;
	font-size: 47px;
	text-transform: uppercase;
	text-shadow:initial;
	font-weight: 400;
}

@media (max-width:767px) {
	#page .entete_page #entete_vehicule {
		text-align: center;
	}	
}

@media (max-width:420px){
	#page .entete_page #entete_vehicule {
		font-size: 28px;
	}		
}


#page #infos_vehicule {
	text-align: justify;	
}
#page #infos_vehicule h1 {
	text-align: left;
	font-size: 28px;
	margin-bottom:25px;	
}
#page #infos_vehicule .texte {
	line-height:26px;	
}

#page #infos_vehicule .row .col-ms-6 + .col-ms-6 {
	text-align: right;	
}

@media (max-width:420px){
	#page #infos_vehicule .row .col-ms-6 {
		text-align: center;	
	}
	#page #infos_vehicule .row .col-ms-6 + .col-ms-6 {
		text-align: center;	
	}		
}

/* ---- Diapo --- */
#diapo {
	position: relative; top: 0; left: 0;
	box-shadow:0px 0px 3px #333;
	display: inline-block;
	margin-top:25px;
}

#page #diapo a img {
	border:3px solid #FFF;
}


#custom-pager {
	margin-top:15px;
	width:320px;
	text-align: left;
}
#custom-pager a {
	text-decoration: none;
}
#custom-pager a img {
	border:2px solid #333;
	margin:3px;
	height:40px;	
}
#custom-pager a.cycle-pager-active img {
	border-color:#ff6200;
}

@media only screen and (max-width:320px){
	#diapo, #custom-pager {
		width:100%;
	}
	
	#diapo img {
		width:100%;	
	}
}

@media (max-width: 420px){
	#page span.cacher{
		display: none;
	}
}


@media only screen and (max-width:468px) {
	
	#page form table td input[type="text"] {
		width:90%;	
	}	
}

/* --------------------------------------------------------------- */
/*
/* Formulaire
/*
/* --------------------------------------------------------------- */
#page form {
	margin-top:35px;
	text-align: left;
}

#page form .form-group {
	margin-bottom:7px;	
}

#page form label {
	font-weight: normal !important;	
	/*text-align: left;*/
}


#page form b {
	position: absolute; top: 0; right: 0;
	color:#F00;	
}

#page form input[type="text|tel|email"]{
	/*width:250px;*/
	border-radius:5px;
	padding:3px;
}
#page form textarea {
	/*width:350px;*/
	border-radius:5px;	
}

#page form button {
	background-color: #83984B;
	color:#FFF;
	border:none;
	padding:5px 20px 5px 17px;
	border-radius:5px;
	text-transform: uppercase;
}

#page form button i {
	margin-right:15px;	
}

#page form .obligatoire {
	font-size: 14px;
	float:left;
	display: inline-block;
	margin-top:15px;
}

#page form .obligatoire b {
	position: relative;	
}

@media only screen and (max-width:800px) {
	#page form table {
		width:auto;	
	}
	
	#page form td {
		position: relative;
		width:104px;	
	}
	
	#page form td + td {
		width:auto;	
	}	
}

@media only screen and (max-width:420px) {
	#page form .obligatoire {
		font-size: 12px;	
	}	
}
