/* ===========================================================
   Template CSS 1
   =========================================================== */

#dummy_for_firefox
{ /* Dans firefox, la première classe n'est pas vue */ }

html, body
{
	font-family: Calibri, Trebuchet, sans-serif;
}

h1
{
	background: LightGrey;
	border: 1px solid black;
	text-align: center;
	color: blue;
}

.cadre_1
{
	border: 1px solid blue;	
	text-align: center;
	width: 50%;
	margin: 0 auto;
	padding:10px;
	background-color: LightGrey;
}

.souligne_1
{
	border-bottom: 1px solid green;
}
