  #blocs_destination blocs_invisible  {
overflow:	visible;
white-space:	normal;
}

#diapo  {
background-color:	grey ; /* espace en haut des crêtes */
border-color:	black;
border-style:	solid;
border-width:	1px; /* bordure extérieure */
float:	left; 
margin:	0; /* espace entre les onglets et la diapo */
 overflow:	none;
padding:	0; /* espace entre la bordure intérieure et la bordure extérieure*/
width:	100%; /* largeur de la diapo */
}

#diapo div.slide  {
background-color:	 #FFFFFF;
border-color:	 rgb( 145, 155, 156 );
border-style:	solid;
border-width:	2px;
margin:	0;
padding:	0;
}

#diapo li  {
background-color:	#FFFFFF;
border-color:	teal; /* bordure intérieure */
border-style:	solid;
border-width:	1px; 
list-style-type:	none;
margin:	0;
padding:	0;
}

#diapo ul  {
background-color:	grey;
border-color:	0;
list-style-type:	none;
margin:	0;
padding:	0;
}

#diapo_navigation  {
background-color:	white; /* couleur autour des onglets*/
border-color:	 rgb( 145, 155, 156 );
/* border-left:	20px;
border-right:	20px; */
display:	inline;
float:	left;
font-size:	.8em; /* grosseur des lettres des onglets*/
font-family: "Arial black"; /* police des onglets */
width:	100%; /* longueur de la ligne des onglets */
z-index:	2;
}

#diapo_navigation li  {
background-image:	url(Onglet_glass_off_left.png);
background-repeat:	no-repeat;
float:	left;
margin-bottom:	1px; /* sépare les lignes d'onglets*/
margin-left:	0;
margin-right:	0px;
margin-top: 0px;
padding-bottom:	0;
padding-left:	20;
padding-right:	0;
padding-top:	0;
border-bottom-width: 2px;
 border-bottom-style:	solid;
border-bottom-width:	2px; /* espace entre les onglets*/
border-bottom-color:  #aec2df; 
}

#diapo_navigation li a  {
background-image:	url(Onglet_glass_off_right.png);
background-position:	right top;
background-repeat:	no-repeat;
color:#40e0d0; /* couleur des lettres des onglets non actifs*/
display:	block;
float:	left;
padding-bottom:	0px;
padding-left:	5px;
padding-right:	15px;
padding-top:	2px;
text-decoration:	none;
 white-space:	nowrap;

}

#diapo_navigation li.selected  {
background-image:	url(Onglet_glass_on_left.png) !important;
color:	#fff; !important;
}

#diapo_navigation li.selected a  {
background-image:	url(Onglet_glass_on_right.png) !important;
color:	white;  /* couleur des lettres de l'onglet actif*/
cursor:	default;
}

#diapo_navigation li:hover  {
background-image:	url(Onglet_glass_on_left.png);
color:	#333;
}

#diapo_navigation li:hover a  {
background-image:	url(Onglet_glass_on_right.png);
background-position:	right top;
color:	#000000;
}

#diapo_navigation ul  {
float:	left;
list-style-type:	none;
margin-bottom:	0;
padding-bottom:	0;
padding-top:	10px;
vertical-align:	bottom;
border-left-style: none;
border-right-style: none;
border-top-style: none;
border-bottom-width: 2px;
 border-bottom-style:	solid;
border-bottom-width:	2px;
border-bottom-color: #aec2df; 
}

#diaporama  {
/* margin-top:	40px; */
position:	relative;
}

#diaporama .diapo_next  {
right:	10px;
}

#diaporama .diapo_next, #diaporama .diapo_prev  {
cursor:	pointer;
position:	absolute;
top:	10px;
vertical-align:	bottom;
z-index:	5;
}

#diaporama .diapo_prev  {
left:	10px;
}

#tete_anagramme , #corps_anagramme  {
background-color:	transparent;
margin:0;
padding:	0;
}

.ui-effects-transfer  {
background-color:	 white; /* couleur de transition (envol)*/
border-color:	rgb( 145, 155, 156 );
border-style:	solid;
border-width:	3px;
z-index: 999;
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
}
a:hover
{color:red; 
}
 a
{
   text-decoration: underline; /* Les liens seront soulignés */
   color: navy; /* Les liens seront en rouge au lieu de bleu */
}


 
