/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #f3f3f3 url(../images/bg.jpg) no-repeat center top;
	text-align: center;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #575757;
}
#conteneur {
	width: 668px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 41px;
}
#head {
	background: url(../images/head.jpg);
	float: left;
	height: 315px;
	width: 668px;
}
#texte {
	background: url(../images/bg-txt.png);
	float: left;
	height: 300px;
	width: 618px;
	padding: 10px 25px;
}
html>body #texte {
height: auto;
min-height: 300px;
}
div.demi {
	width: 299px;
	float: left;
}
div.full {
	float: left;
	width: 618px;
}
div.gauche {
	padding-left: 10px;
}
div.droite {
	padding-right: 10px;
}
#foot {
	background: url(../images/foot.png);
	float: left;
	width: 668px;
	height: 12px;
}
ul#menu {
	background: url(../images/bg-txt.png);
	float: left;
	width: 618px;
	padding: 10px 25px;
	text-align: left;
	font-size: 11px;
}
ul#menu li.first {
	padding-left: 0px;
}
ul#menu li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
ul#menu li a {
	color: #717070;
	text-decoration: none;
	font-weight: bold;
}
ul#menu li a:hover, ul#menu li a.activ {
	border-bottom: 2px solid #cdb376;
}
div.menustvalentin {
	text-align: left;
	background: #F3F3F3;
	padding: 15px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
/* Formulaire */
#texte ul.formulaire {
	text-align: left;
	background: #F3F3F3;
	padding: 25px;
	border: 1px solid #CCCCCC;
	text-align: left;
}
#texte ul.formulaire, ul.formulaire li {
	list-style: none;
}
#texte ul.formulaire li {
	margin-bottom: 5px;
}
#texte ul.formulaire li input {
	margin-bottom: 7px;
}
#texte ul.formulaire li.titre {
	font-size: 110%;
	font-weight: bold;
	color: #a98e5e;
	text-transform: uppercase;
	text-align: center;
}
/* Galerie */
#galerie a img {
	padding: 5px;
	border: 1px solid #CCC;
	margin-bottom: 7px;
}
#galerie a:hover img {
	border: 1px solid #666;
}
/* Typos */
h1,h2,h3,h4,h5,h6,p,#texte ul, #texte li {
	text-align: left;
	margin-bottom: 8px;
}

h1,h2 {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	color: #a98e5e;
}
h3,h4,h5,h6 {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	color: #a98e5e;
}
p, ul {
	font-size: 100%;
}
ul {
	padding-left: 35px;
}
p.hdclic {
	text-align: right;
}
p.hdclic a {
	font-weight: normal;
}
a {
	color: #a98e5e;
	font-weight: bold;
}
a:hover {
	color: #B9A47B;
	text-decoration: none;
}
strong {
	color: #a98e5e;
}
.centre {
	text-align: center;
}
.encart {
	font-weight: bold;
	margin-top: 20px;
}
.noir {
	font-weight: bold;
	color: #000;
}
.bottom {
	margin-bottom: 10px;
}
.nobottom {
	margin-bottom: 0px;
}
span.petit {
	font-size:90%;
}
.grand {
	font-size:120%;
}
.rouge {
	color: #F00;
}
img {
	border: none;
}
img.gauche {
	float: left;
	margin-right: 10px;
}
a:hover img, input.submit:hover {
  opacity: 0.8;
  filter:alpha(opacity=80); 
}

