/* CSS Commun à toutes les pages */
body {
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.space_logo {
	font-size: 6px;
	font-family: "Courier New", Courier, mono;
}

/* CSS pour les onglets du menu */
.pos_boite0 {
	position:absolute;
	top:46px;
	left:50%;
	margin-left:-365px;
	visibility: visible;
	z-index: 30;
}
.menu0 {
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	background-color: #990000;
	font-weight: bold;
	cursor: hand;
}
.menu1 {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #999900;
	cursor: hand;
}
.menu2 {
	font-size: 12px;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #666600;
	font-weight: bold;
	cursor: hand;
}
/* CSS bas de page */
.Bas_Page {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	text-transform: Aucune;
	color: #FFFFFF;
	font-style: normal;
	letter-spacing: 3px;
}
a.lien_Bas_Page:link, a.lien_Bas_Page:visited {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	text-transform: Aucune;
	font-style: normal;
	letter-spacing: 3px;
	text-decoration: none;
	cursor: hand;
	color: #FFFFFF;
	/* background-color: #990000; */
}
a.lien_Bas_Page:hover, a.lien_Bas_Page:active {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	font-weight: bold;
	text-transform: Aucune;
	font-style: normal;
	letter-spacing: 3px;
	text-decoration: none;
	cursor: hand;
	color: #FFFFCC;
	background-color: #666600;
}

/* ------------------------ */

.texte_rubrique {
	font-size: 14px;
	text-transform: Aucune;
	color: #990000;
	font-weight: bold;
}
.texte_souligne{
	font-weight: normal;
	text-transform: Aucune;
	background-color: #FFCC00;
}
.texte_infos {
	font-size: 14px;
	font-weight: bold;
}
.texte_normal {
	font-size: 12px;
	text-decoration: none;
}

a.lien:link {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	text-decoration: none;
}
a.lien:visited {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	text-decoration: none;
}
a.lien:hover {
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	cursor: default;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	text-decoration: none;
	border: Aucune;
	background-color: #993300;
}
a.lien:active {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFCC;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	text-decoration: none;
}

.ligne_titre {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: Aucune;
	color: #FFFFFF;
	font-style: normal;
	letter-spacing: 3px;
}
.texte_sous_logo {
	margin-top: 20px;
	font-size: 16px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #990000;
	padding-top: 20px;
	font-family: "Courier New", Courier, mono;
	line-height: 25px;
}
.main {
	cursor: hand;
	text-decoration: none;
}
.texte_rubrique_bar {
	font-size: 14px;
	text-transform: Aucune;
	color: #996699;
	font-weight: bold;
	text-decoration: line-through;
}
