html,body {

	width: 100%;

	height: 100%;

	background-color:#B7B7B7;

	background-image: url('./../_img/bkg.jpg');

	background-repeat: repeat-x;

	font-family:Georgia,"Nimbus Roman No9 L",serif;

}



.clear {

	width:100%;

	visibility:hidden;

	clear:both;

}



a, a:visited {

	text-decoration:none;

	color:#545454;

}



#container {

	width: 900px;

	margin:auto;

	height:100%;

}



#header{

	margin:auto;

	padding-top:120px;

	font-size:35px;

	color:#323232;

	width:410px;

	text-align:center;

	line-height:30px;

	background:none;

}



#recherche {


	margin-top:70px;

	width:100%;

	background-color:#E8E8E8;

	-moz-border-radius: 5px;

	-webkit-border-radius: 5px;

}



form#form_recherche {


	width:95%;

	margin:auto;

	padding:25px 0;

	line-height:36px;

	font-size:20px;

}





#search {

	float:left;

	width:640px;

	height:30px;

	border: 1px #888888 solid;

	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#fefefe));

	background: -moz-linear-gradient(top,#e8e8e8,#fefefe);

}





#bouton_recherche {

	float:left;

	width:172px;

	height:36px;

	color:#323232;

	font-size:22px;

	font-family:Georgia,"Nimbus Roman No9 L",serif;

	border: 1px #888888 solid;

	background: -webkit-gradient(linear, left top, left bottom, from(#c3c3c3), to(#d3d3d3));

	background: -moz-linear-gradient(top,#c3c3c3,#d3d3d3);

	-moz-border-radius: 4px;

	-webkit-border-radius: 4px;

	margin-left:20px;

}



label {

	float:left;

	margin-top:16px;

	padding:5px;

}



label.big {

	float:left;

	text-align:right;

	width: 170px;

	padding:5px;

	font-size:19px;

}



#slider {

	float:left;

	width:722px;

	margin-left:30px;

	margin-top:32px;

}



#date {

	float:left;

	padding-left:103px;

	margin-top:-10px;

	margin-bottom:40px;

}



.radio{

	display:none;

}



#astuce {

	clear:both;

	width:100%;

	font-size:11px;

	text-align:center;

	color:#323232;

	padding-top:20px;

}



















table.radioTable {

	float:right;

	margin-top: 22px;

	border: 1px #888888 solid;

	color:#545454;

	width:672px;

	height: 30px;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

	

	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#b6b6b6));

	background: -moz-linear-gradient(top,#f8f8f8,#b6b6b6);

}



table.radioTable th, table.radioTable td {

    text-align: center;

}



table.radioTable .highlight {

	background: -webkit-gradient(linear, left top, left bottom, from(#b6b6b6), to(#f8f8f8));

	background: -moz-linear-gradient(top,#b6b6b6,#f8f8f8);

}





.cat {

	display: block;

	font-size: 12px;

	line-height: 1;

	width: 133px;

	height: 35px;

	line-height: 35px;

	text-align:center;

	border-right: 1px #888888 solid;

}



.radioTable a.cat strong {

	display: block;

	font-size:14px;

	height: 35px;

	line-height: 35px;

}



.cat:hover {

	background-position: 0 -26px;

	background: -webkit-gradient(linear, left top, left bottom, from(#b6b6b6), to(#f8f8f8));

	background: -moz-linear-gradient(top,#b6b6b6,#f8f8f8);

}











.checklist {

	position:relative;

	float:right;

	margin-top: 22px;

	border: 1px #888888 solid;

	color:#545454;

	width:672px;

	height: 35px;

	-moz-border-radius: 8px;

	-webkit-border-radius: 8px;

	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#b6b6b6));

	background: -moz-linear-gradient(top,#f8f8f8,#b6b6b6);

}

	

.checklist li {

	display: block;

	font-size: 14px;

	line-height: 1;

	width: 133px;

	height: 35px;

	line-height: 35px;

	text-align:center;

	border-right: 1px #888888 solid;

	float: left;

	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#b6b6b6));

	background: -moz-linear-gradient(top,#f8f8f8,#b6b6b6);

	position: relative;

}



.checklist li.selected {

	background: -webkit-gradient(linear, left top, left bottom, from(#b6b6b6), to(#f8f8f8));

	background: -moz-linear-gradient(top,#b6b6b6,#f8f8f8);

}



.checklist li.selected .checkbox-select {

	display: none;

}



.checkbox-select {

	display: block;

	float: left;

	width: 100%;

	height: 23px;

}



.checklist li input {

	display: none;	

}



a.checkbox-deselect {

	display: none;

	text-decoration: none;

}



.checklist li.selected a.checkbox-deselect {

	display: block;

}





.first {

	-moz-border-radius-topleft: 8px;

	-moz-border-radius-bottomleft: 8px;

	-webkit-border-top-left-radius: 8px;

	-webkit-border-bottom-left-radius: 8px;

}



.last {

	border:0;

	-moz-border-radius-topright: 8px;

	-moz-border-radius-bottomright: 8px;

	-webkit-border-top-right-radius: 8px;

	-webkit-border-bottom-right-radius: 8px;

}

#plan {
	display:block;
	width:450px;
	margin:0 auto;
	padding:10px 0;
}

#plan:hover {
	cursor: crosshair
}