@charset "UTF-8";

/*@font-face {
 font-family: "caslon";
      src: url("../fonts/ITC Garamond 2 ");
    }*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;400;700&display=swap');

body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: 'Tajawal', sans-serif;
	font-size: 100%;
	background-color: #FFF;
    }

    .thrColFixHdr #container {
	width: 1280px;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat;
	padding: 0px;
}

    .thrColFixHdr #container2 {
	width: 1230px;
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat;
	padding: 0px;
}

#header {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 123px;
	background-image: url("../images/layout/layoutlogoCorridorRetina4-01.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: 1230px 123px;
	position: fixed;
	width: 1230px;
	z-index: 1000;
	
    } 

#header .menu ul {
    list-style-image: none;
	list-style-type: none;
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
    overflow: hidden;
}

#header .menu > ul > li {
    float: left;
}

#header .menu li a {
	display: block;
	background-color:#B10606;
	color: white;
	text-align: center;
	padding: 2px 9px;
	margin-right: 5px;
	text-decoration: none;


}

#header .menu li a:hover, .menu ul li:hover > a {
    color: #FFD8BB;
		
}

/* Sous-menu caché par défaut */
#header .menu li .submenu {
    display: none;
    position: absolute;
    background-color: #333;
}

/* Afficher le sous-menu au survol */
#header .menu li:hover .submenu {
    display: block;
}

/* Style du sous-menu */
#header .menu li .submenu li {
    float: none;
}

#header .menu li .submenu li a {
    padding: 10px;
    text-align: left;
}
	
	
.menu li.active > a {
    background-color:#740000 !important;
	color: #FFFFFF !important;
	/* Fond rouge pour l'élément de menu actif */
}

.menu li .submenu li.active > a {
    background-color: orange; /* Fond orange pour le sous-menu actif */
}
		

/* ... (les styles précédents restent les mêmes) ... */

/* Décalage pour les éléments inactifs */
		
#header .menu li:nth-child(1) {
    margin-top: 50px;
}
		
#header .menu li:nth-child(2) {
    margin-top: 51px;
}

#header .menu li:nth-child(3) {
    margin-top: 53px;
}

#header .menu li:nth-child(4) {
    margin-top: 54px;
}
		
#header .menu li:nth-child(5) {
    margin-top: 55px;
}
		
#header .menu li:nth-child(6) {
    margin-top: 55px;
}

#header .menu li:nth-child(7) {
    margin-top: 56px;
}

#header .menu li:nth-child(8) {
    margin-top: 58px;
}
		
#header .menu li:nth-child(9) {
    margin-top: 60px;
}

/* Décalage supplémentaire pour les éléments actifs */
#header .menu li.active:nth-child(1) {
    margin-top: 35px; /* 3px initial + un ajustement supplémentaire */

		}
		
#header .menu li.active:nth-child(2) {
    margin-top: 36px; /* 3px initial + un ajustement supplémentaire */
}

#header .menu li.active:nth-child(3) {
    margin-top: 38px; /* 7px initial + un ajustement supplémentaire */
}

#header .menu li.active:nth-child(4) {
    margin-top: 39px; /* 11px initial + un ajustement supplémentaire */
}
		
#header .menu li.active:nth-child(5) {
    margin-top: 40px; /* 3px initial + un ajustement supplémentaire */
}
		
#header .menu li.active:nth-child(6) {
    margin-top: 41px; /* 3px initial + un ajustement supplémentaire */
}

#header .menu li.active:nth-child(7) {
    margin-top: 43px; /* 7px initial + un ajustement supplémentaire */
}

#header .menu li.active:nth-child(8) {
    margin-top: 44px; /* 11px initial + un ajustement supplémentaire */
}
		
#header .menu li.active:nth-child(9) {
    margin-top: 45px; /* 11px initial + un ajustement supplémentaire */
}



	



	
	


	
.thrColFixHdr #header   a.top {
	display: inline;
}

	



    .thrColFixHdr #header h1 {
	margin: 0px; /* la mise à zéro de la marge du dernier élément du div #header permet d'éviter une disparition de la marge (espace inexplicable entre les éléments div). Si l'élément div est entouré d'une bordure, cette précaution n'est pas nécessaire, car la bordure évite également la disparition de la marge */
	padding: 10px 0; /* l'utilisation de remplissage, au lieu d'une marge, permet d'éloigner l'élément des bords de l'élément div */
    }

    .thrColFixHdr #sidebar1 {
	width: 170px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	margin: 0px;
    }
	
	 .thrColFixHdr #sidebar1 ul{
	list-style-image: none;
	list-style-type: none;
	text-align: right;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	 .thrColFixHdr #sidebar1 li{
	margin-bottom: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin-right: 0px;
	margin-top: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	.thrColFixHdr #sidebar1 li a{
	color: #000;
}

.nada {
	color: #E2411E !important;
}

	.thrColFixHdr #sidebar1 li.current {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
		background-color: #BB3613;

}

.thrColFixHdr  #sidebar1   a {
	text-decoration: none;
	color: #BEB295;
}
	 .thrColFixHdr #sidebar1 a:hover{
	color: #999999;
}
	 .thrColFixHdr #sidebar1 a.current {
	background-repeat: no-repeat;
	background-position: right top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 33px;
	padding-top: 4px;
	display: block;
	color: #FFFFFF;
} 

	.thrColFixHdr #sidebar1 h4.current {
		padding-top: 5px;
}


.thrColFixHdr .separateur1 {
	width: 100%;
	background-repeat: no-repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


	.thrColFixHdr #sidebar1 p{
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
	.thrColFixHdr #sidebar1 h1{
	font-size: 24px;
	font-weight: normal;
	color: #990000;
	padding-right: 5px;
	padding-left: 10px;
	margin: 0px;
}
	.thrColFixHdr #sidebar1 h2{
	font-size: 18px;
	font-weight: normal;
	color: #990000;
	padding-right: 5px;
	padding-left: 10px;
	margin: 0px;
}

	.thrColFixHdr #sidebar1 h2 a{
}

.thrColFixHdr #sidebar1  a{
	color: #990000;
}


	.thrColFixHdr #sidebar1 h3 {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
	
	
	.thrColFixHdr #sidebar1 h4 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
}

	.thrColFixHdr #sidebar1 h6{
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

	.thrColFixHdr #sidebar1 h6.current {
			padding-top: 5px;
}
	
	* html .thrColFixHdr .boxhead h2 {height: 1%;} /* For IE 5 PC */

	.thrColFixHdr .sidebox {
	width: 100%;
	margin-top: 0em;
	margin-right: 0px;
	margin-bottom: 0;
	background-image: url(../images/layout/bulleMenuDroite_07.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	}
	
	.thrColFixHdr .sidebox a {
	color: #990000;
	text-decoration: none;
}
	
	.thrColFixHdr #infoGauche a {
}
	
	.thrColFixHdr .boxhead {
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/bulleMenuDroite_04.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	.thrColFixHdr .boxhead h2 {
	margin: 0;
	padding: 0; /* Safari-only, but cool */
	background-image: url(../images/layout/bulleMenuDroite_03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	color: #990000;
	}

	.thrColFixHdr .boxhead h2 a{
}

	.thrColFixHdr .boxbody {
	margin: 0;
	padding: 0;
	background-image: url(../images/layout/bulleMenuDroite_06.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

	.thrColFixHdr .boxbody p {
	padding: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 12px;
	}
	

    .thrColFixHdr #sidebar2 {
	width: 190px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
    }
	
	.thrColFixHdr #sidebar2 h1{
	font-size: 30px;
	font-weight: normal;
	color: #990000;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
	.thrColFixHdr #sidebar2 h2{
	font-weight: normal;
	font-size: 21px;
	color: #990000;
	padding-right: 0px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
}

	.thrColFixHdr #sidebar2 h2 a{
}



.blanc{
	color: #FFFFFF !important;
}

	.thrColFixHdr #sidebar2 h3{
	color: #990000;
	font-weight: normal;
	font-size: 16px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
	.thrColFixHdr #sidebar2 h4{
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}
	.thrColFixHdr #sidebar2 h5{
	font-style: normal;
	font-weight: normal;
	text-align: right;
	margin-right: 5px;
}
	.thrColFixHdr #sidebar2 h6{}
	.thrColFixHdr #sidebar2 p{
	font-size: 13px;
	padding-right: 10px;
	padding-left: 20px;
}


	.thrColFixHdr #sidebar2 ul {
	list-style-image: none;
	list-style-type: none;
	font-size: 14px;
	margin: 15px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
	.thrColFixHdr #sidebar2 li {
	border-bottom-width: 1px;
	border-bottom-color: #990000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-bottom: 10px;
	padding-left: 10px;
}
	.thrColFixHdr #sidebar2 li a {
	color: #990000;
}
	.thrColFixHdr #sidebar2 li a:hover {}
	.thrColFixHdr #sidebar2 a{
	text-decoration: none;
}

.thrColFixHdr #sidebar2 a:hover{
	color: #666666;
}


.thrColFixHdr #sidebar2 .separateur2 {
	height: 20px;
	width: 190px;
	background-image: url(../images/layout/paper.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

.thrColFixHdr #sidebar2 .photo {
	float: left;
	height: 80px;
	width: 80px;
	padding: 0px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 4px;
}
	
	* html .thrColFixHdr #mainContent .boxhead h2 {height: 1%;} /* For IE 5 PC */

	.thrColFixHdr #mainContent .sidebox {
	width: 90%;
	background: url(../images/layout/04basDroit.gif) no-repeat bottom right;
	margin-top: 1em;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	.thrColFixHdr #mainContent .sidebox2 {
	width: 65%;
	background: url(../images/layout/04basDroit.gif) no-repeat bottom right;
	margin-top: 1em;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: auto;
	}
	
	
	.thrColFixHdr #mainContent .boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../images/layout/02hautDroit.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	.thrColFixHdr #mainContent .boxhead h2 {
	background: url(../images/layout/01hautGauche.gif) no-repeat left top;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	height: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	}

	.thrColFixHdr #mainContent .boxhead h2 a{color: #FFFFFF;}

	.thrColFixHdr #mainContent .boxbody {
	background: url(../images/layout/03basGauche.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 60px;
	}

	.thrColFixHdr #mainContent .boxbody p {
	margin: 0px;
	padding: 0px 20px 0px 0px;
	border: none;
	}


    .thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 123px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

    } 
	
	
	.newsletter {
	text-align: right !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
}
	
	.thrColFixHdr #mainContent ul {
	font-size: 18px;
	margin-right: 20px;
	margin-bottom: 15px;
	line-height: 20px;
	margin-left: 20px;
}
	.thrColFixHdr #mainContent li {}
	
	
	    .thrColFixHdr #mainContent h1{
	margin: 0px;
	font-weight: normal;
	font-size: 30px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
}

	.thrColFixHdr #mainContent .black {
	color: #000000;
	font-size: 36px;
}

.thrColFixHdr #mainContent .black2 {
	color: #000000;
	font-size: 14px;
}

.thrColFixHdr #mainContent .black3 {
	color: #000000;
	font-size: 18px;
}
	
	.thrColFixHdr #mainContent .photo {
	float: left;
	height: 80px;
	width: 80px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


.thrColFixHdr #mainContent .presse {
	float: left;
	height: 100px;
	width: 100px;
	padding: 5px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px dotted #333333;
}

.thrColFixHdr #mainContent .presse p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 11px;
}

	.thrColFixHdr #mainContent #top {
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.thrColFixHdr #mainContent #bottom {
	/*background-image: url(../images/bulle_03.gif);
	background-repeat: no-repeat;
	height: 20px;*/
	margin: 0px;
	padding: 0px;
}


	.thrColFixHdr #mainContent #middle {
	/*background-image: url(../images/bulle_02.gif);
	background-repeat: repeat-y;*/
}

	
    .thrColFixHdr #mainContent p{
	margin: 0px;
	color: #000000;
	font-weight: normal;
	font-size: 18px;
	padding-top: 0px;
	padding-left: 35px;
	line-height: 130%;
	text-align: justify;
	padding-right: 35px;
}


.thrColFixHdr #mainContent .agenda{
	margin-right: 0px;
	margin-left: 20px;
}

.thrColFixHdr #mainContent .agenda td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent .agenda tr {}

.thrColFixHdr #mainContent .agenda p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	text-align: left;
}

.thrColFixHdr #mainContent .actu{
	margin-right: auto;
	margin-left: auto;
}


.thrColFixHdr #mainContent .actu td{
	border: 1px dotted #333333;
}


.thrColFixHdr #mainContent .actu p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	text-align: left;
}

.thrColFixHdr #mainContent .col {}



.thrColFixHdr #mainContent .col p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: left;
	line-height: 1.1em;
}

.thrColFixHdr #mainContent .actu h1 {
	margin-right: 5px;
	margin-left: 10px;
	padding: 0px;
}
.thrColFixHdr #mainContent .actu h4 {
	padding: 0px;
	margin-right: 5px;
	margin-left: 10px;
}
 
 
	.thrColFixHdr #mainContent .blocImages {
	margin-left: 15px;
}
    
	.thrColFixHdr #mainContent .imageIntro {
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 10px;
}
	
	.thrColFixHdr #mainContent a {
	color: #990000;
	text-decoration: none;
}


.thrColFixHdr #mainContent a:hover {
	color: #999999;
}
	.thrColFixHdr #mainContent h2{
	margin: 0px;
	font-weight: normal;
	font-size: 24px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 0px;
}
	.thrColFixHdr #mainContent h3{
	margin: 0px;
	font-weight: normal;
	font-size: 21px;
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 0px;
}

	.thrColFixHdr #mainContent .presseParag {
	background-color: #F0F0F0;
	font-size: 14px;
	margin-right: 35px;
	margin-left: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
	.thrColFixHdr #mainContent h4{
	color: #333333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 16px;
}
	.thrColFixHdr #mainContent h5{
	font-size: 18px;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 0px;
	margin-right: 10px;
	margin-left: 20px;
	
	text-transform: uppercase;
}
	.thrColFixHdr #mainContent h6{
	text-align: right;
	margin-top: 0px;
	margin-right: 40px;
	padding: 0px;
	margin-bottom: 0px;
	font-weight: normal;
}
	
	.thrColFixHdr #footer {
	margin: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;	
    } 

    .thrColFixHdr #footer p {
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    }

.thrColFixHdr #slide {
	margin-left: 10px;
}

.thrColFixHdr #slide2 {
	margin-left: 0px;
}

.thrColFixHdr .slides {
	margin-left: 27px;
}

/*.thrColFixHdr .slides p {
	margin: 0px !important;
	 padding: 0px !important;
	
}*/


.thrColFixHdr .vignette {
	width: 255px;
	padding: 10px;
	position: relative;
	display: inline-block;
	float:left;
}

    .fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */

    	float: right;

    	margin-left: 8px;

    }

    .fltlft { /* cette classe permet de rendre flottant le côté gauche d'un élément dans la page */

    	float: left;

    	margin-right: 8px;

    }

    .clearfloat { /* cette classe doit être placée pour un élément div ou break et doit être l'élément final avant la balise de fin d'un conteneur qui doit contenir entièrement un élément flottant */
	clear:both;

        height:0;

        font-size: 1px;

        line-height: 0px;
    }
.center {
	text-align: center !important;
}

.smallCaps {
	font-variant: small-caps;
	font-size:125%
}

.rouge {
	color: #900;
}

.noMarge {
	margin-left: 0px !important;
	padding-left: 20px !important;
	}
.vignette{
	height: 175px;
}

.small {
	font-size: 40%;
}

.small2 {
	font-size: 75%;
	line-height: 120%;
}

 .small3 {
	font-size: 75%;
	line-height: 120%;
	color: #000000;
}


 .small4 {
	font-size: 14px;
	line-height: 120%;

	color: #000000;
}

.small5 {
	font-size: 14px;
	line-height: 1 em;
}

.small6 {
	font-size: 16px !important;
	line-height: 1.2em !important;
	padding: 0px !important;
}


.trailer {
	margin-left: 10px;
}

.left {
	text-align: left !important;
}


.thrColFixHdr #presentation {
	margin-left: 85px;
	padding-top: 5px;
}

.thrColFixHdr #presentation p{
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 120%;
	text-align: left;
}

.thrColFixHdr #presentation a{
	color: #CCC;
}

.thrColFixHdr #presentation a:hover{
	color: #990000;
}


.vignette2 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 260px;
	width: 260px;
}

.vignette3{
	
	
	padding: 0px;
	margin: 0px;
	
	position: relative;
	float:left;
	
}

.hidden {
	display: none;
	position: absolute;
	width:320px;
	top: 240px;
	left: 15px;
	background-color: white;
	padding: 20px;
	line-height: 1.1em !important; 
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
	animation: color-change5 0.5s;
}

.hidden2 {
	display: none;
	position: absolute;
	width:320px;
	top: 260px;
	left: 15px;
	background-color: white;
	padding: 20px;
	line-height: 1.1em !important; 
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
	animation: color-change5 0.5s;
}

.hidden3 {
	display: none;
	position: absolute;
	width:460px;
	top: 260px;
	left: -55px;
	background-color: white;
	padding: 20px;
	line-height: 1.1em !important; 
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
	animation: color-change5 0.5s;
	

}

.hidden4 {
	display: none;
	position: absolute;
	width:460px;
	top: 240px;
	left: -55px;
	background-color: white;
	padding: 20px;
	line-height: 1.1em !important; 
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
	animation: color-change5 0.5s;

}

.hidden5 {
	display: none;
	position:absolute;

	background-color: white;
	padding: 10px !important;
	line-height: 1.1em !important; 
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
	animation: color-change5 1s;
	

}

.hidden6 {
	display: block;
		
	z-index: 100;
	position:absolute;
	
	background-color: white;
	padding: 10px !important;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
	opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	

}

.hidden7 {
	display: block;
		
	z-index: 100;
	position:absolute;
	border-radius: 10px;
	background-color: white;
	padding: 10px !important;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25);
	opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 1000ms ease-in-out;
	

}


#backHome {
    float: left;

}


.show1:hover .hidden7 {
    opacity: 1.0;
}

@keyframes color-change2 {
  0% { color: rgb(0,0,0,1); }
  100% { color:#517331; }
		}

@keyframes color-change3 {
  0% { color:#A6B598; }
  100% { color: #363636; }
		}

@keyframes color-change4 {
  0% { color:#517331; }
  100% { color: #363636; }
		}

@keyframes color-change5 {
  0% { filter:alpha(opacity=0); 
	opacity:0; }
  100% { filter:alpha(opacity=100); 
	opacity:1; }
		}

@keyframes color-change6 {
  0% { filter:alpha(opacity=100); 
	opacity:100; }
  100% { filter:alpha(opacity=0); 
	opacity:0; }
		}

.show1:hover::after .hidden6 {
		
		animation: color-change6 1s;
		

	}


.show1:hover .hidden {
		
		display: block;
		
		z-index: 100;
		

	}

.show1:hover .hidden2 {
		
		display: block;
		
		z-index: 100;
		

	}

.show1:hover .hidden3 {
		
		display: block;
		
		z-index: 100;
		

	}

.show1:hover .hidden4 {
		
		display: block;
		
		z-index: 100;
		

	}


.show1:hover .hidden5 {
		
		display: block;
		
		z-index: 100;
		

	}

.show1:hover .hidden6 {
		
opacity: 1.0;
		

	}


.zoneTexte {
	background-color: rgba(0, 0, 0, 0.7);
	height: 39px;
	position: relative;
	top: 205px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.eponge {
	background-image: url(../images/spectacles/vignetteEponge2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.monde {
	background-image: url(../images/spectacles/toutUnMondeVignette5.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.theatre {
	background-image: url(../images/spectacles/theatreTableVignette4.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.cocon {
	background-image: url(../images/spectacles/coconVignette4.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.scarabee {
	background-image: url(../images/scarabee/scarabeeVignette2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.zero {
	background-image: url(../images/zeroAbsolu/zeroHistorique.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.thinker {
	background-image: url(../images/spectacles/thinkerVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.maisonVague {
	background-image: url(../images/spectacles/maisonVagueVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.imagesFlottantes {
	background-image: url(../images/spectacles/imagesFlottantesVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.appart {
	background-image: url(../images/spectacles/appartTrousVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.ermite {
	background-image: url(../images/spectacles/ermiteVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.aveugles {
	background-image: url(../images/spectacles/aveuglesVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.benshi {
	background-image: url(../images/spectacles/benshiVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.smatch2 {
	background-image: url(../images/spectacles/smatch2Vignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.riviere {
	background-image: url(../images/spectacles/riviereVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.ismael {
	background-image: url(../images/spectacles/ismaelVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.diable1live {
	background-image: url(../images/spectacles/diableVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.smatch1 {
	background-image: url(../images/spectacles/Smatch1Vignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.smatch3 {
	background-image: url(../images/spectacles/smatch3Vignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.diable3 {
	background-image: url(../images/spectacles/diable3Vignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.duivel {
	background-image: url(../images/spectacles/duivelVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.diable2 {
	background-image: url(../images/spectacles/diable2Vignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.diable1 {
	background-image: url(../images/spectacles/diable1Vignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.pain {
	background-image: url(../images/spectacles/painVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.pluie {
	background-image: url(../images/spectacles/pluieEteVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.opera {
	background-image: url(../images/spectacles/operaVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.modestes {
	background-image: url(../images/spectacles/modestesVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.feu {
	background-image: url(../images/spectacles/feuVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.oskar {
	background-image: url(../images/spectacles/sertiVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.histoires {
	background-image: url(../images/spectacles/histoiresCourtesVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.ophelie {
	background-image: url(../images/spectacles/ophelieVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.chiens {
	background-image: url(../images/spectacles/paradisVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.patuanou {
	background-image: url(../images/spectacles/vignettePatua2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.pas {
	background-image: url(../images/spectacles/pasPerdusVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.amitie {
	background-image: url(../images/amitieGenoux/amitie.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.histoire1 {
	background-image: url(../images/histoiresCourtes/histoires1.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.histoire2 {
	background-image: url(../images/histoiresCourtes/histoires2.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}

.clous {
	background-image: url(../images/arbreClous/clouVignette.jpg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
}


.thrColFixHdr #mainContent a.nodeco {
	text-decoration: none;
	color: black;
	
}


       /* jssor slider bullet navigator skin 01 css */

        /*

        .jssorb01 div           (normal)

        .jssorb01 div:hover     (normal mouseover)

        .jssorb01 .av           (active)

        .jssorb01 .av:hover     (active mouseover)

        .jssorb01 .dn           (mousedown)

        */

        .jssorb01 {

            position: absolute;

        }

        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {

            position: absolute;

            /* size of bullet elment */

            width: 12px;

            height: 12px;

            filter: alpha(opacity=70);

            opacity: .7;

            overflow: hidden;

            cursor: pointer;

            border: #000 1px solid;

        }

        .jssorb01 div { background-color: gray; }

        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }

        .jssorb01 .av { background-color: #fff; }

        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }



        /* jssor slider arrow navigator skin 03 css */

        /*

        .jssora03l                  (normal)

        .jssora03r                  (normal)

        .jssora03l:hover            (normal mouseover)

        .jssora03r:hover            (normal mouseover)

        .jssora03l.jssora03ldn      (mousedown)

        .jssora03r.jssora03rdn      (mousedown)

        */

        .jssora03l, .jssora03r {

            display: block;

            position: absolute;

            /* size of arrow element */

            width: 55px;

            height: 55px;

            cursor: pointer;

            background: url('../img/a03.png') no-repeat;

            overflow: hidden;

        }

        .jssora03l { background-position: -3px -33px; }

        .jssora03r { background-position: -63px -33px; }

        .jssora03l:hover { background-position: -123px -33px; }

        .jssora03r:hover { background-position: -183px -33px; }

        .jssora03l.jssora03ldn { background-position: -243px -33px; }

        .jssora03r.jssora03rdn { background-position: -303px -33px; }


.right {
	text-align: right !important;
}



