* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#diaporama, #menuhaut, #rubriques, #gauche, #clear, #footer {
	display: none;
}
#header h1 {
	color: #286ba0;
	font-size: 35px;
	font-weight: normal;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
#header h2 {
	color: #66A3D4;
	font-weight: normal;
	font-size: 25px;
	text-align: center;
	margin-bottom: 25px;
}
#corps {
	font-size: 0.9em;
}
#corps h1 {
	font-size: 1.6em;
	margin-top: 30px;
	color: #286ba0;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #286ba0;
}
#corps h2 {
	font-size: 1.4em;
	color: #66A3D4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #286BA0;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 40px;
}
#corps p {
	text-align: justify;
}
#corps img {
	border: 1px solid #66a3d4;
	margin: 5px;
	padding: 5px;
}
#corps li {
	text-align: justify;
}
#corps a {
	color: #205580;
}
#corps a:hover {
	background-color: #A2CFF4;
}


#corps p {
	margin-bottom: 10px;
}
#corps blockquote {
	background-color: #CFE7FA;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #66A3D4;
	margin-bottom: 10px;
}
#corps ul {
	margin-left: 50px;
	margin-bottom: 10px;
}
#corps th {
	width: 125px;
	color: #66A3D4;
	text-align: right;
	padding: 2px;
}
#corps input, #corps textarea {
	width: 300px;
	border: #66a3d4 1px solid;
}
#corps textarea {
	height: 150px;
}
address {
	font-size: 0.7em;
	border-top: #66a3d4 1px solid;
	color: #66a3d4;
	text-align: center;
}