

/*
 * Mise en page des graphismes rouges
 */

#entete_navigation {
	background-image:url(images/MG-Vert_Titre_BG.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#pied_navigation{
	background-image:url(images/MG-Vert_Bas_BG.gif);
	background-position:top;
	background-repeat:no-repeat;
}

#entete_rubrique_gauche {
	background-image:url(images/Rubrique-Vert_HG.gif);
	background-repeat:no-repeat;
	background-position:left top;
}

#separation_article {
	background-image:url(images/Separ_Art_Vert.gif);
	background-repeat:repeat-x;
	width:100%;
}

#articles-rubrique a {
font-size:12px;
color:#669933;
font-weight:bold;
}

#articles-rubrique a:hover {
text-decoration:none;
}

.titre {
	color:#669933;
	font-weight:bold;
}
.surtitre{
	font-weight:bold;
}

.soustitre{
}

.chapo{
	font-weight:bold;
}

.descriptif{
	color:#669933;
}

.texte{
}

.note{
}

.ps{
}

.auteur{
	text-align:right;
	color: #CCCCCC;
	width:100%;
}
.date{
	color:#669933;
	font-family: "Courier New", Courier, monospace;
	font-size:10px;
}

.bouton{
	background-color: #FFFFFF;
	border: 1px solid #669933;
	color:#669933;
	font-weight:bold;
}

