#plan_recherche_form select
	{
	background: transparent;
	width: 120px;
	padding: 3px;
	font-size: 15px;
	border: 0px;
	background:#ffffff;
	border-radius: 3px;
	box-shadow: 0px 0px 3px #888888;
	}

#plan_recherche_form select:focus
	{
	box-shadow: 0px 0px 1px #888888;
	}

#plan_recherche_form h2
	{
	padding-bottom:5px;
	}

#plan_contener
	{
	position:relative;
	overflow:auto;
	padding:5px;
	}
	
.plan_recherche_box
	{
	display:table;
	}
	
#plan_table
	{
	display: table;
	width:100%;
	}
	
.plan_recherche_row
	{
	display:table-row;
	}
	
.projet_recherche_cell
	{
	display:table-cell;
	width:16%;
	}

.projet_recherche_cell_large
	{
	display:table-cell;
	width:32%;
	}

.plan_present
	{
	position:relative;
	display:inline-block;
	width:210px;
	margin:5px;
	background:#eee;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #555;
	z-index:1;
	}

.plan_present:hover
	{
	box-shadow: 0px 0px 7px #000;
	z-index:1;
	}

.plan_present h3
	{
	position:relative;
	background:#666666;
	margin-top:0px;
	margin-bottom:0px !important;
	padding:5px;
	color:#fff;
	border-radius: 3px 3px 0px 0px;
	text-shadow: 1px 1px 2px #000;
	font-size:16px;
	z-index:1;
	text-align:left;
	}

.plan_present a
	{
	position:absolute;
	display: block;
	top:0px;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:2;
	}

.plan_present a img
	{
	width:100%;
	height:100%;
	z-index:2;
	}

.plan_present:hover h3
	{
	background:#348fd1;
	}

.plan_present .plan_vignette
	{
	width:100%
	}

.plan_present .plan_contener_details
	{
	position:relative;
	padding:5px;
	font-size:15px;
	}

.plan_present h3 .plan_present_love
	{
	position:absolute;
	background:#d2d2d2;
	border-radius: 3px;
	right:5px;
	top:5px;
	bottom:5px;
	text-align:right;
	font-size: 15px;
	color:#000;
	text-shadow: none;
	padding:0px 5px 0px 5px;
	}

.plan_present h3 .plan_present_love img
	{
	vertical-align:middle;
	height:13px;
	}

.plan_form_detail_gen
	{
	background:#f7f7f7;
	border-radius:3px;
	box-shadow: 1px 1px 3px #555 inset;
	margin:2px;
	overflow:auto;
	}

.plan_form_detail_titre
	{
	background:#666666;
	text-align: center;
	color:#fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
	padding:3px;
	}
	
.plan_form_detail_titre_plus
	{
	width:16px;
	border:1px solid white;
	border-radius: 50%;
	cursor:pointer;
	vertical-align: -3px;
	display: none;
	filter: grayscale(100%);
	}
	
.plan_form_detail_titre_plus:hover
	{
	filter: grayscale(0%);
	}

.plan_form_detail_checkbox
	{
	padding:5px;
	height:120px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:auto;
	transition: all 0.5s ease;
	}

.plan_form_detail_checkbox_short
	{
	height:70px;
	}

#plan_attente_box
	{
	position:absolute;
	background: #fff;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	opacity: 0.7;
	-moz-opacity: .7;
	}

#plan_attente_texte
	{
	position:absolute;
	background:#777;
	padding:30px;
	padding-top:60px;
	padding-bottom:60px;
	top:50px;
	width:400px;
	margin-right:auto;
	margin-left:auto;
	border-radius: 5px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	text-shadow: 1px 1px 3px #000;
	box-shadow: 0px 0px 7px #555;
	}

#plan_general_bloc
	{
	position:relative;
	}

#plan_details_box
	{
	overflow:auto;
	}

.plan_details
	{
	display:inline-block;
	width:30%;
	text-align:left;
	}

#plan_page_gauche
	{
	display: table-cell;
	vertical-align: top;
	padding:10px;
	padding-right:15px;
	font-size:14px;
	}

#plan_page_droite
	{
	display: table-cell;
	vertical-align: top;
	width:330px;
	font-size:14px;
	padding:10px;
	}

#plan_page_bas
	{
	clear:both;
	margin-top:15px;
	}

#plan_image_block img, #plan_image_block object
	{
	width:100%;
	box-shadow: 0px 0px 4px #555;
	margin-bottom:10px;
	}

#plan_vignette_liste
	{
	text-align:center;
	}

#plan_vignette_liste img
	{
	width:130px;
	box-shadow: 0px 0px 4px #555;
	margin:0px 5px 10px 5px;
	}

#plan_vignette_liste img:hover
	{
	box-shadow: 0px 0px 7px #222;
	}

/* BOUTON ACHETER */

#plan_bouton_acheter
	{
	z-index:1;
	margin-bottom:25px;
	position:relative;
	text-align:center;
	margin-top:0px;
	width:250px;
	margin-right:auto;
	margin-left:auto;
	border-radius: 6px;
	-ms-border-radius: 6px;
	box-shadow: 1px 1px 3px #333;
	padding:3px;
	background: rgb(0,165,227); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,165,227,1) 0%, rgba(0,110,157,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,165,227,1)), color-stop(100%,rgba(0,110,157,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,165,227,1) 0%,rgba(0,110,157,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,165,227,1) 0%,rgba(0,110,157,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,165,227,1) 0%,rgba(0,110,157,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,165,227,1) 0%,rgba(0,110,157,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a5e3', endColorstr='#006e9d',GradientType=0 ); /* IE6-9 */
	}

#plan_bouton_acheter:hover, #plan_bouton_acheter:hover #plan_bouton_acheter_clique #plan_bouton_acheter_clique_links
	{
	background: rgb(241,137,2); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(241,137,2,1) 0%, rgba(190,55,2,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,137,2,1)), color-stop(100%,rgba(190,55,2,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(241,137,2,1) 0%,rgba(190,55,2,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(241,137,2,1) 0%,rgba(190,55,2,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(241,137,2,1) 0%,rgba(190,55,2,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(241,137,2,1) 0%,rgba(190,55,2,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18902', endColorstr='#be3702',GradientType=0 ); /* IE6-9 */


	}

#plan_bouton_acheter #plan_bouton_acheter_titre
	{
	padding:5px;
	color:#ffffff;
	text-shadow: 1px 1px 3px #000;
	font-size: 23px;
	font-family:QlassikBoldRegular,sans-serif;
	}

#plan_bouton_acheter #plan_bouton_acheter_prix
	{
	padding:5px;
	background:#ffffff;
	border-radius: 4px 4px 0px 0px;
	}

#plan_bouton_acheter #plan_bouton_acheter_prix b
	{
	font-size:21px;
	font-weight: normal;
	font-family:QlassikBoldRegular,sans-serif;
	}

#plan_bouton_acheter .plan_bouton_acheter_prix_link
	{
	text-decoration: underline;
	color:#02628b;
	}

#plan_bouton_acheter #plan_bouton_acheter_clique
	{
	padding:5px;
	background:#ffffff;
	border-radius: 0px 0px 4px 4px;
	}

#plan_bouton_acheter #plan_bouton_acheter_clique #plan_bouton_acheter_clique_links
	{
	padding:3px;
	border-radius: 4px;
	font-size: 16px;
	color:#fff;
	text-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 3px #333;
	padding-right:20px;
	padding-left:20px;

	background: rgb(49,193,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(49,193,249,1) 0%, rgba(0,157,218,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(49,193,249,1)), color-stop(100%,rgba(0,157,218,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(49,193,249,1) 0%,rgba(0,157,218,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(49,193,249,1) 0%,rgba(0,157,218,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(49,193,249,1) 0%,rgba(0,157,218,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(49,193,249,1) 0%,rgba(0,157,218,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31c1f9', endColorstr='#009dda',GradientType=0 ); /* IE6-9 */
	}

#plan_bouton_acheter:hover #plan_bouton_acheter_clique
	{
	color:#be3702;
	}

#plan_bouton_acheter #plan_bouton_acheter_link
	{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:2;
	}

#plan_bouton_acheter #plan_bouton_acheter_link img
	{
	width:100%;
	height:100%;
	z-index:2;
	}

#plan_love_box
	{
	float:right;
	}

.plan_blocs_table
	{
	display: table;
	width:100%;
	border-collapse: separate;
	border-spacing: 10px;
	}

.plan_blocs_table_cell
	{
	display: table-cell;
	width:33%;
	padding:10px;
	background: #ebebeb;
	vertical-align: top;
	}

.plan_blocs_table_cell h3
	{
	margin-top:0px;
	color:#0099d5;
	font-weight:normal;
	font-family:QlassikBoldRegular,sans-serif;
	margin-bottom:10px;
	font-size:18px;
	}

@media (max-width:930px)
	{
	.plan_form_detail_checkbox
		{
		display: none;
		height:auto;
		}
		
	.plan_recherche_box
		{
		display:block;
		}
		
	.plan_recherche_row
		{
		display:block;
		}
		
	.projet_recherche_cell, .projet_recherche_cell_large
		{
		display:block;
		width:100%;
		margin-bottom:5px;
		}
		
	.plan_form_detail_titre
		{
		padding:5px;
		}
		
	.plan_form_detail_titre_plus
		{
		display:inline;
		}
	}
@media (max-width:767px)
	{
	.plan_present
		{
		width:145px;
		}

	#plan_image_block img
		{
		width:100%;
		}

	#plan_bouton_acheter
		{
		width:auto;
		}

	#plan_vignette_liste img
		{
		width:80px;
		}

	.plan_details
		{
		display:block;
		width:100%;
		}
	}
	

@media (max-width:700px)
	{

	#plan_table
		{
		display: block;
		}

	#plan_page_gauche
		{
		display: block;
		padding:10px;
		}
	
	#plan_page_droite
		{
		display: block;
		padding:10px;
		width:100%;
		}

	.plan_blocs_table
		{
		display: block;
		width:100%;
		}
	
	.plan_blocs_table_cell
		{
		display: block;
		padding:10px;
		width:100% !important;
		margin-bottom: 5px;
		}	
	}
	

@media (max-width:330px)
	{
	/* IPHONE */
	.plan_present
		{
		width:130px;
		}
	}

@media (max-width:300px)
	{
	/* PETITE RESILUTION */
	.plan_present
		{
		width:100px;
		}
	}