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

body
{
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	background-image: url(../images/bande_fond.jpg);
	background-position: top;
	background-repeat: repeat-x;
}



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

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



.colonne_gauche_milieu
{
	width: 220px;
	vertical-align: top;
}

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

.colonne_droite_milieu
{
	width: 190px;
	vertical-align: top;
	background-image: url(../images/fond_colonne_droite.png);
	background-repeat:repeat-y;
}

.colonne_separation_milieu
{
	width: 40px;
}



.colonne_gauche_bas
{
	width: 220px;
	height: 29px;
	/*padding-bottom: 10px;*/
	vertical-align: middle;
	background-image: url(../images/bas_gauche.png);
}

.colonne_contenu_bas
{
	width: 630px;
	height: 29px;
	/*padding-bottom: 10px;*/
	vertical-align: middle;
	background-image: url(../images/bas_centre.png);
}

.colonne_droite_bas
{
	width: 190px;
	height: 29px;
	/*padding-bottom: 10px;*/
	vertical-align: middle;
	background-image: url(../images/bas_droite.png);
}




/* -------------------- MISE EN FORME DU TABLEAU DU HAUT --------------------*/

.haut_gauche
{
	background-image:url(../images/haut_gauche.jpg);
}

.haut_menu_droite
{
	background-image:url(../images/haut_menu_accueil.jpg);
}

.haut_separation
{
	background-image:url(../images/haut_separation.jpg);
}

.haut_sur_menu
{
	background-image:url(../images/haut_sur_menu.jpg);
}

.haut_sous_menu_droite
{
	background-image:url(../images/haut_sous_menu.jpg);
}

.haut_bande
{
	background-image:url(../images/haut_bande.jpg);
}




/* -------------------------------- LIENS ----------------------------------*/

.liens_blancs_menu_droite
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, serif;
	font-weight: bold;
}

.liens_blancs_menu_droite:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, serif;
	font-weight: bold;
}

.liens_blancs_menu_droite_souligne
{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial, serif;
	font-weight: bold;
}

.liens_jaunes
{
	color: #F29200;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, serif;
}

.liens_jaunes:hover
{
	color: #F29200;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, serif;
}

.liens_bleus
{
	color: #00468C;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, serif;
	font-weight: bold;
}

.liens_bleus:hover
{
	color: #00468C;
	text-decoration: underline;
	font-size: 11px;
	font-family: Arial, serif;
	font-weight: bold;
}

.liens_bleus_14
{
	color: #00468C;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, serif;
	font-weight: bold;
}

.liens_bleus_14:hover
{
	color: #00468C;
	text-decoration: underline;
	font-size: 14px;
	font-family: Arial, serif;
	font-weight: bold;
}

.liens_petits_noirs
{
	color: #000000;
	text-decoration: none;
	font-size: 9px;
	font-family: Arial, serif;
}

.liens_noirs
{
	color: #000000;
	font-size: 11px;
	font-family: Arial, serif;
}

.liens_petits_noirs:hover
{
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
	font-family: Arial, serif;
}

.liens_petits_noirs_soulignes
{
	color: #000000;
	text-decoration: underline;
	font-size: 9px;
	font-family: Arial, serif;
}

.liens_noirs_liens
{
	color: #000000;
	font-size: 11px;
	font-family: Arial, serif;
	font-weight:bold;
}



/* ----------------------------- TEXTES ----------------------------------*/

.texte_titre_gauche
{
	color: #936300;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, serif;
	font-weight: bold;
	margin-bottom: 7px;
}

.titres_bleus_12
{
	color: #00468C;
	font-size: 12px;
	font-family: Arial, serif;
	font-weight: bold;
}

.titres_bleus_14
{
	color: #00468C;
	font-size: 15px;
	font-family: Arial, serif;
	font-weight: bold;
}

.titres_bleus_normal_14
{
	color: #00468C;
	font-size: 14px;
	font-family: Arial, serif;
}

.texte_normal_justifie
{
	color: #000000;
	text-align: justify;
	font-size: 11px;
	font-family: Arial, serif;
	font-weight: normal;
}

.texte_normal_center
{
	color: #000000;
	text-align: center;
	font-size: 11px;
	font-family: Arial, serif;
	font-weight:normal;
}

.texte_petit_noir
{
	color: #000000;
	font-size: 9px;
	font-family: Arial, serif;
}

.texte_petit_noir10
{
	color: #000000;
	font-size: 10px;
	font-family: Arial, serif;
}

.texte_bleu
{
	color: #00468C;
	font-size: 11px;
	font-family: Arial, serif;
}

.texte_publicite
{
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-family: Arial, serif;
	font-weight:bold;
}

.texte_rouge
{
	color: #CC0000;
	font-size: 11px;
	font-family: Arial, serif;
}

.texte_vert_code
{
	color: #339999;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
}

.texte_bleu_code
{
	color: #3300FF;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
}




/* ---------------------------- DIV et PARAGRAPHES ----------------------------- */
.blocs_gauche
{
	margin: 0px 10px 40px 10px;
}

.blocs_gauche_texteduhaut
{
	margin: 10px 10px 10px 10px;
}

.blocs_milieu
{
	margin: 0px 10px 40px 0px;
}

.blocs_droite
{
	margin: 0px 20px 40px 10px;
}

.blocs_droite_pub
{
	margin: 0px 10px 40px 0px;
	text-align: justify;
	font-size: 11px;
	font-family: Arial, serif;
	font-weight: normal;
}

.paragraphe_fond_jaune
{
	background-color: #FFF2DF;
	padding: 10px 10px 10px 10px;
	color: #000000;
	text-align: justify;
	font-size: 11px;
	font-family: Arial, serif;
	font-weight: normal;
}

.message_fond_jaune
{
	background-color: #FFF2DF;
	padding: 10px 10px 10px 10px;
	color: #000000;
	border-color: #FFF0D5;
	border-width: 1px;
	border-style: solid;
	text-align: justify;
	font-size: 11px;
	font-family: Arial, serif;
	font-weight: normal;
}

.prev_newsletter
{
	border: 1px dashed #000000;
	padding: 0.2em;
	height: 400px;
	overflow: auto;
	width: 600px;
}



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

.flottante
{
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
}

.dessous
{
	clear: both;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	font-size: 11px;
	font-family: Arial, serif;
}




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

input, select, textarea
{
	font-size: 11px;
	font-family: Arial, serif;
	color: #000000;
	vertical-align:text-bottom;
}
