/* Propriété de Nootus */

body {
     margin: auto;
	 width: 900px;
	 text-align: center; /* pour corriger le bug de centrage IE */
     }
	 
#global{
	 width:800px;
	 margin: auto;
}

#centre{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	width:450px;
	height:140px;
	border-top: solid #009ee0 1px;
	border-bottom: solid #009ee0 1px;
	border-left: solid #009ee0 3px;
	border-right: solid #009ee0 3px;
	margin-top:20px;
	margin-bottom:15px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align:left;
}

#bas{
	margin:auto;
	width:450px;
	text-align:center;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	color:#009ee0;
	font-size:14px;
}

#image{
	margin-top:40px;
}

#menu ul{
	text-align:center;
}

#menu li{
	display:inline;
	padding:5px;
}

#menu a{
	font-size:12px;
	color:#0099FF;
}

#menu a:visited{
	font-size:12px;
	color:#0099FF;
}

#menu a:hover{
	font-size:12px;
	color:#FF99CC;
}