body {
    background-color: #69BCE4;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

h1 span, h2 span, h3 span {
    display: none;
}

h1 {
    float: left;
    width: 360px;
    height: 93px;
    background-image: url("_gfx/torpedo.gif");
    margin: 20px;
    margin-left: 7%;
}

h2 {
    float: right;
    width: 235px;
    height: 97px;
    background-image: url("_gfx/date.gif");
    margin: 20px 10px 20px 0px;
}

h3 {
    background-color: white;
    text-align: center;
}

h3.fete {
    background-image: url("_gfx/fete.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
}

h3.showcases {
    background-image: url("_gfx/showcases.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
}

h3.club {
    background-image: url("_gfx/club.gif");
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
}

a:link, a:active, a:visited {
    font-weight: bolder;
    text-decoration: none;
    color: #000;
}

a:hover {
    font-weight: bolder;
    text-decoration: none;
    color: #F1FE02;;
}

ul {
    list-style-type: none;
    text-indent: 0em;
}

li {
    text-indent: 0em;
    margin: 0px;
    padding: 0px;
}

div.titres {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 140px;
    background-color: #F1FE02;
    min-width: 600px;
}

div.gamin {
    position: absolute;
    left: 20px;
    bottom: 140px;
    width: 307px;
    height: 350px;
    background-image: url("_gfx/gamin.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
}

div.contenu {
	 display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 140px;
    left: 330px;
    overflow: auto;
    padding: 0px 25px 30px 10px;
}

div.cadre {
	display: block;
	padding: 0.5em;
	margin: 1em;
	border: 1px solid #FFF;
	background-color: #94CFEC;
}

