body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(0,54,0);
	text-decoration: none;
	letter-spacing: .7px;
	background: rgb(244,225,187);
	margin: 5px;
}

h1 {
	font-size: 28px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}


a {
	color: rgb(0,150,0);
	text-decoration: none;
}

a:visited {
	color: rgb(0,150,0);
	text-decoration: none;
}

a:hover {
	color: rgb(0,150,0);
	text-decoration: underline;
}

p {
	text-indent: 20px;
	text-align: justify;
}

p:first-letter {
	font-weight: bold;
	font-size: 12px;
}

img {
	border: none;
}

table.site {
	border: collapse solid 1px rgb(0,54,0);
}

td {
	font-size: 10px;
}
th.site {
	border-bottom: solid 1px rgb(0,54,0);
}

td.site,th.site {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.gauche,div.droite,div.milieu {
	border-bottom: rgb(0,54,0) 1px dotted;
	 margin-bottom: 10px;
}

div.gauche {
	text-align: left;
}

div.droite {
	text-align: right;
}

div.milieu {
	text-align: center;
}


#main {
	width: 99%;
	height: 100%;
	position: absolute;
}

#header {
	height: 100px;
	background-image: url(logo.gif);
	 background-repeat: no-repeat;
	padding-left: 185px;
}

#menu {
	position: absolute;
	top: 5px;
	left: 0px;
	padding-top: 110px;
	width: 170px;
	min-height: 100%;
	border-right: rgb(0,54,0) solid 5px;
}


#contenu {
	top: 110px;
	left: 5px;
	padding-left: 180px;
	border-top: rgb(0,54,0) solid 5px;
	padding-bottom: 20px;
	height: auto;
}

#footer {
	position: relative;
	padding-left: 15px;
	left: 170px;
	margin-right: 170px;
	text-align: center;
	border-top: rgb(0,54,0) solid 5px;
}

input.button {
	background-color : rgb(0,54,0);
	color: rgb(244,225,187);
	font-weight : bold;
}

.center {
	text-align: center;
	text-indent: 0px;
}
.small {
	font-size: 9px;
}