/* -------------- MARGE HAUT ET BAS DE LA PAGE, COULEUR DU FOND DE LA PAGE --------*/

body
{
	margin-top: 10px;
	margin-bottom: 20px;   
	background-color: #CCCCCC;
}



/* ------------ COULEUR ET LARGEUR DU TABLEAU EXTERIEUR ET DE SES COLONNES ---------------*/

.grand_tableau_blanc_exterieur
{
	background-color: #FFFFFF;
	width: 975px;
}

.ligne_haut
{
	height: 150px;
	background-image: url(../images/haut.jpg);
}

.colonne_gauche_milieu
{
	width: 175px;
	background-image: url(../images/fond_colonne_gauche.jpg);
	vertical-align: top;
}

.colonne_contenu_milieu
{
	width: 625px;
	vertical-align: top;
}

.colonne_droite_milieu
{
	width: 175px;
	vertical-align: top;
}

.colonne_gauche_bas
{
	width: 175px;
	height: 25px;
	vertical-align: middle;
}

.colonne_contenu_bas
{
	width: 625px;
	height: 25px;
	vertical-align: middle;
}

.colonne_droite_bas
{
	width: 175px;
	height: 25px;
	vertical-align: middle;
}

/*--------------------------- FORMATAGE DU TEXTE ---------------------------------*/

.texte_bas
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

.texte
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-weight: normal;
}

.texte_centre
{
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: normal;
}

.texte_petit_noir
{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

.texte_petit_rouge
{
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
	text-align:justify;
	font-weight: normal;
}

.texte_petit_rouge_bold
{
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
	font-weight: bold;
}

.texte_titres_rouge
{
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.texte_blanc_titre
{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}


/*-------------------------- FORMATAGE DES LIENS ----------------------------------*/

a
{
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.liens_noirs
{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.liens
{
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	text-decoration: none;
}

.liens_rouge_gras
{
	font-family: Arial;
	font-size: 11px;
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}

/*------------------------ CLASS DES DIV ET PARAGRAPHES ------------------------------*/

.blocs_ext
{
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
}

.blocs_int
{
	padding: 10px 25px 10px 25px;
}

.blocs_news_droite
{
	margin: 10px;
}

.paragraphe_news
{
	background-color: #f1f1f1;
	padding: 10px;
}

/*---------------- IMMAGES FLOTTANTES -----------------------------------*/

.flottante
{
	margin-right: 12px;
	margin-bottom: 5px;
	float: left;
}

.dessous
{
	clear: both;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

/*---------------- FORMATAGE DES FORMULAIRES -----------------------------*/

input, select
{
	font-family: Arial;
	font-size: 11px;
	/*text-align: center;*/
}