h1 {
	font-family: "Bauhaus 93", "Arial Black", Arial, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	
	background-image: url(img/smallEye.jpg);
	background-repeat: no-repeat;
	overflow:visible;
	text-indent:56px;
}
body {
	font-family: "Univers Condensed", Helvetica, Arial, sans-serif;
}
#bandeauHaut {
	width:700px;
	margin:0px auto;
	text-align:center;
}
#contenuPrincipal {
	width:700px;
	margin:0px auto;
}
#colonneDroite {
	width:250px;
	float:right;
	border:#000000 1px;
}
#bandeauBas {
	font-size: 10px;
	/*position:relative;
	
	top:100px;*/
	
	bottom:0px;
	width:700px;
	height:20px;
	margin:0px auto;
	color:#CCCCCC;
	text-align:center;
}
a {
	color: #d84f26;
	text-decoration:underline;
	
}

a:hover, a:active{
	color: #752b13;
}
a:visited {
	/*color: #d84f26;*/
}