body,html {
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background:url(../images/bg_body.gif);
	color: #000000;
}

body {
	width: 834px;
	margin: auto;
}

/* liens par défaut */

a {
	color: #2F201C;
}

/* highlight (bold) */

.hl {
	font-weight: bold;
}

.hl_color {
	font-weight: bold;
	color: #ff0000;
}	

/* highlight sous-titres */

.hl_sstitre {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
}

/* DIVERS */

.titre_content {
	width:803px;
	height:32px;
}

.hide {
	position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
}

.spacer {
	clear: both;
	border-width: 0;
	padding: 0;
	margin: 0;
}

hr.spacer {
	clear: both;
	visibility: hidden;
	border-width: 0;
	padding: 0;
	margin: 0;
}

.ligne_topseries {
	background-image:url(../img/pointille_sb_large.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:18px;
}

/* MISE EN FORME DE PAVES TEXTE */

.center {
	text-align: center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}

.cap {
	text-transform:uppercase;
}

.retrait {
padding:10px;
text-align:justify;
}

.retrait_side {
padding-left:10px;
padding-right:10px;
text-align:justify;
}

/* classes de texte courantes */

.smalldark {
	color: #000;
	font-size: 80%;
}

.xtrasmalldark {
	color: #000;
	font-size: 70%;
}

.xtrasmalldark a {
	color: #003466;
	text-decoration: none;
}

.xtrasmalldark a:hover {
	text-decoration: underline;
}

.xtrasmallbase {
	color: #666666;
	font-size: 70%;
	text-transform:uppercase;
}

.xtrasmallbase a {
	color: #666666;
	text-decoration: none;
	text-transform:uppercase;
}

.xtrasmallbase a:hover {
	color: #003466;
	text-decoration: underline;
	text-shadow:#CCCCCC;
}

.xtrasmalllight {
	color: #ffffff;
	font-size: 70%;
}

.xtrasmalllight a {
	color: #ffffff;
	text-decoration: none;
}

.xtrasmalllight a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Chemin de vie / fil d'Ariane */

.nav_on {
	color: #ff0000;
}

.nav_on a {
	color: #ff0000;
	text-decoration: none;
}

.nav_on a:hover {
	color: #ff0000;
	text-decoration: underline;
}

.nav_off {
	color: #666666;
}

.nav_off a {
	color: #666666;
	text-decoration: none;
}

.nav_off a:hover {
	color: #666666;
	text-decoration: underline;
}

/* classes de texte contenu */

.contentlight {
	color: #ffffff;
	font-size: 95%;
}

.contentlight a {
	color: #003466;
	text-decoration: none;
}

.contentlight a:hover {
	text-decoration: underline;
}

.contentdarksmall {
	color: #333366;
	font-size: 85%;
}

.contentdarksmall a {
	color: #003466;
	text-decoration: none;
}

.contentdarksmall a:hover {
	text-decoration: underline;
}

.contentdark {
	color: #333366;
}

.contentdark a {
	color: #003466;
	text-decoration: none;
}

.contentdark a:hover {
	text-decoration: underline;
}

.contentxtrabold {
	color: #ffffff;
	font-size: 170%;
	font-family: Arial Black, sans-serif;
}

.contentmediumbold {
	color: #2F201C;
	font-size: 130%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.contentdark hr {
	border: 0px;
	height: 1px;
	color: #003466;
	background-color: #003466;
}