body {
    overflow-x: hidden;
    font-family: "Arial", "Times New Roman", Times, serif; 
#   text-align: justify;
    text-justify: inter-character;
    background-color: #FFFFFF;
}

.menu1 {
        color: #FFF;
        text-align: center;
}

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

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

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

.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: 15px;
        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: 36pt;
        color: #FFFFFF;
}
.TxtActivite2 {
        font-size: 72pt;
        color: #FFFFFF;
}
.TxtTitre {
        font-size: 18pt;
        color: #000;
}
.TxtTitreKelten {
        font-size: 18pt;
        color: #608586;
}
.TxtCorps {
        font-size: 12pt;
        color: #333;
}
.TxtCorpsKelten {
        font-size: 12pt;
        color: #004646;
}
.TxtTitre1 {
        font-size: 18px;
        color: #FFF;
}

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

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}
