/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
/* ---------- Structure des pages (Blocs div) */
#Zone_Conteneur
{
	position: relative;
	width: 980px;
	left: 50%;
	margin-left: -490px;
	/*padding-top: 60px;*/
	padding-top: 10px;
	/*background-color: #F1F2FA;*/
}

#Zone_Cadre
{
/*border: 2px #1F4C96 solid;*/
	/*background-color: #E3E4E4;*/
	padding: 0;
}

#Zone_Bandeau
{
	width: 978px;
	height: 165px;
	padding-left: 0px;
	background-color: #888;
	background-image: url(picts/Bandeau_00.png);
	background-repeat: no-repeat;
	/*text-align: center;*/
}
/* Avec separtion blanche
#Zone_Bandeau
{
	width: 875px;
	height: 175px;
	padding-left: 100px;
	background-color: white;
	background-image: url(picts/Bandeau_00.png);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
*/

#Zone_Logo
{
	display: none;
	position: absolute;
	top: 0;
	right: 0px;
	width: 65px;
	height: 50px;
	/*background-color: #F2B9EB;*/
}

#Zone_Titre
{
	margin: 0;
	width: 280px;
	height: 32px;
	float: left;
	/*background-color: #22B9EB;*/
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Times;
}

#Zone_Menu
{
	height: 32px;
}

#Zone_SubMenu
{
	/*position: absolute;
	top: 257px;
	left: 0px;*/
	width: 220px;
/*
	background-color: #888;
	background-image: url(picts/css/fond_ssmenu.png);
*/
	min-height: 460px;
	float: left;
	/*padding: 60px 0 0 0;*/
	padding: 0 0 0 0;
	margin: 0;
}

#Zone_LeftMenu
{
	position: absolute;
	top: 245px;
	left: 0px;
	/*background-color: #839ECF;*/
	width: 220px;
	/* CSS 3 */
	opacity : 0.9;
}

#Zone_Flags
{
	position: absolute;
	top: 218px;
	left: 100px;
	width: 80px;
	height: 20px;
}

/*
#Zone_LeftMenu
{
	position: absolute;
	top: 300px;
	left: 0px;
	background-color: #789;
	width: 220px;
	opacity : 0.9;
}

#Zone_Flags
{
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 20px;
}
*/

#Zone_Flags a
{
	text-decoration: none;
	border: none;
}

#Zone_Contenu
{
	width: 760px;
	/*width: 756px; Si cadre */
	/*background-color: #FC6;*/
	margin: 0 0 0 220px;
	padding: 0 0 0 0;
}

#Zone_ContenuPied
{
	font-size: 9pt;
	float: left;
	padding-top: 5px;
	text-align: center;
	width: 100%;
/*border-top: 1px #012385 solid;*/
	background-color: white;
	z-index: 10;
}

#Zone_ColGauche
{
	float: left;
	width: 418px;
	padding: 20px;
	text-align: justify;
}

#Zone_Centre
{
	padding: 20px 0 20px 20px;
	text-align: justify;
}
#Zone_Centre hr
{
	width: 700px;
	float: left;
	clear: none;
}
#Zone_Centre h2
{
	/*background-color: #C6D2E5;*/
	margin: -20px 0 25px -20px;
	padding: 3px 0 5px 20px;
	font-size: 12pt;
	color: #5A5B5E;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}
#Zone_Centre div h2
{
	margin: -3px 0px 15px 0;
}

#Zone_ColDroite
{
	float: left;
/*	width: 290px;*/
	width: 302px;
	/* width: 296px; Si cadre */
	background-color: #EEE;
	min-height: 350px;
	border-top: none;
	border-right: none;
	border-bottom: none;
/*border-left: 1px #012385 solid;*/
	/*margin-left:430px;*/
}

#Zone_Pied
{
	color: #666;
	/*margin-left: 200px;
	margin-top:20px;
	padding: 5px;
	bottom: 10px;
	width: 600px; */
	font-size: 9pt;
	text-align: center;
	margin-top: 40px;
}

/* Bloc bleu normal */
div.Article
{
	float: left;
	margin-bottom: 10px;
	width: 302px;
	/* width: 296px; Si cadre */
	/*background-image: url(picts/fond_bloc.png);*/
}

div.Article h3
{
	color: #012385;
	font-size: 11pt;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	text-align: left;
	padding: 5px 0 8px 10px;
}

div.Article h4
{
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 18px;
	margin: 0;
}

div.ArticleBody
{
	margin: 0;
	/*margin-top: -2em;*/
	padding: 10px 5px 0px 5px;
	clear: both;
}

div.ArticleBody p { border-style: none; }
div.ArticleBody a { text-decoration: none; }
div.ArticleBody a:visited { text-decoration: none; }
div.ArticleBody a:hover { border-bottom: 1px solid #fafa96; }
div.ArticleFooter { }

div.ArticleFooter p
{
	text-align: center;
	display: block;
	padding: 10px;
	margin: -1em 0 0 0;
	border-style: none;
}

div.ArticleFooter a
{
	text-decoration: none;
	border-bottom: 1px dotted #fffff0;
}

div.ArticleFooter a:visited { text-decoration: none; }
div.ArticleFooter a:hover { border-bottom: 1px solid #fafa96; }

hr
{
	clear: both;
	visibility: hidden;
}

.hiddenDiv { display: none; }

/*
.BlocBase
{
	float: left;
	width: 280px;
	height: 80px;
	border-color: #012385;
	border-width: 1px;
	border-style: solid;
	background-image: url(picts/fond_bloc.png);
	margin: 5px;
}
*/


/* Le corps de la page */
.corps
{
	margin-top: 40px;
	width: 600px;
}

.colgauche
{
	float: left;
	width: 360px;
	padding: 0 5px 0 10px;
}

.DiaCaption
{
	background-color: #012385;
	text-align: center;
	color: #FFF;
	padding: 2px 0 1px 0;
	margin: 0;
}

/* ----- Style du module CSSGrid */
.MCG_Col
{
	/* -- Indispensable : */
	float: left;
	width: 170px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
}

.MCG_boxSmall
{
	float: left;
	width: 168px;
	/*width: auto;*/
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
/*
background-image: url(picts/fond_bloc.png);
background-color: #E7EBF2;
*/
	/* Si NbCols libre, fixer la hauteur : */
	height: 174px;
	overflow: auto;
/*
border-width: 1px 2px 2px 1px;
border-color: #3A6DA5;
border-style: solid;
*/
	text-align: center;
}
.MCG_boxMedium
{
	float: left;
	width: 220px;
	/*width: auto;*/
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
	/* Si NbCols libre, fixer la hauteur : */
	height: 260px;
	overflow: auto;
	text-align: center;
}
.MCG_boxWide
{
	float: left;
	width: 340px;
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
/*
background-image: url(picts/fond_bloc.png);
background-color: #E7EBF2;
*/
	/* Si NbCols libre, fixer la hauteur : */
	height: 320px;
	overflow: auto;
/*
border-width: 1px 2px 2px 1px;
border-color: #3A6DA5;
border-style: solid;
*/
	text-align: center;
}

#ShowNbItemsPerPage { display: none; }
