/* /// FEUILLE DE STYLE PERMETTANT DE GERER L'ASPECT GRAPHIQUE DU SITE*/
html, body {
	/* on fait ça pour pouvoir occuper tout l'espace disponible en hauteur surtout*/
	width:100%;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	color:#666666;
}
a {
	color:#666666;
	text-decoration:none;
}.bHome {
	text-decoration:none;
}.bHome:hover {
	text-decoration:underline;
}.intro {
	font-size: 18px;
	text-decoration:none;
}.intro:hover {
	font-size: 18px;
	text-decoration:underline;
}.contenu {
	padding-top:20px;
	padding-bottom:20px;
}.titre {
	font-size: 14px;
	padding-top: 20px;
}.nav {
	letter-spacing: 5pt;
	text-decoration: none;
	margin: 10px;
	text-align:center;
	font-weight: bold;
}.navOn {
	color: #CCCCCC;
	font-weight: bold;
	letter-spacing: 5pt;
	text-decoration: none;
	margin: 10px;
	text-align:center;
}.nav:hover {
	text-decoration: underline;
	}.listPhotos {
	list-style-type:none;
	padding:0px;
	margin:10px;
}.listPhotos li {
	margin-bottom:10px;	
}.titreListe {
	font-weight: bold;
	font-size: 12px;
	display:block;
	padding-bottom:20px;
}
li{
	margin-bottom:4px;
	line-height:18px;
}.listeLien {	
	
}.listeLien:hover {
	text-decoration:underline;
	color:#CCCCCC;
	letter-spacing: 1pt;
}
ul {
	list-style-type:square;
}
.txtGris {
	color:#999999;
}
.puce {
	font-size:16px;
}
.listContacts li {
	margin-bottom:10px;
}

