body {
	background: #000000;
}
h1 {
	color: #FFFFFF;
	font-size: 36px;
	text-align: center;
	font-weight: lighter;
}
h2 {
	color: #FFFFFF;
	font-size: 26px;
	text-align: center;
	font-weight: lighter;
}
h3 {
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
}
h4 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: lighter;
	text-align: center;
}
h5 {
	font-size: 17px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
}
h6 {
	font-size: 17px;
	color: #FF9900;
	text-align: center;
	font-weight: lighter;
}
p {
	color: #FFFFFF;
	text-align: center;
}
a:link {
	color: #0099FF;
}
a:visited {
	color: #996699;
}
a:hover {
	color: #FF0000;
}
.pjustifie {
	color: #FFFFFF;
	text-align: justify;
}
.pjustifiepetit {
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
}
.pjaune {
	color: #FF9900;
	text-align: justify;
}
.pvert {
	color: #59C759;
	text-align: center;
}
.pblanc {
	color: #FF3333;
	text-align: center;
}
.pmauve {
	color: #CC99FF;
}
.pvertgros {
	color: #00CC00;
	text-align: center;
	letter-spacing: 1px;
	font-size: 18px;
}
.titrejaune {
	font-size: 24px;
	color: #FF9900;
	text-align: center;
	font-weight: lighter;
}
.pblancdate {
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
}
#rainbow {
	position: absolute;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	left: 10%;
	right: 10%;
}
#rainbowgrand {
	position: absolute;
	z-index: 1;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#menu {
	position: absolute;
	z-index: 100;
	width: 81%;
	left: 10%;
	height: 180px;
}
#menu dl {
float: left;
width: 20%;
}
#menu dt {
height: 50px;
cursor: pointer;
text-align: center;
border: 1px solid #666666;
margin: 1px;
color: #0099FF;
}
#menu dt.accueil {
	background: #333333 url(../images/bouton_accueil.gif) no-repeat center center;
}
#menu dt.angelina {
	background: #333333 url(../images/bouton_angelina.gif) no-repeat center center;
}
#menu dt.actualite {
	background: #333333 url(../images/bouton_actualite.gif) no-repeat center center;
}
#menu dt.equipe {
	background: #333333 url(../images/bouton_equipe.gif) no-repeat center center;
}
#menu dt.home {
	background: #333333 url(../images/bouton_home.gif) no-repeat center center;
}
#menu dt.news {
	background: #333333 url(../images/bouton_news.gif) no-repeat center center;
}
#menu dt.site {
	background: #333333 url(../images/bouton_site.gif) no-repeat center center;
}
#menu dt.team {
	background: #333333 url(../images/bouton_team.gif) no-repeat center center;
}
#menu dd {
display: none;
border: 1px solid #666666;
}
#menu li {
text-align: left;
background: #333333;
}
#menu li a {
	color: #0099FF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 11px;
}
#menu dt a {
	color: #0099FF;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #CCCCCC;
}
