/*

body {
    display: block;
    margin: 0;
    background-color: white;
    color: #26619C;
    width: 100%;
        
}
*/
/*
nav {
    display: block;	
}

#main_menu li {
    display: inline-block;
    list-style: none;
    padding-right: 24px;	
    font: bold 16px verdana, sans-serif;
}
*/

/*

#wrapper {
    display: block;
    width: 960px;
    margin: 15px auto;  
    padding: 15px;	
	background-color: white;
	text-align: left;
    border-radius: 5px;
		
}

*/


/*
header {
    display: block;	
    width: 940px;
    color: #26619C;
}
*/

/*
#section_gauche {
    display: block;
    float: left;
    width: 200px;	
}

#section_droite {
	display: block;
	float: left;
}
*/


/*
a {
	
color: #17a2b8;
text-decoration: none;	
}

a:hover:not(.active) {
    background-color: #17a2b8;
    color: white;
}
*/


hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    color: #17a2b8;
    background-color: #17a2b8;
    height: 1px;
}


/* Style pour le MENU */

/*
.conteneur {
    overflow: hidden;
    background-color: #26619C;
    font-family: Arial;
        border-radius: 10px;
}


.conteneur a {
    float: left;
    font-size: 16px;
    color: White;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
*/

/*
.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;    
    border: none;
    outline: none;
    color: White;
    padding: 14px 16px;
    background-color: inherit;
}

.container a:hover, .dropdown:hover .dropbtn {
    background-color: White;
    color: #26619C;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: White;
    color: White;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: #26619C;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #26619C;
    color: White;
}

.dropdown:hover .dropdown-content {
    display: block;
}

*/