/* 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}
/*.TXT_Tekton_Pro_Cond	{	font-family: "Tekton Pro Cond", Verdana, Arial, Helvetica, sans-serif}*/
.TXT_Cordia_New	{	font-family: "Cordia Newjhjhf", Verdana, Arial, Helvetica, sans-serif}


.TXT_MAJ{ text-transform: uppercase}
.TXT_MIN{ text-transform: lowercase}
.TXT_CAP{ text-transform: capitalize}

/* Couleur Police */
.TXT_Blanc			{	color: #FFFFFF}
.TXT_Noir		 	{	color: #000000}
.TXT_Gris		 	{	color: #666666}
.TXT_Bleu		 	{	color: #4895DD}
.TXT_Vert		 	{	color: #009900}
.TXT_Rouge		 	{	color: #FF0000}
.TXT_Orange 		{	color: #FF6600}

/* 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}

.TXT_italic {	font-style: italic}
.TXT_Droite	{	text-align: right}
.TXT_Gauche	{	text-align: left}
.TXT_Just	{	text-align: justify}

/* Text Ombre */
.TXT_Ombre_Blanc	{	text-shadow: #FFF 0.1em 0.1em 0em }
.TXT_Ombre_Noir		{	text-shadow: #000 0.1em 0.1em 0em }
.TXT_Ombre_Rouge	{	text-shadow: #F00 0.1em 0.1em 0em }
.TXT_Ombre_Bleu 	{	text-shadow: #00F 0.1em 0.1em 0em }
.TXT_Ombre_Gris1 	{	text-shadow: #CCC 0.1em 0.1em 0em }
.TXT_Ombre_Gris2 	{	text-shadow: #999 0.1em 0.1em 0em }
.TXT_Ombre_Gris3 	{	text-shadow: #666 0.1em 0.1em 0em }

.TXT_OmbreF_Blanc	{	text-shadow: #FFF 0.1em 0.1em 0.2em }
.TXT_OmbreF_Noir	{	text-shadow: #000 0.1em 0.1em 0.2em }
.TXT_OmbreF_Rouge	{	text-shadow: #F00 0.1em 0.1em 0.2em }
.TXT_OmbreF_Bleu 	{	text-shadow: #00F 0.1em 0.1em 0.2em }
.TXT_OmbreF_Gris1 	{	text-shadow: #CCC 0.1em 0.1em 0.2em }
.TXT_OmbreF_Gris2 	{	text-shadow: #999 0.1em 0.1em 0.2em }
.TXT_OmbreF_Gris3 	{	text-shadow: #666 0.1em 0.1em 0.2em }
/* Background page Présentation */
.Background_presentation_fond	{	background-image:url(../image/presentation/fond.jpg);
									background-repeat:no-repeat;
									width:710px; 
								}

/* 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:710px; 
									height:600px;
								}

/* Background page rene_panhard */
.Background_rene_panhard_fond	{	background-image:url(../image/rene_panhard/fond.jpg);
									background-repeat:no-repeat;
									width:765px; 
									height:961px;
								}

/* Background page Contact*/
.Background_contact_fond		{	background-image:url(../image/contact/fond.jpg);
									background-repeat:no-repeat;
									width:710px; 
									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 */	
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
a.Bouton_Billetterie:link 		{		color			:  #000000;
							text-decoration	: none;
					}
a.Bouton_Billetterie:visited	 	{		color			: #000000;
							text-decoration	: none;
					}
a.Bouton_Billetterie:hover 		{		color			: #000000;
							text-decoration	: none;
					}
a.Bouton_Billetterie:active 		{		color			: #000000;
							text-decoration	: none;
					}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
a.plan:link 		{		color			:  #000000;
							text-decoration	: none;
					}
a.plan:visited	 	{		color			: #000000;
							text-decoration	: none;
					}
a.plan:hover 		{		color			: #000000;
							text-decoration	: none;
					}
a.plan:active 		{		color			: #000000;
							text-decoration	: none;
					}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
a.plan2:link 		{		color			:  #FFFFFF;
							text-decoration	: none;
					}
a.plan2:visited	 	{		color			: #FFFFFF;
							text-decoration	: none;
					}
a.plan2:hover 		{		color			: #FFFFFF;
							text-decoration	: none;
					}
a.plan2:active 		{		color			: #FFFFFF;
							text-decoration	: none;
					}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
a.Commande:link 		{		color			:#4895DD;
								text-decoration	: none;
						}
a.Commande:visited	 	{		color			: #4895DD;
								text-decoration	: none;
						}
a.Commande:hover 		{		color			: #FF0000;
								text-decoration	: none;
						}
a.Commande:active 		{		color			: #FF0000;
								text-decoration	: none;
						}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
a.Billetterie:link 		{		color: #00F;
								text-decoration: none; 
						}
a.Billetterie:visited 	{		color:#00F;
								text-decoration	: none;
						}
a.Billetterie:hover 	{		color:#663399;
								text-decoration	: none; 
								font-size:24px;
						}
a.Billetterie:active 	{		color:#4895DD;
								text-decoration	: none;
						}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
a.liste_artistes:link 			{		color			: #4895DD; 
										font-style		: italic;
										text-decoration	: none;
								}
a.liste_artistes:visited	 	{		color			: #4895DD;
										font-style		: italic;
										text-decoration	: none;
								}
a.liste_artistes:hover 			{		color			: #F00;
										font-style		: normal; 
										text-decoration	: none;
								}
a.liste_artistes:active 		{		color			: #F00;
										font-style		: italic;
										text-decoration	: none;
								}
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
a.liste_artistes_image:link 	{		color			: #000000;
										text-decoration	: none;
								}
a.liste_artistes_image:visited	{		color			: #000000;
										text-decoration	: none;
								}
a.liste_artistes_image:hover 	{		color			: #000000;
										text-decoration	: none;
								}
a.liste_artistes_image:active 	{		color			: #000000;
										text-decoration	: none;
								}
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
a.Archives_concours_image:link 	{		color			: #000000;
										text-decoration	: none;
								}
a.Archives_concours_image:visited	{		color			: #000000;
										text-decoration	: none;
								}
a.Archives_concours_image:hover 	{		color			: #000000;
										text-decoration	: none;
								}
a.Archives_concours_image:active 	{		color			: #000000;
										text-decoration	: none;
								}
/*-----------------------------------------------------------------------------------*/

/* Background degrader-fond */
.Background_degrader-fond	{	background-image:url(../../image/degrader-fond.jpg);}


/*-----------------------------------------------------------------------------------*/
/* Debut Page Photographe */	

.gradient_Photographe_contact{
	border-left:2px solid #000;
	border-right:2px solid #000;
	 background: #538bd2;
	 background: -o-linear-gradient(top, #274162,#406ba1 ,  #4F81B7 , #406ba1 ,#274162);
	 /* Navigateurs Safari */
	 background: -webkit-linear-gradient(top, #274162,#406ba1 ,  #538bd2 , #406ba1 ,#274162);
	 /* Navigateurs Mozillas */
	 background: -moz-linear-gradient(top, #274162,#406ba1 ,  #4F81B7 , #406ba1 ,#274162);
	 background: -ms-linear-gradient(top, #274162,#406ba1 ,  #4F81B7 , #406ba1 ,#274162);
	 /* Navigateurs Mozillas */
	 background: linear-gradient(top, #274162,#406ba1 ,  #4F81B7 , #406ba1 ,#274162);
	}

/* Fin Page Photographe */	
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
a.liste_artistes:link 			{		color			: #4895DD; 
										font-style		: italic;
										text-decoration	: none;
								}
a.liste_artistes:visited	 	{		color			: #4895DD;
										font-style		: italic;
										text-decoration	: none;
								}
a.liste_artistes:hover 			{		color			: #FFF;
										font-style		: normal; 
										text-decoration	: none;
								}
a.liste_artistes:active 		{		color			: #FFF;
										font-style		: italic;
										text-decoration	: none;
								}
/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/
/*bouton_photographe*/
a.bouton_photographe:link 			{
										color: #000000;
										text-decoration	: none;
										opacity:0.6;
									}
a.bouton_photographe:visited 		{
										color: #000000;
										text-decoration	: none;
									}
a.bouton_photographe:hover 			{
										color: #000000;
										text-decoration	: none; 
										opacity:1;
									}
a.bouton_photographe:active 		{
										color: #000000;
										text-decoration	: none;
									}
a.bouton_photographe:hover img {
								opacity:1;
								height			:140px;
								width:auto; 
								}
/*bouton_photographe*/
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/
/*bouton_Expo*/
a.bouton_Expo:link 			{ 
										color: #000000;
										text-decoration	: none;
										opacity:0.6;
									}
a.bouton_Expo:visited 		{
										color: #000000;
										text-decoration	: none;
									}
a.bouton_Expo:hover 			{
										color: #000000;
										text-decoration	: none; 
										opacity:1;
									}
a.bouton_Expo:active 		{
										color: #000000;
										text-decoration	: none;
									}
/*bouton_Expo*/
/*-----------------------------------------------------------------------------------*/

a.Programme:link 		{	color			: #FFFFFF;
				text-decoration	: none;
			}
a.Programme:visited 	{	color			: #FFFFFF;
				text-decoration	: none;
			}
a.Programme:hover 	{	color			: #4895DD;
				text-decoration	: none;
			}
a.Programme:active 	{	color			: #4895DD;
				text-decoration	: none;
			}

