@charset "utf-8";
body,td,th {
	
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 20px;
	color: #FFF;
	
}
body {
	/*background-image: url(images/fond-jaune-accueil2.jpg);
	background-repeat:repeat;*/
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	
}
*{ outline:none; } 

.Titre {
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.sousTitre {
	font-size: 12px;
	font-style: italic;
}
a {
	font-size: 18px;
	color: #CCC;
	
	
}
a:link {
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	
	color: #FFF;
}
a:active {
	text-decoration: none;
	
	color: #CCC;
}
.rouge {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
}

