@charset "utf-8";
/* CSS Document */

@import url("infobulle.css");
@import url("color.css");

* {
	margin:0;
	outline:none;
	}

html {height:100%}

body {background:#e9e3db url(../img/bg.png) repeat-y center;
		font-family:Arial, Helvetica, sans-serif; }

.wrap {clear:both}

img {border:0}

.valign {vertical-align:middle;}

.valeur {
	color:#689a2b;
	font-weight:bold;	
	}

/* S I T E */

#site {
	background:none;
	margin:-40px auto 0 auto;
	padding:0 0 9px 9px;
	position:relative;
	width:977px;
	z-index:100;
	}
	
/* ACCUEIL */
	
	#accueil {
	background:#FFF;
	float:left;
	width:645px;
	}
	
	#header {
	background:#e9e3db;
	height:400px;
	position:relative;
	z-index:0;
	}
	
	#menu {
	background:#FFF;
	padding:7px 4px;
	width:637px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	}
	
		#menu #menusup {
		background:url(../img/menusup-bg.png) bottom;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		height:28px;
		line-height:28px;
		margin:0 3px;
		}
		
			#menu #menusup a.accueil {
			background:url(../img/ico/home.png) no-repeat;
			color:#666;
			margin:0 30px 0 0;
			padding:0 0 0 20px;
			text-decoration:none;
			}
			
			#menu #menusup a.derniereminute {
			background:url(../img/ico/clock.png) no-repeat;
			color:#666;
			margin:0 30px 0 0;
			padding:0 0 0 20px;
			text-decoration:none;
			}
			
				#menu #menusup a.accueil:hover, #menu #menusup a.derniereminute:hover, {
				color:#333;
				}
	
		#menu .categorie {
		float:left;
		padding:0 3px;
		width:206px;
		}
	
	#focus {
	background:#FFF;
	clear:both;
	height:210px;
	margin:22px 0;
	width:645px;
	}
	
		#focus #numero {
		float:left;
		height:210px;
		padding:0 9px;
		width:22px;
		}
		
			#focus #numero .numero {
			background:url(../img/focus-cercle.png) no-repeat;
			color:#FFF;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:bold;
			height:21px;
			line-height:21px;
			margin:0 0 5px 0;
			text-align:center;
			width:21px;
			}
			
			#focus #numero .numero:hover, #focus #numero .numero-hover {
			background:url(../img/focus-cercle-hover.png);
			cursor:pointer;
			}
			
			#focus #encart {
			width:603px;
			}
		
		#focus .illus {
		background:#EEE;
		float:left;
		height:210px;
		width:315px;
		}
		
		#focus .presentation {
		color:#555;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:16px;
		padding:0 12px;
		text-align:justify;
		width:264px;
		}
		
		#focus h2 {
		color:#64942a;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:16px;
		font-weight:normal;
		padding:0 0 6px 0;
		}
		
		#focus .tarif {
		background:url(../img/focus-tarif.png);
		color:#2a341f;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height:38px;
		line-height:38px;
		margin:18px 0 0 0;
		text-align:center;
		width:264px;
		}
		
			#focus .tarif a {
			color:#21341f;
			text-decoration:none;
			}
		
			#focus .tarif .prix {
			color:#FFF;
			font-size:24px;
			font-weight:bold;
			text-shadow: 0px 0px 4px #324a14;
			vertical-align:middle;			
			}
	
	#accueil #offres {
	background:#FFF;
	clear:both;
	width:645px;
	}
	
		#accueil #offres #derniereminute {
		background:#fefefe url(../img/dm-bg.png) repeat-x;
		float:left;
		margin:0 7px 0 0;
		padding:0 0 10px 0;
		width:319px;
		}
		
			#offres #derniereminute h2 {
			background:url(../img/ico-dm.png) no-repeat 0 0;
			color:#7da948;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			height:29px;
			line-height:29px;
			padding-left:35px;
			margin:5px 0 24px 10px;
			}
			
			#offres #derniereminute .offre {
			background:#fff;
			margin:0px 8px 10px 8px;
			padding:6px;
			}
			
				#derniereminute .offre .illus {
				border:3px solid #FFF;
				float:left;
				height:58px;
				width:58px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
				}
				
				#derniereminute .offre .promo {
				background:#66972b;
				color:#FFF;
				float:right;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				height:20px;
				line-height:20px;
				text-align:center;
				margin:-6px -6px 0 0;
				width:40px;
				}
				
				#derniereminute .offre .info {
				border-bottom:1px solid #ccc;
				color:#707070;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				margin:-15px 0 5px 10px;
				padding:0 0 5px 0;
				width:200px;
				}
				
					#derniereminute .offre .info .date {
					font-weight:bold;
					}
					
				#derniereminute .offre .prix {
				color:#66972b;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:24px;
				font-weight:bold;
				margin:0px 0 0px 10px;
				}
				
					#derniereminute .offre .prix .parsemaine {
					color:#777;
					font-size:14px;
					line-height:20px;
					}
		
		#accueil #offres #sejours {
		background:#fefefe url(../img/dm-bg.png) repeat-x;
		float:left;
		padding:0 0 7px 0;
		width:319px;
		}
		
			#offres #sejours h2 {
			background:url(../img/ico-sejours.png) no-repeat 0 0;
			color:#7da948;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			height:29px;
			line-height:29px;
			padding-left:35px;
			margin:5px 0 24px 10px;
			}
			
			#offres #sejours .offre {
			background:#fff;
			margin:0px 8px 10px 8px;
			padding:6px;
			}
			
				#sejours .offre .encemoment {
				background:#e0ead5;
				color:#699b2c;
				font-family:Arial, Helvetica, sans-serif;
				font-size:14px;
				height:20px;
				line-height:20px;
				margin:-6px 0 4px -6px;
				padding:0 0 0 5px;
				width:298px;
				}
			
				#sejours .offre .illus {
				border:3px solid #FFF;
				float:left;
				height:58px;
				width:58px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
				}
				
				#sejours .offre .promo {
				background:#66972b;
				color:#FFF;
				float:right;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				height:20px;
				line-height:20px;
				text-align:center;
				margin:-24px -6px 18px 0;
				width:40px;
				}
				
			
				#sejours .offre .info {
				border-bottom:1px solid #ccc;
				color:#707070;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				margin:0px 0 5px 10px;
				padding:0 0 5px 0;
				width:200px;
				}
				
				#sejours .offre .info-promo {
				border-bottom:1px solid #ccc;
				color:#707070;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				margin:-15px 0 5px 10px;
				padding:0 0 5px 0;
				width:200px;
				}
				
					#sejours .offre .info .date {
					font-weight:bold;
					}
					
				#sejours .offre .prix {
				color:#66972b;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:24px;
				font-weight:bold;
				margin:0px 0 0px 10px;
				}
				
					#sejours .offre .prix .apartirde {
					color:#8e8e8e;
					font-size:11px;
					}
				
		#accueil #offres #derniereminute .pagination, #accueil #offres #sejours .pagination {
		clear:both;
		color:#555;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:8px;
		text-align:right;
		}
		
			#accueil #offres #derniereminute .pagination a, #accueil #offres #sejours .pagination a{
			color:#555;
			text-decoration:none;
			}
			
			#accueil #offres #derniereminute .pagination a:hover, #accueil #offres #sejours .pagination a:hover{
			color:#333;
			}
		
/* LISTING */

	#chemin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#777;
	margin:24px 0 0 0;
	}
	
		#chemin a {
		color:#777;
		text-decoration:none;
		}
		
		#chemin a:hover {
		color:#333;
		}
	
	#listing, #fiche {
	margin:0 0 0 12px;
	}
	
	#listing H1, #fiche H1 {
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	}
	
	#listing #onglets {
	background:url(../img/onglets-bg.png);
	height:19px;
	margin:-18px 0 22px 0;
	padding:0 0 0 240px;
	}
	
	#listing #onglets a {
		color:#7c7c7c;
		text-decoration:none
		}
	
		#listing #onglets #telephone {
		background:url(../img/onglet-bg.png);
		border:1px solid #CCC;
		color:#7c7c7c;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		height:15px;
		margin:0 12px 0 0;
		padding:2px 0 0 0;
		text-align:center;
		text-transform:uppercase;
		width:154px;
		}
		
		#listing #onglets #telephone a {
		color:#7c7c7c;
		text-decoration:none;
		}
		
		#listing #onglets #telephone a:hover {
		color:#333;
		}
		
#listing #onglets #enligne {
		background:url(../img/onglet-bg2.png);
		border:1px solid #CCC;
		color:#954c00;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		height:15px;
		margin:0 12px 0 0;
		padding:2px 0 0 0;
		text-align:center;
		text-transform:uppercase;
		width:154px;
		}
		
		#listing #onglets #enligne a {
		color:#954c00;
		text-decoration:none;
		}
		
		#listing #onglets #enligne a:hover {
		color:#432200;
		}

	#listing .fiche {
	clear:both;
	width:618px;
	height:170px;
	}		

		#listing .fiche h2 {
	background:#333;
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		height:21px;
		line-height:21px;
		padding:0 0 0 5px;
		}
		
			#listing .fiche h2 .carnet {
			background:#CCC;
			float:right;
			padding:3px 0 0 3px;
			height:18px;
			width:18px;
			}
	
		#listing .fiche .photo {
		background:#EEE;
		float:left;
		height:136px;
		width:205px;
		}
		
		#listing .fiche .texte {
		color:#666;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height:124px;
		overflow:hidden;
		padding:12px 8px 0 8px;
		width:261px;
		}
		
			#listing .fiche .texte p.reference {
			border-bottom:1px solid #c4c4c4;
			padding:0 0 9px 0;
			margin:0 0 9px 0;
			}
		
		#listing .fiche .info {
		background:#EEE;
		float:left;
		height:136px;
		width:136px;
		}
		
			#listing .fiche .info p.tarif {
			background:#AAA;
			color:#707070;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			height:42px;
			padding:10px 0 0 0;
			text-align:center;
			}
			
				#listing .fiche .info p.tarif .prix {
				font-size:20px;
				}
			
			#listing .fiche .info .prestations {
			height:53px;
			padding:6px 5px;
			}
			
				#listing .fiche .picto {
				float:left;
				height:21px;
				margin:2px;
				width:21px;
				}
			
			#listing .fiche .info p.savoirplus {
			background:#AAA;
			color:#FFF;
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:12px;
			height:18px;
			line-height:18px;
			text-align:center;
			}
			
				#listing .fiche .info p.savoirplus a {
				color:#FFF;
				text-decoration:none;
				}
			
		#listing .pagination {
		clear:both;
		color:#666;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:30px 0 0 0;
		text-align:center;
		}
		
			#listing .pagination ul {
			display:inline;0
			margin:0;
			padding:0;
			}
			
				#listing .pagination a {
				color:#777;
				text-decoration:none;
				}
				
				#listing .pagination a:hover {
				color:#333;
				}
		
			#listing .pagination ul li {
			border-right:1px solid #b4b3b4;
			color:#777;
			display:inline;
			list-style-type:none;
			text-align:center;
			margin:0;
			padding:0 4px;
			}
			
				#listing .pagination ul li a {
				color:#777;
				}
			
				#listing .pagination ul li:hover {
				background:#e0e0e0;
				color:#555;
				}
			
			#listing .pagination ul li:last-child {
			border:none;
			}
			
/* FICHE */

	#fiche #media {
	background:#555;
	border:3px solid #555;
	margin:10px 0 0 0;
	width:616px;
	}
	
		#fiche #media #photo {
		background:#EEE;
		float:left;
		height:228px;
		width:410px;
		}
		
		#fiche #media .vignette {
		background:#555;
		float:left;
		height:68px;
		margin:0 0 3px 3px;
		width:100px;
		}
		
		#fiche #media #video {
		background:#AAA url(../img/video.png) no-repeat 5px center;
		color:#FFF;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		height:20px;
		line-height:20px;
		margin:0 0 0 3px;
		padding:0 0 0 30px;
		width:173px;
		}
		
	#fiche #tabs {
	background:#AAA;
	height:22px;
	line-height:22px;
	margin:4px 0 0 0;
	width:622px;
	}
	
		#fiche #tabs a {
		border-right:1px solid #FFF;
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		padding:3px 8px 4px 8px;
		text-decoration:none;
		}
		
			#fiche #tabs a:hover {
			background:url(../img/tab-hover.png) repeat-x;
			text-shadow: 0px -1px 0px #d38202;
			}
	
		#fiche #texte {
		color:#666;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:12px 8px 36px 8px;
		text-align:justify;
		width:414px;
		}
		
			#fiche #texte p.reference {
			border-bottom:1px solid #c4c4c4;
			padding:0 0 9px 0;
			margin:0 0 9px 0;
			}
			
		#fiche #prestations {
		background:#333;
		float:left;
		margin:12px 0 0 54px;
		padding:6px 5px 0px 5px;
		width:128px;
		}

			
				#fiche #prestations .picto {
				float:left;
				height:21px;
				margin:2px;
				width:21px;
				}
				
			#fiche #social {
			background:#DDD;
			border-top:3px solid #FFF;
			clear:both;
			margin:6px 0 0 -5px;
			padding:2px 2px 0 2px;
			width:134px;
			}
			
				#fiche #social img {
				padding:2px;
				}
		
		#fiche #tarifs {
		clear:both;
		color:#666;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:30px;
		padding:0 8px 0 8px;
		width:368px;
		}
		
			#fiche #tarifs .date {
			background:#DDD;
			padding:4px;
			width:150px;
			}
		
		#fiche H3 {
		color:#555;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		line-height:0;
		margin:5px 0 20px 0;
		}
		
		#fiche #promo {
		background:#EEE;
		float:left;
		width:242px;
		}
			
	
				#fiche #promo .promo {
				background:#ffa922;
				color:#FFF;
				float:right;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:bold;
				height:20px;
				line-height:20px;
				text-align:center;
				margin:0 0 0 0;
				width:40px;
				}
				
				#fiche #promo .info {
				border-bottom:1px solid #ccc;
				color:#707070;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:12px;
				margin:-15px 0 5px 10px;
				padding:0 0 5px 0;
				width:200px;
				}
				
					#fiche #promo .info strong {
					color:#FFa922;
					font-size:14px;
					font-weight:bold;
					}
					
				#fiche #promo .prix {
				color:#ffa922;
				float:left;
				font-family:Arial, Helvetica, sans-serif;
				font-size:24px;
				font-weight:bold;
				margin:0px 0 0px 10px;
				}
				
	#fiche #second #map {
	height:450px;
	margin:12px 0 0 0;
	width:622px;
	}
	
	.complement-tarif {
	clear:both;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 8px;
	}
	
	#prix-cmpd {
	background:#FAFAFA;
	border-left:2px solid #666;
	clear:both;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
	padding:5px 10px;
	}
	
	#sejour-avert {
	clear:both;
	color:#a2a843;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0 8px;
	text-align:justify;
	width:600px;
	}
	
/* SIDEBAR */

#sidebar {
	background:#FFF url(../img/sb-bg.png) repeat-x;
	float:left;
	margin:0 0 0 15px;
	width:316px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	}
	
	#sidebar #promo {
	width:312px;
	}
	
		#sidebar #promo #onglets {
		margin:0 0 0 4px;
		}
	
		#sidebar #promo #onglets a {
		color:#555;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height:18px;
		padding:10px 0 0 0;
		text-align:center;
		text-decoration:none;
		}
		
			#sidebar #promo #onglets a.onglet {
			background:url(../img/promonglet.png) no-repeat;
			display:block;
			float:left;
			width:101px;
			}
			
			#sidebar #promo #onglets a.onglet2 {
			background:url(../img/promonglet2.png) no-repeat;
			display:block;
			float:left;
			width:101px;
			}
		
		#sidebar #promo #encart-sb {
		background:url(../img/promo-encart.png) no-repeat;
		clear:both;
		height:191px;
		padding:8px 13px;
		width:285px;
		}
		
			#sidebar #promo .info-encart {
			background:url(../img/trame.png);
			color:#FFF;
			font-family:Arial, Helvetica, sans-serif;
			margin:-40px 0 0 0;
			padding:5px;
			position:relative;
			z-index:200;
			}
			
				#sidebar #promo .info-encart h3 {
				font-size:14px;
				}
			
				#sidebar #promo .info-encart a {
				color:#FFF;
				text-decoration:none;
				}
				
				#sidebar #promo .info-encart a.lien {
				font-size:11px;
				}
	
	#sidebar #recherche {
	
	}
	
		#sidebar #recherche #titre {
		background:#666 url(../img/magnifier.png) no-repeat 10px 5px;
		color:#FFF;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		height:36px;
		line-height:36px;
		padding:0 0 0 44px;
		}
		
		#sidebar #recherche .moitie {
		float:left;
		margin:5px;
		width:148px;
		}
		
		#sidebar #recherche .plein {
		clear:both;
		margin:5px;
		width:306px;
		}
		
			#sidebar #recherche .moitie, #sidebar #recherche .plein {
			color:#666;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			}
			
			#sidebar #recherche .moitie h3, #sidebar #recherche .plein h3 {
			background:url(../img/fleche.png) no-repeat left center;
			color:#333;
			padding:0 0 0 16px;
			}
			
			#sidebar #recherche .moitie label, #sidebar #recherche .plein label {
			line-height:30px;
			margin:4px 0 0 0;
			padding:0 0 0 12px;
			}
		
		#sidebar #recherche .separation {
		border-top:1px dotted #999;
		clear:both;
		margin:5px;
		}
		
		#sidebar #recherche #rechercher a {
		background:#555;
		clear:both;
		color:#FFF;
		display:block;
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:11px;
		height:20px;
		line-height:20px;
		margin:5px;
		text-align:center;
		text-decoration:none;
		width:120px;
		}
		
			#sidebar #recherche #rechercher a:hover {
			background:#000;
			}
			
		#sidebar .separation {
		border-top:1px solid #e7e7e7;
		clear:both;
		margin:15px 5px;
		}
		
		#sidebar #contact {
		background:url(../img/ico-contact.png) no-repeat left top;
		color:#777;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:10px 5px;
		padding:0 0 0 48px;
		}
		
			#sidebar #contact strong {
			font-size:18px;
			line-height:26px;
			}
			
			#sidebar #contact a {
			color:#6a9e2c;
			text-decoration:none;
			}
			
				#sidebar #contact a:hover {
				color:#416219;
				}
				
		#sidebar #carnet {
		background:url(../img/ico-carnet.png) no-repeat left top;
		color:#777;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:10px 5px;
		padding:0 0 0 48px;
		}
		
			#sidebar #carnet .carnet-separation {
			background:url(../img/carnet-sep.png) repeat-x;
			height:9px;
			margin:2px 0;
			}
		
			#sidebar #carnet .item, #sidebar #carnet .acces {
			clear:both;
			height:20px;
			line-height:20px;
			width:250px;
			}
		
			#sidebar #carnet .item a {
			color:#777;
			text-decoration:none;			
			}
			
			#sidebar #carnet .item a:hover {
			color:#333;
			}
			
			#sidebar #carnet .acces a {
			color:#66972b;
			font-weight:bold;
			text-decoration:none;
			}
			
			#sidebar #carnet .acces a:hover {
			color:#333;
			}
			
			#sidebar #carnet .item .right, #sidebar #carnet .acces .right {
			float:right;
			}
			
	#sidebar #sejour_groupe {
	margin:0 0 0 10px;
	}
			
	#sidebar #sejour_groupe a.titre {
	background:url(../img/fleche-location.png) no-repeat left center;
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	margin:0 0 10px 0;
	padding:0 0 0 12px;
	text-decoration:none;
	text-transform:uppercase;
	}
	
	#sidebar #sejour_groupe a.bouton {
	margin:0 0 0 15px;
	}
	
		#sidebar #sejour_groupe ul {
		color:#777;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		list-style-type:none;
		margin:0;
		padding:10px 0;
		text-decoration:none;
		}
		
		#sidebar #sejour_groupe ul li a {
		background:url(../img/puce.png) no-repeat left center;
		color:#777;
		margin:0 0 0 5px;
		padding:0 0 0 10px;
		text-decoration:none;
		}
		
			#sidebar #sejour_groupe ul li a:hover {
			color:#6b9e2d;
			}
			
	#sidebar #social {
	margin:0 0 10px 10px;
	}
	
	#sidebar .rubrique {
	background:url(../img/dossier.png) no-repeat left top;
	height:40px;
	line-height:40px;
	margin:10px 8px;
	padding:0 0 0 45px;
	}
	
		#sidebar .rubrique a {
		color:#777;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		}
		
		#sidebar .rubrique a:hover {
		color:#333;
		}
		
	#sidebar .widget {
	background:url(../img/calendrier.png) no-repeat left top;
	height:40px;
	line-height:40px;
	margin:10px 8px;
	padding:0 0 0 45px;
	}
	
		#sidebar .widget a {
		color:#777;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-decoration:none;
		}
		
		#sidebar .widget a:hover {
		color:#333;
		}
				
/* FOOTER */

	#footer {
	background:#F5F5F5;
	clear:both;
	height:210px;
	margin:10px 10px 0 0;
	padding:10px 10px 0 12px;
	}
	
		#footer #interaction {
		float:left;
		width:535px;
		}
		
			#footer #interaction h3 {
			background:url(../img/ico-mail.png) no-repeat left center;
			color:#777;
			font-family:Arial, Helvetica, sans-serif;
			font-size:14px;
			font-weight:normal;
			height:24px;
			line-height:24px;
			margin:0 0 5px 0;
			padding:0 0 0 30px;
			}
			
			#footer #interaction .champ {
			color:#777;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			width:110px;
			}
			
				#footer #interaction .champ input {
				width:100px;
				}
				
			#footer #interaction .champ2 {
			color:#777;
			float:left;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			width:50px;
			}
			
				#footer #interaction .champ2 input {
				width:40px;
				}
				
			#footer #interaction .bouton {
			float:left;
			width:110px;
			}
				
			#footer #interaction .bouton a {
			background:url(../img/bt-abonner.png) no-repeat;
			color:#FFF;
			display:block;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			height:23px;
			line-height:23px;
			margin:14px 0 0 0;
			text-align:center;
			text-decoration:none;
			width:108px;
			}
			
			#footer #interaction #carteinteractive {
			clear:both;
			float:left;
			padding:12px 0 0 0;
			}
			
			#footer #interaction #brochures {
			float:left;
			padding:12px 0 0 7px;
			}
		
		#footer #carte {
		background:url(../img/carte.jpg) no-repeat right top;
		border-left:1px solid #999;
		color:#777;
		float:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding:10px 0 0 20px;
		width:380px;
		}
		
			#footer #carte h3 {
			background:url(../img/h3-bg.jpg) no-repeat;
			color:#FFF;
			height:19px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			line-height:19px;
			margin:0 0 10px -10px;
			padding:0 0 0 8px;
			}
			
		#mentions {
		clear:both;
		color:#999;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		margin:5px 10px 5px 0;
		text-align:right;
		}
		
			#mentions a {
			color:#999;
			text-decoration:none;
			}
			
			#mentions a:hover {
			color:#555;
			}
			
.infobulle {
	height:136px;
	width:206px;
}

	.infobulle .illustration {
	height:136px;
	position:relative;
	width:206px;
	}
	
	.infobulle .encart {
	background:#333;
	margin:-30px 0 0 0;
	padding:5px;
	z-index:200;
	}
	
		.infobulle h3 {
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		}
		
		.infobulle a {
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFF;
		}
		
#formulaire-contact {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:20px 10px 0 10px;
	}
	
	#formulaire-contact .intitule {
	float:left;
	padding:0 0 5px 0;
	width:140px;
	}
	
	#formulaire-contact .zone {
	float:left;
	padding:0 0 5px 0;
	width:460px;
	}
	
	#formulaire-contact .bouton {
	clear:both;
	padding:5px 0;
	}
	
	#formulaire-contact #erreur {
	background:#333;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	margin:5px 0 0 0;
	padding:0 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
	
#ui-datepicker-div {
	z-index:1000;
	}
	
#validation {
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:25px 0;
	}
	
#notation {
	background:url(../img/star-bg.png);
	height:20px;
	padding:0 7px;
	width:80px;
	}
	
	#notation .note {
	float:left;
	height:20px;
	width:16px;
	}
	
.notation {
	background:url(../img/star-bg.png);
	height:20px;
	padding:0 7px;
	width:80px;
	}
	
	.notation .note {
	float:left;
	height:20px;
	width:16px;
	}
	
