body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(../img/fond-body.png);
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color: #212121;
}
html {
	background-image: url(../img/fond-gris.png);
	background-repeat:repeat;
	height: 100%;
	background-color: #212121;
}
a {
	color: #C80000;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: none;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #084A8C;
	font-style: italic;
	letter-spacing: 0.06em;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #084A8C;
	padding-bottom: 3px;
	border-bottom: dotted 1px #084A8C;
}
h3, h4 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #084A8C;
	padding-bottom: 3px;
	line-height: 18px;
}

/* - Styles perso - */

#hautdepage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	height: 110px;
	border-top: solid 1px #000;

}
#contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #C1CCCC;
	background-image: url(../img/fond-degrader-gris.png);
	background-repeat: repeat-x;
}
#menunav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../img/degrader-gris-01.png);
	border-bottom: solid 1px #000;
}
#menunav a {
	display: block;
	float: left;
	padding: 2px 8px 2px 8px;
	color: #000000;
}
#menunav a:hover {
	color: #084A8C;
	background-image: url(../img/degrader-gris-02.png);
	background-repeat: repeat-x;
}
.menuon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #084A8C;
	display: block;
	float: left;
	padding: 2px 8px 2px 8px;
	background-image: url(../img/degrader-gris-02.png);
	background-repeat: repeat-x;
}

#adresse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	margin: 4px;
	float: right;
	width: 160px;
	text-align: center;
}
#logo {
	float: left;
	width: 400px;
}
#informations {
	font-family: "Trebuchet MS", sans-serif, Tahoma;
	font-size: 12px;
	line-height: 16px;
	margin: 12px;
}
#informations td {
	font-family: "Trebuchet MS", sans-serif, Tahoma;
	font-size: 12px;
	line-height: 16px;
}
.encadrer {
	display: block;
	height: 200px;
	width: 200px;
	margin: 12px;
	float: left;
	border: 1px solid #666666;
	text-align: center;
}
.encadrer h1 a {
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;
	display: block;
	padding: 3px 6px 3px 6px;
	color: #FFFFFF;
	background-color: #666666;
}
.encadrer h1 a:hover {
	background-color: #F80000;
	
}
.retourhaut {
	clear: both;
}
#piedepage {
	font-size: 10px;
	padding: 4px;
	color: #999;
	background-color: #E8E8E8;
}
#piedepage a {
		color: #D60002;
}
#piedepage a:hover {
		color: #084A8C;
}
.inputform {
	font-size: 12px;
	border: solid 1px #666666;
	padding: 2px 5px 2px 5px;
	color:#000;
}
.boutonForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/bouton-rouge.png);
	background-repeat: repeat-x;
	padding: 3px 6px 3px 6px;
	border: solid 1px #C80000;
}
