@charset "utf-8";
/* CSS Document */

body,td,th {
	font-size: 10px;
	color: #feff04;
}
body {
	background-color: #fb8429;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FEFF04;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FEFF04;
}
a:hover {
	text-decoration: none;
	color: #0000FE;
}
a:active {
	text-decoration: none;
}
.Style2 {
         color: #fb8429;
		 font-size: x-small;
		 }
.Style3 {
         color: #feff04;
		 font-size: x-small;
		 }
		 
/*#########################
##						##
##		FORMULAIRE		##
##						##
########################*/

.TitreForm
{
	font-size:medium;
	font-weight:bold;
}
		 
/* 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: #feff04;
	text-decoration: none;
	font-size:x-small;
}
a:visited.news {
	text-decoration: none;
	color: #feff04;
	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:720px;
	height:500px;
	border:0px;
	/*background-color:#DFEA15;*/
}

.CalqueAfficheAdmin
{
	overflow:auto;
	width:800px;
	height:700px;
	border:1px;
	/*background-color:#DFEA15;*/
}
.CalqueAfficheResultat
{
	overflow:auto;
	width:1050px;
	height:500px;
	border:1px;
	/*background-color:#DFEA15;*/
}

/*########################
##						##
##		  NEWS			##
##						##
########################*/

.TitreNewsGene
{
	color:#feff04;
	font-size:x-large;
	font-weight:bold;
}

.titrenews
{
	color:#feff04;
	font-size:large;
	font-weight:bold;
}

.tableaunews 
{
	width: 700px;
	border:1;
	/*background-color: #DFEA15;*/
}

.NewsTexte
{
	font-size:x-small;
}

.ResumeNews
{
	font-size:small;
	font-weight:bold;
}

/*########################
##						##
##		PROGRAMMES		##
##						##
########################*/

.TitreProgGene
{
	font-size:large;
	font-weight:bold;
}

.TexteProg
{
	font-size:small;
	color:#0000FF;
}