/* ------------------------------------------------- */
/* 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: 0px;
}

#Zone_Cadre
{
	border: 0px #1F4C96 solid;
	background-color: #F0F0F0;
	height:100%;
}

#Zone_Bandeau
{
	width:778px;
	position:relative;
	left:10px;
	height: 60px;
	background-image: url(picts/tops_noir.jpg);
	background-repeat: no-repeat;
}

#Zone_MenuH
{
	width: 760px;
	position:absolute;
	height: 43px;
	left:250px;
	top: 115px;
	
	/*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: block;
	position: relative;
	background-image:url(picts/bandeau.jpg);
	background-repeat:no-repeat;
	
	top: 0;
	left:607px;
	
	width: 100%;
	height: 87px;
	/*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: #B8B8B7;
	background-image: url(picts/fon_menu.jpg);
	background-repeat:repeat-x;
	/*min-height: 1000px;*/
	height:600px;
	border-left:1px dashed  #868686;
	border-right:1px dashed  #868686;
	border-bottom:1px dashed  #868686;
	float: left;
	padding: 0 0 0 10px;
	margin: 0;
}

#Zone_LeftMenu
{
	position: absolute;
	top: 300px;
	left: 0px;
	background-color: #112233;
	width: 220px;
	/* CSS 3 */
}

#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
{	
	margin: 0px 10px 0 10px;
	padding: 0px 20px 0 20px;
}

#Zone_ContenuPied
{
	padding-top: 0px;
	text-align: center;
	margin:0;
}

#Zone_ColGauche
{
	float: left;
	width: 418px;
	padding: 0 20px 0 0;
	text-align: justify;
	
}

#Zone_Accueil
{
	
	
}

#espaceclient
{
	background-image: url(picts/espace_client.gif);
	background-repeat:no-repeat;
	
	width: 187px;
	height:127px;
	padding: 40px 0px 0 50px;
	margin: 0px 0px 0 5px;
	text-align: justify;
}

.Zone_Accueil
{
	position:absolute;
	top: 148px;
	left:85px;
}

#Zone_Stockage_Accueil
{
	position:relative;
	background-image: url(picts/stockage.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 220px;
	height:200px;
	text-align: justify;
}

#Zone_Stockage_Accueil ul li
{
	color:#2E559E;
	font-size:8pt;
	margin-left:15px;
}

#Zone_Manutention_Accueil
{
	background-image: url(picts/Manutention.jpg);
	background-repeat:no-repeat;
	position:relative;
	float: left;
	width: 220px;
	height:200px;
	text-align: justify;
}
#Zone_Manutention_Accueil ul li
{
	color:#D8312D;
	font-size:8pt;
	margin-left:15px;
}

#Zone_Equipement_Accueil
{
	background-image: url(picts/equipement.jpg);
	background-repeat:no-repeat;
	position:relative;
	float: left;
	width: 240px;
	height:200px;
	text-align: justify;
}
#Zone_Equipement_Accueil ul li
{
	color:#286C32;
	font-size:8pt;
	margin-left:15px;
}

#Zone_Actu1
{
	background-image: url(picts/zone_actu1.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 372px;
	height:291px;
	padding: 0 0px 0 0;
	text-align: justify;
}

#Zone_Actu2
{
	background-image: url(picts/zone_actu2.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 298px;
	height:291px;
	padding: 0 0px 0 0;
	text-align: justify;
}

#Zone_ColDroite
{
	float: left;
	width: 290px;
	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;
	background-color:#BABAB9;
	/*margin-left: 200px;
	margin-top:20px;
	padding: 5px;
	bottom: 10px;
	width: 600px; */
	font-size: 9pt;
	text-align: center;
	margin-top: 0px;
}

/* Bloc bleu normal */
div.Article
{
	float: left;
	margin-bottom: 10px;
	width: 280px;
	/*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
{
	/* -- Indispensable : */
	float: left;
	width: 280px;
	height: 80px;
	border-color: #012385;
	border-width: 1px;
	border-style: solid;
	background-image: url(picts/fond_bloc.png);
	/*background-color: #FF6;*/
	margin: 5px;
}

.Col
{
	/* -- Indispensable : */
	float: left;
	width: 290px;
	border-color: red;
	border-width: 1px;
	border-style: solid;
}


/* 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;
}



#FormSimple label
{
	
	margin: 0 0px 0 0;
	float: left;
	display: inline;
	font-size:8pt;
	padding: 0;
	clear: both;
}
#FormSimple label.inline
{
	width: auto;
	float: none;
}
#FormSimple label.obligatoire
{
	color: #C00000;
	font-weight: bold;
}
#FormSimple label.login
{
	text-align: left;
	font-weight: bold;
	font-size: 7pt;
	width: 46%;
	margin: 6px 0 0 0;
	padding: 0;
}
#FormSimple input
{
	font-weight: bold;
	margin: 0;
}
#FormSimple .focus
{
	color: black;
	background-color: #A3BD23;
}
#FormSimple .normal { color: black; background: white }
#FormSimple p
{
	margin: 0;
	padding: 2px;
}
#FormSimple .FormLP { background-color: #E2FFE2; }
#FormSimple .FormLI { background-color: #D0EDD0; }

#FormSimple .formbutton { color: #C00000; }

#FormSimple a.formbutton:link, #FormSimple a.formbutton:visited
{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #197D19;
	text-align: center;
	padding: 2px 3px;
	border: solid 1px black;
	margin: 5px 4px 3px 0;
}