/*******************************************************/
/******************** TEXTE ET TITRES ******************/
/*******************************************************/

h1
{
	text-align: center;
	color: #379FED;
	font-family: Arial, 'Times New Roman', Symbol, Impact, serif;
	font-size: 26px;
	margin-top: 4px;
}

h2
{
	font-size: 16px;
	color: #3BA0F3;
	font-family: "Trebuchet MS", Georgia, "Comic Sans MS", serif;
	margin-bottom: 5px;
	text-align: left;
}

#ss_titre_acc
{
	font-size: 14px;
	color: #999999;
	font-weight: normal;
	text-align: left;
	font-family: "Trebuchet MS", Georgia, "Comic Sans MS", serif;
	margin-bottom: 7px;
}
h3
{
	font-size: 14px;
	color: #379FED;
	margin-top: 3px;
	text-decoration: underline;
	margin-bottom: 4px;
	font-family: Verdana, Georgia, "Comic Sans MS", serif; 
	text-align: left;
} 

h4
{
	font-size: 13px;
	color: #78B8E2;
	margin-top: 0px;
	margin-bottom: 7px;
	font-family: Georgia, Verdana, "Comic Sans MS", serif;
}

a{
text-decoration: none;
color: #4169E1;
}

a:hover
{
text-decoration: underline;
color: #78b6ff;
}

.news h3
{ 
font-size: 14px;
color: #78B8E2; 
border-bottom: 1px dashed gray;
margin-top: 3px;
margin-bottom: 4px;
font-family: Verdana, Georgia, "Comic Sans MS", serif;
}
	 
.bbcentre
{
 text-align: center;
}								

small
{
 font-weight: normal;
 font-size: 0.7em;
}

acronym
{
	cursor: help;
}

.ind_new
{
	font-weight: bold;
}

.flotant_gauche
{
	float: left;
	margin: 4px;
}

.flotant_droite
{
	float: right;
	margin: 4px;
}

.flotant_centre
{
	float: center;
	margin: 4px;
}

.flotant_clear
{
	clear: both;
	width: 80%;
}

