@charset "utf-8";

/* CSS Document */

html,body{

	background-image:url(images/background.jpg);

	background-repeat:repeat;

	font-family:Arial, Helvetica, sans-serif;

	font-size:16px;

	font-style:normal;

	text-align:justify;

	margin:0;

	padding:0;

}



h1{

	font-size:24px;

	font-style:italic;

	color: #060;

	text-align:center;

	text-decoration: underline;

}



h2{

	font-size:18px;

	font-style:normal;

	color: #066;

}



.Style1{

	color:#C00;

}



.Style2{

	background-color:#FC0;

}



.Style3{

	color: #960;

}



a:link{

	color: #069;

	text-decoration:underline;

}



a:visited{

	color:#069;

	text-decoration: overline;

}



a:hover{

	color: #069;

	text-decoration:underline;

	font-style:italic;
	font-size:14px;

}



a:active{

	color:#069;

	text-decoration: underline;

}



#fondentete{

	background-image:url(images/fond-entete.jpg);

	background-repeat:repeat-x;

	background-position:top-right;

	position:absolute;

	padding:0;

	width:100%;

	height:253px;

}



#conteneursite{

	margin-left:auto;

	margin-right:auto;

	width:1024px;

	text-align:center;

}



#entete{

	text-align:center;

	float:left;

	padding:0;

	width:653px;

	position:relative;

	height:250px;

}



#entete2{

	text-align:right;

	width:371px;

	background-image:url(images/bg-entete2.jpg);

	background-position:right;

	background-repeat:no-repeat;

	height:250px;

	margin-left:653px;

	position:relative;

}



#conteneur{

	width:100%;

	margin-top:20px;

	background-image:url(images/bg-texte.jpg);

	background-position:right;

	background-repeat:repeat-y;

}



#menu{

	float:left;

	width:210;

	text-align:left;

}



#contenu{

	margin-left:217px;

	padding-top:5px;

	padding-left:15px;

	background-color:#b1b0b0;

	width:770px;

	text-align:left;

	text-align:justify;

}



.tableauelottery{

	background-image:url(images/sqeeze-elottery.png);

	background-repeat:no-repeat;

	background-position: top;

	text-align:center;

	padding:0px;

	width:335px;

	height:415px;

}



#textehaut{

	background-image:url(images/texte-haut.jpg);

	width:814px;

	height:28px;

	padding:0;

	text-align:center;

	margin-top:-20px;

	margin-left:-22px;

}



#textebas{

	background-image:url(images/texte-bas.jpg);

	width:814px;

	height:34px;

	padding:0;

	margin-left:210px;

	margin-top:0;

}



#footer{

	background-image:url(images/fond-footer.jpg);

	background-repeat:repeat-x;

	width:100%;

	height:94px;

	text-align:center;

	color:#FFF;

	padding:10px;

}

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

#footer a:link{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
}

#footer a:hover{
	color:#FFF;
	text-decoration:underline;
	font-size:14px;
}