/* Styles communs à toutes les pages -----------------------------------------*/
.CellHeader {
	background:				url(../images/Bg_Header.jpg) no-repeat;
	height:					200px;
	padding:				0 40px 0 0;
	vertical-align:			bottom;
	text-align:				right;
}
.CellBtMenu {
	padding:				0 18px 0 0;
}
.CellContenu {
	padding:				39px 15px 15px;
}
.ImageCarte {
	margin:					0 30px 0 0;
}
.TitreVert {
	font-weight:			bold;
	text-transform:			uppercase;
	color:					#7E8733;
	margin:					12px 0 12px 0;
}

/* Général -------------------------------------------------------------------*/
BODY {
	font:					12px/120% Arial, Helvetica, Sans-serif;
	color:					#000;
	padding:				0;
	margin:					0;
	background:				#FFF;
}
A:link, A:visited, A:active {
	font-size:				12px;
	color:					#6089C1;
	text-decoration:		underline;
}
A:hover, A:visited:hover, A:active:hover {
	font-size:				12px;
	color:					#6089C1;
	text-decoration:		none;
}
P {
	padding:				0;
	margin:					0 0 12px 0;
}
FORM {
	padding:				0;
	margin:					0;
}
SUP  {
	font:					100%/120% Verdana, Arial, Helvetica, Sans-serif;
}
/* Arrière-plan --------------------------------------------------------------*/
.Bg {
	background:				#FFF url(../images/Bg.gif) repeat-x;
}

/* Apparence des listes ------------------------------------------------------*/
UL {
	margin: 				0 0 18px 0;
	padding:				0;
}
OL {
	margin: 				0 0 12px 0;
	padding:				0;
}
UL LI {
	list-style:				disc outside url(../images/Puce_Liste.gif);
	margin: 				5px 0 0 30px;
	padding:				0;
}
OL LI {
	list-style:				decimal outside;
	margin: 				5px 0 0 10px;
	padding:				0;
}
LI.new {
	list-style:				disc outside url(../images/Puce_Liste_nouveau.gif);
	margin: 				5px 0 0 30px;
	padding:				0;
}