﻿body {
    background-image:url('images/fond-haut.jpg');
    background-repeat:repeat-x;
    background-position: top left;
	background-color:#BCAA9C;
	height:100%;
	color:#0F0800;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
}
#all {
	height:100%;
    width:100%;
}
a {
	color: #0F0800;
}
a:visited {
	color: #0F0800;
}
img.style1 {
	float:left;
}
img.style2 {
	float:right;
}
.style6 {
	border: 3px double #000000;
	font-size: large;
	color: #0F0800;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}
.style16 {
	color: #0F0800;
	font-size: x-large;
}
ul {
	text-align:center
}
h1 {
	text-align:center;
	color:#0F0800;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
}
div#header {
	height:20%;
	text-align:center;
}
#sddm
{	width: 100%;
    margin:auto;
	text-align:center;
	vertical-align:middle;
}

#sddm li 
{	display: inline;
	vertical-align:middle}

#sddm li a
{
	display: inline;
	padding: 5px 15px 5px;
	width: auto;
	background: #BCAA9C;
	color: #0F0800;
	border-bottom-color: #0F0800;
	border-style: groove;
	text-transform: uppercase;
	font-family: "Book Antiqua";
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

#sddm li a:hover
{	background:#8F7E74;
	color:#0F0800;}

#sddm li a.active
{	background:#8F7E74;
	color: #0F0800;
	}
#text {
	height:70%;
    width:100%;
	text-align:center;
	font-size:large;
	margin-top:50px;
	margin-bottom:50px
}

