@charset "UTF-8";
/* CSS Document */

body {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: #FFFFFF }

.titre1 {
	font:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
	font-size: 12px; }
	
.titre2 {
	font: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF0066;
	font-size: 12px; }
	
.titre3 {
	font:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px; }

.presentation {
	font: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px; }
	
.argu {
	font: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 10px; }
	
.blockquote {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align:justify
	margin:5px 5px;
	width: 400px;
	color: #FFFFFF;
	padding: 10px;
	background-color:#333333;
}

.blockquote2 {
	font: Arial Black;
	font-size: 13px;
	text-align:justify
	margin: 5px 5px;
	width: 320px;
	color: #333333;
	padding: 5px;
	border: 1px;
	border-style: dashed;
	border-color:#333333;
	background-color:#FFFFFF;
}

.table {
	border: 1px;
	border-style: dashed;
	border-color: #333333; }
	
a:link {
   color:#FFFFFF }
