﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #6b6a70; */
    font-size: .92em;
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI",  Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}






/* Styles pour l'infobulle */
.tooltip {
    position: absolute;
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 15px;
    border-radius: 5px;
    z-index: 1000;
    display: none;
    font-size: 12px;
     width: 200px; 
 
}

.clickable-icon {
    cursor: pointer;
}

/* Styles pour le conteneur */
.icon-container {
    position: relative;
    display: inline-block;
}

/* Styles pour afficher l'infobulle lorsque l'icône est survolée 
.icon-container:hover .tooltip {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 5px;
}
*/

/* Styles pour afficher l'infobulle lorsque l'icône est survolée */
.icon-container:hover .tooltip {
    display: block;
    position: absolute;
    white-space: normal;
    max-width: 200px;
    word-wrap: break-word;

    /* Afficher l'infobulle en bas à gauche par défaut */
    top: 100%;
    left: 0;
    margin-top: 5px;

    /* Vérifier la position de l'icône et ajuster l'emplacement de l'infobulle en conséquence */
    right: auto;
    transform: none;

    /* Vérifier si l'icône est près du bord gauche */
    &[data-icon-position="left"] {
        left: auto;
        right: 0;
        transform: none;
    }

    /* Vérifier si l'icône est près du bord droit */
    &[data-icon-position="right"] {
        left: 0;
        right: auto;
        transform: none;
    }

    /* Définir la hauteur maximale et ajouter une barre de défilement en cas de dépassement */
    max-height: 200px;
    overflow-y: auto;
}




















.back
{
    background: #6b6a70; 
    
}

a:link, a:visited
{
    color: #0C3D85;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #1958A6;
    font-weight: bold;
    text-decoration: underline;
}

a:active
{
    color: #0C3D85;
    text-decoration: none;
    font-weight: bold;
    text-decoration: underline;
}

p
{
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.6em;
    font-size: .92em;
}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width:1px;
    border-top-width:0px;
   border-bottom-color:Silver;
    
} 

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.6em;
    color: #ffffff;
    font-family: Arial Narrow, Arial, sans-serif;
    font-variant:  small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}


h1
{
    font-size: 1.5em;
    color: #0C3D85;
    padding-bottom: 0px;
    margin-bottom: 0px;
     font-weight: 600;
}

h2
{
    font-size: 1.5em;
    color: #0C3D85;
    font-weight: 600;
    margin-top: 10px;
}

h3
{
    font-size: 1.2em;
    color: #404040;
    font-variant:normal;
}

h4
{
    padding-left:10px;
    color: #0C3D85;
    font-size: 1.1em;
    font-weight: 600;
}

h5
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}



.page
{
    width: 1200px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #404040;
}


/* EN-TETE  
----------------------------------------------------------*/
.header
{
    position: static;
    margin: 0px;
    padding: 0px;
    background: url("../Images/hautdepage122.png") repeat-x;  
    width: 100%;
   
   
}

.header h1
{
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #ffffff;
    border: none;
    line-height: 2em;
    font-size: 1.4em;
}

.header h5
{
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #D7E4F4;
    border: none;
    line-height: 1em;
    font-weight: 600;
    font-size: 1em;
}


.normal
{
     font-size: .92em;
}

.title
{
    display: block;
    float: left;
    width: auto;
    text-align: left;
    padding:  4px 0px 8px 4px;
    font-family: Arial Narrow, Arial, sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    height: 90px;
    text-transform:capitalize
}

.pad
{
    text-align:left;
    font-size: 0.92em;
    padding:   0px  0px 0px 82px;
}


.infoConnexion
{
   
    font-size: .92em;
    display: block;
    text-align: right;
    font-weight: bold;
    margin: 0px 15px 0px 0px;
    color: #404040;
    font-family: Arial Narrow, Arial, sans-serif;
   
   
}

.lienBlanc
{
    color: #fff;
}


.lienBlanc a:link
{
    color: #fff;
    
}

.lienBlanc a:visited
{
    color: #fff;
}

.lienBlanc a:hover
{
    color: #fff;
    text-decoration: none;
}



.loginDisplay
{
    /* */ position:absolute;
    font-size: .9em;
    display: block;
    text-align: right;
    padding:    4px  14px;
    color: #D7E4F4;
    font-family: Arial Narrow, Arial, sans-serif;
    background-color:#1958A6;
    height:14px;
    width:1172px;
   
}


.loginDisplay a:link
{
    color: #D7E4F4;
    
}

.loginDisplay a:visited
{
    color: #D7E4F4;
}

.loginDisplay a:hover
{
    color: #D7E4F4;
}


/* FIN EN-TETE2*/



.main
{
    padding: 5px 12px;
    margin: 2px 8px 8px 8px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footerMenu
{
    background-color: #e0e0e0;
    color: #4e5766;
    padding: 4px 0px 4px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-family: Arial , Arial, sans-serif;
    font-size: .9em;
}

.footer
{
    background-color: #5e5e5e;
    color: #D7E4F4;
    padding: 4px 0px 4px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    font-family: Arial , Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    
}


.footer a:link
{
    color: #D7E4F4;
     font-weight: normal;
}

.footer a:visited
{
    color: #D7E4F4;
     font-weight: normal;
}

.footer a:hover
{
    color: #D7E4F4;
     font-weight: normal;
}


.footerGroupe
{
    
    text-align: right;
    margin: 0px 20px -29px 0px;
    
}

.footerFacebook
{
    text-align:right;
    font-size: 0.8em;
     font-weight: bold;
    margin:   0px  130px -40px 0px;
}

.footerVisites
{
    text-align:left;
    font-size: 0.8em;
     font-weight: bold;
    margin:   0px  0px -18px 20px;
}


/* TAB MENU   
----------------------------------------------------------*/

    

div.hideSkiplink
{
    background-color:#D7E4F4;
    
    width: 900px;
    height:40px;
    
  
}
div.blank
{
    background-color:#ffffff;
    padding:   0px 0px 0px  0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


div.menuback
{
    /* position:relative; */
     position: static;
     width: 1181px;
     height: 29px;
    /* */
    background-color :#1958A6;
     margin :5px 10px 0px 7px;
   
    
   
}





div.menu
{
  /* position:relative; */
     padding:  0px    0px  0px 0px;
    margin: 0px 0px 0px 0px;
   width: 100%;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
    
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #1958A6;
      /* ***MENU BORDER COLOR*/
    border: 1px #D7E4F4 solid;
    border-left:0px;
    border-bottom-color: #1958A6;
    border-top-color: #1958A6;
    color: #ffffff;
    display: block;
    line-height: 1.35em;
    padding:4px 15px;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 1px; 
    margin-left: -2px;
   float:left;
   
    
}

div.menu ul li a:hover
{
    /* ***MENU HOVER COLOR*/
    background-color:#D7E4F4;
    color: #0C3D85;
    text-decoration: none;
   
}

div.menu ul li a:active
{
    /* ***MENU ACTIVE COLOR*/
    background-color: #D7E4F4;
    color: #0C3D85;
    text-decoration: none;
}

div.menu ul li .active
{
    /* ***MENU ACTIVE COLOR*/
    background-color: #D7E4F4;
    color: #0C3D85;
    text-decoration: none;
}

#menu ul li .active 
{
    /* ***MENU ACTIVE COLOR*/
    background-color: #D7E4F4;
    color: #0C3D85;
    border-bottom-color: #D7E4F4;
    border-right-color: #D7E4F4;
    border-top-color: #D7E4F4;
   
    }
 
 

.IEli {
  margin-left:2px;
  float:left; /*pour IE*/
  }




 /* MENU 2 */




div.menuback2
{
    position:absolute;
    width:1181px;
     height: 22px; 
    /* ***MENU2 COLOR*/
    background-color  : #D7E4F4;
    margin :-2px 10px 0px 7px;
    
    
}

div.menu2
{
   
    padding:  0px    0px  0px 0px;
    margin: 0px 0px 0px -10px;
    font-family: Arial , Arial, sans-serif;
    font-size: .82em;
    
   
}

div.menu2 ul
{
    list-style: none;
    margin: 0px;
    padding-left: 10px;
    width: auto;
    
   
    
}

div.menu2 ul li a, div.menu2 ul li a:visited
{
    color: #404040;
    display: block;
    line-height: 1.05em;
    padding:4px 10px;
    text-decoration: none;
    white-space: nowrap;
      /* ***MENU2 COLOR*/
   background-color:#D7E4F4;
    margin-right: 0px; 
    margin-left: -2px;
    
}

div.menu2 ul li a:hover
{
    text-decoration: underline;
     /* ***MENU2 COLOR*/
    color: #0C3D85;
   
}



#menu2 ul li .active {
    text-decoration: underline;
      /* ***MENU2 COLOR*/
    color: #0C3D85;
   
    }
    
div.paddingBottom 
{
   padding-bottom : 20px; 
    }


/* Pour région deux lignes*/
div.menuback2Double
{
    position:absolute;
    width:1181px;
    height: 42px;
    /* ***MENU2 COLOR*/
    background-color  : #D7E4F4;
    margin :-2px 10px 0px 7px;
    
    
}



/* FORM ELEMENTS   
----------------------------------------------------------*/
div.menuBas
{
    
   
}

div.menuBas a
{
    
    color: #000000;
    display: block;
    text-decoration: none;
    white-space: nowrap;   
}

div.menuBas a
{
    
    text-decoration: none;
    padding-left: 2px;
   font-size: 0.8em;
   font-weight:normal;
   list-style: none;
  display : inline;
  text-decoration: none;
}

div.menuBas a:hover
{
 color: #0C3D85;
 text-decoration: underline;
   
}
 
 


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}


.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.grey
{
     color:#6B6A70;
}


.submitButton
{
    text-align: right;
    padding-right: 10px;
}


/* ACCUEIL ET LOGIN */
.tableMain
{
    width: 1150px;
    table-layout: fixed;
   
}
.col1
{
    width:800px;  
 /* white-space :nowrap;*/

    vertical-align:top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
   }
.col2
{
    width:10px;
    word-wrap:break-word
}
.col3
{
    vertical-align:top;
    width:340px;
    word-wrap:break-word;
    
}

.TextPadding 
 {
   padding-left:10px;
   vertical-align:top;
  }

  
  
  .Panel 
 {
   padding-left:10px;
   vertical-align:top;
   font-size: .92em;
    color:#5e5e5e;
  }
     
 .col1Border
 {
     border-collapse: collapse;
     border: 1px solid gray;
     vertical-align:top;
    
     }
  
 
   
p.col1
{
    vertical-align:top;
     margin-top:0px;
     margin-left:5px;
   
    
 }
p.col3
{
    margin-top:0px;
    vertical-align:top;
    text-align:justify; 
 }

  
.nouvelles
{
    margin:10px;
    vertical-align:top;
    text-align:justify;
    color: #ffffff;
   
  
 }
 
.point
{
   color: #0C3D85;
   font-size: 1.5em;  
   font-weight:bold;
    }

 
     
 .message h1
{
    font-weight: 600;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    margin-left:5px;
    background-color: #D7E4F4;
    color: #5e5e5e;
    border: none;
    line-height: 1.5em;
    font-size: 20px;
    text-align:center;
    
}

.connexion
{
   width:310px;
   background-color:#D7E4F4;
   padding-right:20px;
   padding-left:10px;
  
 }
 
 .col3Connexion
{
    
    vertical-align:top;
    width:340px;
    word-wrap:break-word;
     background: url(../Images/fondParagraphe.png) repeat-x; 
      
}
 
 .col3Padding 
 {
     margin-top:-5px;
     background-color:#D7E4F4;
     padding-left:10px;
      padding-bottom:3px;
     }
 
 p.connexion
{
    color: #0C3D85;
    margin-top:0px;
    vertical-align:top;
    text-align:justify; 
    width: 290px;
 }
 
 .divMessage 
 {
   
    background: url(../Images/fondParagraphe.png) repeat-x; 
     margin-top:0px;
     margin-left:0px;
     width: 340px;
     height: 84px;
     font-size: .82em;
   
     }
 
 .message 
 {
  
   color: #D44F54; 
   font-weight:bold;
   
  }
  
  .consigne 
 {
   
   color: #0C3D85; 
   font-weight:bold;
  
  }
  
  .consigneBackground 
 {
   
   background-color:#D7E4F4;
  
  }
  
  
  .etoile 
  {
    font-size: 1.3em;
    color: #D44F54; 
   font-weight:bold;  
    }
    
    
  /* TREEVIEW */


    
.treeViewParent
{
   font-size: 1.2em;
   color: #5E5E5E; 
   font-weight:bold; 
   padding-left: 5px;
 }
    
   
 .treeviewCSS
 {
     font-size: .92em; 
     padding-left: 5px;
  
  
   
  }

.treeViewCSSSmall
{
   font-size: .92em;
   color: #5E5E5E; 
   padding-left: 5px;
 }
    
   .treeviewCSSBig
   {
        font-size: 1.38em; 
       
       } 
       
      img { border-style: none; }
      
  
  /*Barre jaune*/   
  .fondCitron270
 {
     text-align: right;
     width:270px;
     height:20px;
     margin-left:10px;
     
 }
  
 .fondCitron290
 {
     width:294px;
     height:20px;
     margin-left:10px;
     
 }
 
 .fondCitron650
 {
     width:650px;
     height:20px;
     margin-left:10px;
     
}

 .fondCitron670
 {
     width:670px;
     height:20px;
     margin-left:10px;
     
}

 .fondCitron690
 {
     width:695px;
     height:20px;
     margin-left:10px;
     
}


.fondCitron705
 {
     width:705px;
     height:20px;
     margin-left:10px;     
}

.fondCitron960
 {
     width:960px;
     height:20px;
     margin-left:10px;     
}

.fondCitron980
 {
     width:980px;
     height:20px;
     margin-left:10px;     
}

.visibilityHidden
{
    visibility:hidden;
    }
    
    .visibilityVisible
{
    visibility:visible;
    }
    
.messageConfirmation 
 {
     color: #0C3D85;
     font-weight: bold;
       }
       

.gvMain td
{
   border-color : #ffffff !important;
   border:0px;

    }
    
.gvMain th
{
   border-color : #ffffff !important;
   border:0px;

    }
    
.gvMain table
{
   border-color : #ffffff !important;
   border:0px;

    }

/* GridView */

.dgrid th  
{
 background-color:#dce6f2;
 color: Black;
}

.rowStyle
{
   background-color: White;

  
}

.altRow 
{
   background-color: #e0e0e0; 
}

.selectedRow 
{
   background-color: #ffc0c0;
 }


/* DataList */

.DataListHeader{
  float:left;
  padding: 0px 0px 0px 0;
  margin:0;
  width:1140px;
  height: 40px !important;
  overflow:hidden;
  background: url(../Skins/grid/WebGrey/Img/headerBg.gif) repeat-x;
}


.DataListHeader .DataListHeader-col {
    float:left;
    padding-right:5px;
    margin-left:10px;
    padding-top:5px;
    width:230px;
    overflow:hidden;
    font-weight:bold;
    font-size:.90em;
    color: #404040;
  
}
.DataListHeader-col.borderUn {width:10px;}
.DataListHeader-col.deux {width:310px;}
.DataListHeader-col.borderDeux {width:10px;}
.DataListHeader-col.trois {width:30px;}
.DataListHeader-col.borderTrois {width:10px;}
.DataListHeader-col.quatre {width:290px;}
.DataListHeader-col.borderquatre {width:10px;}
.DataListHeader-col.cinq {width:24px;}
.DataListHeader-col.bordercinq {width:10px;}
.DataListHeader-col.six {width:20px;}

.DataWebControlStyle
{
    font-size:.90em;
    width:100px;
    padding:  0px 0px 0px 0px;
    margin:0;
    
}


.HeaderStyle
{
    background-color:#999999;
	border-top: solid 1px #8d9092;
	border-bottom: solid 1px #8d9092;
	padding:  0px 4px 0px 10px;
	height: 26px !important;
	text-align: left;
	color: black;
	font-size: 11px;
	
   
}

.HeaderStyle a, .HeaderStyle a:visited
{
    color: White;
}

.DatalistDetail {
	float:left;
    padding: 0px 0px 0px 0px;
    margin:0;
    width:1100px;
    overflow:hidden;
    border-width:medium;
    border-color:Black;
  
}
.DatalistDetail .DatalistDetail-col {
    float:left;
    padding-right:5px;
    margin:0;
    width:240px;
    overflow:hidden;
   border-width:medium;
}

.DatalistDetail-col.borderUn {width:10px; }
.DatalistDetail-col.deux {width:330px;}
.DatalistDetail-col.borderDeux {width:10px; }
.DatalistDetail-col.trois {width:50px;}
.DatalistDetail-col.borderTrois {width:10px; }
.DatalistDetail-col.quatre {width:310px;}
.DatalistDetail-col.borderquatre {width:10px; }
.DatalistDetail-col.cinq {width:40px;}
.DatalistDetail-col.bordercinq {width:10px; }
.DatalistDetail-col.six {width:20px;}
.resultData p { margin-top:0px;}
.resultTitle h3 { margin-bottom:0px;}
#datalistUL li{list-style:none;margin:  0px  0px 0px -30px;overflow:hidden;position:relative;width:1125px; }
#datalistAccueilUL li{list-style:none;margin:  0px  0px 0px -30px;overflow:hidden;position:relative;width:320px; }

/***SR*/
.DatalistDetail2 {
	float:left;
    padding: 0px 0px 0px 0px;
    margin:0;
    overflow:hidden;
    border-width:medium;
    border-color:Black;
  
}
.DatalistDetail2 .DatalistDetail2-col {
    float:left;
    padding-right:5px;
    margin:0;
    overflow:hidden;
   border-width:medium;
    
}

.DatalistDetail2-col.borderUn {width:10px; }
#datalist2UL li{list-style:none;margin:  0px  0px 0px -30px;overflow:hidden;position:relative; }
/**/


.dlPadding { padding-top:6px;  padding-left:10px;}
.dlSmallFont {color:#404040; font-size:.84em;  }
.dlSmallFont bold { font-weight:bold; }


.AlternatingRowStyle
{
    background-color: #E7E9E8;
    border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	
	}
	
	.RowStyle
{
border-left: 1px solid #dddddd;
border-right: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
border-top: 1px solid #dddddd;
padding: 0px 0px  0px 0px;
margin: 0px 0px 0px 0px;
}


.navigation 
{
    font-size:.90em;
    color: #404040;
    }
    
.smallBold 
{
    font-size:.80em;
     font-weight: bold;
    }   
  
  .smallRed 
  {
    font-size: .82em;
    color: #D44F54; 
   font-weight:bold;  
    }
     
 /* Datalist REPONSE*/

.DataListHeader-col.reponseun {width:140px;}
.DataListHeader-col.reponseborderUn {width:10px;}
.DataListHeader-col.reponsedeux {width:650px;}
.DataListHeader-col.reponseborderDeux {width:10px;}
.DataListHeader-col.reponsetrois {width:100px;}
.DataListHeader-col.reponsebordertrois {width:10px;}
.DataListHeader-col.reponsequatre {width:25px; text-align:left; }
.DataListHeader-col.reponseborderquatre {width:10px;}
.DataListHeader-col.reponsecinq {width:25px; text-align:left; }

.DatalistDetail-col.reponseUn {width:150px; }
.DatalistDetail-col.reponseborderUn {width:10px; }
.DatalistDetail-col.reponsedeux {width:670px;}
.DatalistDetail-col.reponseborderdeux {width:10px; }
.DatalistDetail-col.reponsetrois {width:120px;}
.DatalistDetail-col.reponsebordertrois {width:10px;}
.DatalistDetail-col.reponsequatre {width:40px;}
.DatalistDetail-col.reponseborderquatre {width:10px;}
.DatalistDetail-col.reponsecinq {width:25px;}


/* BANQUE DE DONNÉES*/
/*Sous-menu Banque de données*/
div.menuback3
{
    margin-left: 10px;
   padding-top:3px;  
   width: 1100px;
   height: 20px;
   font-family: Arial , Arial, sans-serif;
    font-size: .80em;
}

div.menu3 a
{
   padding:  5px 25px  0px 10px;
    text-decoration: underline;    
}

div.menu3 a:hover 
{
   padding:  5px 25px  0px 10px;
    text-decoration: none;  
  /*  color: #0C3D85;  */
}

div.menu3 .menu3Active  {
    text-decoration:none;
    color: #0C3D85;
   
    }  
div.menu3 .menu3Inactive  {
    text-decoration:underline;
    color: #0C3D85;
   
    }  



div.menuback4
{
    margin-left: 10px;
   padding-top:3px;  
   width: 1100px;
   height: 20px;
   font-family: Arial , Arial, sans-serif;
    font-size: .80em;
}

div.menu4 a
{
   padding:  5px 25px  0px 10px;
    text-decoration: underline;    
}

div.menu4 a:hover 
{
   padding:  5px 25px  0px 10px;
    text-decoration:underline;
  /*  color: #0C3D85;  */
}

div.menu4 .menu4Active  
{
    text-decoration:underline;
    color: #0C3D85;
    
   
   
    }  
div.menu4 .menu4Inactive  {
   text-decoration:none;
    color: #0C3D85;
   
    } 
    
    
/*Fin Sous-menu*/

.small
{
    font-size:.80em;
    
} 
.moyenBold
{
    font-size:.90em;
    font-weight:bold;
} 

.col1_700
{
    width:700px;  
     white-space:nowrap;
    vertical-align:top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
   }

.col3_440
{
    vertical-align:top;
    width:440px;
      
}

.fondCitron380
 {
     width:380px;
     height:20px;
     margin-left:10px;
     
 }
 
 .dgridPadding th  
{
 background-color:#dce6f2;
 color: Black;
}

.dgridPadding td 
{
padding: 5px 5px 5px 5px;
}

.TableBordereaux 
{
    border: 1px solid #e0e0e0;
 
   vertical-align:top;
    
    }
    
.TableBordereaux th  
{
    padding: 5px 5px 5px 5px;
 background-color:#dce6f2;
 color: #404040;
}

.TableBordereaux td 
{
padding: 5px 5px 5px 5px;
border: 1px solid #e0e0e0;
}

.gray 
{
   color:#404040; 
    }

.PaddingLeft10  {padding-left:10px; }
  
 .Padding9  {padding-left:9px; padding-top:9px; padding-right:9px; padding-bottom:9px; }
  
  
  /*Textes de doctrine 1100px*/
.DatalistDetail-col.doctrineun {width:540px; }
.DatalistDetail-col.doctrineunicone {width:40px;}
.DatalistDetail-col.doctrineborderun {width:10px; }
.DatalistDetail-col.doctrinedeux {width:370px;}
.DatalistDetail-col.doctrineborderdeux {width:10px; }
.DatalistDetail-col.doctrinetrois {width:40px;}
.DatalistDetail-col.doctrinebordertrois {width:10px;}
.DatalistDetail-col.doctrinequatre {width:40px;}

.col_600
{
    width:600px;  
     white-space:nowrap;
    vertical-align:top;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
   }

 .slideShowCenter 
        {
          
         margin:0px 0px; padding:0px;
         text-align:center;
        }

    .SlideShowImage
        {
          width:580px;
          margin:0px auto;
         text-align:center;
          padding:10px;
          border:1px solid gray;
          background-color:White;
          border-bottom-width:1px;
          border-color: #e0e0e0;
         }

.leftpadding60 
{
    
     padding-left:74px;}
     
.wordWrap
{
         white-space:normal;
         
    
    
}

.domaine 
{
    font-size:15px;
     font-weight:bold;
    color: #404040;
    line-height:50px;
    }

.gros
{
    font-size: 1.1em;
   
}    

.grosBold
{
    font-size: 1.3em;
    font-weight:bold;
}

div.padding5
{
   padding: 5px; 
  }

div.leftpadding10 
{
    padding-left: 10px;
 }  
    
div.paddingBottom10 
{
   padding-bottom : 10px; 
}
      
    
div.padding10
{
   padding: 10px; 
    } 
div.padding20
{
   padding: 20px; 
    }
    
div.padding40
{
   padding: 40px; 
    }
    
div.paddingLeft40
{
    padding-left: 40px;
 }

 /*Presentation du service 1100px*/
.DatalistDetail-col.serviceun {width:250px; }
.DatalistDetail-col.serviceborderun {width:10px; }
.DatalistDetail-col.servicedeux {width:550px;}
.DatalistDetail-col.serviceborderdeux {width:10px; }
.DatalistDetail-col.servicetrois {width:200px;}
.DatalistDetail-col.servicequatre {width:10px;}

/*Annuaire des avocats*/


#AnnuairedatalistUL li{list-style:none;margin:  0px  0px 0px 0px;overflow:hidden;position:relative;width:600px; }
.DataListAnnuaire{
  float:left;
  padding: 0px 0px 0px 0;
  margin:0;
  width:650px;
 
  background: url(../Skins/grid/WebGrey/Img/headerBg.gif) repeat-x;
}


.DataListAnnuaire .DataListAnnuaire-col {
    float:left;
    padding-right:5px;
    margin-left:10px;
    padding-top:5px;
    width:630px;
    overflow:hidden;
    font-weight:bold;
    font-size:.90em;
    color: #404040;
  
}

.DatalistAnnuaireDetail {
	float:left;
    padding: 0px 0px 0px 0px;
    margin:0;
    width:610px;
    overflow:hidden;
    border-width:medium;
    border-color:Black;
  
}
.DatalistAnnuaireDetail .DatalistAnnuaireDetail-col {
    float:left;
    padding-right:5px;
    margin:0;
    width:600px;
    overflow:hidden;
   border-width:medium;
}
.AnnuaireWidth 
{
    width:600px;
     border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
    }


.TableLoginConnexion 
{
    border: 1px solid #6b6a70;
 /*background-color :#D7E4F4;
 background-color :#D7E4F4;
background-color :#D7E4F4;*/ 
 background-color :#D7E4F4;

 width: 320px;

    
    }
    
.TableLoginConnexion th  
{
    padding: 5px 5px 5px 5px;
 background-color:#dce6f2;
 color: #0C3D85;
}

.TableLoginConnexion td 
{

border: 0px solid #e0e0e0;
}

.AtelierRBLBlack
{
   color:Black;
    }
    
.AtelierRBLGray
{
   color:Gray;
    }
    
   
   .AtelierRBLBlue
{
   color:#0C3D85;
    }
    
   
   /* REGION  PHOTOS   */
   .messageFichiers {display: none; }
 
 .boutonBleu {background-color: #1958A6;
      font-weight:bold;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;               
                   } 
                   
   .boutonBleuNone {background-color: #1958A6;
    font-weight:bold;
    border: none;
    color: white;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: none;               
                   } 
   
   
   .ImageShadow
 {
  -webkit-box-shadow: 4px 5px 5px #6b6a70;
  -moz-box-shadow: 4px 5px 5px #6b6a70;
  box-shadow: 4px 5px 5px #6b6a70;
  font-family: Arial;
  color: #ffffff;
  font-weight: bold;
  font-size: 1em;
  padding: 0px 0px 0px 0px;
  margin-bottom:24px;
  margin-top:-6px;  }
  
  
  .MaxHeight
  {
      max-height:298px;
  }
  




/************************ code fatiha **************************************************/

.ClasseImage {
  box-shadow:-16px 40px 40px 1px rgb(0 0 0 / 11%);

}



.container {
  position: relative;

}

.container h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-top:15%;
  color: Red;
  font-variant:none;
  font-size:50px;
  font-family: "Sofia", sans-serif;
  text-shadow: 3px 3px 3px #ababab;
}
  .congres-text {
    font-size: 50px;
    display: inline-block;
    white-space: nowrap;
  }
    
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    vertical-align: -4.5px;
    color: #696969;
}

    .clickable-icon {
        cursor: pointer; /* Permet de montrer que l'icône est cliquable */
    }

  



/************************ code fatiha *************************************************/


    .modalPanel {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 64%);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .modalContent {
        background-color: white;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
        text-align: center;
        width: 400px;
    }

    /* Message en rouge  */
    .warningMessage {
        color:#e52323;
        font-size: 16px;
        font-weight: bold;
    }


    .confirmButton {
        padding: 10px 20px;
        margin: 10px;
        font-size: 14px;
        border-radius: 15px;
        border: none;
        cursor: pointer;
        width: 100px;
    }

  
    .yesButton {
        background-color: #D7E4F4b0;;
        color: white;
    }


    .noButton {
        background-color: #8d9092c2;;
        color: white;
    }


    .confirmButton:hover {
        opacity: 0.9;
    }


/************************ code fatiha *************************************************/