/* ------------------------------------------------- */
/* Style de structure, non utile dans l'editeur HTML */
/* ------------------------------------------------- */
/* ---------- Structure des pages (Blocs div) */
* { margin: 0; }

#Zone_Conteneur
{
	width: 900px;
	margin: 0;
	padding: 0;
	/*background-color: #F30;*/
}

#Zone_Contenu
{
	margin: 30px 0 0 0;
	width: 720px;
	float: left;
	padding: 20px 0 0 10px;
	/*background-color: #CC6;*/
}
#Zone_Contenu.home { margin-top: 170px; }

#Zone_ColGauche
{
	width: 160px;
	/*height: 100%;*/
	float: left;
	text-align: center;
/*
	background-color: #003F8F;
	background-image: url(picts/css/Fond_menu_os.jpg);
	background-repeat: no-repeat;
*/
}

#Zone_Logo
{
	position: absolute;
	top: 236px;
	left: 10px;
	width: 120px;
	height: 42px;
}
/*
#Zone_Logo.home
{
	position: absolute;
	top: 190px;
	left: 180px;
	width: 205px;
	height: 72px;
}
*/

#Zone_Menu
{
	width: 160px;
	height: 320px;
}

#Zone_Flags
{
	position: absolute;
	top: 0px;
	left: 930px;
	width: 75px;
	height: 20px;
	z-index: 100;
}
#Zone_Flags.home
{
	position: absolute;
	top: 148px;
	left: 930px;
	width: 75px;
	height: 20px;
	z-index: 100;
}

#Zone_Adr
{
	width: 160px;
	/*background-color: #CDE19A;*/
}

#Zone_Actus
{
	background-color: #FAFAFA;
	border: 1px #1B2B82 solid;
}
#Zone_ActusMore
{
	background-color: #1B2B82;
	color: #FFF;
	border: 1px #1B2B82 solid;
	width: 200px;
	text-align: center;
	margin-left: 300px;
}
#Zone_ActusMore a
{
	color: #FFF;
}

#Zone_Pied
{
	margin: 20px 0 0 0;
	width: 980px;
	height: 146px;
	padding: 10px 0 0 0;
	text-align: center;
	color: #B3B3B3;
	/*
	background-image: url(picts/css/Fond_pied.jpg);
	background-repeat: no-repeat;
	background-color: #960E1A;
*/
	font-size: 8pt;
	/*border-top: 2px #F3F3F3 solid;*/
}

.Bloc_actu
{

	margin-left: 20px;
}
.Bloc_actu h2
{
	margin-bottom: 5px;
}

#pictolayer { position: absolute; z-index: 100000; top: 412px; left: 168px; width: 60px; height: 54px; visibility: visible; display: block }

/* ---------- Blocs avec bords arrondis */
div.blocarrondi
{
	margin: 0px 0px 20px 0px;
	background: #7f9fc7;
	width: 560px;
}

div.blocarrondi h2, div.blocarrondi p, div.blocarrondi table
{
	margin: 5px 10px 5px 10px;
	text-align: justify;
}

div.blocarrondi h2
{
	color: black;
	font-weight: bold;
	font-size: 13pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 3px 3px 3px 4px;
	background-color: #FAFAFA;
	line-height: 30px;
	text-align: left;
}

div.blocarrondi table tr td { padding-right: 10px; }

div.blocarrondi b.rtop, div.blocarrondi b.bas
{
	display: block;
	background: white;
}

div.blocarrondi b.rtop b, div.blocarrondi b.bas b
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #7f9fc7;
}

div.blocarrondi b.r { margin: 0 9px; }
div.blocarrondi b.r0 { margin: 0 7px; }
div.blocarrondi b.r1 { margin: 0 5px; }
div.blocarrondi b.r2 { margin: 0 3px; }
div.blocarrondi b.r3 { margin: 0 2px; }

div.blocarrondi b.rtop b.r4, div.blocarrondi b.bas b.r4
{
	margin: 0 1px 0 1px;
	height: 2px;
}

