/* CSS Document */


/*---STYLES GENERAUX----------------------------*/
body {
	background: url(../img/fond_carre_gris.gif);
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 0;
	
}

h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}
/*---LIENS-------------------------------------*/

a { text-decoration: none; }
a:hover {text-decoration: underline;}

a.rubBlc
{
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
padding: 2px;
text-decoration:none;
font-weight:bold;
}
a.rubBlc:hover
{
color: #FFFFFF;
font-size: 13px;
font-weight: bold;
padding: 2px;
text-decoration:underline;
}
a.rubBl
{
color: #000000;
font-size: 13px;
padding: 2px;
text-decoration:underline;

}
a.rubBl:hover
{
color: #5B7CAB;
font-size: 13px;
font-weight: bold;
padding: 2px;
text-decoration:underline;
}

/*--TEXTE-------------------------------------------*/

.texte_normal{
	color: #333333;
	font-size: 12px;
}

.texte_normalBLC{

	color: #FFFFFF;
	font-size: 12px;
}
.texte_souligne{

	color: #333333;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}
.texte_small{

	color: #333333;
	font-size: 11px;
}
.titre_actu{

	font-weight: bold;
	color: #5B7CAB;
	font-size: 12px;
	text-decoration: underline;
}
.MCC{

	font-weight: bold;
	color: #5B7CAB;
	font-size: x-small;
	text-decoration: underline;
}
/*--TABLEAUX-----------------------------------------*/

.bleu1 {
border-style:solid; 
border-width:1px; 
border-color:white; 
background-color:#0099CC;
}

.bleu2 {
border-style:solid; 
border-width:1px; 
border-color:white; 
background-color:#B3D9FF;
}

.bleu3 {
border-style:solid; 
border-width:1px; 
border-color:white; 
background-color:#DFEFFF;
}
