/* CSS Document */

body
{
	background-color:#000000;
	margin:0 0 0 0;
}

#general
{
	position:absolute;
	background-image: url(../images/fond_bas.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	border:2;
	border-style:solid;
	border-color:#990000;
	width:766px;
	height:560px;
	left:50%;
	top:50%;
	bottom:50%;
	margin-bottom:-280;
	margin-top:-285;
	margin-left:-383;
}

#credits
{
	position:absolute;
	width:766px;
	left:50%;
	margin-left:-383;
	text-align:center;
	bottom:1px;
}

#banniere
{
	position:relative;
	background-image: url(../images/barre_haute.jpg);
	top:0;
	width:100%;
	height:110px;
	background-color:#000000;
}

#gauche
{
	position:absolute;
	left:0;
	width:122;
	height:450;
}

#droite
{
	position:absolute;
	left:121;
	width: 641;
	height:450;
}

#haut
{
	background-color:#000000;
	background-image: url(../images/fond_menu_horizontal.jpg);
	background-repeat: repeat-x;
	background-attachment:scroll;
	height:25;
}

#texte
{
	position:relative;
	left:10;
	top:10;
	width:510;
	height:355;
}

#marge_droite
{
	position:absolute;
	right:0;
	width:128;
	top:20;
	height:425;
}

#main
{
	width:510;
	height:356;
}

.cleo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;

}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00058;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B00058;
	text-decoration: underline;
}

.rubrique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #C97E0B;
	text-decoration: none;
}

.rubrique:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #E3B002;
	text-decoration: none;
}

.retour {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #880000;
	text-decoration: none;
}
