a:link {
	color: #990000;
}
a:hover {
	color: #CCCCCC;
	font-weight: 700;
}
a:active {
	color: #990000;
}
a:visited {
	color: #CCCCCC;
}
a.accueil:link {
	color: #E6000C;
	text-decoration: none;
}
a.accueil:hover {
	color: #000000;
	font-weight: 700;
}
a.accueil:active {
	color: #000000;
	text-decoration: none;
}
a.accueil:visited {
	color: #E6000C;
	text-decoration: none;
}

/* Général */
body {
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-top:0px;
}
a {
	color: #000000;
}
hr {
	width: 270px;
}
li {
	margin-left:-20px
}
.square {
	list-style-type:square;
}
img {
	border: none;
}
.bold {
	color: #E6000C;
}
u {
	color: #666666;
	font-weight: 700;
}
#global {
	width: 700px;
	left: 50%;
	position: relative;
	margin: 20px auto 0 -350px;
	height: 650px;
	text-align: center;
	font-size: 30px;
	color: #FFFFFF;
}
/* En-tête */
#entete {
	width:700px;
	height: 150px;
}
.disc {
	list-style-type:disc
}
.circle {
	list-style-type:circle;
}
.square {
	list-style-type:square;
	font-weight: 700;
	font-size: 14px;
}
/* Contenu */

#contenu {
	padding: 10px 15px;
	height: 400px;
}
/* Pied de page */
#pied {
	font-size: 11px;
	text-align: center;
	width: 700px;
	height: 44px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	background-image: url(../images/deco_bas.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bloc_haut_accueil {
	width:170px;
	position:absolute;
	background-repeat:no-repeat;
	background-image:url(../images/boite.gif);
	padding-top:24px;
	top: 186px;
}
.bloc_repetition_accueil {
	background-color:#FFFFFF;
	padding-left:5px;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	padding-right:5px;
}
.contenu_bloc_accueil {
	position:relative;
	color:#000;
	font-weight:700;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 15px;
}
.titre_bloc_accueil {
	position:absolute;
	color:#FFFF00;
	font-weight:700;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	width: 170px;
	top: 4px;
}
.bloc_bas_accueil {
	width:170px;
	position:relative;
	background-image:url(../images/boite_bas.gif);
	height:28px;
	background-repeat:no-repeat;
}
.bloc_haut_partenaires {
	width:170px;
	position:absolute;
	background-repeat:no-repeat;
	background-image:url(../images/boite.png);
	padding-top:24px;
	top: 400px;
}
.bloc_repetition_partenaires {
	background-color:#FFFFFF;
	padding-left:5px;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	padding-right:5px;
}
.contenu_bloc_partenaires {
	position:relative;
	color:#000;
	font-weight:700;
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.titre_bloc_partenaires {
	position:absolute;
	color:#FFFF00;
	font-weight:700;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	width: 170px;
	top: 4px;
}
.bloc_bas_partenaires {
	width:170px;
	position:relative;
	background-image:url(../images/boite_bas.gif);
	height:28px;
	background-repeat:no-repeat;
}
#fenetre {
	position:relative;
	overflow:hidden;
	width:155px;
	top: 10px;
}
#marquee {
	color:#002000;
	width:155px;
	text-align:center;
}
.news {
	padding-left:10px;
	border-left: solid #cccccc 2px;
	border-right: solid #cccccc 2px;
	background-color: #FFFFFF;
}
.barre {
	background-image: url(../images/barre.png);
	height: 25px;
	background-repeat: no-repeat;
	width: 410px;
	padding-left: 34px;
	color: #FFFFFF;
}
.barre_bas {
	background-image: url(../images/barre_bas.png);
	height: 25px;
	background-repeat: no-repeat;
	width: 410px;
	text-align:right;
}
