/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 13 déc. 2017, 18:04:36
    Author     : seb
*/


            html {
                height: 100%;
            }

            body {
                background-color: #08112e;
                background: #08112e url("/images/fond-orano.jpg") no-repeat center center;
                background-size: cover;
                min-height: 100%;
                
            }
            .applink, .applink:hover{
                text-decoration: none;
                
            }
            
            .applink:hover .media-body {
                
               color: #FCDD00; 
                
            }
            
            .media-body {
                
                text-decoration: none;
                color: #ffffff;
                padding : 8px;
            }
            
            .media {
                
                background-color: rgba(0,0,0,0.4);
                margin-top: 8px;
                margin-bottom: 8px;
            }
            .media-heading {
                
                font-weight: bold;
                text-transform: capitalize; 
            }
            