/*
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 : 10 juil. 2018, 17:21:42
    Author     : Administrateur
*/

.c_top{
    float: top;
    height: 100px;
    background-color: #588E06; /*#76FF03; */
    margin-bottom: 50px;
    color: white;
}

.c_innertop{
    float: top;
    height: 30px;
    background-color: #1B5E20;
    
}

.c_left{
    float: left;
    width: 25%;
    height: 700px;
    margin-left: 50px;
    background-color: #588E06; /*#76FF03; */
    color: white;
}

.c_content{
    float: right;
    height: 700px;
    padding-left: 50px;
    width: 60%;
    margin-right: 50px;
    background-color: #588E06; /*#76FF03; */
    color: white;
}

.c_content2{
    
    height: 700px;
    padding-left: 50px;
    width: 100%;
    margin-right: 50px;
    background-color: #588E06; /*#76FF03; */
    color: white;
}