/* CSS Document */

body {
	background-color: #927D2E;
}

body td, p, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.Titre {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
}
.bandeau {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.bandeau-bas {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.texte {
	padding: 10px;
}

.etab, .etab p {
	font-family: Verdana;
	font-size: 11px;
	color:white;
}

.slogan {
	font-size:12px;
	color:#FFFFFF;
}

.container {
	border: 5px solid #FFFFFF;
	background-color: #85912f;
}
.photo {
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#formpage {
	width:200px;
	font-size:12px;
	text-align:center;
	padding:5px;
	margin-top:5px;
	background-color:#FF9900;
	border:1px solid #000000;
	display:block;
}

#formpage:hover {
	border:1px dotted #000000;
	background-color:#FFCC00;
}

#formpage a {
	text-decoration:none;
	color:#000000;
}
.adresse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

