/*#########################################################################################
###########################################################################################
###																						###
###			+---------------------------------------------------------------+			###
###			|																|			###
###			|							PUBLIC								|			###
###			|																|			###
###			+---------------------------------------------------------------+			###
###																						###
###########################################################################################
#########################################################################################*/

/* Feuille de style CSS de la partie publique */

/*
	 * Les éléments graphiques et le design du site (et donc cette feuille de styles CSS
	 * et les images) restent la propriété exclusive de leurs auteurs
	 * respectifs conformément aux droits d'auteur. Toute réutilisation
	 * devra faire l'objet d'une demande préalable (email:ctfassistance@orange.fr).
	 * Il est de plus dans votre intêret d'avoir un site au design original,
	 * pour qu'il ait sa propre identité visuelle, plutôt qu'un design plagié...
*/

/*########################
##						##
##		LIENS NEWS		##
##						##
########################*/

a:link.news {
	color: #9900CC;
	text-decoration: none;
	font-size:x-small;
}
a:visited.news {
	text-decoration: none;
	color: #9900CC;
	font-size:x-small;
}
a:hover.news {
	text-decoration: none;
	color: #00FFFF;
	font-size:x-small;
}
a:active.news {
	text-decoration: none;
	font-size:x-small;
}

/*########################
##						##
##	  AFF. GENERAL		##
##						##
########################*/

.CalqueAffiche
{
	overflow:auto;
	width:650px;
	height:388px;
	border:0px;
	background-color:#DFEA15;
}

/*########################
##						##
##		  NEWS			##
##						##
########################*/

.TitreNewsGene
{
	color:#9900CC;
	font-size:x-large;
	font-weight:bold;
}

.titrenews
{
	color:#9900CC;
	font-size:large;
	font-weight:bold;
}

.tableaunews 
{
	width: 620px;
	border:1;
	background-color: #DFEA15;
}

.NewsTexte
{
	font-size:x-small;
}

.ResumeNews
{
	font-size:small;
	font-weight:bold;
}