/* CSS Document */
/* ******* Alignements ******* */
@import url(inc-align-MenuLeft-MainFirst.css);
@import url(inc-Menu.css);

/* ******* Decorations ******* */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FEFEF0;
	color: #3C3C04;
}
h1 {
	color: rgb(70,70,4);
	font-size: x-large;
	font-weight: bold;
}
div#zMain {
	background-color: #FFFFFF;
	border: solid thin #A4A40B;
	font-size: small;
	-moz-border-radius : 8px;
	}


div#zLogos, div#zAncres	{
	float: right;
	width: 33%;
	padding: 1em;
	text-align: center;
}
div#zAncres	{
	width: auto;
}
div#zPanels, div#zNotes	{
	text-align: left;
}
.break {
	margin-top: 2em;
}
.divCadreGauche	{
	float: left;
	width: auto;
	text-align: center;
	margin: 1em;
}
.divTextCenter {
	text-align: center;
	padding: 1em;
}
.listInline	{
	display: inline;
	margin: 0;
}
.listMedium	{
	text-align: justify;
	line-height: 150%;
}
.cartouche {
	border: none;
}
#lMenu {
	border: solid thin #A4A40B;
}

