@charset "utf-8";
/* CSS Document */
html, body 
{   
	cursor : default;
	overflow: hidden;
	font-family: verdana;
	font-size: 3.4mm;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #036;
	text-align: center;
	vertical-align : center;
	background-image: url(../images/mainlogo.jpg);
}

* {  text-decoration   : none;
	font-family  : verdana;
     font-weight : normal;
     font-size   : 3.7mm;
   }



A {  text-decoration   : none;
           font-weight : 450;
           font-size   : 3.7mm;
           color       : #1144FF;

   }
A:Active { text-decoration : none;
           font-weight     : 450;
           font-size       : 3.7mm;
           color           : #333333;
         }

A:Hover  { text-decoration : none;
           font-weight : 450;
           font-size : 3.7mm;
           color:#0099FF;
         }


.rightCol{

font-weight: bold;
text-align: right;
background-image:url(images/blur_planes.jpg);	
}

#divcenterImage{
	 text-align: center;
     position:absolute;
     /*left: 50%; 
     top: 50%;
     margin-top: -150px; 
     margin-left: -275px; /* moitié de la largeur de l'image */
 } 

