html,body {background-color : #55556f; 
	color: #FFFFFF;
	margin:0px;
	padding:0px;
}





a {	background-color: inherit;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #2c7df5;
}


a:hover {text-decoration: underline;
}


div {	color: #000000;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	position: relative;
	background-color: transparent;
}


.global { background-color: #f8f3e3;
	text-align: justify;
	color: #000000;	
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2em;
	padding-right: 2em;
}

.centre {text-align: center;
}

.titre{	background-color: transparent;
	font-size: 3em;
	font-weight: bold;
	text-align : left;
	margin-bottom : 1em;
}

.soustitre{	background-color: transparent;
	font-size: 1.7em;
	font-weight: bold;
}

.souscat{background-color: transparent;
	font-size: 1.2em;
	font-weight: bold;
}



/****** images ********/


div.images {
}

div.imageseule {margin-top: 0px;
	margin-bottom : 4em;
}


.gauche {float: left;
	padding-right: 2em;
}

div.gauche img {border-style: solid;
	border-color: #000000;
	border-width : 1px;
}

/* spacers **
************/
.spacerleft {clear: left;
	font-size: 0cm;
}


.spacerright {clear: right;
	font-size: 0cm;
}

.spacerboth {clear: both;
	font-size: 0cm;
}



