body{
	background-color: #FFFFFF;
	background-image: url(../image/fond/fond.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#entete{
	color: #444444;
}

.lienAuteur{
	color: #444444;
	text-decoration: none;
}

.lienAuteur:hover{
	color: #444444;
	text-decoration: underline;
}

#sponsor{
	position: absolute;
	top: 218px;
	left: 780px;
}

#auteur{
	/*background-image: url(../image/fond/RCIS-Logo.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 40px;*/
	padding-right: 30px;
	text-align: right;
	word-spacing: 4px;
}

#banniere{

}

#ombreBan{
	z-index: -1;
	background-image: url(../image/banniere/ombre.png);
	position: absolute;
	bottom: -52px;
	right: -59px;
	width: 950px;
	height: 250px;
}

#anaphase{
	z-index: -2;
	background-image: url(../image/fond/anaphase.png);
	position: absolute;
	width: 1250px;
	height: 506px;
	left:-175px;
}

#ombreBanBas{
}

#listeOnglets{
	z-index: 3;
	background-image: url(../image/fond/test.png);
	background-repeat: no-repeat;
}

#listeOnglets *{
	list-style : none;
	list-style-type: none;
}

#ombreOnglet{
	z-index: -1;
	background-image: url(../image/fond/ombreOnglet.png);
	background-repeat: no-repeat;
	position: absolute;
	top: -12px;
	left: 1px;
	height: 40px;
	width: 836px;
}

.onglet:hover{
	background-image: url(../image/fond/ongletActif.png);
	font-weight: bold;
}

.onglet:hover .niveau2{
	display: block;
}

.niveau2{
	display: none;
	margin-left: 0px;
	margin-top: 6px;
}

.ongletListe{
	padding-top: 5px;
	padding-bottom: 6px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: white;
	font-weight: normal;
	background-image: url(../image/fond/ongletListe.png);
}

.ongletListe:hover{
	font-weight: bold;
	background-image: url(../image/fond/ongletListeActif.png);
}

.ongletBasListe{
	padding-top: 5px; 
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: white;
	height: 25px;
	font-weight: normal;
	background-image: url(../image/fond/ongletBasListe.png);
	background-repeat: no-repeat;
}

.ongletBasListe:hover{
	font-weight: bold;
	background-image: url(../image/fond/ongletBasListeActif.png);
}

.lienOnglet{
	text-decoration: none;
	color: #444444;
}

.lienOnglet:hover{
	text-decoration: none;
	color: #444444;
}

.lienClassic{
	text-decoration: none;
	color: #376092;
}

.lienClassic:hover{
	text-decoration: underline;
}

#navigation{
	background-image: url(../image/fond/navigation.png);
}

.seperateurNavigation{
	padding-left: 10px;
	padding-right: 10px;
}

#corps{
	color: #7C7C7C;
}

.titre{
	margin-bottom: 20px;
	border-left-style: solid;
	border-width: 5px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	color: #B19513;
}

.titreNews{
	margin-bottom: 20px;
	border-left-style: solid;
	border-width: 5px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
}

.separateur{
	height: 50px;
}

.sousTitre{
	margin-bottom: 20px;
	padding-left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #444444;
}

.texte{
	padding-left: 20px;
	text-align: justify;
}

.news{
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	border-bottom-style: dotted;
	border-width: 1px;
	margin-right: 20px;
	padding-right: 10px;
}

.date{
	color: #376092;
	font-weight: bold;
	font-size: 10px;
}

#pied{
	text-align: center;
	color: #7C7C7C;
	padding-top: 10px;
	background-image: url(../image/fond/pied.gif);
	background-repeat: no-repeat;
	background-position: top center; 
}

ul{
	margin-left: 50px;
}

ol{
	margin-left: 50px;
}

.centrer{
	text-align: center;
}

.gras{
	font-weight: bold;
}

.souligner{
	text-decoration: underline;
}

.important{
	font-weight: bold;
	color: green;
}

