div#cadre {
position : absolute;
width : 750px;
height : 550px;
top : 50%;
left : 50%;
margin-top:-275px;
margin-left:-375px;
background-color : #E9F2FB;
z-index:0;
}

body {
margin: 0;
background-color : #336699;
color : #000000;
}

div.bando {
background : #ffffff;
height : 100px;
width : 100%;
}

img {border : 0}

div#coindroit {
position : absolute;
width : 280px;
height : 100px;
top : 50%;
right : 50%;
margin-top:-275px;
margin-right:-375px;
background-image : url(img/coindroit.png);
background-repeat : no-repeat;
background-position : top right;
z-index:1;
font-weight : bold;
font-size : 13px;
}

div#coinbadroit {
position : absolute;
width : 30px;
height : 30px;
top : 50%;
right : 50%;
margin-top:245px;
margin-right:-375px;
background-image : url(img/coinbadroit.png);
background-repeat : no-repeat;
background-position : bottom right;
z-index:1;
color :#E9F2FB;
}

div#coinbagauche {
position : absolute;
width : 30px;
height : 30px;
top : 50%;
left : 50%;
margin-top:245px;
margin-left:-375px;
background-image : url(img/coinbagauche.png);
background-repeat : no-repeat;
background-position : bottom left;
z-index:1;
color :#E9F2FB;
}

div.baspage {
color : #336699;
font-size : 10px;
font-weight : bold;
position : absolute;
height : 15px;
width:600px;
top : 50%;
right : 50%;
margin-top:245px;
margin-right:-330px;
}

.baspage a {
color : #336699;
font-size : 12px;
font-weight : bold;
text-decoration: none;
}

.baspage a:hover {
color : #336699;
font-size : 12px;
font-weight : bold;
text-decoration: underline;
}

div.texte {
margin-right : 30px;
margin-left : 30px;
}

.texte p{
text-align : center;
font-size : 13px;
}

.texte a{
color : #000000;
}

.texte a:hover {
font-style: italic;
}

img#seil {
position : relative;
left : 175px;
}
ul.menuliste {list-style-type:none;float:left;font-size:12px;text-align:center;width:100%;margin-top:10px;margin-bottom:8px;font-weight : bold;}

.menuliste li{display:inline;margin-right:10px}

.menuliste a{color:#000000;text-decoration: none;padding-left:5px;padding-right:5px;border-left-style:solid;border-right-style:solid;border-width:1px}

.menuliste a:hover{color:#D98D00;text-decoration:none}

.texte em{
	font-weight : bold;
	font-size : 120%;
	font-style:normal;
}