/* Général */
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color:#C9C4BF;
	background-image:url(../images/fond-pict.gif);
}
/* Accueil */
#fondPageAccueil{
	background-image:url(../images/fond.gif);
	background-repeat:repeat-x;
}
#contenuSite{
	width:100%;
	height:100%;
}
#colonneSite{
	width:787px;
	height:1024px;
}
#hautColonneSite{
	width:787px;
	height:545px;
}
#basColonneSite{
	background-image:url(../images/fond-bas.gif);
	background-repeat:no-repeat;
	width:787px;
	height:330px;
}
#basColonneSite2{
	width:787px;
	height:39px;
}
#basColonneSite3{
	background-image:url(../images/fond-bas3.gif);
	background-repeat:no-repeat;
	width:787px;
	height:110px;
}
#texteAccueil{
	position:relative;
	width:600px;
	height:180px;
	margin-top:75px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	text-align:justify;
	color:#4B464E;
	line-height:25px;
}
#entrerAccueil{
	position:relative;
	width:80px;
	height:30px;	
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	color:#4B464E;
	letter-spacing:1px;
}
.gras{
	font-weight:bold;
}
.lienNormal:link, .lienNormal:visited{
	color:#4B464E;
	text-decoration:none;
}
.lienNormal:hover, .lienNormal:active{
	color:#4B464E;
	text-decoration:underline;
}
