.voir_css {
    border:1 px solid black;
    background:lemonchiffon;
}
.body01 {
    background-image:url('../images/ondes2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: auto;
}
.body02 {
    background-image:url('../images/ondes.jpeg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
.body03 {
    background-image:url('../images/onde3.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
.body0a4 {
    background-image:url('../images/onde4a.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
.body0ab {
    background-image:url('../images/onde4b.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}


.fond01 {
    background:rgba(255,255,255,0.6);
    border:1px solid rgba(155,155,155,0.7);
    border-radius:10px;
    margin:10px;
    margin-top:50px;
    padding:20px 20px 30px 20px;
}
a, a:hover, a.a_liens, a.a_liens:hover {
    text-decoration: none;
}
.fond02 {
    background:rgba(255,255,255,0.6);
    border:1px solid rgba(155,155,155,0.7);
    border-radius:5px;
    margin-bottom:10px;
    padding:10px 30px 10px 30px; 
}
.center, .centrer {
    text-align:center;
}
.left, .gauche {
    text-align:left;
}
.right, .droite {
    text-align:right;
}

.nav-link {
    background:rgb(100,100,100);
    margin:0px 5px 0px 5px;
    border:1px solid rgb(80,80,80);
    border-radius:12px;
    transition-duration:0.4s;
    padding:8px 15px 8px 15px;
}
.nav-link:hover {
    background:rgb(60,60,60);
    _background:rgb(235,235,235);
    color:rgb(8,8,8);
    border: 1px solid rgb(100,100,100);
    transition-duration:0.4s;
}
.dropdown-item:hover {
    background:rgb(124, 160, 132);
    color:rgb(255,255,255);
    transition-duration:0.4s;
}
.dropdown-item, .dropdown-menu, .dropdown-menu:hover, .navbarDropdown, .navbarDropdown:hover, .dropdown-toggle, .dropdown-toggle:hover {
    _transition-duration:0.4s;
}

.voir_css {
    border:1px solid black;
    background:lemonchiffon;
}
a.a_categs, a.a_liens {
display :inline-block;
margin:0px;
}
a.a_categs {
width:100%;
color:rgba(60,60,60,1.0);
text-align:left;
border-bottom:1px solid rgba(100,100,100,1.0);
font-size:16pt;
}
a.a_liens {
width:100%;
color:rgba(60,60,60,1.0);
text-align:left;
font-size:11pt;
padding-left:15px;
border-bottom:1px solid rgba(200,200,200,1.0);
border-radius: 5px;
letter-spacing:2pt;
transition-duration:.0.4s;
}
a.a_liens:hover {
letter-spacing:4pt;
transition-duration:0.4s;
background:rgba(160,160,160,0.5);
}
.pave1 {
/*border-bottom:1px solid rgb(120,120,120);*/
border-radius:10px;margin:5px;
background:rgba(255,255,255,0.7);
box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
a.sombre1{
color:rgba(255,255,255,1.0);
text-decoration:none;
}
a.sombre1:hover{
color:rgba(255,255,0,1.0);
text-decoration:none;
}
a.neutre, a.neutre:hover {
    color:rgba(0,0,0,1.0);
    text-decoration: none;
}
a.neutre_presque_blanc, a.neutre_presque_balnc:hover {
    color:rgba(240,240,240,1.0);
    text-decoration: none;
}
.top_10 {
 margin-top:10px;
}            
.top_20 {
 margin-top:20px;
}            
        
    