/*index.php*/
*{
	padding:0;
	margin:0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000; 
	font-size: 10pt;  
}

.page{
	margin: 5px auto; 
	width:900px;
}

.contenu{
	width:899px;
	min-height:562px;
	background-image:url(images/body.png);
}
.footer{
	width:899px;
	height:35px;
	background-image:url(images/footer.png);
}

/*Accueil*/
.article{
	width:890px;
	padding-left:5px;
	padding-right:5px;
	height:102px;
	padding-top:15px;
}
.image_accueil{
	width:100px;
	height:100px;
	margin-right:10px;
	float:left;
}
.text_accueil{
	width:890px;
	text-align:justify;
	height:102px;
}

/*Tournoi assos*/
.article_tournoi{
	width:890px;
	padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	min-height:370px;
}
.affiche_tournoi{
	float:left;
	height:350px;
	margin-right:10px;
}
.text_tournoi{
	text-align:justify;
}

/*Toutes*/
.center{
	text-align:center;
}
.right{
	text-align:right;
}

a:link, a:visited, a:active {  
	color: #0000FF;  
	text-decoration: underline ;
}

a:hover { 
	text-decoration: underline; 
	color: #0000FF;
}
.enconstruction{
	text-align:center;
	font-size:30px;
	font-weight:bold;
}

