
body {
    color: #024C97;
    position: relative;
    background: white;
    background-image: url("images/shattered.png");
    background-position: left top;
    background-repeat: repeat;
    background-color: #FFFFFF;
    background-attachment: fixed;
    font-family: 'ABeeZee', sans-serif;			
    line-height:24px;
    text-align: justify;
    font-size: 13px;

} 

select{
    color: #777;
}

div.large{
    height: 140px;
}
div.small{
    height: 105px;
}

img.large{
    height: 110px;
}
img.small{
    height: 70px;
}
ul.large{
    margin-top:10px;
    padding-right: 50px;
}
ul.small{
    margin-top:-10px;
    padding-right: 60px;

}
div, img, ul{
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari and Chrome */
    -o-transition: all 1s; /* Opera */
}

nav{
    text-height: 1.1em;
    margin-top: 20px;
}
nav.a:link { color: black;}

hr 
{ 
    height: 30px;
    border-style: solid;
    border-color: black; 
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr:before 
{ /* Not really supposed to work, but does */
    display: block; content: "";
    height: 30px; margin-top: -31px;
    border-style: solid; border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px; 
}
////////////////////////////////
// PAGES
///////////////////////////////
a:link { text-decoration: none}
a:active { text-decoration: none}
a:visited { text-decoration: none}
a:hover {
    color: #E30017;
    text-decoration: none;
}

a:link.texteNormal { color: #024C97; }
a:active.texteNormal { color: #024C97; }
a:visited.texteNormal { color: #024C97; }
a:hover.texteNormal { color: #E30017; }


h1{
    font-size:30.0pt;
    color:red;
    text-align:center;
    font-weight: bold;
}
h2{
    font-weight: bold;
    text-align: center;
    font-size: 15.0pt;
    color: red;
}
h3{
    font-weight: bold;
    text-align: center;
    font-size: 13.5pt;
    color: red;
}
h4{
    font-weight: bold;
    font-size: 11.5pt;
    color: red;
}

h5{
    font-weight: bold;
    text-align: justify;
    color: #024C97;
}


/////////////////////////////////

.divmenu{
    background-color: black;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 5px 5px 5px 1px #949494;
    box-shadow: 5px 5px 5px 1px #949494;

}
.fixed{
    position: fixed;
    z-index: 999;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;	
    box-shadow: 0px 0px 15px rgba(0,0,0,0.15);
}



.copyright {
    line-height: 50px;
    border: none!important;
    background-color:#024C97!important;
    color:#ffffff!important;
    text-align: center;
}

.hcenter{
    display: inline-block;
    padding-bottom: 20px;
    text-align: left;
}

header{
    padding: 15px 0px 15px 0px;
    background-color:#fff;
  
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.navbar{
    margin-bottom: 0px;
}
#slider{
    margin-top: 100px;
    margin-left: -30px;
    margin-right: -30px;  
}

.responsive-slider{
    z-index:2;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.center{
    text-align: center;
}
.justify{
    text-align: justify;
}
.tabulation 
{ 
    margin: 0 0 0 30px;
} 

.bleu{
    color :#024C97;
}
.gris{
    color :#fff;
}
.rouge{
    color :red;
}
.mail{
    background-image: url('../images/letter_for_mail.png');
    background-size: 100%, 100%;
    width: 30px;
    height: 20px;
    float: left;
}
.cadre { /* taille du cadre, � titre d'exemple */
    width: 15em;
    background-color: #FF6666;
    float:left; 
    width: 200px;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
    text-align: center;
    height: 100px;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 5px 5px 10px 1px #000000;
    box-shadow: 5px 5px 10px 1px #000000;
}
.cadre > a{
    color: #fff;
}
.cadre:hover{
    -webkit-box-shadow: 10px 10px 10px 1px #024C97;
    box-shadow: 10px 10px 10px 1px #024C97;
}
.imgbig{
    display: none;
    cursor: pointer;
    position: relative;
    top: -100px;
}
.nogo{
    cursor: pointer;
}

.TitreNoir {
    font-size: 16px;
    font-style: normal;
    color: #FF0000;
    text-align: center;
    text-transform: none;
    font-variant: normal;

}
.texteNormal {
    font-size: 13px;
    font-style: normal;
    color: #024C97;
    text-align: justify;
}
.TitreNormal {
    font-size: 16px;
    font-style: normal;
    color: #024C97;
    text-align: justify;
}


.tdFondBleu {
    background-color: #000033;
    border: thin solid #000033;

}
.texteBlanc {
    font-size: 10px;
    font-style: normal;
    color: #FFFFFF;
    text-align: justify;
}

.texteBlancMenu {
    font-size: 10px;
    font-style: normal;
    //color: #FFFFFF;
    text-align: justify;
    text-decoration: none;
    padding-left: 10px;
}
.ListetexteNormal {
    font-size: 10px;
    font-style: normal;
    color: #000033;
    text-align: justify;
    list-style-type: disc;
}
.tableau {
    border-top-style: solid;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-size: 8px;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav > li > a{
    font-size:large;
}

ul.nav a:hover { 
    color: red !important; 

}
.navbar-default{
    border-color: white;
    background-color: white;
}

a.actif {
    color : #024C97 !important;
}

.divmenu{
    background-color: #e3e3e3;
    margin-top: -28px;
    margin-left: -15px;
    padding: 20px 25px 10px;
    height: 100%;
}
#marge_top{
    height:100px;
}
#main-bloc{
    padding-bottom: 100px;
}

.nhom{
    width:160px;
}
.ndist{
    width: 80px;
}
.mydatepicker{
    width:110px;
    cursor: pointer !important;
}