body{
	margin:0;
	padding:0;
	background-color :#000000;
    background-image:none;
}

a {
    color :#5b9af9;
	text-decoration:none;
}

a:link {
    color :#5b9af9;
}

a:hover {
	text-decoration:underline;
}

img{
 border:0;

}


/* bandeau noir avec logo, present sur la majorité des pages */
#bandeau {
	background-color :#000000;
	color: #ffffff ;
	height: 85px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
	voice-family: "\"}\"";
    voice-family:inherit; /*ie5 hack*/
	position:fixed;
}
html>body #bandeau { /*ie5 et opera hack */
  position:fixed;
}


	#bandeau form {
		padding-left: 20px;
		margin: 0;
	}
	#bandeau H3 {
		font-style: italic;
		font-family: Helvetica, Arial, Verdana;
		color: #FFFFFF;
		font-size: 8pt;
		margin: 0;
		border-bottom: 1px #DDDDDD solid;
		width: 150px;
	}
	#bandeau p {
		margin-top:5px;
	}
	#bandeau input {
		vertical-align: top;
	}

	#bandeau #logobandeau {
		position:absolute;
		top: 5px;
		left: 400px;
	}

	#bandeau .go {
		margin: 0px 0px 0px 10px;
	}
	
#navigationhaute {
	margin-left: 200px;
	/*margin-top:20px;*/
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana;
	color: #FFFFFF;
	font-size: 9pt;
}

#navigationhaute a {
	font-family:Helvetica, Arial, Verdana;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;

}


#principal {
	padding-top: 10px;
	voice-family: "\"}\"";
    voice-family:inherit; /*ie5 hack*/
	padding-top: 80px;
}
	html>body #principal { /*ie5 et opera hack */
		padding-top: 80px;
	}

.boutons-entete {
text-align: center;
margin:10px;
}

.texte {
	color: #FFFFFF;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}


.asterisque {
	color: #ff0000;
}

