body {
	margin: 0;
	padding: 0;
	color: #0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
}

bodyNOEL {
	margin: 0;
	padding: 0;
	color: #0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(images/Sapin-gauche.jpg);
/* L'image est positionnée en fond et est centrée */
background: url(images/fondecran.jpg) no-repeat center center fixed;
/* Ajout de la propriété avec les préfixes pour tous les moteurs de rendu */
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;	
}

bodySIMPLE {
	margin: 0;
	padding: 0;
	color: #0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #000;
}




/*    supprimé avec VScode 2024
body_avec_tags {
	margin: 0;
	padding: 0;
	color: #0FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	font-size: 16px;
	background-image: none;
	onselectstart :false ;
	oncontextmenu : false ;
	ondragstart : false;
	
}
*/

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
}





/* ~~ classes flottant/effacement diverses ~~ */
.fltrt {  /* cette classe peut servir à faire flotter un élément depuis la droite sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* cette classe peut servir à faire flotter un élément depuis la gauche sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe peut être placée sur une div <br /> ou vide, en tant qu'élément final suivant la dernière div flottante (dans le #container) si le paramètre overflow:hidden du .container est supprimé */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ~~ Sélecteurs d'éléments/balises ~~ */
ul, ol, dl-- { /* En raison des variations entre les navigateurs, il est conseillé d'attribuer une valeur de zéro aux marges intérieures et aux marges des listes. A des fins de cohérence, vous pouvez définir les valeurs désirées dans cette zone ou dans les éléments de liste (LI, DT, DD) qu'elle contient. N'oubliez pas que les paramètres que vous définissez ici se répercuteront sur la liste .nav, sauf si vous rédigez un sélecteur plus spécifique. */
	padding: 0;
	margin: 0;
	float: left;
}
u {
	padding:0;
	margin:0;
	list-style-type:none;
}
li {
	border-left:1px solid black;
	float: left;
 }
ul li a {
	display:block;
	line-height:60px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: repeat-x;
	background-color: #000;
	width: auto;
	color: #03F;
 }
ul li a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
	line-height: 60px;
	background-color: black;
	background-repeat: repeat-x;
 }  

a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}
.ombrage0 {
	color: #0FF;
} 

.ombrage1{
	color: #fff;
	text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
	font-family: 'ChunkFiveRegular';
	font-size: 14px;
}
.Folio {
	height: 600px;
	width: auto;
	border: thick double #03C;
	top: 0px;
}



.ombrage {
	/*text-shadow: 0px 0px 9px #0FF;*/
		/*text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;*/
	color: #FFF;
	border: medium none #F00;
} 
.BoiteVide {
	height: 20%;
	border: medium none #09F;
}




.BookNomModele {
	width: 25%;
	position: absolute;
	top: 50%;
	height: auto;
	left: 15%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
}
.Book2NomModele {
	width: 25%;
	position: absolute;
	top: 90%;
	left: 25%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0;
}

.BookSlide {
	border: medium none #0F0;
	margin-top: 0px;
	margin-right: 5%;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF3;
	top: 0px;
	width: 70%;
	padding: 0px;
}
.IndexNoel {
	padding: 50px;
	border: thick none #F00;
}

.Book2Slide {
	border: medium dashed #00F;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
	top: 27%;
	width: 70%;
	position: absolute;
	background-color: #000;
}
.Book2Slide2 {
	border: medium none #00F;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FF0;
	width: 85%;
	position: fixed;
	background-color: #000;
	right: 0px;
}
.Book2Slide2Menu {
	border: thick double #C63;
	top: 30px;
	width: 15%;
	clear: left;
	margin-top: 0px;
	position: fixed;
	left: 5px;
}


.Book2Tete {
	border: thick none #FF0;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	-moz-box-shadow: 2px 2px 6px 9px rgba(37,136,174, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(37,136,174 0.75);
	box-shadow: 2px 2px 6px 9px rgba(37,136,174, 0.75);
	color: #3CC;
}
.Book3Tete {
	border: thick none #FF0;
	margin-right: auto;
	margin-left: auto;
	width: 96%;
}

.BoutonPerso {
	font-size: 18px;
	border: thick none #F0F;
	width: 200px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	height: 40px;
}
.BoutonPerso-avecFond {
	font-size: 18px;
	border: thick none #F0F;
	width: 176px;
	color: #000;
	font-style: normal;
	font-weight: bold;
	background-image: url(images/MenuForm2018-Connect80.jpg);
	height: 80px;
	background-repeat: no-repeat;
}


/* ~~ ce conteneur à largeur fixe entoure tous les autres éléments ~~ */
.containerPYT {
	width: 99%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #0FF;
	
}
.containerPYT2 {
	width: 100%;
	border: thick dotted #0FF;
	top: 20px;
}


.containerPYT_VLB {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #0FF;
}
.containerPYT_VLB_BX {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #0FF;
	background-color: #999;
}


.containerPYT_BX {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #0FF;
	background-color: #333;
}

.Commentaire_History {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick dotted #0FF;
	background-color: #333;
}


.containerPYT_BXclair {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #0FF;
	background-color: #CCC;
}


.containerPYTMembre {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #0FF;
	background-image: url(fond-membre.gif);
	background-repeat: repeat;
}
.container2Modele {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #00F;
	margin-bottom: 0px;
	background-color: #000;
}
.container2ModeleNoir {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #00F;
	margin-bottom: 0px;
	background-color: #000;
	height: 100%;
}

.containerModele--- {
	width: 95%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thick none #F00;
	margin-bottom: 0px;
	background-color: #333;
}









/* ~~ Informations de mise en page. ~~ 

1) La marge intérieure n'est placée qu'en haut et/ou en bas de la div. Les éléments à l'intérieur de cette div posséderont une marge intérieure sur les côtés. Vous évitez ainsi de devoir recourir à des « calculs de modèle de boîte ». N'oubliez pas que si vous ajoutez une marge intérieure latérale ou une bordure à la div proprement dite, elle sera ajoutée à la largeur que vous définissez pour créer la largeur totale. Vous pouvez également supprimer la marge intérieure de l'élément dans la div et placer une seconde div à l'intérieur, sans largeur et possédant une marge intérieure appropriée pour votre concept.

*/
.contentPYT {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	color: #0FF;
	border: medium none #F0F;
	top: 0px;
	margin-top: 100px;
	z-index:2;
	padding-top: 10px;
}
.contentPYT_BX {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	color: #0FF;
	border: medium none #F0F;
	top: 0px;
	margin-top: 100px;
	/*z-index:2;*/
	padding-top: 10px;
	background-color: #333;
}
.contentPYT2 {
	width: 90%;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	color: #0FF;
	border: medium double #F0F;
	top: 0px;
	margin-top: 100px;
	z-index:2;
	padding-top: 10px;
	clear: left;
}

.contentPYTMembre {
	width: 90%;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FC6;
	border: medium none #3C6;
	top: 0px;
	margin-top: 80px;
	background-image: url(fond-membre.gif);
	background-repeat: repeat;
}
.contentPYTMembreBX {
	width: 90%;
	background-color: #333;
	margin-right: auto;
	margin-left: 180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FC6;
	border: medium double #3C6;
	margin-top: 80px;
	background-image: url(fond-membre.gif);
	background-repeat: repeat;
}
.contentModele--- {
	width: 89%;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	padding-left: 140px;
	padding-top: 170px;
	border: thick none #CF3;
	margin-bottom: 0px;
	color: #3CC;
	font-size: 12px;
}

.content2Modele {
	width: 95%;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	border: thick none #F0F;
	color: #3CC;
	font-size: 12px;
}
.contentPHOTOS {
	width: 90%;
	background-color: #333;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #FFF;
	border: medium none #F0F;
	top: 0px;
	margin-top: 100px;
	z-index:2;
	padding-top: 10px;
}
.contentVLB {
	width: 95%;
	border: thick none #F90;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.contentVLB_haut {
	width: 90%;
	border: medium none #F90;
	margin-right: auto;
	margin-left: auto;
}
.contentVLB_haut_Son {
	border: medium double #F00;
	height: 90px;
	padding-top: 20px;
}




.CptStat {
	width: 40%;
	border: thick none #CF3;
	margin-right: auto;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
}
.centreFixeDroit {
	position:fixed;
	top: 50%; /* Cette valeur doit être la moitié négative de la valeur du height */
	border: thick solid #F00;
	right: 0px;
	width: 200px;
}


.EasyContent {
	background-color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #0FF;
	border: medium double #FF0;
	top: 130px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	width: 100%;
}
.EasyMENU {
	width: 100%;
	border: thin dotted #06C;
	position: fixed;
	top: 10px;
	left: auto;
	right: auto;
	background-image: url(images/bg-menu120.png);
	background-repeat: repeat-x;
	height: 120px;
	z-index:10;
}
.Entree2015 {
	width: 30%;
	position: absolute;
	top: 30%;
	right: 2%;
	height: auto;
}


.flou {
	color: transparent;
	text-shadow: 0 0 6px rgba(0,0,0,0.5);
	border: thick solid #F00;
}

.MenuFolioTop-- {
	width: 80%;
	position: fixed;
	left: 150px;
	top: 0px;
	float: left;
}


.MenuGeneral {
	position: fixed;
	top: 0px;
	padding: 0px;
	margin: 0px;
	left: 2%;
}
.MenuGeneralPYT {
	position: fixed;
	top: 0px;
	padding: 0px;
	margin: 0px;
	left: 2%;
}

.MenuGeneralRouge {
	position: fixed;
	top: 60px;
	padding: 0px;
	margin: 0px;
	left: 5%;
	border: thick double #F00;
}
.FolioTab {
	width: 80%;
	margin-top: 10px;
	margin-left: 200px;
	margin-right: auto;
}
.MenuMod-- {
	border: thick none #900;
	position: absolute;
	top: 170px;
	width: 10%;
}


.MenuModVideo {
	border: thick none #900;
	width: 60%;
	top: 170px;
	left: auto;
	right: auto;
	text-align: center;
}
.MenuModVideo3--- {
	border: thick dashed #900;
	width: 76%;
}




.MenuHaut2 {
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	margin-right: auto;
	width: 90%;
	padding: 5px;
	border: medium none #6CF;
}

.MenuFolio {
	position: fixed;
	border: medium none #FF0;
	left: 13%;
	top: 0px;
	right: auto;
}
.ModeleZoneA {
	border: thick groove #900;
	position: fixed;
	width: 8%;
	top: 0px;
	clear: left;
}
.ModeleZoneA2--- {
	border: medium none #C63;
	position: fixed;
	top: 0px;
	margin-left: 8%;
	width: 78%;
	clear: left;
}


.ModeleZoneBtete {
	border: 10px solid #000;
	top: 170px;
	position: absolute;
	width: 45%;
	margin-left: 20%;
	float: left;
}

.ModeleZoneBvideo {
	border: thick none #900;
	width: 70%;
	margin-left: 17%;
}

.ModeleZoneCtableau {
	width: 18%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);

	color: #3CC;
	position: absolute;
	float: left;
	border: medium none #F00;
	overflow: hidden;
	display: inline;
	top: 175px;
}
.ModeleZoneDtotalBas {
	top: 140px;
	float: left;
	margin-left: 68%;
	border: medium double #C63;
	position: relative;
}

.ModeleZoneCVotes-- {
	width: 18%;
	top: 250px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	color: #3CC;
	position: absolute;
	left: 78%;
	float: left;
}
.ModeleZoneDtotal {
	position: absolute;
	top: 140px;
	float: left;
	margin-left: 68%;
	border: medium none #C63;
}

.ModeleZoneEvotes {
	width: 18%;
	top: 170px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	color: #3CC;
	position: absolute;
	border: thick none #0F0;
	margin-left: 68%;
	overflow: hidden;
}
.ModeleZone2A--- {
	border: thick none #900;
	position: fixed;
	width: 8%;
	top: 0px;
	clear: left;
}
.ModeleZone2Amenu {
	border: thick none #C63;
	top: 0px;
	width: 100%;
	clear: left;
	margin-top: 0px;
}

.Book2Slide2Menu {
	border: thick none #C63;
	top: 0px;
	width: 100%;
	clear: left;
	margin-top: 0px;
}

.ModeleZone2Btete {
	border: 10px solid #000;
	width: 100%;
	top: 0px;
}
.ModeleZone2Bvideo--- {
	border: thick none #900;
	width: 70%;
	margin-left: 17%;
}
.ModeleZone2Ctableau {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	color: #3CC;
	border: medium none #F00;
}
.ModeleZone2Evotes {
	width: 18%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	color: #3CC;
	border: thick none #0F0;
}

.ModeleIndex {
	width: 100%;
	height: auto;
	left: 20px;
	top: 20px;
	max-width:700px;
	border: thick none #00F;
}
.ModeleIndex2 {
	border: thick none #C96;
	top: 0px;
	clear: left;
	margin-top: 0px;
	width: 76%;
}
.ModeleIndex3Tete-- {
	border: 10px solid #000;
	top: 0px;
	clear: left;
	margin-top: 0px;
	width: 60%;
	margin-left: 150px;
}

.Modele4IndexTete {
	border: 10px solid #000;
	top: 0px;
	margin-top: 0px;
	width: 100%;
	margin-left: 150px;
}

.ModeleIndex3FB {
	border: 10px solid #000;
	top: 0px;
	clear: left;
	margin-top: 0px;
	width: 45%;
	margin-left: 150px;
}
.ModeleIndex3Video-- {
	border: thick none #900;
	width: 70%;
}

.Modele4IndexVideo {
	border: thick none #900;
	width: 100%;
}

.ModeleIndex5 {
	border: thick none #900;
	top: 400px;
	width: 65%;
	position: absolute;
}
.ModeleTab-- {
	width: 18%;
	top: 22%;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	color: #3CC;
	position: absolute;
	left: 80%;
}


.ModeleTab-v1 {
	width: 18%;
	top: 22%;
	float: right;
	overflow: hidden;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	-moz-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	color: #3CC;
	right: 3%;
	position: absolute;
}
.ModeleTotalPhotos-- {
	position: absolute;
	top: 20%;
	left: 80%;
}

.ModeleTabGaleries {
	border: medium solid #F0F;
}
.New99Index {
	width: 50%;
	border: thick none #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	z-index: 5;
	position: fixed;
	left: 25%;
	top: 50%;
	right: auto;
	font-size: 150%;
	background-color: rgba(31, 30, 30, 0.6);
}
.New99slideJB {
	width: 30%;
	border: thick double #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #0FF;
	z-index: 5;
	position: fixed;
	left: 40%;
	top: 40%;
	right: auto;
	font-size: small;
	font-weight: bold;
}

.New99slide {
	width: 30%;
	border: thick none #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	z-index: 5;
	position: fixed;
	left: 40%;
	top: 40%;
	right: auto;
	font-size: small;
	height: 30%;
}

/*------------ valable pour affichage Slide avec JB ------- */
.New99slideJB21_Old {
	width: 40%;
	border: thick none #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #F93;
	z-index: 5;
	position: fixed;
	left: 30%;
	top: 35%;
	right: auto;
	font-size: small;
	height: 40%;
}
/*------------ valable pour affichage Slide avec JB21 script JAVA ------- à droite depuis 01/01/24        */
.New99slideJB21 {
	width: 20%;
	border: thick none #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #F93;
	z-index: 5;
	position: fixed;
	right: 3%;
	top: 20%;
	/*right: auto; */
	font-size: small;
	height: 40%;
}




.New99slideJB21Overlay {
	width: 20%;
	border: thick dashed #F00;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	z-index: 10;
	font-size: large;
	position: fixed;
	left: 38%;
	top: 35%;
	right: auto;
	font-size: large;
	height: 20%;
	font-weight: bold;
}

/*------------ valable pour affichage Slide avec JB ------- */


/*------------ valable pour affichage Slide avec Alea script JAVA ------- */
.New99slideAlea_Old {
	position: relative;
	width: 30%;
	height: auto;
	border: medium none #F0F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0;
	background-color: rgba(60,60,60,0.5);
	z-index: 5;
	position: fixed;
	left: 35%;
	top: 35%;
	right: auto;
}
/*------------ valable pour affichage Slide avec Alea script JAVA ------- */


/*------------ valable pour affichage Slide avec Alea script JAVA ------- à droite depuis 01/01/24        */
.New99slideAlea {
	position: relative;
	width: 20%;
	height: auto;
	border: medium none #F0F;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF0;
	background-color: rgba(60,60,60,0.5);
	z-index: 5;
	position: fixed;
	right: 3%;
	top: 20%;
	
}
/*------------ valable pour affichage Slide avec Alea script JAVA ------- */




.New99slideCopie-OK {
	width: 20%;
	border: medium none #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	z-index: 5;
	position: fixed;
	left: 40%;
	top: 40%;
	right: auto;
	font-size: 200%;
	height: 30%;
}


.New99IndexMessage {
	width: 20%;
	border: thick none #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	z-index: 10;
	position: fixed;
	top: 8%;
	right: 0px;
	font-size: 200%;
	
}
.New99IndexMessageNOEL {
	width: 20%;
	border: thick none #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	z-index: 10;
	position: fixed;
	top: 0%;
	right: -100px;
	font-size: 200%;
}

.New99Date {
	width: 25%;
	border: thick none #0FF;
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	z-index: 10;
	font-size: 200%;
	background-color: rgba(31, 30, 30, 0.6);
	position: static;
	left: auto;
	top: 10px;
	right: auto;
}
.NewsDate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
	font-weight: bold;
}
.NewsLien {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


.NewsImage {
	height: auto;
	color: #000;
	width: 90%;
	clear: left;
}
.NewsImageB {
	height: auto;
	color: #000;
	width: 45%;
	clear: left;
}
.NewsImageFolio {
	height: auto;
	color: #000;
	width: 17%;
	clear: left;
}
.NewsImageLieuxPhotos {
	height: auto;
	color: #000;
	width: 100%;
	clear: left;
}





.NewsImageFB {
	height: auto;
	width: 50%;
	color: #000;
	border: thick none #0FF;
}
.Pied {
	width: 100%;
	border: thick none #FF0;
	display: block;
	z-index: 2;
	bottom: 0px;
	margin-bottom: 0px;
	clear: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
}
.PiedMembre {
	width: 100%;
	border: thick none #FF0;
	display: block;
	z-index: 2;
	bottom: 0px;
	margin-bottom: 0px;
	clear: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	background-image: url(fond-membre.gif);
}

.PYT--- {
	background-color: #FF0;
	width: 100%;
	border: thick dotted #909;
	margin: 100px;
}
.PYT-content--- {
	background-color: #FF0;
	width: 90%;
	border: thick dotted #909;
	position: absolute;
	top: 200px;
}
.PYT-MENU {
	width: 100%;
	border: medium none #06C;
	position: fixed;
	top: 10px;
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
	height: 80px;
	z-index:10;
	left: auto;
	right: auto;
	padding-top: 10px;
	padding-left: 50px;
}
.PYT-MENU-v1 {
	width: 100%;
	border: thin none #06C;
	position: fixed;
	top: 10px;
	background-image: url(images/bg-menu.png);
	background-repeat: repeat-x;
	height: 80px;
	z-index:10;
	left: auto;
	right: auto;
}



.SimpleViewerBoite {
	border: medium none #FF0;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
}


.Tableau {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	-moz-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	-webkit-box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	box-shadow: 2px 2px 6px 9px rgba(31, 30, 30, 0.75);
	color: #3CC;
}

.TotalPhotos {
	width: auto;
}
.TexteHautPageGen {
	margin-top: 15px;
	text-align: center;
	font-size: 24px;
	color:#FC6;
	position: absolute;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	margin-bottom: 10px;
	border: medium none #F00;
}
.TexteHautPageGen2 {
	margin-top: 15px;
	text-align: center;
	font-size: 16px;
	color:#FC6;
	position: absolute;
	top: 100px;
	margin-right: auto;
	margin-left: auto;
	width: 85%;
	margin-bottom: 10px;
	border: medium none #F00;
}

.TexteHautTABNum {
	margin-top: 15px;
	text-align: center;
	font-size: 30px;
	color:#FF0;
	position: absolute;
	top: 5px;
	width: 95%;
	border: medium solid #F00;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	left: 10px;
}
.TexteHautTABNum2 {
	margin-top: 15px;
	text-align: center;
	font-size: 30px;
	color:#FF0;
	top: 40%;
	width: 95%;
	border: medium solid #0F0;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
}


.TexteBlanc {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	padding: 10px;
	border: medium none #6CF;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
.TexteBlancAccueil {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	padding: 10px;
	border: medium none #9F6;
	font-size: medium;
	font-weight: normal;
	width: 90%;
}

.TexteJauneTitre {
	font-family: Tahoma, Geneva, sans-serif;
	text-align:center;
	color: #F60;
	font-size: 24px;
	font-weight: bold;
}




.TexteJaune {
	color: #FF0;
	font-size: 14px;
	display: inline;
}
.TexteJauneHistory {
	color: #FF0;
	font-size: 90%;
	font-weight: bold;
	border: thin none #C60;
	display: inline;
}

.TexteJauneBI {
	color: #FF0;
	font-size: 14px;
	display: inline;
	font-style: italic;
	font-weight: bold;
	width: 90%;
}

.TexteJauneMem {
	color: #FF0;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	border: medium none #F00;
}

.TexteJauneMemPourcent {
	color: #FF0;
	font-size: 70%;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	border: medium none #F00;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}



.TexteJaunePourcent {
	color: #FF0;
	font-size: 75%;
	display: inline;
}



.TexteRougeMem {
	color: #F00;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	border: medium none #F00;
}


.TexteBleu {
	color: #36C;
	font-size: 14px;
	display: inline;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.TexteBleuClair {
	color: #0FF;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.TexteGris {
	color: #CCC;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	border: thin none #F00;
}
.TexteGrisTitre {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.texte99{ /* masqué par défaut */
    visibility: hidden;
}
a.bc:hover ~ div.texte99{ /* affiché lorsqu'un lien qui le précède est survolé */
    visibility: visible;
}







ulv1 {
	padding:0;
	margin:0;
	list-style-type:none;
}


liv1 {
	min-width:90;
	padding-top: 0px;
}


ulv1 liv1 a {
	display:block;
	line-height:25px;
	color:#0FF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	background-image: url(images/Menu2015-1.jpg);

	/*width: auto; */
	min-width:90;
	width: 132px;
	cursor: crosshair;
	height: 30px;
	padding-top: 5px;
}

ulv1 liv1 a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
	line-height: 60px;
	background-color: black;
	background-repeat: repeat-x;
	background-image: url(images/Menu2015-2.jpg);
	min-width:90;
	width: 132px;
	height: 60px;
}

/*  ******************************* CADRE POUR MENU  - CADRE n° 1  AUTRE ASPECT d'une ligne, exemple bas du menu    */
liv3 {
	min-width:90;
	padding-top: 0px;
}

ulv1 liv3 a {
	display:block;
	line-height:60px;
	color:#0FF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	background-image: url(images/Menu2015-1.jpg);
	/*width: auto; */
	min-width:90;
	width: 132px;
	cursor: crosshair;
	height: 60px;
}
ulv1 liv3 a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
	line-height: 60px;
	background-color: black;
	background-repeat: repeat-x;
	background-image: url(images/Menu2015-2.jpg);
	min-width:90;
	width: 132px;
	height: 60px;
}




ulv2 {
	padding:0;
	margin:0;
	list-style-type:none;
}
liv2 {
	min-width:90;
	padding-top: 0px;
}
ulv2 liv2 a {
	display:block;
	line-height:60px;
	color:#0FF;
	text-align:center;
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	background-color: #000;
	
	min-width:90;
	width: 160px;
	cursor: crosshair;
	height: 60px;
	float: left;
	background-image: url(images/Menu2015-1.jpg);
}
ulv2 liv2 a:hover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	color: #F00;
	line-height: 60px;
	background-color: black;
	background-repeat: repeat-x;
	background-image: url(images/Menu2015-2.jpg);
	min-width:90;
	width: 132px;
	height: 60px;
}

liBook {
	border-left:1px solid black;
	float: left;
}
.containerPYT .contentPYT .MenuHaut2 p font {
	font-size: 14px;
}
.Entree2016 {
	position: absolute;
	left: 140px;
	top: 100px;
}

#AccueilMaj1 {
	width:78%;
	border: medium none #FF0;
	text-align: center;
	margin-top: 30px;
	display: block;
	
}

#AccueilMaj2 {
	width:75%;
	border: medium dashed #FF0;
	text-align: center;
}

#AccueilMaj3 {
	width:80%;
	border: medium none rgb(255, 0, 0);
	text-align: center;
	padding: 0%;
	margin-top: 30px;
	display: block;
}



/*  ------------------ DEUX DIV  --------*/

#contenu{
	width:98%;
	margin:auto;
	/*border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	padding:0px;
	font:12px arial;
	overflow:hidden; 
}
#contenuEntier {
	width:98%;
	margin:auto;
	/*border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;*/
	padding:0px;
	font:12px arial;
	overflow:hidden;
	height: 100%;
	border: medium none #0FF;
}

 
#gauche{
	float:left;
	width:19%;
	height:100%;
	margin-top:0px;
	border: medium none #0FF;
	text-align: center;
}

#centre{
	float:left;
	width:60%;
	height:100%;
	margin-top:0px;
	border: medium none #FF0;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
}
#GaucheNew {
	float:left;
	width:68%;
	margin-top:0px;
	border: medium none #FF0;
	text-align: center;
	padding-top: 0px;
	padding-right: 1%;
	padding-left: 1%;
}


 
#droite{
	width:19%;
	height:100%;
	border: thick none #0F0;
	text-align: center;
	margin-left: 80%;
	padding-top: 50px;
}
#DroiteNew {
	width:25%;
	border: thick none #0F0;
	text-align: center;
	position: relative;
	margin-left: 72%;
	padding-right: 1%;
	right: 1%;
	padding-left: 1%;
}

#gaucheFolio {
	float:left;
	width:23%;
	height:100%;
	margin-top:0px;
	border: medium none #0FF;
	text-align: center;
}
#centreFolio {
	float:left;
	width:75%;
	height:100%;
	margin-top:0px;
	border: medium none #FF0;
	text-align: center;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
}
#droiteFolio {
	width:17%;
	height:100%;
	border: thick none #0F0;
	text-align: center;
	margin-left: 80%;
	padding-top: 50px;
}


/*  ------------------ DEUX DIV  --------*/
.BX_TableauGeneral {
	border: medium solid #00F;
}

.BX_TableauGeneral1 {
	border: medium solid #F00;
}

.BX_TableauGeneral5 {
	border: medium solid #090;
}


.BX_TableauGeneral9 {
	border: medium dashed #C60;
}

#wrapper {
-moz-border-radius: 10px 10px 10px 10px;
border-radius: 0cap; /* ajout par VS code 01/01/24 */
margin: 10px auto;
padding: 0;
position: relative;
width: 1024px;
}

    #Jaune {
        color: #FF0;
        font-size: medium;
        font-family: Verdana, Geneva, sans-serif;
    }
