body { 

background-color : black; 
font : 9pt verdana; 
color : white; 

}


div#logo { 

text-align : center; }

div#main {   padding-top : 20px;
			width : 900px;
           height : 400px;
           margin : auto;
		   text-align : center;
		   margin-bottom : 50px;
		  
}

div#coordonnees {

width : 900px;
margin : auto; 
text-align : center;
border-top : 1px solid #912988;
}

nav { color : black;
}
ul {   
    list-style: none; 
    font : 8pt verdana;
    } 




h3 {  color : #912988;
     font-family : MyCustomFont;
     font-size : 17pt;
      }
	  
	  
a:link { color : #912988;  font : 9pt verdana; font-weight : normal; text-decoration : none; border :0px solid; }
a:visited {color : #912988;  font : 9pt verdana; font-weight : normal; text-decoration : none;}
a:hover {color : white; font-weight : normal; font : 9pt verdana; font-weight : normal; text-decoration : underline;}
a:active {color : #912988; font : 9pt verdana; font-weight : normal;text-decoration : none; }

img{
border:0px;
}

em { font : 8pt verdana; }
