body {
	margin:0;
	background: #25484A url(index_fond.jpg) repeat-x;
}
body, p, td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}
a{
	text-decoration:none;
	color:#A6E9FF;
}
img{
	border:0;
}
#header{
	margin:auto;
	width:950px;
	height:160px;
	background:url(index-header-bg.png);

}
.principal{
	background:#2E5A5D url(index-menu-bg.gif);
}
#news{
	width:200px;
	background:#B7DAF7;
}
.sideBar{
	width:200px;
	background:#77B8BB url(index-sideBar-bg.png) repeat-x;
	color:#044;
}
.sideBar h3{
	font-size:14px;
	color:#366;
	margin-top:0;
	padding-top:0;
}
.sideBar td, .sideBar p{
	color:#000;
}
.sideBar a{
	color:#CFF;
}
.sideBar a:hover{
	color:#FFF;
}
.sideBar hr{
	border: 0; /* enleve toute bordure */
	border-bottom: 1px #477 dashed; /* une seule bordure (sinon firefox met une bordure en haut ET en bas mais pas IE */
	height: 1px; /* pour IE */
}
.sideBar ul{
	margin:12px;
	margin-right:0px;
	padding:0;
}
.sideBar ul li{
	list-style-type:square;
}
.sideBarContent{
	padding:10px;
}
#footer{
	margin:auto;
	width:930px;
	text-align:center;
	padding:10px;
	padding-bottom:50px;
	background:#2E5A5D url(index-footer.png) bottom repeat-x;
}
#footer table{
	margin-bottom:10px;
}
#footer p{
	color:#688;
	margin:0;
	padding:0;
}

#footer p, #footer td{
	font-size:10px;
	margin-bottom:10px;
}
#footer td{
	text-align:left;
	color:#DEF;
}
#footer a{
	color:#688;
}
#footer a:hover{
	color:#AEF;
}