/* CSS Document */

.bandeau{
	text-align: center;
	text-decoration: none;
	font: 13px 'Trebuchet MS', Arial,Helvetica, sans-serif;
	position:relative;
	height:180px;
	top:0px;
	left:0px;
	background-image:url(images/haut.jpg);
	background-repeat:repeat-x;
	}

.bandeau_bas{
	text-align: center;
	text-decoration: none;
	font: 13px 'Trebuchet MS', Arial,Helvetica, sans-serif;
	position:relative;
	height:180px;
	top:0px;
	left:0px;
	background-image:url(images/bas.jpg);
	background-repeat:repeat-x;
	}
.titre a{
	text-decoration: none;	
	color:#FFF;
	text-align:center;
	top: 54px;
	font-size:xx-large;
	}

.soustitre a{
	text-decoration: none;	
	color:#FFF;
	top: 100px;
	font-size:large;
	}

.fond{
	background-color:#000;
	color:#000;
}
.sous_titre{
	color:#FFF;
	font-size:xx-large;
	text-align:center;
	padding:20px;
	}

.contenu{
	position:relative;
	padding:20px;
	background-color:#000;
	width:auto;
	height:auto;
	}

.button {
	background-color: #666666;
	border: none;
	color: #FFF;
	width: 100px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 15px;
	margin: 4px 2px;
	cursor: pointer;
	border-radius: 5px;
  }
.button:hover{
  background-color: #FFF;
  color: #666666;
}

.lien{
	background-color: #666666;
	color: #FFF;
	padding:7px;
	font-size: 20px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
}
.lien:hover{
	background-color:#600;
}

th{
	height:40px;
	color:#FFF;
}

.accordeon{
	height:180px;
	width:1px;
	text-decoration:none;
	top:0px;
	float:right;
	}
	
.table{
	text-align: left!important;
}