/*------- en-tête -------*/
div.header {
    margin-bottom : 28px;
    position: relative;
    padding: 42px 0;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
    background: #003F7A; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #003F7A 0%, #96BEE2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#003F7A), color-stop(100%,#96BEE2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg,  #003F7A 0%,#96BEE2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg,  #003F7A 0%,#96BEE2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg,  #003F7A 0%,#96BEE2 100%); /* IE10+ */
    background: linear-gradient(45deg,  #003F7A 0%,#96BEE2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0003F7A', endColorstr='#96BEE2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
    box-shadow: inset 0 3px 7px rgba(0,0,0,.2), inset 0 -3px 7px rgba(0,0,0,.2);
}

/*------- page Accueil -------*/

#main.url-home h1, #main.url-home h2{
   color: #003F7A;
}
#main.url-home p.frejus {
   text-align:center;
   margin-top: 35px;
   margin-bottom: 49px;
}
#main.url-home p.blabla { 
   color: #1F5A90;
   font-weight: bold;
   font-size: 14px;
   text-align: justify;
   margin: 14px 0px;
}
#main.url-home p.sponsors {
   margin-top: 49px;
}
#main.url-home p.sponsors img {
   height:80px;
}
#main.url-home p.cloture_inscription  {
   color:red;
   font-weight: bold;
}

/*------- page Informations pratiques -------*/

ol ol {
    list-style-type: lower-alpha;
}
ol ol ol{
    list-style-type: lower-roman;
}

/*------- page Programme -------*/

.pause {
    color: green;
    font-style:italic;
}