/* Global Styles */

html {
	margin-top: 0px;	
}

body {
	margin-top: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url("images/fond.jpg") repeat-x #17ab31; 
} 

h1 	
{ 
	text-indent: -50000px;
}
	
	
hr {
	color: #999999;
	background-color: #999999;
	height: 1px; 
	border: 0;
	}
	
a  {
	font: 0.8em arial;
	color: #000099;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	text-decoration: underline;
	}	
	
a:hover {
	font: 0.8em arial;
	color: #fcfd0d;
	font-weight: bold;
	text-decoration: none;
	}
	
/* ID Styles */

#en_tete 
{
	height: 110px;
	width: 100%;
	background: url("images/bandeau_aqcor.png") no-repeat center;
}

#navigation a {
	font: 0.9em arial;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border: 0pt solid rgb(49,80,187);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color: #fcfd0d;
	border: 1pt solid #fcfd0d;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#tagline {
	font: 0.9em arial;
	color: #CC3300;
	line-height: 18px;
	letter-spacing: 0.4em;
	}
	

/* Class Styles */

.bodyText {
	font: 0.8em arial;
	color: #000000;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	margin-top: 0px;
	}

.bodyText strong {
	color: #000099;
	font-weight: bold;
	}

.subHeader {
	font: 0.9em arial;
	color: #000099;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	}	
	
.titrebleu {
	font: 1.0em arial;
	color: #000066;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	}	

