body {
	margin-top: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* div global */
#total {
	width: 773px;
	margin: 5px auto 0;
	padding: 0;
	position: relative;
}

/* Trois colonnes */
#trois_colonnes{
	float:left;
	background:url(../images/fond_text.jpg) 100% 100% repeat-y;
	height:100%;
}

/* L'en-tête */
#en_tete {
	font-size:12px;
	background: url(../images/bandeau_haut.jpg) 0 0 no-repeat;
	height: 267px;
	width: auto;
	position: relative;
	z-index: 10;
}
#en_tete h1{ /* partie qui permet de mettre le brin de lavande par dessus le reste */
	background: url(../images/lavande.png);
	width: 370px;
	height: 215px;
	position: absolute;
	z-index: 101;
	top: 50px;
	right: -60px;
	margin: 0px;
}

#date{ /* partie qui permet de mettre la date par dessus le reste */
	position: absolute;
	z-index: 105;
	top: 240px;
	right: 80px;
	margin: 0px;
}

/* Menu de gauche */
#menu {
	float:left;
	z-index: 12;
	width: 156px;
	font-size:14px;
}

/* Le corps */
#corps {
	float:left;
	width: 480px;
	padding: 5px;
}

/* Menu de droite */
#droite {
	z-index: 11;
	float:left;
	width: 107px;
	padding: 10px;
	font-size:14px;
}

/* pied de page */
#pied_de_page{
	text-align: center;
	font-size:10px;
	background: url(../images/pied.jpg) 0 0 no-repeat;
	height: 38px;
	width: 773px;
	float:left;
	padding: 8px;
}

p{
	padding-left:12px;
	padding-right:10px;
}

a.actu{
	text-decoration: none;
	color: #47075C;
}
a.actu:hover {
	text-decoration: underline;
	color: #551A6A;
}

h4 a{
	text-decoration: none;
	color: #47075C;
	font-style: italic;
}
h4 a:hover {
	text-decoration: underline;
	color: #551A6A;
}

#pied_de_page p{
	color: #47075C;
}

.localisation {
	font-style: italic;
	text-transform: capitalize;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

.titre {
	font-size:14px;
	font-weight: bold;
}

.texte{
	text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
	text-align: justify; /* Ils seront justifiés */
	font-size:10px;
}

.soustexte{
	font-size:9px;
}

.imageflottanteDroite{
	margin-left: 10px;
	float: right;
}

.imageflottanteGauche{
	margin-right: 10px;
	float: left;
}

.dessous {
	clear: both;
}

img#commerce{
	border:2px solid;
	border-color:#47075C;
}

img#photo{
	border:2px solid;
	border-color:#47075C;
}

h4 {
	text-align:center;
	font-size: 10px;
}

table#tableau{
	text-align:center;
	border: solid 2px;
	border-color:#7E5987;
	width: 250px;
	padding: 5px;
	border-collapse: collapse;
}

th#tableau /* Les cellules d'en-tête */{
	background-color: #9B699E;
	color: #FFFFFF;
	font-size: 12px;
}

td#tableau /* Les cellules normales */{
	border: 1px solid;
	border-color:#47075C;
	padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}

table#commerce{
	border: 2px solid;
	border-color:#7E5987;
	width: 90%;
}

td#commerce /* Les cellules normales */{
	border: 1px;
	border-color:#47075C;
	padding: 5px;
}

table#equipe{
	border: 2px solid;
	border-color:#7E5987;
	width: 95%;
}

th#equipe {
	text-align: left;
	border-color:#7E5987;
}

td#equipe /* Les cellules normales */{
	border: 1px;
	border-color:#7E5987;
	padding: 5px;
	text-align: left;
}

table#centre{
	border-collapse: collapse;
	border: 2px solid;
	border-color:#7E5987;
	width: 95%;
}

td#centre /* Les cellules normales */{
	border: 2px solid;
	border-color:#7E5987;
	padding: 5px;
	text-align: center;
}

th#centre /* Les cellules normales */{
	border: 2px solid;
	border-color:#7E5987;
	text-align: center;
}

table#dechet{
	border-collapse: collapse;
	border: 2px solid;
	border-color:#7E5987;
	width: 95%;
}

td#dechet /* Les cellules normales */{
	border: 2px solid;
	border-color:#7E5987;
	padding: 5px;
	text-align: center;
}

td#test /* Les cellules normales */{
	padding: 5px;
	text-align: left;
}

table#admin{
	border: 2px solid;
	border-color:#7E5987;
	width: 95%;
}

td#admin /* Les cellules normales */{
	border: 1px;
	border-color:#7E5987;
	padding: 2px;
	text-align: left;
}
