body {
	margin: 0px; /* Distance entre le top de la page et mon debut de page web */
	background-color: #000000; /* Changer couleur de fond */
	background-image:url(../_images/laideur.gif);
	background-repeat: repeat; 
	color: #FFFFFF; /* Tous le texte non-redéfini ailleur */
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.tddroite {
	width: 15px;
	background-image: url(../_images/droite.gif);
	background-repeat: repeat-y;
}

#droite {
	width: 15px;
	height: 100%;
}

.tdgauche {
	width: 15px;
	background-image: url(../_images/gauche.gif);
	background-repeat: repeat-y;
}

#gauche {
	width: 15px;
	height: 100%;

}

.tdcentre {
	width: 900px;
}


#center {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


#flash {
	width: 900px;
	height: 200px; /* a changer si necesaire (hauteur du fichier flash) */
	margin: 0px;
}

#negatif {
	width: 900px;
	height: 34px;
	margin-top: 0px;
}

#menu {
	width: 900px;
	height: 30px;
}

#contenu {
	width: 900px;
	background-color: #000000;
}

#cont_top {
	width: 900px;
	height: 100px;
}

#cont_gauche {
vertical-align: top;
	font-size: 10px;
	width: 480px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	}

#cont_droite {
	vertical-align: top;
	padding-top: 10px;
	width: 390px;
	height: 390px;
}

#footer {
	font-size: 15px;
	font-style: bold;
	background-color: #c9da72;
	color: #000000; /* couleur de background du footer a changer */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

p.titre2 {
	font-size: 14px;
}

p.resume {
	font-size: 12px;
	line-height: 150%;
}

p.credits {
	font-size: 12px;
	font-style: italic;
}

p.liens, p.liens a:link, p.liens a:visited, p.liens a:hover {
	font-size: 14px;
	color: #999999;
	text-decoration: none; /* underline pour souligné les liens */
}

.trvaligntop {
	vertical-align: top;
}

.tablecontact {
	border: 0px;
	margin-top: 100px;
}

.tabletext {
	font: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
}
