/* */

* { margin:0;padding:0; }

html {
	height:100%;
	background:url('./images/interface/bgbody.jpg') top repeat-x;
	background-color:#607089;

}

body {
   
	height:110%;
	font:normal 0.7em "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color:524732;
}

a {
	text-decoration:none;
	color:#455469;
}

a:hover {
	text-decoration:none;
	color:#E30968;
}

#page {
    background-color:#FFFFFF;
	width:500px;
	
	
	
	margin-left:auto;
	margin-right:auto;
}

h1#header {
	text-indent:-9000px;
	background:url('./images/interface/header.jpg') top no-repeat;
	width:500px;
	height:275px;
}

#menu {
	width:500px;
}

#menu ul {
	list-style-type:none;
	width:500px;
}

#menu li {
	width:500px;
	height:20px;
	border-top:1px dotted #FFF;
	text-indent:30px;
}

#menu a { text-decoration:none;color:#FFF;font-size:120%; }
#menu a:hover { text-decoration:underline;color:#000000; }

.style1 {background:url('./images/interface/puce_menu.png') 10px no-repeat #23262D;}
.style2 {background:url('./images/interface/puce_menu.png') 10px no-repeat #56657A;}
.style3 {background:url('./images/interface/puce_menu.png') 10px no-repeat #485566;}
.style4 {background:url('./images/interface/puce_menu.png') 10px no-repeat #E30968;}
.style5 {background:url('./images/interface/puce_menu.png') 10px no-repeat #B6BEC9;}
.style6 {background:url('./images/interface/puce_menu.png') 10px no-repeat #788AA3;}

#bloc {
	width:460px;
	text-align:justify;
	margin-left:20px;
	
}

#bloc h2 {
	font-weight:bold;
	font-size:250%;
	border-bottom:1px dotted #485566;
	color:#E30968;
	text-indent:20px;
	background:url('./images/interface/puce_titre.jpg') 10px no-repeat;
}

#bloc h3 {
	font-weight:bold;
	font-size:150%;
	border-bottom:1px dotted #B6BEC9;
	color:#485566;
	text-indent:0px;
	
}
#bloc h4 {
	font-weight:bold;
	font-size:150%;
	color:#485566;
	text-indent:0px;
	
}

ul#news{
	list-style-type:none;
	margin-left:0px;
}

ul#liens{
	list-style-type:none;
	margin-left:0px;
	
}
#footer {
	width:100%;
	background:url('./images/interface/back.png') repeat;
	text-align:center;
	margin-top:100px;
}
