@charset "utf-8";
html {
	height:100%;
	}
	
	body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height:100%;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
	background-color: #000;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	/* Header styles */
	#contenu {
	clear:both;
	float:left;
	width:100%;
	height:40%;
	background:#f4f4f4;
	border-top-width: 30px;
	border-bottom-width: 30px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	}


.fond-footer-gauche {
	background-image: url(images/footer-bord-gauche.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.fond-footer-droit {
	background-image: url(images/footer-bord-droit.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.fond-footer-milieu {
	background-image: url(images/footer-interieur.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.textePetit {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.textePetitGris {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.texteGris {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
.texte {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: 600;
}
.texteBlanc {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #E12E29;
}
a:active {
	color: #000000;
}
.nouveau-projet {
	background-image: url(images/nouveau-projet.gif);
	background-repeat: no-repeat;
}
.mosaique-projet {
	background-image: url(images/mosaique-projet.gif);
	background-repeat: no-repeat;
}
.fond-rouge {
	background-image: url(images/fond-rouge-degrade.gif);
	background-repeat: no-repeat;
}
.fondTexte {
	background-image: url(images/fond.png);
	background-repeat: repeat;
}
.arbre-petit {
	background-image: url(images/arbre-petit.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.arbre {
	background-image: url(images/arbre.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contours-nouveau-projet {
	border: 1px solid #3F3F3F;
}
a.nouveauProjet:link {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
a.nouveauProjet:hover {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6e6e6e;
	text-decoration:none;
}
a.nouveauProjet:active {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
a.nouveauProjet:visited {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
.texteTitre {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.traitRougeHaut {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #9C0403;
}
.texteBas {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a.lienBas:link {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:underline;
}
a.lienBas:hover {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6e6e6e;
	text-decoration:underline;
}
a.lienBas:active {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:underline;
}
a.lienBas:visited {
	font-family: "Century Gothic",Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:underline;
}
.logo {
	z-index: 7;
	position: absolute;
	width:100%;
	top: 5px;
}
.texteGras {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	font-weight: 900;
}
.contourImage {
	border: 3px solid #000000;
}
.contourImagePetit {
	border: 2px solid #000000;
}
.texteContact {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: 600;
}
.drapeaux {
	z-index: 10;
	position: relative;
	width:100%;
	top: 5px;
}
.usp {
	z-index: 8;
	position: absolute;
	width:190px;
	top: 8px;
	left:5px;
}
