body
{
	width: 760px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	font-family : Comic Sans MS, arial;
	text-align : left; /*aligement sur la gauche*/
	color : black; /*tout le text est écrie en blanc*/
	background-color: white; /*le fond est de couleur noir*/
	font-size :0.8em
	/*background-image : url(http://...); */
	/*background-attachement : fixe; */
	/*background-repeat : repeat-x, repeat-y, no-repeat;*/
	/*background-position : top, bottom,left,center,right,30px 45px;*/
}

li
{
	font-size :0.8em
}

td
{
	width: 253px;
}

tr
{
	font-size : 0.8em;
	text-align : left;
	font-family : arial;
}

tr .important
{
	color : blue;
	font-weight : bold; 
}

tr .commentaire
{
	color : green;
	font-weight : italic; 
}

a
{
	text-decoration : none;
	color : blue;
}
a:hover
{
	text-decoration : underline;
	color : red;
}
a:active
{
	background-color : blue;
	color : white;
}
a:visited
{
	text-decoration : none;
	color : navy;
}

#en-tete
{
	width: 760px;
	margin-bottom: 10px;
	text-align : center;
}
#titre
{
	width: 760px;
	margin-bottom: 10px;

	text-align : center;
	font-size : 2em; 
	color : blue;
	font-weight : bold; 
	font-family : KREDIT,Comic Sans MS, arial;
}

#box
{
	wigth: 760px;
}

#box_left
{
	float: left;
	width: 400px;
}
#box_right
{
	margin-left: 420px;
	width: 300px;
}

.date_box
{
	font-size : 0.7em;
	font-style : italic;
	color : green;
}
.titre_box
{
	color : red;
	font-size : 1.4em;
}
.element_box
{
	background-color : rgb(230,230,230);
	color : black; 
	border: 2px ridge rgb(210,210,210);
	margin-bottom: 10px;
	font-size : 1em;
}
.element_box p
{
	text-indent : 20px; 
}
.element_box .en_avant
{
	font-size : 1em; 
	font-weight : bold; 
}
.element_box .en_arriere
{
	font-size : 0.8em; 
	font-style : italic; 
	color : green;
}
.element_box .pied
{
	font-size : 0.7em;
	font-style : italic;
	color : green;
	text-align : right;
}
.element_box .titre
{
	font-size : 1.1em;
	color : blue;
	text-indent : 10px;
}

#pied
{
	width: 760px;
	text-align : center;
	margin-bottom: 10px;	
	float: left;
}






