/* HTML Elements */
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial Narrow, Trebuchet MS, Trebuchet, Arial, Helvetica;
	background: #04121a;
        background-image:url(back.jpg);
        background-repeat:repeat-x;
        background-position:top center;
	color: #eee;
	}

p {	
	margin: 15px 0;
text-align:justify;
font-size:16px;
	}

a:link, a:visited {
	color: #b7e4f5;
	text-decoration:none
	}

a:hover, a:active {
	color: #f3b7b7;
	text-decoration:underline;
	}

a img {
	border:0;
	}

#container {

        background-image:url(main.jpg);
        background-repeat:repeat-y;
        background-position:top center;
		text-align:center;
}

#main {
margin:0 auto;
width:990px;
background-image:url(mainbg.jpg);
background-repeat:no-repeat;
background-position:top center;
text-align:left;
}

#header{
height:210px;
text-align:left;
}

#footer {
margin:0px auto 0 auto;
width:990px;
padding-top:30px;
height:52px;
background-image:url(footer.jpg);
background-repeat:no-repeat;
background-position:top center;
text-align:center;
font-size:12px;
}

#content{
margin-top:100px;
}
#menu {
float:left;
width:220px;
margin-right:38px
}

#menu .boutonmenu{
margin-bottom:5px;
}

#text{
float:left;
width:664px;
margin-bottom:20px;
}
h1 {
font-size:26px;
font-family:Arial Narrow, Trebuchet MS, Trebuchet, Arial;
font-weight:normal;
margin-bottom:25px;
border-bottom:1px dotted #eeeeee;
}

h2{
font-size:20px;
font-family:Arial Narrow, Trebuchet MS, Trebuchet, Arial;
font-weight:bold;
margin-bottom:18px;
border-bottom:1px dotted #eeeeee;
}
.blue{
color:#b7e4f5;
}
.red{
color: #f3b7b7;
}
.green{
color:#cae16d;
}
.clear{
clear:both;
height:0px;}

input{
height:18px;
font-size:14px;
}
.champ{
font-size:12px;
}

.bouton {
border:1px dotted #fff;
background-color:#04121a;
padding:5px;
color:#fff;
height:30px;
font-size:13px;
}
.formulaire {
margin:5px;
border:1px dotted #fff;
padding:10px;
}

.teaser{
font-weight:bold;
}
.resultat{
border:1px dotted #fff;
width:96%;
margin:0 auto;
padding:10px;
}
.winner{
color:#ffd940;
font-size:18px;
}
.legende{
font-style:italic;
font-size:13px;
}