body {
    background-color: #eee;
    background:URL('FondBois2.jpg') center ; 
    background-size:100% 100%;
}

a, a:hover, a:visited{
    text-decoration:none;
    color:black;
}

.bouton{
    background-color:white;
    text-align: center;
    width:150px;
    margin-bottom:5px;
    padding:2px;
    border-radius: 3px;
}

.bouton:hover{
    background-color: lightgray;
}

h1{
    width:98%;
    margin:auto;
    text-shadow:2px 2px 2px grey;
    margin-bottom:30px;
    text-align:center;
    color:white;
}
h2{
    width:60%;
    margin:auto;
    color:white;
    font-size:1em;
    text-align:center;
}

#principal{
    width:60%;
    margin:auto;
    margin-bottom:100px;
}	
	
#formulairePrincipal{
    width:90%;
    margin:auto;
}

#abc{
    width:98%;
    margin:auto;
    margin-top:35px;
    margin-bottom:20px;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    box-shadow:1px 1px 1px grey;
    font: 1em/1.5 Verdana, Sans-Serif;
    background: #fff;
}

#valider{
    width:30%;
    margin:auto;
}

input[type=submit] {
    padding:5px 15px; 
    background:white;
    border:1px solid black;
    box-shadow:2px 2px 4px grey;
    cursor:pointer;
    border-radius: 5px; }

input[type=submit]:hover {
    border:1px solid grey;
    cursor:pointer;
    opacity:0.9;
}

#cliquer{
    width:30%;
    margin:auto;
    padding:3px; 
    background:white;
    text-align:center;
    border:1px solid black;
    box-shadow:2px 2px 2px grey;
    cursor:pointer;
    border-radius: 5px; 
}

#fichiersABC{
    width:17%;
    position:absolute;
    top:100px;
    left:10px;
    border:1px solid black;
    text-align:center;
    background-color:white;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    box-shadow:1px 1px 1px grey;
}

#fichiersABC a{
    text-decoration:underline;
    color:black;
}

#fichiersABC a:hover{
    text-decoration:none;
    font-style:oblique;
    color:black;
}

#fichiersABC ul{
    text-align:left;
    list-style:none;
}

#resultat{
    width:80%;
    text-align:center;
    margin:auto;
    background-color:red;
}

#help{
    width:98%;
    border-top:1px solid black;
    margin-top:40px;
    text-align:center;
}

#reinitialiser{
    position:absolute;
    top:10px;
    left:10px;
    color:black;
    padding:5px;
}

#imagee{
    width:16px;
    margin:auto;
}

img{
    width:99%;
}

.checkbox-corg {
    margin-bottom: 10px;
}

label {
    color:#eee
}

article {
    width: 98%;
    margin:auto;
    background-color: #fff;
    border-radius: 4px;
}