/* CSS Document */
html, * {
	margin:0;
	padding:0;
}
html, body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:95%;
	line-height:140%;
	background:#757561;
	height:100%;
	color:#000000;
}
h1 {
	font-size:1.1em;
	color:#541900;
	margin-bottom:1em;
}
h2{
	font-size:1.1em;
	color:#757561;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
p{
	margin-bottom:1em;
}
a img {
	border:0;
}
a, a:hover, a:active, a:visited{
	color:#757561;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#conteneur {
	position:relative;
	margin:0 auto;
	width:583px;
	background:#757561 url(../images/quadro_bckgd.png) repeat-y;
}
#header {
	height:335px;
	width:583px;
	background:url(../images/quadro_header.png) no-repeat;
}
ul.logo {
	width:483px;
	padding:55px 0 0 200px;
	list-style-type:none;
}
ul.nav {
	padding-top:45px;
	list-style:none;
	text-align:center;
}
ul.nav a, a:visited {
	font-size:1.1em;
	color:#FFFFFF;
	text-decoration:none;
}
ul.nav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#contenu {
	padding-bottom:40px;
}
#contenu h1, h2, p {
	margin-left:70px;
	margin-right:70px;
}
#bas {
	width:583px;
	height:117px;
	background: url(../images/quadro_footer.png) no-repeat;
}
#bas ul {
	color:#541900;
	list-style-type:none;
	text-align:center;
	font-size:0.9em;
	padding:30px 0 0 0;
}
#bas ul li a{
	color:#541900;
}
#bas ul li a:hover{
	text-decoration:underline;
}
.clear {
	clear: both;
	background: none;
}
/* CONTACT FORM */
form.form fieldset{
	width:420px;
	margin:0 70px;
	padding:10px;
}
form.form fieldset ul{
	list-style-type:none;
	line-height:1.8em;
}
form.form fieldset label{
	width:90px;
	display:inline-block;
	float:left;
	text-align:right;
	margin-right:10px;
}
form.form fieldset input, form.form fieldset textarea{
	width:310px;
}
/* DECO */
.images{
	margin:5px 70px;
}
.float_left{
	margin:5px 10px 5px 70px;
	float:left;
}
