/**************/


/**** HOME ****/
/**************/

#content_right h1 {
	text-align: left;
}

#fiche_prix {
	text-align: right;
	font-size: 13px;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	padding: 0;
	position: relative;
	top: -16px;
	font-weight: bold;
}

#fiche_prix span {
	background: #FFFFFF;
	padding: 0 10px;
}

ul#choix_photovideo {
	margin-bottom: 7px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

	ul#choix_photovideo li {
		display: inline;
		padding: 5px 10px;
		background: #2C3743;
		border: 2px solid #FFFFFF;
		margin: 0;
		color: #FFFFFF;
		cursor: pointer;
	}
	
	ul#choix_photovideo li.choix_photovideo_select {
		background: #EEEEEE; /* <---- */
		border: 2px solid #EEEEEE; /* <---- */
		color: #000000;
		font-weight: bold;
	}
	
#box_photos {
	background: #EEEEEE; /* <---- */
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

	#box_photos img#photo_big {
		max-width: 350px;
		max-height: 263px;
		height: expression(this.height > 263 ? 263: true);
		margin: 20px auto;
		padding: 2px;
		border: 1px solid #2C3743;
	}
	
	#box_photos #box_miniphotos {
		padding: 0 10px;
		width: 495px;
		text-align:center;
	}
	
	#box_photos #box_miniphotos img.photo_mini {
		max-height: 50px;
		height: expression(this.height > 50 ? 50: true);
		margin-left: 5px;
		margin-right: 5px;
		margin-bottom: 10px;
		padding: 2px;
		border: 1px solid #2C3743;
	}
	
	#box_photos #box_miniphotos img.photo_mini_hide {
		display: none;
	}
	
	#box_photos #box_miniphotos img.photo_mini:hover {
		border: 1px solid #EEEEEE; /* <---- */
		background: #D11025; /* <---- */
	}
	
#box_video {
	background: #EEEEEE; /* <---- */
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
}

#box_description {
	background: #EEEEEE; /* <---- */
	margin-bottom: 20px;
}

	#box_description h2 {
		background: #2C3743;
		padding: 2px 5px;
		margin: 0;
		color: #FFFFFF;
		font-size: 12px;
		zoom: 1;
	}
	
	#box_description #description_annonce {
		text-align: right;
		margin: 5px 10px;
		font-weight: bold;
	}

	#box_description table {
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 0;
	padding-bottom: 10px;
}
	
		#box_description table tr td {
			padding: 2px;
		}
		
		#box_description table tr td.description_int {
			font-weight: bold;
			width: 90px;
		}

#box_options {
	background: #EEEEEE; /* <---- */
	margin-bottom: 20px;
}

	#box_options h2 {
		background: #2C3743;
		padding: 2px 5px;
		margin: 0;
		color: #FFFFFF;
		font-size: 12px;
		zoom: 1;
	}

	#box_options table {
		width: 450px;
	padding-right: 5px;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
}
	
		#box_options table tr td {
			padding: 5px 20px;
			width: 225px;
		}
		
		#box_options table tr td.options_categ {
			font-weight: bold;
			background: #777;
			/*border-left: 3px solid #D11025;*/ /* <---- */
			padding: 5px;
			color: #fff;
}

#box_technique {
	background: #EEEEEE; /* <---- */
	margin-bottom: 20px;
}

	#box_technique h2 {
		background: #2C3743;
		padding: 2px 5px;
		margin: 0;
		color: #FFFFFF;
		font-size: 12px;
		zoom: 1;
	}

	#box_technique table {
		margin-bottom: 10px;
		margin-left: 50px;
		margin-right: 50px;
		margin-top: 10px;
		width: 450px;
	padding-bottom: 10px;
}
	
		#box_technique table tr td {
			padding: 2px;
			width: 105px;
		}
		
		#box_technique table tr td.technique_int {
			font-weight: bold;
			text-align: right;
			width: 180px;
		}
	
#button_contact_global {
	text-align: center;
}
	
	ul#button_contact {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		ul#button_contact li {
			display: inherit;
		}	
				
		ul#button_contact li a {
			border: 1px solid #EEEEEE; /* <---- */
			background: #D11025; /* <---- */
			color: #FFFFFF;
			text-decoration: none;
			padding: 2px 3px;
		}
		
		ul#button_contact li a:hover {
			background: #2C3743;
		}
		
		
#content #content_right h1
{
	background-color: #FFFFFF;
}

#content_right div.retour_cars{

	text-align: center;
	padding: 10px;
}

#content_right div.retour_cars a {
	color: #fff;
	text-decoration: none;
	background-color: #2c3743;
	padding: 3px;
}