@charset "iso-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

img {
	border:none;
}

html {
	width:100%;
	height:100%;
	background-color:#007cdb;
}

body {
	width:100%;
	min-width:1000px;
	height:100%;
	min-height:864px;
	background-image:url(../images/bkg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	font-family:Arial, Helvetica, sans-serif;
	color:#fefefe;
	font-size:12px;
}

#Main {
	width:1000px;
	height:864px;
	margin:0 auto 0 auto;
}

#Actualites {
	position:absolute;
	width:244px;
	height:162px;
	top:657px;
	background-image:url(../images/actualites.jpg);
	background-repeat:no-repeat;
	padding-top:45px;
	padding-left:50px;
	z-index:2;
}

#Actualites p {
	width:220px;
	text-align:justify;
	font-size:12px;
	line-height:14px;
}

#Container {
	position:relative;
	width:1000px;
	height:618px;
	z-index:1;
}

#ContainerLeft {
	float:left;
	width:115px;
	height:864px;
	background-image:url(../images/container-left-bkg.png);
	background-repeat:no-repeat;
}

#ContainerCentre {
	float:left;
	width:753px;
	height:864px;
}

#ContainerCentreTop {
	position:relative;
	width:703px;
	height:146px;
	background-image:url(../images/container-centre-top-bkg.jpg);
	background-repeat:no-repeat;
	padding:100px 0 0 50px;
}

#ContainerCentreContenu {
	position:relative;
	width:753px;
	height:618px;
	background-image:url(../images/container-centre-bkg.jpg);
	background-repeat:no-repeat;
}

#ContainerCentreContenuMenu {
	position:relative;
	float:left;
	width:683px;
	height:82px;
	padding-left:70px;
}

#ContainerCentreContenuMenu p {
	position:relative;
	float:left;
}

#ContainerCentreContenuContainer {
	position:relative;
	clear:left;
	width:708px;
	height:500px;
	padding-left:45px;
	overflow:auto;
}

#ContainerCentreContenuContainer h1 {
	width:660px;
	height:28px;
	background-image:url(../images/h1-bkg.png);
	background-repeat:no-repeat;
	font-size:14px;
	color:#f8f3ed;
	padding-left:20px;
	padding-top:15px;
	padding-right:28px;
}

#ContainerCentreContenuContainer p {
	padding-left:20px;
	text-align:justify;
	padding-right:28px;
}

.tarif-titre {
	width:421px;
	height:17px;
	padding:3px;
	margin-left:20px;
	margin-bottom:2px;
	background-image:url(../images/tarif-titre-bkg-off.png);
	background-repeat:no-repeat;
	color:#ffbf50;
	cursor:pointer;
}

.tarif-titre:hover {
	background-image:url(../images/tarif-titre-bkg-on.png);
	background-repeat:no-repeat;
	font-weight:bold;
}

.tarif-titre-actif {
	width:421px;
	height:17px;
	padding:3px;
	margin-left:20px;
	margin-bottom:2px;
	background-image:url(../images/tarif-titre-bkg-on.png);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#ffbf50;
	cursor:pointer;
}

.tarif-details {
	float:right;
	width:223px;
	height:214px;
	margin-right:10px;
	padding:0;
	background-image:url(../images/tarif-details-bkg.png);
	background-repeat:no-repeat;
	font-size:10px;
	padding:4px;
	color:#ffffff;
	border:1px solid #d5a16a;
}

.tarifs-prix {
	overflow:auto;
	width:500px;
	background-image:url(../images/tarif-prix-bkg.png);
	background-repeat:repeat;
	margin-left:195px;
	font-size:11px;
}

.tarifs-prix-left {
	float:left;
	width:328px;
	height:auto;
	color:#ffffff;
	padding:4px;
}

.tarifs-prix-right {
	float:left;
	width:156px;
	height:auto;
	color:#ffffff;
	padding:4px;
	text-align:center;
}

.tarfis-prix-bottom {
	clear:left;
	width:500px;
	height:4px;
	background-image:url(../images/tarif-prix-bottom-bkg.png);
	background-repeat:no-repeat;
	margin-left:195px;
}

#ContainerRight {
	float:left;
	width:132px;
	height:864px;
	background-image:url(../images/container-right-bkg.png);
	background-repeat:no-repeat;
}

#MainContainerContact {
	position:relative;
	float:left;
	width:360px;
	padding:0;
}

.Formulaire {
	position:relative;
	margin:0 0 0 0;
	color:#ffffff;
	font-size:12px;
}

.Input {
	width:186px;
	height:14px;
	border:1px solid #5a2c0d;
	padding:2px;
	background-color:#943b00;
	font-size:12px;
	margin:2px;
	vertical-align:middle;
	color:#FFFFFF;
}

.Input:hover, .Input:focus {
	background-color:#a57759;
}

.InputSelect {
	width:192px;
	height:auto;
	border:1px solid #000000;
	background-color:#943b00;
	font-size:12px;
	margin:4px 2px 4px 2px;
	vertical-align:middle;
	cursor:pointer;
	color:#FFFFFF;
}

.InputSelect:hover, .InputSelect:focus {
	background-color:#a57759;
}

.InputArea {
	width:186px;
	height:auto;
	border:1px solid #5a2c0d;
	padding:2px;
	background-color:#943b00;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	color:#FFFFFF;
}

.InputArea:hover, .InputArea:focus {
	background-color:#a57759;
}

.InputSubmit {
	width:auto;
	height:auto;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#943b00;
	cursor:pointer;
	margin-top:10px;
}

.InputSubmit:hover {
	background-color:#5a2c0d;
}

.erreur {
	color:#990000;
}

#MainContainerContactContenu {
	position:relative;
	float:left;
	width:320px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Liens */

a:link {
	color:#333300;
	font-weight:bold;
	text-decoration:underline;
}

a:visited {
	color:#336600;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color:#f3c91d;
	font-weight:bold;
	text-decoration:none;
}

.actualite:link {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

.actualite:visited {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

.actualite:hover {
	color:#ffffff;
	font-weight:normal;
	text-decoration:underline;
}

.actus:link {
	color:#f3c91d;
	font-weight:bold;
	text-decoration:none;
}

.actus:visited {
	color:#f3c91d;
	font-weight:bold;
	text-decoration:none;
}

.actus:hover {
	color:#5bb649;
	font-weight:bold;
	text-decoration:none;
}

.lien-actus:link {
	color:#f3c91d;
	font-weight:bold;
	text-decoration:none;
}

.lien-actus:visited {
	color:#f3c91d;
	font-weight:bold;
	text-decoration:none;
}

.lien-actus:hover {
	color:#f3c91d;
	font-weight:bold;
	text-decoration:underline;
}
