/* gestion des mots longs */
textarea,
table,
td,
th,
code,
pre,
samp {
	hyphens: auto;
	word-wrap: break-word; /* passage à la ligne forcé */
	} 
      
/* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */
img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
	max-width: 100%;
	}

/*couleur des liens*/	
a { 
	color:#f8ffe8;
	}
a:hover {
color:#006666;
}

/* conserver le ratio des images */
img {
	height: auto;
	}
	
body	{
	/*background-color: #ffffff ;*/
	font-family : Arial,Verdana,Helvitica,sans-serif;
	color:#000000;
	overflow:auto;
	width:auto;
	}
	
table	{
	/*background-color: rgb(255, 255, 255);*/
	width: 100%;
	text-align: left;
/*	margin-left: auto; margin-right: auto;*/
	}
	
.menuactus {
	/*background-color: #ffffff ;*/
	background-color: rgba(255, 255, 255, 0.75); /*blanc avec opacité*/
	position:relative;
	display:block;
	font-size:100%;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	/*font-weight:bold;  */
	padding:10px;
	}
	
.menuactus ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	/*background-color: rgb(255,255,255);*/
	margin-left:10px;
	}
	
.menuactus ul li{
	display:block;
	float:none;
	list-style-type:none;
	
	}
	
.menuactus ul li a {
	display:block;
	float:none;
	color:#006666;
	font-weight:normal;
	text-decoration:underline;
	padding:1px 1px 0px 10px;
	/*height:1.45em;*/
	margin-left:20px; 
	}
	

.menuinfos {
	/*background-color: #ffffff ;*/
	background-color: rgba(255, 255, 255, 0.75); /*blanc avec opacité*/
	color:black;
	position:relative;
	display:block;
	font-size:100%;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	/*font-weight:bold;  */
	padding:25px;
	}
	
.menuinfos ul {
	margin:5px;
	padding:0px;
	width:auto;
	margin-left:0px;
	list-style-type:circle;
	font-size:100%;
	font-weight:bold;

	}

.menuinfos ul li{

	list-style-type:circle;
		
	}


	
	



	
.c0{
	text-align: center;
	font-size : 100%; font-weight:bold;
	color : #000080;
	}
	
	
.c1{
	font-size : 100%;
	font-weight:bold;
	text-decoration: none ;
	text-align: left;
	color : #000080;
	margin-left:5%;
	}
.c10{
	font-size : 100%;
	font-weight:bold;
	text-decoration: underline;
	text-align: left;
	color : #000080;
	}
	
	
.c2{
	font-size : 50%; text-align: center;
	}


	
.c3{
	font-size : 90%; text-align: justify; margin : 2%;
	}
	
.c4{
	font-size : 80%; margin-left: 30%;
	}
	
.c5{
	font-size : 100%; text-align: center;font-weight:bold; color: #FFFFFF;background: #008040;
	}
	
.th1{
	font-size : 65%; text-align: center; font-weight:bold;background: #C0C0C0;
	}
	
.tb1{
	font-size : 70%; text-align: left; 
	}
	
	
.titre_rubrique	{
	width: 100%;
	text-align: center;
	background-color: #000066;
	color: #ffffff;
	font-weight: bold;
	height: 40px;
	}
	
.lien {
	color: #000080;
	font-weight: bold;
	}
	
.vignette {
	height:90% ;
	margin:5px;
}
	
.overlay{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.overlay:target{
    display: block;
	
	
}
.popup_block{
    background: #fff;
    padding: 5px;
    border: 3px solid #000066;
    position: relative;
	margin:2% ;  
	height:80%;
    box-shadow: 0px 0px 5px #000;
    border-radius: 0px;
	text-align: center;
}
 .blink {
            animation: blinker 4s linear infinite;
            /*color: white;*/
            /*font-size: 1.1em;*/
            /* Larger, responsive font size */
            /*margin-bottom: 20px;*/
        }

        @keyframes blinker {
            30% {
                opacity: 0.2;
            }
        }
