.header {
 color : #CCCCCC;
 background-color:#FFFFFF;
 background-image:url(entete.png);	
 background-repeat:no-repeat;
 background-position:right;
 height:80px;
 
}

.menuGauche {
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	border-bottom-color: #999999;
	border-bottom-width: thin;



}

.titre {
	border-bottom-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-color: #999999;

}
.texteMenuGauche {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	line-height: 25px;

}
a:link {
}
a {
	color: #666666;
	text-decoration: none;
}
.texteContenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	text-align: justify;

}
li {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 15px;
	list-style-image: url(puce_carree_vide.png);
}
.entete {
	background-attachment: fixed;
	background-image: url(entete.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	height: 80px;
	width: 1000px;
	overflow: visible;


}
