body{
	background-color: #950f10;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

a{color: #123872;} 
.clear-both{ clear: both; }
.hr-clear-both{ height:1px; clear:both; }
.hr-clear-both hr{display:none;}
.error{
	background-color:#C14444;
	color: #fff;
	font-weight:bold;
	padding:5px;
	margin: 10px 0;
}
.confirmation{
	background-color: #A9BE05;
	color: #fff;
	font-weight:bold;
	padding:5px;
	margin: 10px 0;
}
	
#site{
	text-align:left;
	width:1010px;
	margin: 20px auto;
}

.tarifs{
	margin: 0 0 20px 0;
	width:100%;
}
.tarifs th {
	font-weight: bold;
	text-align : center;
	background-color: #F0EFE8;
	border-left : 1px solid white;
}

.tarifs td {
	text-align : center;
	border-left : 1px solid white;
}
.entete {
	font-weight: bold;
	text-align : left;
	background-color: #F0EFE8;
}

#header {
	background: url('images/bg-header.gif') no-repeat scroll top left;
	position: relative;
	width: 1010px;
	height: 30px;
}
#header ul {
	position:absolute;
	left: 690px;
	top: 15px;
	font-size: 12px;
}
#header ul li{
	float: left;
}
#header ul li a{
	padding-left: 20px;
	padding-right: 20px;
	color: #000;
	text-decoration:none;
}
#lang-uk{
	background: url('images/gb.gif') no-repeat center left	
}
#lang-fr{
	background: url('images/fr.gif') no-repeat center left;
}

#content{
	background: url('images/bg-content.gif') repeat-y 0 0;
	padding: 0 30px 18px 30px;
}
#content-left{
	background: url('images/logo-lechristina.gif') no-repeat scroll top left;
	width: 280px;
	float: left;
}
#content-left h1, #content-left h2{
	height: 104px;
}
#content-left h1 a, #content-left h2 a{
	height: 104px;
	display: block;
	text-indent: -4000px;
}

#content-left ul li{
	background: url('images/puce-menu.gif') no-repeat scroll center left;
	text-indent: 30px;
	margin-left: 15px;
	padding: 4px 0;
}
#content-left ul li a{
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

#content-right{
	width: 650px;
	float: right;
}

#photos-gallery{
	background: url('images/bg-photos.gif') no-repeat scroll top left;
	width: 650px;
	height: 260px;
	overflow: hidden;
}
#photos-gallery ul li{
	margin: 28px 0 0 17px;
}
#content-right-text{
	padding-right: 20px;
}
#content-right-text h1{
	font-size: 26px;
	margin-bottom: 10px;
}
#content-right-text h2{
	font-size: 20px;
	margin-bottom: 10px;
}
#content-right-text h3{
	font-size: 18px;
	color: #C37777;
	margin-bottom: 10px;
}

#content-right-text p{
	margin: 5px 0 14px 0;
	line-height: 1.2em;
}
.img-right, .img-left{
	border: 1px solid #dedede;
	padding: 5px;
}
.img-right{
	float: right;
	margin: 0 0 5px 15px;
}
.img-left{
	float: left;
	margin: 0 15px 5px 0;
}
#google-map{
	background-color: #dedede;
	width:630px;
	height: 300px;
}
.bloc-news{
	background-color:#f0efe8;
	padding: 5px;
}
#content-right-text .bloc-news h3{
	color: #000;
	font-size: 20px;
	margin-bottom: 10px;
}
.bloc-news h4{
	color: #950909;
	font-weight: bold;
}
#content-bottom ul{
	padding: 10px 20px;
}
#content-bottom ul li{
	float: left;
}


#bottom {
	background: url('images/bg-bottom.gif') no-repeat scroll top left;
	width: 1010px;
	height: 30px;
}

#contact td{
	padding-top: 7px;
	padding-right: 10px;
	}

#contact hr {
	color: #E6E6E6; 
}