.container-fluid{
    background-color: #b3e5fc;
}

#titre_left, #titre_right{
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#titre_right h2, #titre_right form{
	display: inline-block;
	margin-right: 4px;
	vertical-align: top;
}

section{
    padding: 0px 10px 10px 10px;
}

#menu_page{
    margin-bottom: -40px;
}

section h4{
    display: inline-block;
}

section h2{
    display: inline-block;
	margin: 0 20px 0 0;
}

.pagina{
    display: inline-block;
    padding: 2px 8px;
    background-color: #EEA236;
    color:#FFFFFF;
	border-radius : 5px;
}

.pagina a{
    color:#FFFFFF;
    font-size: large;
}

#table_result th{
    background-color: #CCC;
}

#error{
    color: #F00;
}

footer{
    text-align: center;
    border-top:1px solid #aaaaaa;
    padding:15px;
    margin : auto;
    width: 80%;
    color:#aaaaaa;
    font-size: 0.8em;
}

/**** PEREQUATIONS ******/
#perequations th, #perequations td{ text-align: center; }
#perequations .vide{ background-color: #CCCCCC }

/* on cible les éléments possédant l'attribut data-tip : */
[data-tip] {
    position: relative;
    cursor: help;
    border-bottom: 1px dotted #aaa;
}

/* on génère un élément :after lors du survol :*/
[data-tip]:hover:after,
[data-tip]:focus:after {
    content: attr(data-tip);
    /*on affiche data-tip*/
    position: absolute;
    top: 30px;
    left: 10px;
    white-space: nowrap; /*on interdit le retour à la ligne*/
    padding: 5px 10px;
    background: maroon;
    color: #fff;
    border-radius: 10px;
    z-index: 1; /*pour s'afficher au dessus des éléments en position relative*/
}

/**** CMCD ******/
.total_seuil{
	background-color: #F3F781;
	color:#DF0101;
}
.resultat_seuil_ok{
	text-align: center;
	background-color: #31B404;
	font-weight: bold;
}
.resultat_seuil_nok{
	text-align: center;
	background-color: #DF0101;
	font-weight: bold;
}