/*******************************/
/* définitions hors hierarchie */
/*******************************/

* {
	margin: 0px;
	border: groove 0px black;
	padding: 0px;

	font-family: times, serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
a {
	text-decoration: none;
}
img {
	border: 0px;
}

/**************************/
/* conteneurs d'ensembles */
/**************************/

body {
	width: 95%;
	margin: auto;
	background-color: #d6d0ff;
}

/**********************************/
/* conteneur de la première ligne */
/**********************************/

#titre {
	margin-top: 5em;	
	text-align: center;
	background: transparent url(../commun/fondindexhaut.gif) top center no-repeat;
}

/*********************************/
/* conteneur de la seconde ligne */
/*********************************/

#image {
	text-align: center;
	display: block;
}
#image a {
	display: block;
	margin: auto;
	width: 510px;
}
#image a img {
	display: block;
	margin: auto;

}

/***********************************/
/* conteneur de la troisième ligne */
/***********************************/

#soustitre {
	margin: auto;	
	width: 500px;
	text-align: center;
	background: transparent url(../commun/fondindexbas.gif) bottom center no-repeat;
}
#soustitre a.gauche {
	float: left;
	margin-left: 20px;
}
#soustitre a.centre {
}
#soustitre a.droite {
	float: right;
	margin-right: 20px;
}

