@charset "utf-8";
/* CSS Document */

.body{
	width:100%;
	background-image:url(images/fond1px.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

.conteneur{
	width:999px;
	height:396px;
	margin:auto;
	background-image:url(images/fondEtoile2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	
}


.contenuVideHaut{
	margin:auto;
	width:616px;
	height:100px;
}

.contenu{
	width:616px;
	height:260px;
	margin:auto;
	background-image:url(images/fondContenu.png);
	background-repeat:no-repeat;
	
}

.Image{
	margin:auto;
	width:599px;
	height:251px;
	padding-top:7px;
}

.Lien{
	margin:auto;
	width:599px;
	height:251px;
	margin-top:15px;
	text-align:center;
	color:#555653;
	font-size:18px;
	
}

.Lien a{
	color:#555653;
	text-decoration:none;
}

.Lien a:hover{
	color:#555653;
	text-decoration:underline;
}