/**************************************************/
/* CSS UTILISEE POUR L'AFFICHAGE DU CADRE GENERAL */
/**************************************************/

body {
	margin: 0 auto; /*background: #5C7CBD;*/
	background: #858585;
}

body, td, p, blockquote, input, textarea, select, option, ul, li {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: Black;
} 
		
a {
	color: #FF6700;
	text-decoration : none;
	}

a:hover {
	text-decoration: none;
	color: Red;
}


/* id */
#conteneur {
	margin: 0 auto;
	padding: 10px 0 0 auto 11;
	width: 926px;
}

#haut {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: White url(images/ombre_haut.jpg) bottom; 
	text-align: center;
	font-size: 9px;
	color: Black;
}

#ombre {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: Gray url(images/ombre_fond.jpg) repeat-y center; 
}

#bas {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: White url(images/ombre_bas.jpg) bottom; 
	text-align: center;
	font-size: 9px;
	color: Black;
}

#fond_accueil {
	background: #F5F5F5 url(images/accueil.jpg) no-repeat top; 
	height: 570px; */
} 

#copyright {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	text-align: center;
	font-size: 9px;
	color: Black;
}

