@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffd4;
	background-image: url(../img/body/body-background.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #33030C;
	font-size: 12px;
}
a {
	color: #fff;
}
a:hover {
	color: #a01730;
}

#background {
	min-height: 400px;
	width: 1200px;
	margin-left: -600px;
	background-image: url(../img/background/background-background.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 50%;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#ombre {
	background-image: url(../img/ombre/ombre-background.jpg);
	background-repeat: repeat-y;
	width: 1200px;
	margin-left: -600px;
	background-position: center 0px;
	position: absolute;
	left: 50%;
	top: 0px;
}
#menu {
	height: 30px;
}
#entete {
}
#contenu {
	margin: 10px;
}
#pied {
	background-color: #33030c;
	height: 100px;
	padding: 10px;
	color: #ffffff;
	text-align: right;
}
#pied_ombre {
	background-image: url(../img/pied/pied-ombre.jpg);
	height: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#contenu h1 {
	color: #ffffd4;
	text-align: center;
	font-size: 24px;
	text-decoration: underline;
	margin-bottom: 15px;
	background-color: #6d071a;
	margin-top: 5px;
	padding: 5px;
}
#contenu h2 {
	color: #a01730;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #A01730;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contact_opaline {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

#contact_opaline input {
	float: right;
}
#contact_opaline p {
	margin-bottom: 5px;
}
#tarifs {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
#tarifs form {
	float: right;
	margin-top: 4px;
	display: inline;
	height: 24px;
}
#tarifs p {
	padding-top: 5px;
	padding-bottom: 5px;
	text-indent: 5px;
}
.tarif1 {
	background-color: #a99580;
}
.tarif2 {
	background-color: #e5deba;
}
#contact_opaline select {
	float: right;
}

#livre-or {
	height: 100px;
	width: 103px;
	float: left;
	text-align: center;
}

#livre-or ul {
list-style: none;
font-size: 8px;
}
