/* 
Feuille de style 
Outil d'administration NOOVEO
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #D9D9D9;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
a:link, a:visited {
	text-decoration: underline;
	color: #5D5D5D;
}
a:hover, a:active {
	text-decoration: none;
	color: #000000;
}
div#total {
	width: 100%;
}
div#contenu {
	text-align: center;
}
div#anim {
	width: 766px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
div#accueil {
	width: 766px;
}
div.vignettes {
	float: left;
}
img {
	padding: 7px;
}
h2 {
	color: #5D5D5D;
	font-size: 26px;
	background-color: #FFFFFF;
	
}
hr.hr1 {
	clear: left;
	border: 1px dashed #909090;
	margin: 40px;
}
hr.hr2 {
	clear: left;
	border: 2px solid #5D5D5D;
}