/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
/* ---------- Structure des pages (Blocs div) */
body, td, input
{
	font-size: 11px;
	font-family: Century Gothic, Arial, Helvetica, Verdana,  sans-serif;
	color:black;
	}
#Zone_Conteneur
{
	position: relative;
	width: 780px;
	left: 50%;
	margin-left: -390px;
	background-color: #E3E4EB;
	padding-top: 60px;
}

#Zone_Bandeau { display: none; }

#Zone_Logo
{
	position: absolute;
	top: 0;
	right: 0px;
	width: 65px;
	height: 50px;
	background-color: #F2B9EB;
}

#Zone_Titre
{
	margin: 0;
	width: 300px;
	height: 40px;
	float: left;
	background-color: #22B9EB;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Times;
}

#Zone_Menu
{
	height: 40px;
	background-color: #789;
}

#Zone_SubMenu { display: none; }

#Zone_Contenu
{
	width: 700px;
	margin-left: 160px;
	background-color: #EDC;
}

#Zone_ColGauche
{
	float: left;
	/*width: 360px;*/
	padding: 0 5px 0 10px;
}

#Zone_ColDroite
{
	/*width: 220px;*/
	/*background-color: yellow;*/
	/*margin-left:430px;*/
}

#Zone_Pied
{
	/*margin-top:20px;
	margin-left: 200px; Plante IE ?!
	padding: 5px;
	bottom: 10px;
	width: 600px;*/
	color: #666;
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.MBMain { display: none; }

/* Bloc bleu normal */
div.Article
{
	float: left;
	margin-bottom: 10px;
	width: 200px;
	border-color: #012385;
	border-width: 6px;
	border-style: solid;
	background-image: url(picts/fond_bloc.png);
}

div.Article h3
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	/*padding: 8px 5px 5px 5px;*/
	margin: 0;
	padding-top: 5px;
	padding-bottom: 8px;
	/*padding-left: 10px;*/
	background-color: #012385;
}

div.Article h4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 18px;
	margin: 0;
}

div.ArticleBody
{
	margin: 0;
	/*margin-top: -2em;*/
	padding: 20px 5px 0px 5px;
	text-align: center;
}

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; }



.Col
{
	/* -- Indispensable : */
	float: left;
	width: 290px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
}

.titretableau
{
	color: #000;
	font-weight:bold;
}
