body {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	font-family: Arial, "Times New Roman", Times, sans-serif;
	font-size: 0.8em;
	font-color: black;
}

#titre{
	text-indent: 30px;
	line-height: 4px;
	margin-bottom: 30px;
}

#article{
	margin-top: 30px;
	margin-bottom: 30px;
}

#container{
	float: clear;
	text-align: left;
	margin-top: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px dotted #000000;
	background-color: #FFFFFF;
	font-size: 0.9em;
	width: 600px;
	}

#site_info{
	float: clear;
	text-align: left;
	margin-top: 30px;
	border: 1px dotted #000000;
	background-color: #FFFFFF;
	font-size: 0.9em;
	width: 600px;
	}
	
#fin{
	float: clear;
	padding-top: 20px;
	text-align: left;
	width: 600px;
	}	
	
	
h1{
	text-transform: uppercase;
	font-size: 1.1em;
	color: #800080;
	font-weight: bold;
	line-height: 5px;
}

.red
{
	color: #FF0000;
	font-weight: bold;
}

.purple
{
	color: #800080;
	font-weight: bold;
	text-transform: uppercase;
}

a
{
	color: #800080;
	font-weight: bold;
	text-decoration: underline;
}

a.menu
{
	font-weight: bold;
	color: #800080;
	text-decoration: underline;
}

a:hover.menu
{
	color: #800080;
}