@charset "UTF-8";
/***************************** Structure *******************************/
body {
	background-color: #3e4e12;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
#main {
	height: 100%;
	width: 100%;
	padding: 0px;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#box {
	width: 608px;
	margin: auto;
	background-color: #FFFFFF;
	border: 2px solid #aac92d;
}
#content {
	background-image: url(../images/BG_content.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	padding: 10px;
}
#header {
	height: 133px;
	width: 608px;
}
#download {
	padding: 5px;
	float: right;
	width: 125px;
	font-family: Arial;
	font-size: 10px;
	color: #2D380D;
	text-align: right;
	line-height: 13px;
}
#footer {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #809f29;
	padding: 4px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #aac92d;
	text-align: left;
}
/***************************** Style *******************************/
.titre {
	font-family: Arial;
	font-size: 18px;
	color: #5b5c08;
	font-weight: bold;
}
.sous-titre {
	font-family: Arial;
	font-size: 14px;
	color: #999b28;
	font-weight: bold;
}
.red {
	color: #990000;
	font-weight: bold;
}
.separator {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8dcd0;
	height: 1px;
}
.float-right {
	float: right;
	margin-left: 5px;
}
.float-left {
	float: left;
	margin-right: 5px;
}
.float-horloge {
	float: left;
	margin-right: 5px;
}
/***************************** Links *******************************/
#download a:link {
	font-family: Arial;
	font-size: 10px;
	color: #2D380D;
}
#download a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #2D380D;
}
#download a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #2D380D;
}
#content a:link {
	font-family: Arial;
	font-size: 10px;
	color: #2D380D;
}
#content a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #2D380D;
}
#content a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #2D380D;
}
#footer a:link {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-family: Arial;
	font-size: 11px;
	color: #2D380D;
	background-color: #FFFFFF;
	text-decoration: none;
}
