/* CSS Document */
td.cadre_haut_gauche{
	background: url(../img/fonds/cadre/vert/haut_gauche.png) no-repeat bottom;
	width:10px;
	height:10px;
}

td.cadre_haut_milieu{
	background: url(../img/fonds/cadre/vert/haut.png) repeat-x bottom;
	height:10px;
}

td.cadre_haut_droit{
	background: url(../img/fonds/cadre/vert/haut_droit.png) no-repeat bottom;
	width:10px;
	height:10px;
}

td.cadre_milieu_gauche{
	background: url(../img/fonds/cadre/vert/gauche.png) repeat-y;
	width:10px;
}

td.cadre_milieu_droit{
	background: url(../img/fonds/cadre/vert/droit.png) repeat-y;
	width:10px;
}

td.cadre_bas_gauche{
	background: url(../img/fonds/cadre/vert/bas_gauche.png) no-repeat;
	width:10px;
	height:10px;
}

td.cadre_bas_milieu{
	background: url(../img/fonds/cadre/vert/bas.png) repeat-x;
	height:10px;
}

td.cadre_bas_droit{
	background: url(../img/fonds/cadre/vert/bas_droit.png) no-repeat;
	width:10px;
	height:10px;
}

/****************************             MENU  VERTICAL            ****************************/
a.article:link { text-decoration:none; color:#333333; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; /*font-weight:bold;*/}
a.article:active { text-decoration:none; color:#333333;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; /*font-weight:bold;*/}
a.article:visited { text-decoration:none; color:#333333;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; /*font-weight:bold;*/}
a.article:hover { text-decoration:none; color: #96CF2B;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; /*font-weight:bold;*/}

a.document:link { text-decoration:none; color:#333333; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; /*font-weight:bold;*/}
a.document:active { text-decoration:none; color:#333333;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; /*font-weight:bold;*/}
a.document:visited { text-decoration:none; color:#333333;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; /*font-weight:bold;*/}
a.document:hover { text-decoration:none; color: #96CF2B;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; /*font-weight:bold;*/}

a.article_selected:link { text-decoration:none; color:#96CF2B; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.article_selected:active { text-decoration:none; color:#96CF2B;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.article_selected:visited { text-decoration:none; color:#96CF2B;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}
a.article_selected:hover { text-decoration:none; color: #96CF2B;  font-family:Geneva, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold;}

td.rubrique{
	text-decoration:none; 
	color: #96CF2B;  
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	cursor:pointer;
}

td.rubrique_selected{
	color: #96CF2B;  
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	cursor:pointer;
}

.nom_theme{
	color: #96CF2B;  
	font-family:Geneva, Arial, Helvetica, sans-serif; 
	font-size:18px; 
	font-weight:bold;
}