* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, sans-serif;
  	font-size: 1.0em;
	color: #000;
	background: #fff url("images/fond1.png") top left fixed;
}

img {
  	border: none;
}

a:hover {
	text-decoration: none;
}

.bcentre {
	width: 910px;
	margin: 0 auto;
}

#menu {
	background: #c60000 url("images/fond0.png") top left fixed;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #000;
	padding: 10px 0 10px 0px;
	font-size: 0.9em;
	text-align: center;
}

#menu ul li { 
	display: inline; 
}
#menu ul li a {
	color: #fff;
	padding: 10px;
	text-decoration: none;
	letter-spacing: 1px;
}

#menu ul li a:hover {
	color: #000;
}
#menu ul li a.select {
	color: #000;
}

#header {
	background: #fff;
	padding: 10px 25px 50px 30px;
	text-align: center;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
	word-spacing: 3px;
	padding: 20px 0 0 0;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #ee0000;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	color: #ee0000;
	line-height: 1.5em;
	letter-spacing: 2px;
	word-spacing: 3px;
}

h8 {
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	color: #000;
	line-height: 0.5em;
	letter-spacing: 2px;
	word-spacing: 3px;
}

#content {
	background: #fff;
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: left;
	border: 1px solid #000;
	padding: 10px 10px 40px 10px;
	line-height: 1.3em;
	font-size: 0.85em;
}
#content a {
	color: #000;
}
#content a:hover {
	color: #ff0000;
}
#content img {
	border: 1px solid #000;
}

#visite {
	text-align: right;
	margin: 10px 0 0 0;
	font-size: 1.0em;
	background: #fff url("images/fond2.png") top left fixed;
	padding-right: 5px;
}
#photos {
	text-align: center;
	margin: 30px 0 0 0;
	border-bottom: 1px solid #d3d3d3;
	border-top: 1px solid #d3d3d3;
	font-size: 0.9em;
	color: #000;
}
#photos a {
	color: #ff0000;
	text-decoration: none;
}
#photos span {
	color: #555;
}

#content .bloc {
	background: #eee;
	padding: 10px 10px 10px 10px;
	margin: 20px 15px 0 15px;
	border: 1px solid #d3d3d3;
	height: auto;
}

#content h3 {
	text-align: left;
	margin: 5px 0 15px 0;
	font-weight: normal;
	font-size: 1.6em;
	padding: 5px 0 5px 40px;
	color: #000;
	background: #d3d3d3 url("images/carre.png") 15px 50% no-repeat;
	letter-spacing: 1px;
	word-spacing: 2px;
}

#content ul li {
	list-style-type: square;
	text-align: left;
	margin: 0 0 0 30px;
	padding: 1px 5px 1px 5px;
}

#mentions {
	text-align: left;
	margin: 30px 0 0 25px;
	color: #666;
	font-size: 0.9em;
}
#mentions ul li {
	margin: 0 0 0 15px;
}
#mentions a {
	color: #666;
}

#footer {
	font-size: 0.75em;
	color: #000;
	border-top: 5px solid #000;
	margin: 50px 0 0 0;
	background: #fff;
}
#footer p {
	text-align: center;
}
#footer a {
	color: #000;
}
#footer a:hover {
	text-decoration: none;
}

#real {
	color: #888;
	font-size: 0.75em;
	padding: 20px 0 30px 0;
	background: #fff;
	border-bottom: 1px dotted #bcc384;
}
#real p {
	text-align: center;
}
#real a {
	color: #888;
}
#real a:hover {
	text-decoration: none;
}

.deb {
	clear: both;
	line-height: 0.1em;
}

.aucentre {
	text-align: center;
}

.p0 {
	padding: 0 0 10px 0;
}

.complh3 {
	margin-left: 40px;
	color: #ff0000;
	font-size: 1.2em;
}


