@charset "utf-8";/* CSS Document */html, body {  background: #000000;}body {	color:#FFFFFF;	font-family: "Lucida Grande", Verdana, Arial, sans-serif;	font-size: 11px;	margin: 0;	padding: 20px 0;	text-align:center;}/*_________________________________________________________________  wrapper  */div#wrapper {	margin: 0 auto;	width: 700px;	margin-bottom: 0px;	border: 1px solid #333;	padding: 0px 0px;	background-color: #FFFFFF;}a {	font-weight: normal;	color: #A9DFFB;	text-decoration: none}a:hover {	color: #00CCFF;	text-decoration: none}#header {	height: 50px;	padding-top: 18px;	background-color: #000000;}#header h1 {  display: inline;  letter-spacing: -1px;  margin-bottom: 0;  font-family: Geneva, Arial, Helvetica, sans-serif;  font-style: normal;}#pflow {  height: 368px;  color: #FFFFFF;  background: #FFFFFF url(bckgrnd_PF.png) 50% 0 repeat-x;}#footer {	margin:10px;}#logo {	padding-top:0px;	height:130px;}ul#menu_icon{	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */	width: 90px;	margin:0;	margin-right:auto;	margin-left:auto;	padding: 20px;	list-style-type: none;/* Suppression du margin, du padding et des puces du <ul> */}ul#menu_icon li{	margin: 0;	padding: 0 ;/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */}ul#menu_icon li a{	display: block; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */	width: 50px;	height: 50px;	color: #000;	text-decoration: none;	background: url(osabtn50.png) no-repeat 0 0; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */}ul#menu_icon li a:hover{	background: url(osabtn50.png) no-repeat 0 -50px; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */}/*_________________________________________________________________  headers  */h1, h2, h3 {  margin-bottom: 18px;  font-weight: bold;}h1 {  font-size: 24px;  line-height: 36px;}h1 a {	font-weight:bold;	color:#EC22BB;}h1 a:hover {	color:#F82ED2;}h2 {  font-family: Georgia, serif;  font-style: italic;  font-size: 18px;  line-height: 18px;}h3 {  font-family: Georgia, serif;  font-style: italic;  font-size: 1em;  line-height: 18px;  color: #e46504;}.style3LINKs {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	font-weight: bold;}