/* Styles communs a toutes les pages -----------------------------------------*/
.CellFooter {
	background:				#F1F1F1 url(../images/Bg_Footer.gif) top right repeat-x;
	font:					11px/120% Arial, Verdana, Helvetica, Sans-serif;
	color:					#737373;
	padding:				6px 0 11px 6px;
	vertical-align:			top;
	text-align:				left;
}
A.LienFooter:link, A.LienFooter:visited, A.LienFooter:active {
	font:					11px/120% Arial, Verdana, Helvetica, Sans-serif;
	color:					#737373;
	text-decoration:		underline;
}
A.LienFooter:hover, A.LienFooter:visited:hover, A.LienFooter:active:hover {
	font:					11px/120% Arial, Verdana, Helvetica, Sans-serif;
	color:					#737373;
	text-decoration:		none;
}
BODY {
	padding:				0;
	margin:					0;
	background:				#F1F1F1 url(../images/Bg_Page.gif) repeat-x;
}
P {
	padding:				0;
	margin:					0 0 14px 0;
}
/* Styles spéciaux pour page d'accueil ---------------------------------------*/
h1 {
	font:					bold 13px/17px Arial, Verdana, Helvetica, Sans-serif;
	color:					#444;
}
.CellQuoiNeuf {
	font:					11px/14px Arial, Verdana, Helvetica, Sans-serif;
	color:					#353535;
	padding:				0;
	vertical-align:			top;
	text-align:				left;
}
.CellQuoiNeuf p {
	border-left: 			6px solid #E4E4E4;
	padding: 				0 0 0 10px;
	margin: 0;
}
.CellPresentation a:link, .CellPresentation a:active, .CellPresentation a:visited {
	font:					bold 13px/18px Arial, Verdana, Helvetica, Sans-serif;
	color:					#353535;
	text-decoration:		none;
}
.CellPresentation a:hover, .CellPresentation a:active:hover, .CellPresentation a:visited:hover {
	font:					bold 13px/18px Arial, Verdana, Helvetica, Sans-serif;
	color:					#5C5C5C;
	text-decoration:		underline;
}
.CellPresentation {
	font:					13px/18px Arial, Verdana, Helvetica, Sans-serif;
	color:					#353535;
	padding:				9px 18px 0 15px;
	vertical-align:			top;
	text-align: 			left;
}
/* Styles pour bg --------------------------------------------------------*/
.BgPage {
	background:#FFF url(../images/Bg_Page.gif) top right repeat-x;
}
.BgD {
	background:#fff url(../images/Bg_D.jpg) top left no-repeat;
}
.BgMenuTop {
	text-align: 			right;
	vertical-align:			top;
	background:#E3E3E3 url(../images/Bg_MenuTop.jpg) bottom right no-repeat;
}
.BgGris {
	background:#E3E3E3;
}
.BgBlanc {
	background:#FFF;
}