    P               {font: 12px Verdana; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: justify}
	LI             	{font: 11px Verdana; color: #000000; text-decoration: none; text-align: justify}
	B              	{font: 11px Verdana; font-weight: bold}
    A				{font: 11px Verdana; color: #485E9E; text-decoration: none}
    A:hover			{font: 11px Verdana; color: #485E9E; text-decoration: underline overline}
/*
    body           	{font: 11px Verdana; scrollSCROLLBAR-FACE-COLOR: #8EA6D6; SCROLLBAR-HIGHLIGHT-COLOR: #CCD9F1; SCROLLBAR-SHADOW-COLOR: #CCD9F1; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #EFF2FB; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;}
    td              {font: 11px Verdana; SCROLLBAR-FACE-COLOR: #8EA6D6; SCROLLBAR-HIGHLIGHT-COLOR: #CCD9F1; SCROLLBAR-SHADOW-COLOR: #CCD9F1; SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #EFF2FB; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;}
*/
    .Texte       	{font: 11px Verdana; color: #000000; }
    .Texte:hover 	{font: 11px Verdana; color: #FF0000; }
    .Texte2			{font: 11px Verdana; color: #000000; font-weight: bold; text-decoration: none; }
    .Titre			{font: 12px Verdana; color: #485E9E; font-weight: bold; }
    .Titre:hover	{font: 12px Verdana; color: #485E9E; font-weight: bold; text-decoration: underline overline}
    .Gris       	{font: 11px Verdana; color: #717171; text-decoration: underline overline;}
    .Form 			{border-color : #8997D4; font-family: verdana; font-size: 8pt; height: 10px}
    OPTION 			{font: 10px Verdana; color : #000000; font-weight:bold; background-color : #D6DEF7; }
    TEXTAREA 		{font: 10px Verdana; color : #000000; font-weight:bold; background-color : #D6DEF7; }
    INPUT 			{font: 9px Verdana; color : #0000FF; font-weight:bold; background-color : #DFDBE9; }
    .new			{font: 10px Verdana; color: #FF0000; font-weight: bold; letter-spacing: 4px;text-decoration: none}
    .Petit			{font: 12px Verdana; color: #000000; text-decoration: none}
    .mlink			{font: 12px Verdana; color: #5773AD; text-decoration: none}
    .mlink:hover	{font: 12px Verdana; color: #5773AD; text-decoration: underline overline}
    .Membre1		{font: 12px Verdana; color: #4985FF; text-decoration: none}
    .Membre1:hover	{font: 12px Verdana; color: #FF0000; text-decoration: underline overline}
    .Membre0		{font: 12px Verdana; color: #88A8EA; text-decoration: none}
    .Membre0:hover	{font: 12px Verdana; color: #FF0000; text-decoration: underline overline}
    .Forumred		{font: 11px Verdana; color: #FF0000; text-decoration: none; }
    .Search1		{font: 12px Verdana; color: #8997D4; font-weight: bold;text-decoration: underline}
    .Search1:hover	{font: 12px Verdana; color: #8997D4; font-weight: bold;text-decoration: underline overline}
    .Search2		{font: 10px Verdana; color: #8997D4; text-decoration: underline}
    .Search2:hover	{font: 10px Verdana; color: #8997D4; text-decoration: underline overline}
    .poucettitre    { color:#FF6600; font:11px Tahoma; font-weight: Bold;}

#header {position: absolute;height: auto;width: auto; visibility: visible;}



.modal body{
  background:#131416;
  font-family: arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

 .modal a {
  text-decoration: none;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
  text-transform: uppercase;
  color: black;
}


.modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0; right: 0;
  bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(77, 77, 77, .7);
  transition: all .4s;
}
.modal:target {
  visibility: visible;
  opacity: 1;
}
.modal_content {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  height: 300px;
  background-color: white;
  padding: 1.5em 2em;
}
.clignote {
  animation: clignote 2s linear infinite;
}
@keyframes clignote {  
  50% { opacity: 0; }
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: black;
  
}