/* ------------------------------------ */
/* Style a afficher sur Mobile          */
/* ------------------------------------ */
/* ---------- Structure des pages (Blocs div) */
/* ---------- Balises HTML */
a
{
	font-size: 14pt;
	border: 1px solid red;
	padding: 1px 4px;
	background-color: #DDDDDD;
	line-height: 35px;
}

img { /*width: 50%;
	height: 50%;*/ }

#Zone_Haut
{
}

#Zone_Bandeau
{
	position: relative;
	left: 130px;
	top: 0px;
}

#Zone_Logo
{
	position: absolute;
	left: 25px;
	top: 25px;
}

#Zone_Gauche
{
	position: absolute;
	left: 0px;
	top: 180px;
width: 110px;
}
#Zone_Gauche h2
{
font-size: 11px;
	letter-spacing: 0px;
}

#Zone_Contenu
{
	margin-left: 130px;
	margin-top: 10px;
	margin-right: 10px;
}

#Zone_Droite { display: none; }

#Zone_Pied
{
	position: relative;
	padding-top: 10px;
	left: 0px;
	top: 0px;
	width: auto;
}

#MainBar { display: none; }

div.W300, div.W400, div.W500, div.W560, div.W570, div.W680
{
	width: auto;
}

table.TwoCols { width: auto;}