﻿/*#######################################################################################*/
/*####################################          STYLE CTTL HTML5      ###################*/
/*#######################################################################################*/
<style type="text/css">
/*############################################################### */
/*############################    RESET CSS ##################### */
/*############################################################### */
* 
{
	 margin: 0;
	 padding: 0;
}
html 
{
	font-size: 100%; /* -> inutile. Utilisé uniquement pour éviter un bug de redimensionnement du texte dans Internet Explorer */
}
/*############################################################### */
/*#######################    FENETRE MODALE ##################### */
/*############################################################### */

#overlay3{
    display: none;
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay4{
   
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#overlay_inscription{
   
    position: fixed;
    top:13%; right:0; bottom: 0; left:0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}
#overlay_inscription2{
   
    margin-top: -50%;

    position: relative;
    top:-10%; right:0; bottom: 0; left:0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}
#overlay_verification{
   
    position: fixed;
    top:-10%; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 255, 0.3);
    z-index: 1000;
}
#overlay_validation{
   
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 255, 0, 0.3);
    z-index: 1000;
}
#overlay_validation2{
   
    position: fixed;
    top: 13%; right:0; bottom:0; left:0;
    background-color: rgba(0, 255, 0, 0.3);
    z-index: 1000;
}

#overlay_inscription_erreur{
   
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
}

#overlay_rouge{
   
    position: fixed;
    top:0; right:0; bottom:0; left:0;
    background-color: red;
    z-index: 1000;
}

#overlay3:target{
    display: block;
}
#overlay4:target{
    display:none;
}
.popup_block{
    background: #fff;
    padding: 10px;
    border: 10px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 30%;
    box-shadow: 0px 0px 20px 12px;
    border-radius: 40px;
    background-color:black;
    color:white;
    text-align: center;
}
.popup_block_rouge{
    background: #fff;
    padding: 10px;
    border: 10px solid #ddd;
    position: relative;
    margin: 5% auto;
    width: 50%;
    box-shadow: 0px 0px 20px 12px;
    border-radius: 40px;
    background-color:rgba(255, 0, 0, 0.7);
    color:white;
    text-align: center;
}
.popup_block_blanc{
    background: #fff;
    padding: 10px;
    border: 10px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 30%;
    box-shadow: 0px 0px 20px 12px;
    border-radius: 40px;
    background-color:rgba(255, 255, 255, 0.7);
    color:white;
    text-align: center;
}

.popup_block2{
    background: red;
    padding: 10px;
    border: 10px solid #ddd;
    position: relative;
    margin: 10% auto;
    width: 30%;
    box-shadow: 0px 0px 20px 12px;
    border-radius: 40px;
    background-color: aquamarine;
    color: black;
    text-align: center;
}
.popup_block_large{
    background: #fff;
    padding: 10px;
    border: 10px solid #ddd;
    position: relative;
    margin: 3% auto;
    width: 50%;
    box-shadow: 0px 0px 20px 12px;
    border-radius: 40px;
    background-color: aquamarine;
    color: black;
    text-align: center;
}
.popup_block_large_verif{
    background: #fff;
    padding: 10px;
    border: 10px solid #ddd;
    position: relative;
    margin: 13% auto;
    width: 50%;
    box-shadow: 0px 0px 20px 12px;
    border-radius: 40px;
    background-color: aquamarine;
    color: black;
    text-align: center;
}
.popup_block_large_noir{
    background: #fff;
    padding: 10px;
    border: 10px solid #ddd;
    position: relative;
    margin: 8% auto;
    width: 70%;
    box-shadow: 0px 0px 20px 12px;
    border-radius: 40px;
    background-color: rgba(190,100, 0, 1);
    color: white;
    text-align: center;
}


img.btn_close {
    float: right;
    margin: -25px -25px 0 0;
}
.logo_cttl
{
	float:left;
	width:105px;
	height:100px;
	margin: 0 0 ;"
}
</style>