/* ------ ECURIE de la LOISNE - ARTICLES du SITE ------ */

/* ---------------------------------------------------- */
/* -------- LISTING ARTICLES - PAGES COURANTES -------- */
/* ---------------------------------------------------- */
.articleListe 					{ overflow:hidden; clear:both; width:850px; padding:0 20px 5px 20px; margin:20px auto; 
								border:1px solid #A5BAD9; background:#FBF6E8 url(../img/img-theme/fond-article.jpg) repeat; 
								-moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; 
								-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.articleListe:hover 				{ border:1px solid #A5BAD9; background:#FBF6E8 url(../img/img-theme/fond-article.jpg) repeat; 
								-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
/* Entete */
.artEntete 						{ overflow:hidden; }
	.artEntete hr 				{ clear:both; background:url(../img/img-theme/barre-hr.png) repeat-x; width:auto; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }
	/* titre */
	.artTitre  					{ float:left; width:710px; margin:0; padding:0; }
	.artTitre  h4 				{ padding:5px 0 0 0; margin:0 auto; font-family:"Hoefler Text", "Times New Roman", Times, serif; font-weight:normal; letter-spacing:0em; 
								color:#21409A; font-size:1.3em; font-variant:small-caps; text-shadow:1px 1px 0.2em #fff; }
	.artTitre  h4 strong			{ padding:0 1px 0 0; font-size:1.5em; }

/* bloc pictos Liens */
.artLinks 						{ float:right; width:130px; float:right; overflow:hidden; margin:0; padding:0; }
/* Lien vers fiche-article */
.artLinkArticle 					{ width:32px; float:right; overflow:hidden; margin:0; padding:5px 0 0 0; text-align:right; }
	.artLinkArticle a			{ width:28px; height:28px; margin:2px; text-decoration:none; display:block; border:0; 
									background:url(../img/icones/bt-fiche.png) no-repeat; opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	.artLinkArticle a:hover 		{ opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; }
	.artLinkArticle a img 		{ margin:2px; }
/* Lien vers galerie-photos */
.artLinkGalerie 					{ width:32px; float:right; overflow:hidden; margin:0; padding:5px 0 0 0; text-align:right; }
	.artLinkGalerie a 			{ width:28px; height:28px; margin:2px; text-decoration:none; display:block; border:0; 
									background:url(../img/icones/bt-fiche.png) no-repeat; opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	.artLinkGalerie a:hover 		{ opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; }
	.artLinkGalerie a img 		{ margin:2px; }
/* Lien vers fichier PDF */
.artLinkPdf 						{ width:32px; float:right; overflow:hidden; margin:0; padding:5px 0 0 0; text-align:right; }
	.artLinkPdf a 				{ width:28px; height:28px; margin:2px; text-decoration:none; display:block; border:0; 
								background:url(../img/icones/bt-fiche.png) no-repeat; opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	.artLinkPdf a:hover 			{ opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; }
	.artLinkPdf a img 			{ margin:2px; }
/* Lien Article Imprimable */
.artLinkImprimable 				{ width:32px; float:right; overflow:hidden; margin:0; padding:5px 0 0 0; text-align:right; }
	.artLinkImprimable a 		{ width:28px; height:28px; margin:2px; text-decoration:none; display:block; border:0; 
								background:url(../img/icones/bt-fiche.png) no-repeat; opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	.artLinkImprimable a:hover 	{ opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; }
	.artLinkImprimable a img 		{ margin:2px; }

/* Cadre image */
.artImage 						{ float:right; display:block; overflow:hidden; text-align:left; border:none; margin:0 0 10px 10px; }
	.artImage a 					{ margin:0 auto 0; text-decoration:none; border:none; }
	.artImage a:hover 			{ opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	.artImage img 				{ margin:8px auto; text-decoration:none; border:1px solid #A5BAD9; 
								-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

/* Contenu */
.artContenu 						{ float:left; width:850px; margin:0 auto; padding:5px 0; overflow:hidden; font-size:0.95em; }
	.artContenu h3 				{ color:#21409A; clear:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:1.3em; margin:4px 0; padding:0; text-align:left; text-transform:none; font-variant:normal; font-weight:normal; font-style:normal; letter-spacing:0em; }
	.artContenu h4 				{ color:#21409A; clear:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:1.2em; margin:4px 0; padding:0; text-align:left; text-transform:none; font-variant:normal; font-weight:normal; font-style:normal; letter-spacing:0em; }
	.artContenu h5 				{ color:#21409A; clear:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:1.1em; margin:4px 0; padding:0; text-align:left; text-transform:none; font-variant:normal; font-weight:normal; font-style:normal; letter-spacing:0em; }
	.artContenu h6 				{ color:#21409A; clear:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:1.0em; margin:4px 0; padding:0; text-align:left; text-transform:none; font-variant:normal; font-weight:normal; font-style:normal; letter-spacing:0em; }
	.artContenu p 				{ color:#663300; margin:4px auto; line-height:1.2em; }
	.artContenu ul 				{ color:#663300; margin:4px auto; padding:0 0 0 15px; text-align:left; line-height:1.2em; }
	.artContenu a 				{ color:#21409A; text-decoration:underline; }
	.artContenu a:hover 			{ color:#CC6600; text-decoration:none; }
	.artContenu hr 				{ clear:left; background:url(../img/img-theme/barre-hr.png) repeat-x; width:auto; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }
	.artContenu table  			{ width:100%; overflow:hidden; margin:0 auto; padding:5px; border-collapse:separate; }
	.artContenu table th 			{ color:#fff; background-color:#24499d; text-align:center; font-weight:normal; font-size:0.9em; border:1px solid #999; padding:3px; 
								-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; 
								-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }
	.artContenu table td 			{ background-color:#fff; font-size:0.9em; border:1px solid #999; padding:8px; 
								-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; 
								-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }

/* Lire la Suite */
.articleLireSuite 				{ float:right; width:150px; margin:0 auto; overflow:hidden; }
.artLinkPlus 					{ color:#006699; float:right; background:url(../img/img-theme/ico-linkPlus.png) 0 5px no-repeat;  padding:0 0 0 5px; text-decoration:none; font-family:"Hoefler Text", "Times New Roman", Times, serif; font-size:0.95em; margin:0; }
	.artLinkPlus:hover 			{ color:#003366; text-decoration:none; }
	.artLinkPlus span 			{ font-weight:bold; }

/* Lien button PDF */
.artButtonPdf 					{ clear:both; margin:10px auto 0; padding:0; }
	.artButtonPdf a				{ color:#006699; padding:5px 0 0 15px; text-align:center; width:200px; margin:5px auto; height:22px; background:url(../img/icones/PDF.png) 8px 2px no-repeat; 
								background-color:#E8DFC7; font-size:0.95em; text-decoration:none; display:block; border:1px solid #CCC; font-weight:normal; 
								-moz-border-radius:15px; -khtml-border-radius:15px; -webkit-border-radius:15px; 
								-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
	.artButtonPdf a:hover 		{ color:#003366; background-color:#A5BAD9; 
								-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); }

/* Pagination */
.artPagination 					{ color:#333; margin:10px auto; text-align:center; }
	.artPagination a 			{ color:#fff; border:1px solid #999; margin:0 auto; padding:0 3px; text-align:center; background:#CCC; text-decoration:none; }
	.artPagination a:hover 		{ color:#fff; background:#999; }

/* ----------------------------------------------------------------------- */
/* -------- LISTING ARTICLES - PAGES ACTUALITES - COLONNES GAUCHE -------- */
/* ----------------------------------------------------------------------- */
.articleListeColG 				{ overflow:hidden; clear:both; width:540px; padding:0 10px 15px 10px; margin:15px auto; 
								border:1px solid #A5BAD9; background:#FBF6E8 url(../img/img-theme/fond-article.jpg) repeat; 
								-moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; 
								-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.articleListeColG:hover 			{ border:1px solid #A5BAD9; background:#FBF6E8 url(../img/img-theme/fond-article.jpg) repeat; 
								-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
/* Entete */
.artEnteteColG  					{ overflow:hidden; width:540px; float:left; margin:0; padding:0; }
.artEnteteColG .artLinks			{ width:100px; }
.artTitreColG  					{ width:440px; padding:10px 0 0 0; float:left; }
.artTitreColG  hr 				{ clear:both; background:url(../img/img-theme/barre-hr.png) repeat-x; width:260px; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }
/* Contenu */
.artContenuColG 					{ float:left; width:540px; margin:0 auto; overflow:hidden; font-size:0.95em; }
.artContenuColG p 				{ color:#663300; margin:4px auto; line-height:1.2em; }
.artContenuColG ul 				{ color:#663300; margin:4px auto; padding:0 0 0 15px; text-align:left; line-height:1.2em; }
.artContenuColG table 			{ width:540px; }
.artContenuColG a 				{ color:#21409A; text-decoration:underline; }
.artContenuColG a:hover 			{ color:#CC6600; text-decoration:none; }
.artContenuColG  hr 				{ clear:both; background:url(../img/img-theme/barre-hr.png) repeat-x; width:100%; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }
/* image */
.artImageActu 					{ float:right; text-align:left; border:none; margin:0 0 10px 10px; }
.artImageActu a 					{ display:block; margin:0; text-decoration:none; border:none; }
.artImageActu a:hover 			{ opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
.artImageActu img 				{ border:1px solid #A5BAD9; margin:5px; text-decoration:none; 
								-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

/* ----------------------------------------------------------------------- */
/* -------- LISTING ARTICLES - PAGES ACTUALITES - COLONNES DROITE -------- */
/* ----------------------------------------------------------------------- */
.articleListeColD 				{ overflow:hidden; clear:both; width:280px; padding:0 10px 25px 10px; margin:15px auto; 
								border:1px solid #A5BAD9; background:#FBF6E8 url(../img/img-theme/fond-article.jpg) repeat; 
								-moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; 
								-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
.articleListeColD:hover 			{ border:1px solid #A5BAD9; background:#FBF6E8 url(../img/img-theme/fond-article.jpg) repeat; 
								-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
/* Entete */
.artEnteteColD  					{ overflow:hidden; width:270px; float:left; margin:0; padding:0; }
.artEnteteColD .artLinks			{ width:40px; }
.artTitreColD  					{ width:230px; padding:10px 0 0 0; float:left; }
.artTitreColD  hr 				{ clear:both; background:url(../img/img-theme/barre-hr.png) repeat-x; width:270px; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }
.artContenuColD  .artImageActu  	{ width:270px; margin:0 auto; text-align:center; }
.artContenuColD  .artImageActu  img	{ margin:5px auto; }
/* Contenu */
.artContenuColD 					{ float:left; width:270px; margin:0 auto; overflow:hidden; font-size:0.95em; }
.artContenuColD p 				{ color:#663300; margin:4px auto; line-height:1.2em; }
.artContenuColD ul 				{ color:#663300; margin:4px auto; padding:0 0 0 15px; text-align:left; line-height:1.2em; }
.artContenuColD a 				{ color:#21409A; text-decoration:underline; }
.artContenuColD a:hover 			{ color:#CC6600; text-decoration:none; }
.artContenuColD  hr 				{ clear:both; background:url(../img/img-theme/barre-hr.png) repeat-x; width:100%; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }

/* ----------------------------------------------------------- */
/* -------- FICHE ARTICLE - AFFICHAGE ARTICLE COMPLET -------- */
/* ----------------------------------------------------------- */
#articleFiche 					{ overflow:hidden; clear:both; width:850px; padding:0 20px 5px 20px; margin:20px auto; 
								border:1px solid #A5BAD9; background:#FBF6E8 url(../img/img-theme/fond-article.jpg) repeat; 
								-moz-border-radius:10px; -khtml-border-radius:10px; -webkit-border-radius:10px; 
								-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
#articleFiche:hover 				{ border:1px solid #A5BAD9; background:#FBF6E8 url(../img/img-theme/fond-article.jpg) repeat; 
								-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); }
/* Entete */
#artFicheEntete 					{ overflow:hidden; }
	#artFicheEntete hr 			{ clear:both; background:url(../img/img-theme/barre-hr.png) repeat-x; width:auto; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }
	/* titre */
	#artFicheTitre  				{ float:left; width:710px; margin:0; padding:0; }
	#artFicheTitre  h4 			{ color:#21409A; padding:5px 0 0 0; margin:0 auto; font-family:"Hoefler Text", "Times New Roman", Times, serif; font-weight:normal; letter-spacing:0em; 
								font-size:1.3em; font-variant:small-caps; text-shadow:1px 1px 0.2em #fff; }
	#artFicheTitre  h4 strong		{ padding:0 1px 0 0; font-size:1.5em; }
	/* Date */
	#artFicheDate 				{ color:#333; float:right; width:180px; margin:10px 0 0 0; font-size:0.85em; }

/* bloc pictos Liens */
	#artFicheLinks 				{ float:right; width:130px; float:right; overflow:hidden; margin:0; padding:0; }
/* Lien vers fiche-article */
#artFicheLinkArticle 			{ width:32px; float:right; overflow:hidden; margin:0; padding:5px 0 0 0; text-align:right; }
	#artFicheLinkArticle a		{ width:28px; height:28px; margin:2px; text-decoration:none; display:block; border:0; 
								background:url(../img/icones/bt-fiche.png) no-repeat; opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	#artFicheLinkArticle a:hover { opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; }
	#artFicheLinkArticle a img 	{ margin:2px; }
/* Lien vers galerie-photos */
#artFicheLinkGalerie 			{ width:32px; float:right; overflow:hidden; margin:0; padding:5px 0 0 0; text-align:right; }
	#artFicheLinkGalerie a 		{ width:28px; height:28px; margin:2px; text-decoration:none; display:block; border:0; 
								background:url(../img/icones/bt-fiche.png) no-repeat; opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	#artFicheLinkGalerie a:hover { opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; }
	#artFicheLinkGalerie a img 	{ margin:2px; }
/* Lien vers fichier PDF */
#artFicheLinkPdf 				{ width:32px; float:right; overflow:hidden; margin:0; padding:5px 0 0 0; text-align:right; }
	#artFicheLinkPdf a 			{ width:28px; height:28px; margin:2px; text-decoration:none; display:block; border:0; 
								background:url(../img/icones/bt-fiche.png) no-repeat; opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	#artFicheLinkPdf a:hover 	{ opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; }
	#artFicheLinkPdf a img 		{ margin:2px; }
/* Lien Article Imprimable */
#artFicheLinkImprimable 			{ width:32px; float:right; overflow:hidden; margin:0; padding:5px 0 0 0; text-align:right; }
	#artFicheLinkImprimable a 	{ width:28px; height:28px; margin:2px; text-decoration:none; display:block; border:0; 
								background:url(../img/icones/bt-fiche.png) no-repeat; opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	#artFicheLinkImprimable a:hover 	{ opacity:1.0; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0; }
	#artFicheLinkImprimable a img { margin:2px; }

/* Cadre image */
#artFicheImage 					{ float:right; display:block; overflow:hidden; text-align:left; border:none; margin:0 0 10px 10px; }
	#artFicheImage a 			{ margin:0 auto 0; text-decoration:none; border:none; }
	#artFicheImage a:hover 		{ opacity:0.8; filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity:0.8; }
	#artFicheImage img 			{ margin:8px auto; text-decoration:none; border:1px solid #A5BAD9; }
	#artFicheImage img 			{ -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }
/* Contenu */
#artFicheContenu 				{ float:left; width:850px; margin:0 auto; padding:5px 0; overflow:hidden; font-size:0.95em; }
	#artFicheContenu p 			{ color:#663300; margin:4px auto; line-height:1.2em; }
	#artFicheContenu ul 			{ color:#663300; margin:4px auto; padding:0 0 0 15px; text-align:left; line-height:1.2em; }
	#artFicheContenu a 			{ color:#21409A; text-decoration:underline; }
	#artFicheContenu a:hover 	{ color:#CC6600; text-decoration:none; }
	#artFicheContenu hr 			{ clear:left; background:url(../img/img-theme/barre-hr.png) repeat-x; width:auto; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }
	#artFicheContenu table  		{ width:100%; overflow:hidden; margin:0 auto; padding:5px; border-collapse:separate; }
	#artFicheContenu table th 		{ color:#fff; background-color:#24499d; text-align:center; font-weight:normal; font-size:0.9em; border:1px solid #999; padding:3px; 
								-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; 
								-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }
	#artFicheContenu table td 		{ background-color:#fff; font-size:0.9em; border:1px solid #999; padding:8px; 
								-moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; 
								-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5); }
	#artFicheContenu th 			{ color:#fff; padding:6px 1px; text-align:center; font-size:1em; border:1px solid #ccc; background:#ddd url(../img/img-theme/fond-table-head.jpg); }
	#artFicheContenu td 			{ color:#663300; border:1px solid #ccc; padding:1px; text-align:center; font-size:1em; }

/* Lien button PDF */
#artFicheButtonPdf 				{ clear:both; margin:10px auto 0; padding:0; }
	#artFicheButtonPdf a			{ color:#006699; padding:5px 0 0 15px; text-align:center; width:200px; margin:5px auto; height:22px; background:url(../img/icones/PDF.png) 8px 2px no-repeat; 
								background-color:#E8DFC7; font-size:0.95em; text-decoration:none; display:block; border:1px solid #CCC; font-weight:normal; 
								-moz-border-radius:15px; -khtml-border-radius:15px; -webkit-border-radius:15px; 
								-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
	#artFicheButtonPdf a:hover 	{ color:#003366; background-color:#A5BAD9; 
								-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); }
/* Galerie-Photos */
#artFicheGalerie 				{ clear:both; overflow:hidden; }
	#artFicheEntete hr 			{ clear:both; background:url(../img/img-theme/barre-hr.png) repeat-x; width:auto; height:4px; border:1px solid transparent; margin:0 auto 5px; padding:0; outline:none; }

/* Lien Retour */
#artFicheLinkRetour 				{ clear:both; margin:10px auto 0; padding:0; }
	#artFicheLinkRetour a		{ color:#006699; padding:2px 0 0 15px; text-align:center; width:85px; margin:20px auto 0 auto; height:22px; background:url(../img/icones/arrow_back.png) 8px 6px no-repeat; 
								background-color:#E8DFC7; font-size:0.95em; text-decoration:none; display:block; border:1px solid #CCC; font-weight:normal; 
								-moz-border-radius:15px; -khtml-border-radius:15px; -webkit-border-radius:15px; 
								-webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); }
	#artFicheLinkRetour a:hover 	{ color:#003366; background-color:#A5BAD9; 
								-webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); }
/* -------- -------- */
