@charset "UTF-8";

/*

	FEUILLE DE STYLE SOMMAIRE site HOTEL LA DILIGENCE


	DESIGN 
		OVARMA STUDIO - www.ovarma.com

	DEVELOPPEMENT
		DIGIKODE - www.digikode.com
	
*/



/*

	BODY ET DIVERS (general)

*/

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	background: #8c1104 url(../images/fond-page.jpg) 0 0 repeat-x;
	}

body * {
	font-family: Arial, Helvetica, sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}

.cleaner {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	}

.cleaner hr {
	display: none;
	}

* a {
	text-decoration: none;
	}

* img {
	border: none;
	}


#bandePhotos {
	position: absolute;
	left: 10px;
	top: 263px;
	}

/*

	POZ H

*/

#pozH {
	position: absolute;
	width: 890px;
	height: 553px;
	left: 50%;
	top: 62px;
	margin-left: -445px;
	overflow: hidden;
	background: #b41e09 url(../images/fond-pozH-home.jpg) 0 0 no-repeat;
	}

/*

	CHOIX LANGUE

*/

#choixLangue {
	position: absolute;
	top: 415px;
	left: 405px;
	}

#choixLangue ul, #choixLangue li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#choixLangue li {
	float: left;
	}



/*

##############################################################################################
PIED PAGE

*/

#piedPage {
	position: absolute;
	width: 890px;
	height: 43px;
	left: 50%;
	top: 615px;
	margin-left: -445px;
	overflow: hidden;
	background: #9b1e09 url(../images/fond-piedPage.jpg) 0 0 no-repeat;
	text-align: center;
	}

#piedPage p.mentions {
	font-size: 11px;
	color: #530802;
	margin: 10px 0 0 0;
	padding: 0;
	}

#piedPage p.mentions a {
	color: #530802;
	}

#piedPage p.signature {
	font-size: 10px;
	color: #e16325;
	margin: 5px 0 0 0;
	padding: 0;
	}

#piedPage p.signature a {
	color: #e16325;
	}

#piedPage p.mentions a:hover, #piedPage p.signature a:hover {
	color: #fff;
	}






#contenuBox {
	position: relative;
	width: 811px;
	height: 440px;
	overflow: hidden;
	}

/* Intertitre, paragraphes, listes */

#contenuBox h3.spip {
	font-size: 18px;
	color: #d1861b;
	font-weight: normal;
	padding-top: 20px;
	}

#contenuBox p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	padding-top: 10px;
	}

#contenuBox ul, #contenuBox ol {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	padding-top: 15px;
	}

/* Liens */

#contenuBox a {
	color: #c93f16;
	text-decoration: none;
	}

#contenuBox a:hover {
	color: #ce711a;
	text-decoration: underline;
	}
