a {
 color: #FF8000; 
}

a#bout {
color: white;
text-decoration:none; 
}
	/*"rien" pour balise*/
div#map {
        height: 400px;
        width: 80%;
        margin: auto;
}
       	
h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 31px;

}	

.bouton {
     font-size: 13px;
     color: white;
     width: 20%;
     margin: auto;
     height: 25px;
     padding-top: 7px; /*permet le centrage vertical*/
     text-align: center;
     background: ;
     background: linear-gradient( #ff9e00,#ff6f00 );
     border-radius: 8px;
     text-shadow: 0px 1px 0px rgba( 255, 255, 255, 0.2);
     box-shadow: 0 0 1px rgba( 0, 0, 0, 0.5),
                 0 -1px 0 rgba( 255, 255, 255, 0.3);
}
.bouton:hover {
     color: #222;
     background: #555;
     background: linear-gradient( #ff4e00,#ff3f00);
}
	
.titre {
	font-size: 18px;
	color: #FF8000;
	font-weight: bold;
}

.page {
	/* . pour class*/
	text-align: center;
	font-family: Lucida Sans Unicode;
	font-size: 14px;
	width: 700px;
	margin: auto;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 100px;
	padding-left: 100px;
	/*marge interieu*/
	background-color: grey;
	box-shadow: 1px 1px 7px #686868;
	background-color: #FDFDFD;
	border-radius: 4px;
}

.end {
	font-family: Helvetica;
	text-align: right;
	font-size: 11px;
	color: black;
}

.carre {
	margin: 20px;
	display: inline;
	text-align: center;
	vertical-align: middle;
}

.ca {
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}

body {
	background: url('../img/back.png')
}

.trait {
	background-color: grey;
	box-shadow: 1px 1px 7px #9C9C9C;
	background-color: #FDFDFD;
	border-radius: 4px;
}

.marge {
	margin-left: 5em;
}

.concerts {
  width: 580px;
	margin: auto;
	text-align: left;
}
.concerts2 {
  width: 700px;
	padding-left: 150px;
	text-align: left;
}


table,
td,
th {
	border: 1px solid #ddd;
	text-align: left;
}

table {
	border-collapse: collapse;
	width: 90%;
}

th,
td {
	padding: 5px;
}

 /* Carousel */
 
 