/* Default*/
body        {	background-color: #000000; }
body,td,th  { 	color: #CCCCCC; }

/* Liens URL */
a:link 		{	color: #4895DD;
				text-decoration: none;
			}
a:visited 	{	color: #4895DD;
				text-decoration: none;
			}
a:hover 	{	color: #FFFFFF;
				text-decoration: none;
			}
a:active 	{	color: #FFFFFF;
				text-decoration: none;
			}

/* Police */
.TXT_Stencil	    {	font-family: Stencil, Verdana, Arial, Helvetica, sans-serif}
.TXT_Tahoma 	    {	font-family: Tahoma, Arial, Helvetica, sans-serif}
.TXT_Segoe  	    {	font-family: "Segoe Script", Verdana, Arial, Helvetica, sans-serif}
.TXT_Segoe_Print	{	font-family: "Segoe Print", Verdana, Arial, Helvetica, sans-serif}

/* Couleur Police */
.TXT_Blanc   {	color: #FFFFFF}
.TXT_Noir		 	{	color: #000000}
.TXT_Gris		 	{	color: #666666}
.TXT_Bleu		 	{	color: #4895DD}

/* Taille Police */
.TXT_10px 	{ 	font-size:10px}
.TXT_12px 	{ 	font-size:12px}
.TXT_14px 	{ 	font-size:14px}
.TXT_16px 	{ 	font-size:16px}
.TXT_18px 	{ 	font-size:18px}
.TXT_20px 	{ 	font-size:20px}
.TXT_22px 	{ 	font-size:22px}
.TXT_24px 	{ 	font-size:24px}
.TXT_26px 	{ 	font-size:26px}
.TXT_28px 	{ 	font-size:28px}
.TXT_30px 	{ 	font-size:30px}
.TXT_32px 	{ 	font-size:32px}
.TXT_34px 	{ 	font-size:34px}
.TXT_36px 	{ 	font-size:36px}

/* Background page Présentation */
.Background_presentation_fond{background-image:url(../image/presentation/fond.jpg);
                 background-repeat:no-repeat;
				             width:790px; 
				             height:600px;				         
                 }

/* Background page Programme */
.Background_programme_fond{background-image:url(../image/programme/fond.jpg);
                 background-repeat:no-repeat;
				             width:785px; 
                 }
/*				             height:600px;				         */

/* Background page Partenaires */
.Background_partenaires_fond{background-image:url(../image/partenaires/fond.jpg);
                 background-repeat:no-repeat;
				             width:790px; 
				             height:600px;				        
                 }
                                  
/* Background page Contact*/
.Background_contact_fond{background-image:url(../image/contact/fond.jpg);
                 background-repeat:no-repeat;
				             width:790px; 
				             height:600px;				                                               
                 }                 

/* Background page Liens */
.Background_liens_fond{background-image:url(../image/liens/fond.jpg);
                 background-repeat:no-repeat;
                 background-attachment:fixed;
				             width:770px; 
				             height:600px;				                    
                 background-position: 50% 200px;          
                 }
/*-----------------------------------------------------------------------------------*/
/* Cadrage affiches concours */                 
.Concours_Affiche {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid; 
	border-top-color: #666666;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;	
	border-left-color: #666666;
}
                 
/*-----------------------------------------------------------------------------------*/
/* Debut Page contacts */	
a.contact:link 		{color: #0033CC;
							text-decoration: none;
						}
a.contact:visited 	{color: #4895DD;
							text-decoration: none;
						}
a.contact:hover 	{color: #663399;
							text-decoration: none;
						}
a.contact:active 	{color: #4895DD;
							text-decoration: none;
						}
/* Fin Page Contacts */	
/*-----------------------------------------------------------------------------------*/
