﻿
/* ACTUALITE */
.actualite_accordionHeader
{
	background-image:url(../images/article_f.png);
	background-repeat:no-repeat;
	width:560px;
	height:80px;
	cursor:pointer;
}
.actualite_accordionContent
{
	font-family:Verdana;
	font-size:10px;
	width:560px;
}
.actualite_accordionSelectedHeader
{
	background-image:url(../images/article_f_selected.png);
	background-repeat:no-repeat;
	width:560px;
	cursor:pointer;
	height:80px;
}
.actualite_accordionHeader_en
{
	background-image:url(../images/article_e.png);
	background-repeat:no-repeat;
	width:560px;
	height:80px;
	cursor:pointer;
}
.actualite_accordionContent_en
{
	font-family:Verdana;
	font-size:10px;
	width:560px;
}
.actualite_accordionSelectedHeader_en
{
	background-image:url(../images/article_e_selected.png);
	background-repeat:no-repeat;
	width:560px;
	cursor:pointer;
	height:80px;
}
.actualite_title
{
	font-family:Century Gothic;
	font-size:14px;
	color:#560000;
}
.actualite_date
{
	font-family:Century Gothic;
	font-size:12px;
	color:#000000;
}
.actualite_text
{
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	line-height:15px;	
}

/* COMMUNAUTE */
.comm_accordionHeader
{
	background-image:url(../images/comm_f.jpg);
	background-repeat:no-repeat;
	width:560px;
	height:48px;
	cursor:pointer;
}
.comm_accordionContent
{
	font-family:Verdana;
	font-size:10px;
	width:560px;
}
.comm_accordionSelectedHeader
{
	background-image:url(../images/comm_f_selected.jpg);
	background-repeat:no-repeat;
	width:560px;
	cursor:pointer;
	height:80px;
}
.comm_accordionHeader_en
{
	background-image:url(../images/comm_e.jpg);
	background-repeat:no-repeat;
	width:560px;
	height:48px;
	cursor:pointer;
}
.comm_accordionContent_en
{
	font-family:Verdana;
	font-size:10px;
	width:560px;
}
.comm_accordionSelectedHeader_en
{
	background-image:url(../images/comm_e_selected.jpg);
	background-repeat:no-repeat;
	width:560px;
	cursor:pointer;
	height:80px;
}
/* HYPERLINK*/
.hyperlinkpub
{
	color:black;
	text-decoration:underline;
}
.gestion_table_scroll
{
	width:100%;
	height:300px;
	overflow:auto;
}