.entete
{
	font-size: 3em;
	font-weight: bold;
	text-decoration: red;
	background: url('image/fond_bleu_clair.bmp');
	width: 100%;
	height: 100%
}
.central
{
	background: url('image/fond_bleu_clair.bmp');
	font-size: 1.5em 
}
body.menu
{
	color: black;
	background: url('image/fond_bleu_fonce.bmp');
	font-size: 1.5em;
	font-weight: bold
}
.sous_menu
{
	text-indent: 10;
	font-size: 0.75em;
	font-weight: normal;
}
.lien_photo
{
	color:yellow;
	text-align: center;
}
a
{
	color:black;
}
.bouton
{
	width: 150px;
	height: 30px;	
}
div.article
{
	border: 2px black solid;
	margin: 20px 5px;
	overflow: hidden;
}
.titre
{
	font-size:2em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.dateArticle
{
	text-align: right;
}
div.article p
{
	text-align: justify;
	padding: 5px;
}
.table_vainqueur
{
	width: 100%;
	font-size: 0.8em;
	text-align: center;
}
.table_login
{
	width: 100%;
	font-size: 0.8em;
	text-align: center;
}
.edit_box
{
	width: 150;
}
img
{
  max-width: 100%;
}
