* {
margin:0;
padding:0;
}
h1, h2, h3, h4, h5 {
margin-top:15px;
margin-bottom:5px;
}
p {
margin-top:5px;
margin-bottom:15px;
}
ul {
list-style-type:none;
}
body {
text-align:center;
}
img {border:none;}
.clearer {clear:both;}

/* LAYOUT */
#page {
text-align:left;
width:940px;
margin:auto;
}
#footer {
	clear : both;
	width:100%; /*corrige bug ie*/
	}


/*Style*/
a:link, a:visited {
color:#df0064;
}
h1, h2, h3 {
color:#008aff;
}
h3 {
font-size:24px;
}
body {
background:url("img/bg.jpg") repeat-x #daeeff;
font-family:"trebuchet MS";
font-size:12px;
color:#373737;
line-height:120%;
}
#header {
background:url("img/header3.jpg") no-repeat;
height:202px;
position:relative;
}
#header2 {
background:url("img/header2.jpg") no-repeat;
height:202px;
position:relative;
}
#header2 h1 {
display:block;
margin:0;
text-indent:-5999px;
}

#header h1 {
display:block;
margin:0;
text-indent:-5999px;
}
#page {
background:url("img/page3.gif") repeat-y;
}


/*menu header*/
ul#menu {
position:absolute;
top:115px;
width:660px;
height:50px;
left:140px;
}
ul#menu li {
float:left;
}
ul#menu li a {
display:block;
line-height:50px;
text-indent:-5999px;
text-align:center;
outline:none;
}
ul#menu li.accueil a  {
margin-left:70px;
width:100px;
}
ul#menu li.videos a  {
margin-left:10px;
width:100px;
}
ul#menu li.live a  {
margin-left:20px;
width:120px;
}
ul#menu li.rencontres a  {
margin-left:20px;
width:140px;
}
