body{
    background-color: #DDDDDD;
    font-family: Arial;
    font-size: 16px;
}



img{
    border: 0;
}

img#header_fb{
    position: absolute;
    top: 45px;
    right: 80px;
    height: 80px;
}
img#header_tw{
    position: absolute;
    top: 45px;
    right: 10px;
    height: 70px;
}

img.partner{
    height: 120px;
}
img.partnerRight{
    width: 100px;
    margin: 10px;
}

label{
    display: block;
}

h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, span.center, p.center{
    text-align: center;
}

p.flash{
    font-weight: bold;
    color: #FF0000;
    font-size: 14px;
}
p.strong{
    font-weight: bold;
    color: #555;
}
p.small{
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: -10px;
}

a{
    font-weight: bold;
    color: #3360FE;
    text-decoration: none;        
}
a:hover{
    color: #555;
}

a.inscription,input[type="submit"].inscription{
    font-size: 24px;
    padding: 5px;
    color: #FFFFFF;
    background: #FF0000;
    border-radius: 10px;  
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
a.inscription.green, input[type="submit"].inscription.green{
    background: #007700;
}

span.red{
    color: red;
}
span.mandatory{
    color: red;
    font-weight: bold;
    font-size: 20px;
}

td.center{
    text-align: center;
}

.clear{
    clear: both;
}

#page{
    margin: 0 auto;
    padding: 0;
    border: 2px solid #555;
    width: 1060px;
    border-radius: 10px;
    background-color: #FFFFFF;
}

#header{
    height: 202px;
    background-image: url('http://www.prolivesport.fr/la-cedric-vasseur/tpl/2019/pict/bannerLCV.jpg');
    background-position: left;
    border-radius: 8px 8px 0 0;
    position: relative;   
}
#header h1, #header h2, #header h3{
    padding: 0px;
    margin: 0px;
    position: absolute;
    color: #EE3E6D;
    font-family: Impact;
    font-weight: normal;
}
#header h1{
    top: 5px;
    right: 25px;
    font-size: 34px;
    color: #EE3E6D;
}
#header h2{
    top: 110px;
    right: 25px;
    font-style: italic;
    font-size: 28px;
}
#header h3{
    bottom: 10px;
    right: 25px;  
    font-size: 20px;
}

#menu{
    background: #555;
    height: 25px;
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 10px;
}
#menuLeft{
    width: 200px;
    background: #555;
    float: left;
}
#menu a, #menuLeft a{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
#menu a:hover, #menuLeft a:hover{
    color: #EE3E6D;
}
#menu ul{
    margin: 0;
    padding: 0;
    padding-top: 1px;
    list-style: none;
}
#menu ul li{
    display: block;
    float: left;
    margin-left: 10px;    
    margin-right: 10px;
    text-align: center;
}
#menu ul li:hover > ul{
    display: block;
    z-index: 2;
}
#menu ul li ul{
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #555;
    border-radius: 0 0 10px 10px;
    margin-left: -10px;
    display: none;
}
#menu ul li ul li{
    width: 140px;
    float: none;
    padding-top: 5px;
    padding-bottom: 5px;    
}

#flagLang{
    float: right;
    margin-right: 20px;
}

#menuLeft ul{
    margin: 0;
    padding: 0;
    list-style: none;  
}
#menuLeft ul li{
    margin-top: 7px;
}
#menuLeft ul ul{
    margin-left: 25px;
    font-style: italic;
}
#menuLeft ul ul li{
    margin: 0;
}

.stepTop{
    border: 1px solid #3360FE;
    background: #3360FE;
    border-radius: 10px 10px 0 0;
    width: 180px;
    height: 40px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}
.stepContent{
    border-left: 1px solid #3360FE;
    border-right: 1px solid #3360FE;
    width: 180px;
    height: 120px;
    text-align: center;
}
.stepContent img{
    width: 130px;
}
.stepBottom{
    border: 1px solid #3360FE;
    border-top: 0px;
    border-radius: 0 0 10px 10px;
    width: 180px;
    height: 10px;
}


.blocLeftBig{
    float: left;
    width: 765px;
    margin: 5px;
}
.blocRight{
    float: right;
    width: 250px;
    margin: 5px;
    margin-right: 15px;
}
.blocContentTop{
    width: 100%;
    height: 27px;
    background: #EE3E6D;
    color: #FFFFFF;
    font-weight: bold;  
    border-radius: 10px 10px 0 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
    padding-top: 0;
    font-size: 18px;
    text-align: center;
}
.blocContentTop a, .blocContentTop a:hover{
    color: #FFFFFF;
}
.blocContentTop h1, .blocContentTop span{
    margin: 0;
    padding: 0;
    font-size: 22px;
    margin-left: 5px;
}
.blocContent{    
    position: relative;
    width: 100%;
    border: 2px solid #EE3E6D;
    border-radius: 0 0 10px 10px;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.blocContentAll{
    position: absolute;
    right: 0;
    bottom:0;
    background: #555;
    border-radius: 10px 0 7px 0;
    margin: 0;
    padding: 5px;
    color: #FFFFFF;
}
.blocContentAll a{
    text-decoration: none;
    color: #FFFFFF;
    font-weight: bold;
}

.cal1{
    position: relative;
    background-image: url('../pict/cal_icon_small.jpg');
    background-size: 200px;
    height: 200px;
    background-repeat: no-repeat;
    width: 200px;
    margin: 0 auto;
}
.cal1 span#cal1Month{
    width: 100%;
    position: absolute;
    top: 52px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    font-family: "Georgia";
}
.cal1 span#cal1Day{
    width: 100%;
    position: absolute;
    top: 80px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 60px;
    font-family: "Georgia";
}
.cal1 span#cal1R{
    position: absolute;
    right: 30px;
    top: 155px;
    color: #000000;
    font-weight: normal;
    font-style: italic;
    font-size: 18px;
    font-family: "Georgia";
}


#footer{
    text-align: right;
}

