body {
    overflow-x: hidden;
    font-family: "Arial", "Times New Roman", Times, serif; 
    text-justify: inter-character;
    background: center 60px / cover no-repeat url('../images/bandeau2.jpg') #E6E6E6 fixed;
}

.menu {
        color: #FFF;
	font-size: 14pt;
        text-align: center;
}

.menu:hover {
	//background-color: #FFFFFF;
	//color: #CCCCCC;
}

ul {
        font-size: 14px;
  	list-style-type: none;
	padding-left: 0;
	text-indent: -0.8em;
	margin: 10px;
}

.txtbold {
font-size: 14pt;
}

.menu:hover a {
        text-decoration: none;
	//color: #000000;
	font-weight: bold;
}

.menu a {
	display: block;
	color: #FFFFFF;
}

.menu a:hover {
	color: #FFFFFF;
}

.adress {
        font-weight: normal;
        font-size: 12px;
        color: #FFF;
}
.adress1 {
        font-weight: normal;
        font-size: 12px;
        color: #FFF;
}
.MLTitre {
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
}
.MLTexte {
        font-size: 12px;
        color: #FFF;
}
.TxtActivite {
        font-size: 36px;
        color: #000;
}
.TxtActivite2 {
        font-size: 46px;
        color: #000;
}
.TxtTitre {
        font-size: 18px;
        color: #000;
}
.TxtCorps {
        font-size: 14px;
        color: #333;
}
.TxtTitre1 {
        font-size: 18px;
        color: #FFF;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #b8a470;
}

a:link { color: #FFF; text-decoration: none}
a:visited { color: #FFF; text-decoration: none}
a:hover { color: #333; text-decoration: none}
a:active { color: #FFF; text-decoration: none}
