@charset "utf-8";





/*  ------------- */
/*      Erreur    */
/*  ------------- */



#conteneur {
position: relative;
margin:auto; 
width: 674px;
height:494px;
padding-top:50px;

}
#fondimage {
position: relative;
height: 494px;
background-image: url('img/3641_erreur.jpg');
background-repeat:no-repeat;
}

#titre {
position: absolute;
width:114px;
height:30px;
left:118px;
top: 35px;
font-size: 30px;
color: #33b0ea;
}

#erreur {
position: absolute;
padding:5px;
margin-top: 150px;
margin-right: 50px;
margin-left: 50px;
width: 572px;
height: 163px;
overflow:auto;
}
#bouton{
position: absolute;
width: 184px;
left: 446px;
top: 340px;
margin:0px;
padding-left: 22px;
padding-top: 3px;
}
#redirect {
position: absolute;
width:114px;
height:30px;
left:503px;
top: 392px;
color: white;
}

a {
	color: #FFFFFF;
	font-size:14px;
	text-decoration:none;
}

body{ 
margin:auto; 
background-image:url('img/1778_Background.jpg');
font-family:"Trebuchet MS";
font-size:14px;
color:#666;
}



