﻿@charset "utf-8";
/* CSS Document */
body, html
{
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;;
	/*width:780px;*/
	/*background:#eae6da;
	background:#BC0625;*/
	background:#acadb4; /* <-- le bon rouge */
}
#PARENT
{
	display:block; width:780px;
	/*background:url(../images/fond_page_degrade.jpg) top left repeat-y;*/
	/*float:left;*/
	margin:0px auto 0px auto;
}
#ENTETE
{
	display:block; width:780px;
	height:200px; float:left;
	background:url(../images/fond_entete.jpg) top left no-repeat;
}
#CORPS
{
	display:block; width:780px; float:left;
	/*background:url(../images/fond_CG_degrade.jpg) top left repeat-y;*/
}
#COLONNE_GAUCHE
{
	display:block;
	 width:200px; min-height:385px;
	 /*background:url(../images/fond_CG_degrade.jpg) top left repeat-y;
	 background:url(../images/fond_colonne_gauche.jpg) top left repeat-y;*/
	 float:left;
}
#CONTENU
{
	display:block; float:left; width:550px; min-height:300px;
	margin-left:0px;
}
#FOOTER
{
	display:block; float:left; width:780px; height:50px;
	background:url(../images/fond_footer.jpg) top left no-repeat;
	text-align:center;
}
#FOOTER span
{
	display:block; float:left; width:780px; height:40px; margin-top:10px;
}
#FOOTER span a
{
	display:inline; padding-left:4px; margin-left:4px; border-left:1px solid #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#FFFFFF;
	text-decoration:none;
}
#FOOTER span a:hover
{
	display:inline; padding-left:4px; margin-left:4px; border-left:1px solid #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; color:#FFFFFF;
	text-decoration:underline;
}
#MENUS_GAUCHE_1
{
	display:block; width:200px; height:385px;
	float:left;
	/*background:url(../images/fond_CG_menus_degrade.jpg) top repeat-y;
	background:url(../images/fond_colonne_gauche_2.jpg) top left repeat-y;*/
}
#MENUS_GAUCHE_2
{
	display:block; width:200px; height:385px;
	float:left;
	/*background:url(../images/fond_Top_CG.jpg) top left no-repeat;*/
	background:url(../images/fond_colonne_gauche.jpg) top left repeat-y;
}
#MENUS_GAUCHE_2  a
{
	display:left; width:180px;
	height:20px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-top:5px; padding-bottom:3px;
	font-size:11px;
	text-decoration:none;
	
}
#CHAMP_NEWSLETTER
{
	display:block; float:left; height:100px; width:180px;
}
#MENUS_GAUCHE_2  a span { margin-left:18px;}
#MENUS_GAUCHE_2  a:hover
{
	background:url(../images/fond_menu_hover.jpg) top left no-repeat;
}
/*   separateurs    */
.separateur_h_50
{
	display:block; float:left; height:50px; width:180px;
}
/* @@@@@@@@@@    MISE EN PAGE DU CONTENU   @@@@@@@@@@@@@@@@@@   */
.titre_rubrique
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:18px; color:#920000;
	display:block; width:550px; float:left;
	margin-top:20px; padding-bottom:8px; margin-left:3px; border-bottom:1px solid #b80000;   /*font-weight:bold;*/
}
.titre_paragraphe
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#920000;
	display:block; width:535px; float:left; margin-left:3px;
	padding-left:15px;
	margin-top:10px; padding-bottom:1px; border-bottom:1px dotted #b80000;
	background:url(../images/puce_titre2.jpg) 0px 4px no-repeat;
}
.paragraphe
{
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#5A5A5A;
	display:block;
	width:535px;  text-align:justify;
	line-height:17px;
	float:left;
	margin-top:10px; margin-bottom:16px;
}
.paragraphe a
{
	color:#920000; text-decoration:none;

}
.paragraphe a:hover
{
	color:#920000; text-decoration:underline;

}
#liste
{
	display:block; width:340px; float:left;
}

.annee
{
	display:block; width:40px;
	color:#920000; float:left;
}

.texte
{
	display:block; width:290px;
	float:right;
}

.paragraphe p
{
	margin-top:0px; margin-bottom:12px;
}

.parag_colonne_gauche { display:block; float:left; width:340px; margin-left:5px; }

.parag_colonne_gauche .paragraphe{ width:330px; }
.parag_colonne_gauche .titre_rubrique{ width:330px; }
.parag_colonne_gauche .paragraphe #liste{ width:330px; }

.parag_colonne_gauche .titre_paragraphe{ width:340px; }

.parag_colonne_droite { display:block; float:right; width:180px; background:#E8E8CE }
.parag_colonne_droite .paragraphe{ width:200px; }
.parag_colonne_droite .titre_rubrique{ width:200px; }
.parag_colonne_droite .titre_paragraphe{ width:200px; }

.marginTop5 { margin-top:5px; }
.marginTop10 { margin-top:10px; }

.texteGras { font-weight:bold; }
.colorRed { color:#920000; }




















