body {
    background-color: black;
    color: white;
    text-align: center;
    font-family: "calibri", georgia;
    font-size: 3.7mm;
}

h1 {
    color: white;
    margin: 0;
    padding: 0;
}

.ball {
    display: none;
    width: 150px;
    height: 170px;
    padding: 5px;
    border: 5px;
    border-style: double;
    border-color: #ffdf80;
    background-color: none;
    font-weight: normal;
    color: white;
    font-size: 10pt;
    text-align: center;
}

.ball a {
    text-decoration: none;
    color: white;
    font-size: 15pt;
}

#balladeur.ball {
    position: fixed;
    top: 260px;
    left: 10px;
}

#balladeurbis.ball {
    position: relative;
    margin: 0;
    margin-left: 3px;
    margin-top: 30px;
}

#balladeurbis.ball ul li a {
    margin: 0;
    font-size: 14pt;
}

#page {
	margin-left: auto;
	margin-right: auto;
    width: 910px;
    text-align: center;
    color: black;
    background-color: black;
}

#bandeau {
    margin: 15px 0 15px 0;
    background-color: black;
    padding: 0;
}

#bandeau img {
    width: 299px;
    height: 120px;
    margin: 0 0.5px 0 0.5px;
}

#navigation {
    float: left;
    width: 180px;    
    text-align: left;
    background-color: black;
    color: white;
    font-size: 4mm;
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
    padding-right: 20px;
}

#navigation  a {
    margin: 0 0 13px 0;
    display: block;
}

#navigation ul {
    list-style-type: disc;
}

#navigation a:hover {
    background-color: grey;
}

#navigation a.nobg:hover {
    background-color: transparent;
}

.inactif {
    text-decoration: none;
    /*background-color: #ffdf80;
	color: black;*/
	border: 3px;
	border-style: solid;
	color: white;
	border-color: #ffdf80;
    
}

.actif {
    color: white;
    text-decoration: none;
}

#navigation  ul {
    font-size: 4mm;
}

#contenu {   
    margin: 0 0 15px 5px;
    float: left;
    text-align: center;
    background-color: #ffdf80;    
    width: 700px;
    padding: 0 0 20px 0;
    font-size: 12pt;
}

#contenu > img {
    float: right;
    margin: 5px 0 0 20px;
}

#contenu p {
    text-align: justify;
    margin: 10px 15px 30px 15px;
}

#contenu p.center {
    text-align: center;    
}

#contenu a img {
    border: 0;
}

#contenu p a img {
    margin: 10px 0 0 0;
}

#contenu ul {
    text-align: left;
}

#contenu ul li {
    text-align: justify;
}

#contenu a {
	color: #3760df;
    font-weight: normal;
	text-decoration: none;
}

#contenu a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#contenu table.info {
	float: left;
    margin: 25px 0 0 15px;
}

#contenu table.info td {
	text-align: justify;
}

#contenu table.tarifs {
    margin: 10px auto 0 auto;
}

#contenu table.tarifs td {
    text-align: center;
	width: 200px;
	height: 30px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#drapeaux {
	line-height: 0px;
	text-align: left;
	margin: 0 0 0 0px;
}

#drapeaux a {
	margin: 0 3px 0 0;
	border: 0;
	color: transparent;
}

#en-tete {
    margin: -15px auto 20px auto;
    background-color: black;
    padding: 15px 0 20px 0;
}

#en-tete div h2 {
    padding: 3px 50px;
    color: #999999;
    border: 4px;
    border-style: solid;
}

#en-tete div h2 span {
    color: #803000;
}

#en-tete .floatleft {
	margin: 0 0 0 50px;
}

#en-tete .floatright {
	margin: 0 50px 0 0;
}