@charset "utf-8";
/* CSS Document */


/********************************************** Groupes de travail **********************************************/



/***** Affichage des articles *****/

.content .unCadre .unCadreCenter #article a{
	display:inline;
	text-align:left;
	text-decoration:none;
}
.content .unCadre .unCadreCenter #article a:hover{
	display:inline;
	text-align:left;
	text-decoration:underline;
}
.content .unCadre .unCadreCenter #article {
	margin-left: 0px;
}

.content .unCadre .unCadreCenter #article #panel1 #panel1Header, .content .unCadre .unCadreCenter #article #panel2 #panel2Header{
	margin-left: 0px;
}
	
.content .unCadre .unCadreCenter #article p{
	margin-left: 0px;
}

.content .unCadre .unCadreCenter #article li {
   list-style-type: disc;
   line-height:14px ;
}


.content .unCadre .unCadreCenter #plan a{
	text-decoration:underline;
	color:#b0b0b0;
}
.content .unCadre .unCadreCenter #plan li{
	list-style-type: none;
   line-height:20px ;
}
