head{
}
body{
	width: 1024px;
}
#entrez{
	position: relative;
	bottom: 225px;
	left: 430px;
	width: 150px;
	height: 45px;
	z-index: 1000;
	cursor: pointer;
}
#container{
	width: 955px;
	margin-left: 110px;
	margin-top: -120px;
}
#flashs{
	margin-bottom: 5px;
	height: 610px;
}
#flash_accueil{
	width: 950px;
	height: 610px;
	z-index: 10;
}
#flash_decompte{
	width: 181px;
	height: 65px;
	Z-index: 20;
	position: relative;
	bottom: 145px;
	left: 635px;
}

/*Problèmes d'affichages des logos sous IE6 réglés si margin-top = -5px*/
/*Sous IE7 et Firefox, meilleure margin-top = -80px*/
#footer{
	font: 10px, Arial;
	margin-top: -5px;
	margin-left: 80px;
}

#bas{
	width: 590px;
	float: left;
	text-align: center;
}

#titrebas{
	font-weight: bold;
}

#copy{
}

#logos{
	width: 160px;
	height: 53px;
	float: left;
	margin-left: -65px;
}

img{
	border: 0;
}

href{
	cursor: pointer;
}

a:link{
	text-decoration: none;
	color: black;
}

a:hover{
	color: #ff0000;
}

a:visited{
	color: black;
	text-decoration: none;
}