/*#########################################################################################
###########################################################################################
###																						###
###			+---------------------------------------------------------------+			###
###			|																|			###
###			|							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é...
 */

/*########################
##						##
##		GENERAL			##
##						##
########################*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #566F9C;
}

/*########################
##						##
##		LIENS			##
##						##
########################*/

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}

/*########################
##						##
##		LIENS 2			##
##						##
########################*/

a:link.maj {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.maj {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.maj {
	text-decoration: none;
	color: #FFFF00;
}
a:active.maj {
	text-decoration: none;
}

/*########################
##						##
##		  AUTRE			##
##						##
########################*/

.Style1 {font-size: 10px;
}
.Style2 {font-size: 24px;
 }
.Style3 {font-size: x-small}
.Style4 {
	font-size: 24px;
	color: #FFFF00;
}
.Style5 {font-size: 24px; color: #FFFF00; 
}
.small {font-size:small;}
.infos
{
	font-size:small;
	color: #FFFF00;
}

/*########################
##						##
##		  NEWS			##
##						##
########################*/

.titrenews
{
	color:#000000;
	font-size:large;
	font-weight:bold;
}

.tableaunews 
{
	width: 650px;
	border:1;
	background-color: #566F9C;
}

/*########################
##						##
##	   DESCRIPTIF		##
##						##
########################*/

.titremenu
{
	font-size:medium;
}
.TabSousMenu
{
	width:500px;
	border:0;
}
.AffDescriptif
{
	overflow:auto;
	width:750px;
	height:350px;
	border:solid 1px;
	background-color:#566F9C;
}
.TableDescriptif
{
	width:730px;
	border-spacing:0px;
}
.CategorieDescipt
{
	background-color:#999999;
	color:#FFFFFF;
	width:100px;
}
.CategorieVide
{
	background-color:#999999;
	color:#FFFFFF;
	width:30px;
}
.TitreDescriptif
{
	font-size:x-large;
	color:#FFFFFF;
	font-weight:bold;
}
.DureeDescriptif
{
	font-size:small;
	color:#FFFFFF;
	font-weight:bold;
}
.TexteDescriptif
{
	color:#FFFFFF;
	font-size:small;
	font-weight:normal;
}
.PrecisionDescriptif
{
	background-color:#AAAAAA;
	color:#000000;
	font-size:small;
	width:350px;
	height:1px;
}
.NouveauDescriptif
{
	color:#FFFF00;
	font-size:12px;
	font-weight:bold;
}


/*########################
##						##
##	   	TARIF			##
##						##
########################*/

.tableauTtitre
{
	background-color:#990033;
}
.ecrittableauTtitre
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}
.tableauTligne0
{
	background-color:#000099;
}
.tableauTligne1
{
	background-color:#8A8AFF;
}
.TitreTarif
{
	font-size:small;
	font-weight:bold;
}
.DescriptTarif
{
	font-weight:bold;
	font-size:small;
}