/* CSS Document */
.modal0 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 20px; /* Location of the box */
	padding-left: 20px;
		
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content-0 {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 850px;
	margin-bottom: 50px;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 20px; /* Location of the box */
	
	
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-info {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20000; /* Sit on top */
    padding-top: 150px; /* Location of the box */
	
	
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


.modal-maj {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 20000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
	
	
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.modal-content-newuser {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 800px;
	margin-bottom: 50px;
}

.modal-content-info {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 400px;
	margin-bottom: 50px;
}


.modal-content-tri {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 70%;
	margin-bottom: 0px;
}

.modal-content-maj {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 90%;
	margin-bottom: 0px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

#rgpd {
  cursor:pointer;
}

.MsoNormal {text-align:left;}
.MsoListParagraph {text-align:left;}


/*  ONGLET */


	.onglet
	{
		display:inline-block;
		margin-left:0px;
		margin-right:-5px;
		padding:3px;
        padding-left:20px;
        padding-right:20px;
		border:1px solid #CCCCCC;
		cursor:pointer;
		
		font: 0.8em Arial, Helvetica, sans-serif; 
        font-size:14px;
        color:#1E90FF;
	}
	.onglet_0
	{
		background:#FFFFFF;
		border-bottom:1px solid #CCCCCC;
		border-top:0px;
		border-right:0px;
		border-left:0px;
		color:#1E90FF;
	}
	.onglet_1
	{
		background:#FFFFFF;
		border-bottom:0px;
		border-right:2px solid #CCCCCC;
		padding-bottom:4px;
		color:#000000;
	}
	
	.onglet_2
	{
		background:#FFFFFF;
		border-bottom:0px;
       border-right:1px solid #CCCCCC; 
		padding-bottom:4px;
         color:black;
	} 
	
	.contenu_onglet
	{
		background-color:#FFFFFF;
		border:1px solid #CCCCCC;
		margin-top:-1px;
		padding:5px;
		padding-bottom:30px;
		display:none;
	}
	

	