
/* Principal: relatif au look de base */
BODY
{
	margin: 20px;
	background-color: #FFFFFF;
}

BODY, P, TD
{
	font: 8pt arial, helvetica;
} 

P
{
	margin-top: 0px;
	margin-bottom: 10px;
}

LI
{	
	list-style-type:	square ;
}	
	
.MainBorder
{
	background-color: #C8C7C7;
}

.MainFill
{
	background-color: #FFFFFF;
}

.PageTitle
{
	color: #EF3E33;
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 0px;
}

a:link 		{color: #5D65A3; text-decoration: None}
a:visited	{color: #7D7D7D; text-decoration: None}
a:active 	{color: #5D65A3; text-decoration: Underline}
a:hover 	{color: #5D65A3; text-decoration: Underline}


/* Navigation de gauche */

.LeftMenuFill
{
	background-image: url('/images/LeftMenu_Fill.gif');
}

.LeftMenu, .LeftMenuSelected
{
	text-decoration: none;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: -2px;
	margin-bottom: -2px;
	font-weight: bold;
	font-size: 8pt;
	line-height: 13px;
	display: block;
}

a.LeftMenuSelected:link 	{color: #ED3D32; background-color: none; font-size: 9pt;}
a.LeftMenuSelected:visited	{color: #ED3D32; background-color: none; font-size: 9pt;}
a.LeftMenuSelected:active 	{color: #CC150C; background-color: none; font-size: 9pt;}
a.LeftMenuSelected:hover 	{color: #CC150C; background-color: none; font-size: 9pt;}

a.LeftMenu:link 	{color: #253354;}
a.LeftMenu:visited	{color: #253354;}
a.LeftMenu:active 	{color: #717171;}
a.LeftMenu:hover 	{color: #717171;}


/* Relatif au menu de bas de page */

.PageBottom
{
	color: #908E8E;
}

a.PageBottom:link 		{color: #908E8E;}
a.PageBottom:visited	{color: #908E8E;}
a.PageBottom:active 	{color: #908E8E;}
a.PageBottom:hover 		{color: #908E8E;}


.CopyRight
{
	font-size: 7pt;
}

/* *******************
   SPÉCIFIQUE PAR PAGE	*/

/* Page d'accueil */

.Spaced P
{
	line-height: 1.5em;
	margin-bottom: 1.4em;
}

.MainTitle
{
	color: #344368;
	font-size: 14pt;
	font-weight: bold;
	letter-spacing: 2px;
}

.NewsBoxTitle
{
	color: #EF3E33;
	font-size: 14pt;
	font-weight: bold;
}

.NewsBoxDate
{
	color: #908E8E;
	font-weight: bold;
}

.NewsBoxLink
{
	color: #000000;
}

.NewsBoxBorder
{
	background-color: #C8C7C7;
}

.NewsBoxFill
{
	background-color: #FFFFFF;
}

.BottomDecoration
{
	background-image: url('/images/Bottom_Decoration.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Page d'actualités */
.NewsList
{
	font-weight: bold;
	color: #5D65A3;
}

.NewsTitle
{
	font-weight: bold;
	color: #5D65A3;
	font-size: 9pt;
}

.NewsDate
{
	font-weight: bold;
}

/* Plan du site */
.Level1
{
	font-size: 9pt;
	font-weight: bold;
}

.Level2
{
	margin-left: 8px;
}