/*
	marron foncé : #201b1b
	vert : #879356
	rouge : #a41111
*/
/*
        __       __          _ 
  __ _ /_/ _ _  /_/ _ _ __ _| |
 / _` / -_) ' \/ -_) '_/ _` | |
 \__, \___|_||_\___|_| \__,_|_|
 |___/                         
 */

*{
	margin:0;
	padding:0;
}
body{
	background: url('../images/background.jpg') top center fixed;
	/* background-size:cover; */
	font-family: 'Titillium Web', sans-serif;
	font-size:18px;
	color:#201b1b;
}
img{
	border:none;
}
#wrapper{
	padding-top:45px;
	width:960px;
	margin:0 auto;
}
p{
	margin: 15px 0;
}
.clear{
	clear:both;
}

a{
	-webkit-transition: all 0.2s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all 0.2s ease-in-out;
	text-decoration:none; 
	color:#201b1b;
}
a:hover{
	-webkit-transition: all 0.2s ease-in-out; /* For Safari 3.1 to 6.0 */
    transition: all 0.2s ease-in-out;
	color:white;
}

/*
  _                _         
 | |_  ___ __ _ __| |___ _ _ 
 | ' \/ -_) _` / _` / -_) '_|
 |_||_\___\__,_\__,_\___|_|  
*/

menu{
	float: left;
	width: 225px;
	height: 426px;
	margin-right: 20px;
}

#logo{
	height:115px;
	/* background-color:#a41111; */
	text-align:center;
	line-height:110px;
	color:white;
	margin-bottom:18px;
}

menu ul li{
	margin-top:8px;
	list-style-type:none;
}

menu ul li a{
	font-size:24px;
	text-decoration:none;
	color:white;
	padding:7px 0 7px 22px;
	display:block;
	background-color:#201b1b;
}

menu ul li a.actif{
	background-color:#a41111;
}

menu ul li a:hover{
	color:white;
	background-color:#a41111;
}

/*
     _ _    _         
  __| (_)__| |___ _ _ 
 (_-< | / _` / -_) '_|
 /__/_|_\__,_\___|_|  
*/

#monslider {
	float: left;
	width: 715px;
	height: 416px;
	background-color: #201b1b;
}
#slider{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

.ns_nerveSlider .ns_caption{
	background-color:rgba(164,17,17,0.59) !important;
}



/*
           _   _    _      
  __ _ _ _| |_(_)__| |___  
 / _` | '_|  _| / _| / -_) 
 \__,_|_|  \__|_\__|_\___| 
*/

article{
	margin: 40px 0;
}
.vert{
	background-color:#879356;
	color:white;
	padding:20px;
}
.rouge{
	background-color:#a41111;
	color:white;
	padding:20px;
}
.transp{
	padding:20px;
}

.bold{
	font-weight:bold;
}
.bbold{
	font-weight:bold;
	color:black;
}

.big{
	font-size:30px;
}
.bbig{
	font-size:57px;
	color:#a41111;
}

.flotte{
	float:left;
	line-height:1.5em;
	margin-right:20px;
}

.aside{
	padding-top:10px;;
}

article p{
	text-align:justify;
}

article ul{
	margin-left:40px;
}

#wrapper > h1{
	margin-top:20px;
}

article ul li{
	text-align:left;
}

/*
       __      _ _          _   _             
  _ _ /_/ __ _| (_)___ __ _| |_(_)___ _ _  ___
 | '_/ -_) _` | | (_-</ _` |  _| / _ \ ' \(_-<
 |_| \___\__,_|_|_/__/\__,_|\__|_\___/_||_/__/
*/

article table{
	width:100%;
}
article td{
	text-align:center;
}
article thead th:nth-child(odd){
	/* border:1px solid; */
	font-size:30px;
}
article td:nth-child(odd){
	vertical-align:top;
}
article hr{
	margin:40px 0 20px 0;
}

article .trois{
	height:300px;
	width:400px;
	margin:0 auto;
	padding:0;
	display:flex;
}

article .trois ul{
	margin:auto 10px auto 50px;
}

td img:nth-child(odd){
	margin-bottom:15px;
}

/*
   __          _           
  / _|___  ___| |_ ___ _ _ 
 |  _/ _ \/ _ \  _/ -_) '_|
 |_| \___/\___/\__\___|_|  
 */

footer{
	background-color:#201b1b;
	text-align:right;
	padding:28px 0;
}
footer p{
	vertical-align:middle;
	width:960px;
	margin:0 auto;
	color:white;
	font-size:12px;
}

footer p a{
	text-decoration:none;
	color:white;
	
}
footer p a:hover{
	color:#a41111;
}
