HTML {
	height:100%;
}

BODY {
	height:100%;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:justify;
	
	background-color:#83B7D1;
	background-image:url(../img/neofly_fond_site.gif);
	background-repeat:repeat-x;

	overflow-y: hidden; /* fonction microsoft supprimant les ascenseurs sous IE */
	margin: 0% 0% 0% 0%; /* la marge du body est à 0 pixels, sauf à gauche et en haut */
	padding:0;

}

#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:7px;
	width:100%;
	background-color:#5b396f;
	font-size:0;
}

#logo {
	margin-top:25%;
	text-align:center;
}

#adresse {
	position:absolute;
	bottom:20px;
	left:0px;
	height:76px;
	width:100%;
	text-align:center;
}

  /*///////////////////////
 ///// Classes Liens /////
///////////////////////*/

a:link {font-family:Verdana, Arial, Helvetica, sans-serif; color: #9D6EB9; text-decoration: none;}
a:active {font-family:Verdana, Arial, Helvetica, sans-serif; color: #9D6EB9; text-decoration: none;}
a:visited {font-family:Verdana, Arial, Helvetica, sans-serif; color: #9D6EB9; text-decoration: none;}
a:hover {font-family:Verdana, Arial, Helvetica, sans-serif; color: #C49DDB; text-decoration: none;}

a.blanc:link {color: #FFFFFF; text-decoration: none;}
a.blanc:active {color: #FFFFFF; text-decoration: none;}
a.blanc:visited {color: #FFFFFF; text-decoration: none;}
a.blanc:hover {color:#FFFFFF; text-decoration: underline;}

a.orange:link {color: #F8882E; text-decoration: none;}
a.orange:active {color: #F8882E; text-decoration: none;}
a.orange:visited {color: #F8882E; text-decoration: none;}
a.orange:hover {color:#F8882E; text-decoration: underline;}

a.bleu:link {color: #97B6F7; text-decoration: none;}
a.bleu:active {color: #97B6F7; text-decoration: none;}
a.bleu:visited {color: #97B6F7; text-decoration: none;}
a.bleu:hover {color:#97B6F7; text-decoration: underline;}