.en_construction {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #AAD02F;
}
.titre_gros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #A6CF39;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.fondbeton {
	background-image: url(../illustrations/fonds/beton.jpg);
	background-repeat: repeat;
	font-family: "Courier New", Courier, monospace;
	color: #000;
	text-decoration: none;
}
.fondvertaveclogo {
	background-image: url(../illustrations/fonds/fond_vert_avec_logo.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

.fondvertsanslogo {
	background-image: url(../illustrations/fonds/fond_vert_sans_logo.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	vertical-align: top;
}

.tablecenter {
	margin-left:auto;
	margin-right:auto;
}
.baspage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	background-image: url(../illustrations/fonds/fond_gris.png);
	background-repeat: repeat;
}
.actualite {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: lighter;
	text-align: justify;
	vertical-align: top;
}
.fondgrisaveclogo {
	background-image: url(../illustrations/fonds/fond_gris_avec_logo.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.tab_centre {
	position: relative;
	top: auto;
	right: auto;
}

