@charset "utf-8";

/* Références couleurs :

Pastel :	 #e5f1ec
Vert : 		 #00632f
Gris clair : #d9dadb
Gris moyen : #9c9d9f
Gris foncé : #58585a
*/

/* Généralités */
body, html {
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-color: #88898C;
	color: #000000;
	/* height: 100%; */
}

/* Positionnement */
#centrage {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 84px;
	/* height: 100%; */
}
.left{
	position: relative;
	float: left;
}
.middle{
	position: relative;
	float: left;
}
.right {
	position: relative;
	float: right;
}


/* Couleurs */

.pastel {
	background-color: #e5f1ec;
}
.vert {
	background-color: #00632f;
}
.grisC{
	background-color: #d9dadb;
}
.grisM {
	background-color: #9c9d9f;
}
.grisF {
	background-color: #58585a;
}

/* Filets */
.borderTB{
	border-top: 1px solid #58585a;
	border-bottom: 1px solid #58585a;
	}
.borderLR {
	border-left: 1px solid #58585a;
	border-right: 1px solid #58585a;
}

/* Textes */
.date {
	font-size: 10px;
	text-decoration: none;
	color: #9c9d9f;
}
h1{
	font-family: "Times New Roman";
	font-weight: lighter;
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	margin-bottom: 2px;
	padding: 0px;
	letter-spacing: 1px;
	text-indent: 5px;
}
h2{
	font-size: 13px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h3{
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 12px;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #00632f;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.intro{
	font-size: 12px;
	font-weight: lighter;
	margin-top: 10px;
	padding-bottom: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}

/* Marges intérieures */
.P56 {
	padding-top: 56px;
}
.P28 {
	padding-top: 28px;
}
.P26 {
	padding-right: 26px;
}
.P15 {
	padding-right: 15px;
	padding-left: 15px;
}
.P10 {
	padding-top: 10px;
}

/* Hauteurs */
.H20 {
	height: 20px;
}
.H124 {
	height: 124px;
}
.H90 {
	height: 90px;
}
.H136 {
	height: 136px;
	!height: 130px;
}
.H324 {
	height: 324px;
	!height: 325px;
}

/* Largeurs */
.L177 {
	width: 177px;
}
.L396 {
	width: 396px;
}
.L225 {
	width: 225px;
}


/* Blocs */
#logo {
	color: #FFFFFF;
	text-align: right;
	/*padding-right: 26px;*/
}
/* Links */
a,  a:active, a:visited, a:link {
	text-decoration: none;
	color: #00632f;
}
a:hover {
	text-decoration: none;
	color: #58585a;
	font-weight: bold; /* à supprimer ? */
}
#footer a:hover {
	text-decoration: none;
	color: #58585a;
	padding-top: 2px;
	padding-bottom: 2px;
}
#footer a, #footer a:active, #footer a:visited, #footer a:link{
	text-decoration: none;
	color: #d9dadb;
}
.enter, .enter a, .enter a:active, .enter a:visited, .enter a:link {
	text-decoration: none;
	text-align: right;
	display: block;
	padding: 10px 5px 1px 0; /* padding: 1px 5px 1px 0; */
}

/* Items */
.spacer {
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
