/* Texte défilant des Actus en page d'accueil*/
/* NOTES : 
	 - pour modifier la hauteur du cadre défilant, modifier TOUS les "HEIGHT: 310px;" + "CLIP: rect(* * 310px *);" 
	 - pour modifier la largeur du cadre défilant, modifier TOUS les "WIDTH: 167px;" + "CLIP: rect(* 167px * *); "
*/
#divActuCont {
	VISIBILITY: hidden; 
	OVERFLOW: hidden; 
	CLIP: rect(0px 256px 290px 0px); 
	POSITION: relative; 
/*	LEFT: 746px; 
	TOP: 432px; /* définit le haut du défilé */
	WIDTH: 256px; 
	HEIGHT: 290px;
/*	background-color: #FFFFFF;*/
/*	background-color: #EDE7CF;*/
background-color: #ED722E;
}
/*divedit : pour le back office*/
#divEdit { WIDTH: 256px; HEIGHT: 310px; font-size: 11px; background-color: #ED722E; }
.memoText, .memoText p, .ptiTxt, .ptiTxt p { font-size: 12px; margin-top: 0px; margin-bottom: 0px;}
.memoBar {WIDTH: 285px; }

#divActus {POSITION: relative;font-size: 11px;WIDTH: 100%; HEIGHT: 100%;}

/* Fin texte défilant des Actus */

/* Style pour les liens hypertextes */
a, a:link, a:visited, a:active, a:hover  {
	color: #F4DC32;
	text-decoration: none;
}

a.lienViolet, a.lienViolet:link, a.lienViolet:visited, a.lienViolet:active {
	color: #C2313D;
	text-decoration: underline;
}
a.lienViolet:hover {
	text-decoration: none;
}
/* Fin style pour les liens hypertextes */

/* Style pour des éléments HTML d'une page */
Body, table, td, p, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

Body {
	background-color: #FFFFFF;
}
/* Fin style pour des éléments HTML d'une page */


.container {
	position : relative
}
#pb_nav {
	/*position : absolute;*/
	text-align: center;
	width: 330px;
	top: 80px; 
	left: 120px;
	font-weight: bold;
}
.cligne {
	text-decoration : blink;
}


/* Style pour du texte */
.titreViolet {
	font-size: 11px;
	color: #C2313D;
	font-weight: bold;
}

.ptiViolet {
	font-size: 10px;
	color: #C2313D;
}

.ssTitre {
	font-size: 14px;
	font-weight: bold;
}

.sssTitre {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.comment, table.comment td {
	font-size: 11px;
}
.comment_violet {
	font-size: 11px;
	color: #C2313D;
}
.txtRouge {
	color: #FF0000;
}

/* Fin style pour du texte */

/* Style pour des tableaux */
.enteteViolet {
	background-color: #C2313D;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
/* Fin style pour des tableaux */