/*#########################################################################################
###########################################################################################
###																						###
###			+---------------------------------------------------------------+			###
###			|																|			###
###			|							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 2			##
##						##
########################*/

a:link.maj {
	color: #663300;
	text-decoration: none;
	font-size:x-small;
}
a:visited.maj {
	text-decoration: none;
	color: #663300;
	font-size:x-small;
}
a:hover.maj {
	text-decoration: none;
	color: #000000;
	font-size:x-small;
}
a:active.maj {
	text-decoration: none;
	font-size:x-small;
}

/*########################
##						##
##		LIENS 3			##
##						##
########################*/
/*Liens pour le menu*/

a:link.menu {
	color: #663300;
	text-decoration: none;
	font-size:x-small;
}
a:visited.menu {
	text-decoration: none;
	color: #663300;
	font-size:x-small;
}
a:hover.menu {
	text-decoration: none;
	color: #000000;
	font-size:x-small;
}
a:active.menu {
	text-decoration: none;
	font-size:x-small;
}


/*########################
##						##
##	  AFF. GENERAL		##
##						##
########################*/

.CalqueAffiche
{
	overflow:auto;
	width:606px;
	height:360px;
	border:0px;
	background-color:#FFF4CC;
}

/*########################
##						##
##		  NEWS			##
##						##
########################*/

.titrenews
{
	color:#000000;
	font-size:large;
	font-weight:bold;
}

.tableaunews 
{
	width: 580px;
	border:1;
	background-color: #FFF4CC;
}

.NewsTexte
{
	font-size:x-small;
}

.ResumeNews
{
	font-size:small;
	font-weight:bold;
}

/*########################
##						##
##	   DESCRIPTIF		##
##						##
########################*/

.titremenu
{
	font-size:medium;
}
.TabSousMenu
{
	width:500px;
	border:0;
}
.AffDescriptif
{
	overflow:auto;
	width:750px;
	height:350px;
	border:solid 1px;
	background-color:#0000FF;
}
.TableDescriptif
{
	width:590px;
	border-spacing:0px;
}
.CategorieDescipt
{
	background-color:#999999;
	color:#663300;
	width:100px;
}
.CategorieVide
{
	background-color:#999999;
	color:#663300;
	width:30px;
}
.TitreDescriptif
{
	font-size:medium;
	color:#663300;
	font-weight:bold;
}
.DureeDescriptif
{
	font-size:small;
	color:#663300;
	font-weight:bold;
}
.TexteDescriptif
{
	color:#663300;
	font-size:small;
	font-weight:normal;
}
.PrecisionDescriptif
{
	background-color:#663300;
	color:#FFFFFF;
	font-size:small;
	width:350px;
	height:1px;
}
.NouveauDescriptif
{
	color:#663300;
	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;
}

