/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
/* ---------- Structure des pages (Blocs div) */
#Zone_Conteneur
{
	position: absolute;
	
	width: 1109px;
	left:10%;
	margin-left:-42px;
	
	top:0px;	
	/*background-image: url("picts/Fond.jpg");
	background-repeat: no-repeat;
	background-color:white;*/
	padding-top:0px;
}

#Zone_Contenu
{
	width: 1109px;
	margin: 0px 0 0 0px;
	padding: 0 0 0 0;
	height: 564px;
}




#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: 228px;
	text-align: justify;
	
	
	height: 544px;
	background-color:#7C0700;
	background-image: url("picts/bck_left.jpg");
	background-repeat: no-repeat;	
	color:White;
	font-size:12px;
	padding:10px;
}

#Zone_Gauche_Centre

{
	height:270px;
	line-height:13px;
	font-size:12px;
	
	}
	
#Zone_Gauche_Centre H1
{
	font-size:12px;
	color:#BAB690;
	}

		
#Zone_Centre
{
	text-align: justify;
	width: 523px;
	background-color:#BAB690;
	height: 544px;
	float: left;
	color:White;
	background-image: url("picts/bck_centre.jpg");
	background-repeat: no-repeat;
	position:relative;
	padding:10px;
}
 

#Zone_ColDroite
{
	float: left;
	width: 318px;
	background-color:transparent;
	height: 564px;
}


#Zone_Cadre
{

	padding: 0;
}

#Zone_Bandeau
{
	height:135px;
	background-image: url("picts/top_rouge_granit.jpg");
	background-repeat: no-repeat;
	width: 1109px;
	
}

#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
{
}

#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_Flags a
{
	text-decoration: none;
	border: none;
}

#Zone_Pied
{
	color: #666;
	float: left;
	font-size: 9pt;	
	text-align: right;
	margin-top: 4px;
	width: 785px;
}

#Zone_Menu
{
	height:135px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
}

#Zone_Menu a
{
	color: #FFF;
	text-decoration:none;
	border-style: none none none none;
}

#Zone_Menu a:visited
{
	color: #FFF;
	text-decoration:none;
}

a:hover
{
	border-bottom: #7C0700;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#Zone_Menu p
{
	font-size:11px;
	
	border-bottom: 1px solid #EEE;
	
	padding-bottom:5px;
	padding-top:5px;
}

#Zone_Adresse
{
	bottom: 0px;
	height:105px;
	padding:0px;
}



div.Article
{
	float: left;
	margin-bottom: 10px;
	width: 302px;
}

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; }

/* 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;
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
	height: 174px;
	overflow: auto;
	text-align: center;
}
.MCG_boxMedium
{
	float: left;
	width: 220px;
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
	height: 260px;
	overflow: auto;
	text-align: center;
}
.MCG_boxWide
{
	float: left;
	width: 340px;
	margin: 0 10px 5px 0;
	padding: 5px 2px 2px 2px;
	height: 320px;
	overflow: auto;
	text-align: center;
}

#ShowNbItemsPerPage { display: none; }

