@charset "utf-8";
/* CSS Document */

/*  page 404 */
body{
margin:auto;
padding:auto;

width:850px;
}

.principal{

width:770px; 
height:185px;
float:left;
margin:15px auto;
text-align:center;
}

div.page404 {

width:365px;
float:left;
padding:15px;
text-align:justify;

}

.lienbleu, a.lienbleu:link {
	text-decoration: none;
	color: #015274;
}


a.lienbleu:visited {
	text-decoration: none;
	color: #015274;
}

a.lienbleu:hover
{
	text-decoration: underline;
	color: #015274;
}
a.lienbleu:active
{
	text-decoration: none;
	color: #015274;
}

H2
{
	font-family: trebuchet ms,Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #015274;
}

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #555554;
	font-weight: normal;
}

.txtbleu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #015274;
	font-weight: normal;
}

.txtJaune {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #E5A110;
	font-weight: normal;


}
