



body {
overflow-x: hidden;
margin: 0 auto;
padding: 0;
background-repeat: no-repeat;
background-attachment: scroll;
background-position: top left;
color: #101314;
font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-style: normal;
font-weight: 400;
}

header {
width:100%;
padding:10px;
text-align:center;
border-bottom:40px solid #515E3B;
font-size:2em;
}

section {
width:100%;
padding-top:40px;
text-align:center;
}

footer {
width:100%;
padding:10px;
margin-top:25px;
text-align:center;
border-top:5px solid #888888;
background-color:#BBBBBB;
}



.container {
width:780px;
text-align:center;
margin:0 auto;
}

.bloc {
float:left;
text-align:center;
border-style:solid;
border-width:2px;
border-color:#61800E;
border-radius:10px;
margin-bottom:15px;
padding:15px;
width:100%;
max-width:760px;
}

.bloc-court {width:40%;	max-width:360px;}
.bloc-large {width:100%;	max-width:760px;}

.bloc-court:nth-child(2n) {margin-right:15px;}

.clear {
clear: both;
margin:none;
padding:none;
}

h2 { 
color: #8EBB11;
font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
font-size: 22px;
font-style: normal;
font-weight: 700;
text-align: left;
margin-top:0;
}

a,a:hover, a.hover {
color: #515E3B;
font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
text-decoration: none;
}
a:hover, a.hover {
text-decoration: underline;
}
