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

body {
	background-image:url(../img/fond_forum.jpg);
	/*Tout d'abord, nous allons faire en sorte que le site occupe toute la hauteur de la fenêtre, 
	même si il n'y a pas assez de contenu pour remplir l'espace :*/
	height: 100%;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top:0px;
	margin-right:auto;
	margin-left:auto;
}
div#bloc_text {
	width: 780px;
	padding:35px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

#bloc_text a {
	color:#666;
	font-size:12px;
	font-weight:400;
	text-decoration:underline;
}
#bloc_text a:hover {
	color:#333;
	font-weight:500;
	text-decoration:underline;
}
.Style1 {
	color: #bf215a;
	font-weight: bold;
	
}
.Style2 {
	color: #bf215a
}
