/* CSS Document */
/* Copyright 2007 - Visiter M - Groupe Robin - www.visitezm.com */

html, body {
    height:100%;
	overflow:auto;
}
body {
    margin:0;
    padding:0;
    font-family: Tahoma,Arial,Sans-serif;
	font-size:62.5%;
	line-height:1.2em;
	color:#684f41;
    text-align:center;
    background-color:#fff;
	background-image:url('/img/haut-body.png');
	background-position:left top;
	background-repeat:repeat-x;
	overflow:
}
img {
    border:0;
}

a, a:active, a:visited {
    color:#000;
    text-decoration:underline;
}
a:hover {
    color:#ad2429;
    text-decoration:none;
}
h1 {
	margin:30px 20px 0 0;
	padding:0;
	font-size:1.8em;
}
h2 {
	margin:20px 0 10px 0;
	padding:0;
	text-transform:uppercase;
	font-size:1.6em;
}
h2 a img, h2 a:hover span img {
	display:block;
}
h2 a:hover img, h2 a span img {
	display:none;
}
h3 {
	margin:5px 0;
	padding:0;
	text-transform:uppercase;
	font-size:1.4em;
	line-height:1.2em;
	font-weight:normal;
}
h4 {
	margin:5px 0;
	padding:0;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:normal;
}
p {
	margin:12px 0;
	padding:0;
	font-size:1.1em;
	line-height:1.2em;
}
strong {
	font-weight:bold;
}
#conteneur {
	width:740px;
	margin:0 auto;
	background-image:url('/img/fond-conteneur.png');
	background-position:center top;
	background-repeat:repeat-y;
}
#contenu {
	background-image:url('/img/haut-contenu.png');
	background-position:center top;
	background-repeat:no-repeat;	
}
#intro {
	padding:0 40px;
	text-align:left;
	background-image:url('/img/bas-intro.png');
	background-position:center bottom;
	background-repeat:no-repeat;	
}
#entete {
	margin:0 0 10px 0;
	padding:80px 0 0 0;
}
#corps {
	padding:0 0 40px 0;
}
.gauche {
	float:left;
	width:315px;
	padding:0 10px 0 0;
}
.droite {
	float:right;
	width:315px;
	padding:0 0 0 10px;
}
.au-centre {
	text-align:center;
}
.retour {
	clear:both;
}
.plus-petit {
	font-size:0.8em;
}
.insecable {
	white-space:nowrap;
}
.brun {
	color:#684f41;
}
.rouge {
	color:#b42d34;
}
.bordure-droite {
	border-right:1px solid #b42d34;
}