/* ------------------------------------ */
/* Style a afficher dans l'editeur HTML */
/* ------------------------------------ */
* { color: black; }

/* ---------- Papier libre */

@page { size: 21.0cm 29.7cm;
        margin-top: 0cm;
        margin-bottom: 0cm;
        margin-left: 0cm;
        margin-right: 0cm;
		orphans: 3;
		widows: 2;
        /*marks:crop cross;*/
        }
        
@page :left	{
	@bottom-left	{
		content:counter(page);
	}
}
@page :right	{
	@bottom-right	{
		content:counter(page);
	}
}
@page :first	{
	@bottom-right	{
		content:normal;
	}
}

#Zone_Conteneur { 	position: relative;
	width: 780px;
	left: 0;
	margin-left: 0;
 background-color: white; }
#Zone_Entete
{
	background-color: white;
	/* CSS 3 */
	opacity : 1;
}
#Zone_Logo { background-color: white; }
#Zone_Contenu { background-color: white; }
#Zone_Pied { background-color: silver; }


/* ---------- Masquer les menus */
#MainBar { display: none; }

/* ---------- Balises HTML */
body
{
	margin: 0;
	background-color: #FFF;
}

body, td
{
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: black;
}

div { background-color: white; }

h1
{
	color: black;
	font-weight: 800;
	font-size: 16pt;
	letter-spacing: 2px;
	background-color: #CCC;
}

h2
{
	color: black;
	font-weight: bold;
	font-size: 12pt;
	margin: 10px 0 5px 2px;
	padding: 4px 0 0 15px;
	background-color: white;
}

h3
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	margin: 10px 0 5px 2px;
}

h4
{
	color: black;
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
}

.BlocPage
{
	page-break-after: always;
	/*background-color: #CF6;*/
	margin: 0;
}

