html{background-color: #091748;}
* { outline: none; } 

body {
     margin: 0; /* pour éviter les marges */
     text-align: center; /* pour corriger le bug de centrage IE */}

div#main {
	      background-color: white;
        margin-left: auto;
        margin-right: auto;
        margin-top:25px;
        width: 800px;
        text-align:left;}

.ht-g{
	background-image : url('HT-G.gif');
	background-repeat : no-repeat;
	background-position : top left;}
.ht-d{
        background-image : url('HT-D.gif');
        background-repeat : no-repeat;
        background-position : top right;}
.bas-g{
        background-image : url('BAS-G.gif');
        background-repeat : no-repeat;
        background-position : bottom left;}
.bas-d{ 
        background-image : url('BAS-D.gif');
        background-repeat : no-repeat;
        background-position : bottom right;}

.logo {
	padding: 0px 0px; 
	width:400px; 
	position: relative; 
	left:25% ; 
        text-decoration: none;  
	margin-left:0px;}

.nics {
	padding: 15px 0px;
	width:601px; 
	position:relative; 
	left:50% ; 
	margin-left:-308px;} 

.icann {
	width:268px; 
	position:relative; 
	left:50% ; 
	margin-left:-136px;}

.top {
	padding-top: 25px; 
	text-align:center; 
	font-family: "Verdana, Arial, Helvetica, sans-serif"; 
	font-size: 22px;
	color:#091748;}

.bottom {
	text-decoration: none;
	text-align:center;
  font-family: "Verdana, Arial, Helvetica, sans-serif";
	font-size: 18px;
	color: #091748;}

.space {padding:0px 10px;}
.Hspace {padding:15px 0px;}

a:link {text-decoration: none;color: #091748;}
a:visited {text-decoration: none;color: #091748;}
a:active {text-decoration: none;color: #091748;}
a:hover {color: red;}
