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

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

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

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

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

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

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

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

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

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

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


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

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

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