/* ========================================================
	corps.css - Stylesheet

	1. Divers
	2. Accueil
	3. Gites - Tarifs - activites
		3.1. Tarifs
	4. Contact
	5. Liens
	6. Legal

======================================================== */
/*---------------------------------------------------------
	1. Divers
*/
#corps {
	/*height: 470px;*/
	position: relative;
	width: 690px;
}

.content { color: #fff; padding: 20px; }
.content hr {	border: 1px #9e0000 solid; margin: 3px 0; }
.content ul { margin-left: 30px; }
.content h2, .content h3, .content h4 { margin: 0.8em 0 0; }
.content h2 { text-align: center; }
.content p {
	font-size: 95%;
	line-height: 95%;
	margin: 0.6em 0;
}

#construction {
	text-align: center;
	width: 950px;
	margin: auto;
}

/*---------------------------------------------------------
	2. Accueil
*/
#accueil {}

	#accueil .content {
		position: relative;
		left: 395px;
		padding: 15px 2px;
		text-align: justify;
		width: 290px;
	}

/*---------------------------------------------------------
	3. Gites - Tarifs - activites
*/
#gite {}

	#gite .content {
		float: left;
		width: 280px;
	}
	#activites .content {
		float: left;
		padding-right: 0;
		width: 230px;
	}

	#gite .content h2, #activites .content h2 {
		font-style: italic;
	}

	/*---------------------------------------------------------
		3.1. Tarifs
	*/
	table#tarif { 
		border-collapse: collapse;
		border-spacing: 0;
		margin: 0 10px 15px 15px;
	}

		table#tarif tr td, table#tarif tr th {
			background: #c97272;
			line-height: 13px;
			padding: 2px 5px;
			text-align: center;
			width: 96px;
		}

		table#tarif th.tarif_title {
			background: transparent;
			color: #fff;
			font-size: 14px;
			font-style: italic;
			width: 130px;
		}
		
		table#tarif .blanc_rouge {
			background: #9e0000;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
		}
		
			table#tarif .blanc_rouge span {
				display: block;
				font-size: 12px;
				font-weight: normal;
				line-height: 12px;
			}

/*---------------------------------------------------------
	4. Contact
*/
div#contact{
	overflow: hidden;
	width: 690px;
}

	#contact .content {
		float: left;
		width: 200px;
	}
	#contact #map {
		float: right;
		height: 300px;
		margin: 20px;
		width: 400px;
	}

/*---------------------------------------------------------
	5. Liens
*/
div#liens{
	float: left;
	width: 100%;
}
	div#liens h2 { font-size:20px; text-align:left; }

	div.lien{
		border-bottom: 1px solid #9e0000;
		padding: 10px 0;
	}
	
		div.lien a.img, div.lien img {
			float: left;
			width: 105px;
		}
		div.lien h3 {
			margin: 0 0 0.8em 120px;
		}
		div.lien p {
			margin: 0 0 0.3em 120px;
		}

/*---------------------------------------------------------
	6. Legal
*/
div#legal .content {
	float: left;
}
div#erreur404 .content {
	float: left;
}