@charset "utf-8";
/* CSS Document */
html, body {
  background: #060606 url(bg.gif) 50% 0 repeat;
}

body {
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin: 0;
	padding: 20px 0;
	text-align:center;
}

/*_________________________________________________________________  wrapper  */
div#wrapper {
	margin: 0 auto;
	width: 600px;
	margin-bottom: 20px;
	border: 1px solid #333;
	padding: 0px 0px;
	background-color: #000000;
}

a {
	font-weight: normal;
	color: #A9DFFB;
	text-decoration: none
}

a:hover {
	color: #00CCFF;
	text-decoration: none
}



#header {
	height: 50px;
	background-color:#FFF;
	padding-top: 18px;
	color: #000000;
}

#header h1 {
  display: inline;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Georgia, serif;
  font-style: italic;
}

#pflow {
	clear:both;
	display:block;
	height: 400px;
	color: #767467;
	background-color: #FFF;
}

#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: 90px;
	height: 90px;
	color: #000;
	text-decoration: none;
	background: url(osabtn90.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(osabtn90.png) no-repeat 0 -90px ; /* 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, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 1em;
	line-height: 18px;
	color: #e46504;
}

