
body {
	background: none;
	font-family: Tahoma, Geneva, "DejaVu Sans Condensed", sans-serif;
}

h1, #skip_navigation {
	position: static;
	top: 0;
	left: 0;
}

/**********
 * Menu informations
 **********/
	#menu_informations { 
		display: none;
	}
	
	
/**********
 * Search
 **********/
	#search {
		display: none;
	}
	
	
/**********
 * Page
 **********/
	#page {
		width: auto;
		margin: 0 auto;
		border: 0;
		margin-bottom: 0;
	}
	#menu_corporatif {
		display: none;
	}
	#flash, #flash img {
		display: none;
	}
	h2 {
		padding: 6px 0 9px 10px;
		font-size: 16px;
		font-weight: normal;
	}
	p.filAriane {
		display: none;
	}
	
	/**********
	 * Menu principal
	 **********/
		#menu_principal {
			display: none;
		}
		
	/**********
	 * Contenu
	 **********/
		#contenu {
			width: auto;
			padding: 0 10px;
		}
		#contenu h3 {
			color: #3E699B;
			font-size: 13px;
			font-weight: bold;
			padding-top: 20px;
			padding-bottom: 10px;
		}
		#contenu h4 {
			color: #3E699B;
			font-size: 12px;
			font-weight: bold;
			padding-top: 10px;
			padding-bottom: 10px;
		}
		#contenu h5 {
			color: #3E699B;
			font-size: 11px;
			font-weight: bold;
		}
		#contenu p {
			text-align: justify;
			font-size: 11px;
			line-height: 15px;
			padding-top: 2px;
			padding-bottom: 14px;
		}
		#contenu li {
			font-size: 11px;
		}
		#contenu .slogan {
			color: #d49f25;
			font-size: 14px;
			font-weight: bold;
			text-align: left;
		}
		
		#contenu .resultatsHebergements {
			padding: 10px;
			margin-bottom: 10px;
		}
		#contenu .resultatsHebergements .photo {
			float: left;
		}
		#contenu .resultatsHebergements .infos {
			padding: 5px;
			float: right;
			width: 60%;
		}
		#contenu .resultatsHebergements .infos ul.liens {
			display: none;
		}
		#contenu .resultatsHebergements.altrow {
			background-color: transparent;
		}
		#contenu .resultatsHebergements.altrow h5 {
			color: #3E699B;
		}
		
		
	/**********
	 * Side bar
	 **********/
		#side_bar {
			display: none;
		}
		
		
	/**********
	 * Footer
	 **********/
		#footer {
			clear: both;
		}
		
		
/**********
 * Clearfix
 **********/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}