/*
----------------------------------------------
 CSS pour l'affichage navigateur - 01/09/2005
----------------------------------------------
*/


* {
    margin:0; padding:0;
    font-size: 14px;
    font-family : Futura, Tahoma, Verdana, Geneva, Arial, Helvetica;
    }

body {
	line-height: 20px;
    color : #FFFFFF;
    background : #110E46;
	text-align:center; /* horizontal centering for IE Win quirks */
    }

A , A:visited , A:link , A:active {
    color : #0099FF;
    text-decoration : none;
    }

A:hover {
    color : #555555;
    text-decoration : none;
    }

#titre { 
    margin:0 auto;
	background-image: url(haut-ecran3.gif); 
	background-repeat: no-repeat; 
	width: 750px; height: 150px;
    font-size: 14px;
    }

#titre h1 , #titre h2 {
    margin:0 auto;
    display: none !important; visibility: hidden !important;
    }

#corps {
    margin:0 auto;
    position:relative; 
    min-height:300px; 
    /* height:300px; */
    margin-top:50px;
    width:750px;
	text-align:justify; 
	/* list-style-type: disc; */
    }

#marge { margin: 22px; }

#corps h1 , #corps h2 , #corps h3 {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 0px; 
    margin-bottom:-20px;
    color : #9D1601;
    }

#pied { 
    margin:0 auto;
	color: #0099FF; text-align:center; 
	width: 750px; margin-top: 20px; 
	margin-bottom: 30px; padding-top: 20px; 
	border-top: 1px solid white; 
    }

#pied i { 
	color: #555555;
    font-size: 12px;
    }

#centrer { 
    margin:20px;
	text-align:center;
    }

.valide {
    margin-top: 10px; 
    }

#pied input { 
	color: #555555;
    background : #FFFFFF;
    font-size: 12px;
    border: 0; 
    }

