@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%;
		background:#fff;
		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%;
	}
	/* 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: 13px;
	color: #000000;
}
.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;
}
.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;
}

