@charset "utf-8";
/* CSS Document */
html, body {
  background: #ffffff;
}

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

/*_________________________________________________________________  wrapper  */
div#wrapper {
	margin: 0;
	width: 900px;
	border: none;
	padding: 0px 0px;
	background-color: #767467;
	text-align:center;
}

#header {
	width:864px;
}

#header img{
	float:left;
	margin-top:24px;
	z-index:1;
	position:relative;
}

#header #contact{
	float:right;
	text-align:right;
}

.clear{
	clear:both;
	height:0px;
	font-size:0px;
}

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

#pflow embed, #pflow object{
	margin-top:-32px;
	position:relative;
}

#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 */
}

/* my own stuff */

#nav{
	float:right;
	text-align:right;
	list-style-type:none;
	padding:0;
	margin:0;
	cursor:pointer;
	
	height:64px;
}

#nav a, #nav a:visited{
	display:block;
	float:left;
	margin-left:12px;
	margin-right:12px;
	text-decoration:none;
	color:#ec008b;
	text-align:center;
	width:80px;
	line-height:24px;
	padding-bottom:8px;
	background-color:none;
	font-weight:normal;
	text-transform:lowercase;
	font-family:Verdana;
	background-image:url(../images/nav.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}

#nav a:hover{
	color:white;
}

embed:focus, object:focus {
	-moz-outline: none;
	outline:none;
	outline-offset:-1px;}