/*Fichier CSS*/
/*Pour la page d'accueil*/

#head_accueil {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
}

#head_accueil a {
	color: #FF9;
	text-decoration: none;
}

#head_accueil a:hover {
	text-decoration: underline;
}

table {
	border: none;
	text-align: center;
	width: 100%;
}

td {
	background-color:#FF9;
}

.tableau {
	margin-top: 20px;
	background-color: #CF9;
	border: solid 2px #FF9;
	padding: 5px;
}

.legende {
	background-color: #0C6;
}

.vide {
	background: none;
}

.fin_tab a {
	color: #063;
	text-decoration: none;
}

.fin_tab a:hover {
	text-decoration: underline;
}

/******** sitemap.html *********/
#plan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#plan li{
	margin-bottom: 5px;
}

#plan p{
	text-align: center;
	margin-bottom:0;
}

#plan a {
	color: #FFC;
	text-decoration:none;
	font-weight: bold;
}

#plan a:hover {
	text-decoration:underline;
}


/******** finan-led.html *********/
#qui-sommes-nous h2{
	background-color: #FF9;
	border: solid 2px #090; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #093;
	margin-top: 0px;
}

#qui-sommes-nous p {
	text-align:center;
}

#qui-sommes-nous .bas {
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}

#qui-sommes-nous a {
	font-weight:bold;
	color: #FF9;
	text-decoration: none;
}

#qui-sommes-nous a:hover {
	background-color:#FF9;
	color: #093;
}


/*  PRODUIT DE LA SEMAINE */
#prod_semaine {
	margin: auto;
	width: 408px;
	font-family: Arial, Helvetica, sans-serif;
}

#prod_semaine h2{
	padding-top: 10px;
	color: #ccff00;
}

#prod_semaine .head {
	margin-bottom: 0px;
	background-image:url(../image/prod_semaine/head-titre.png);
	background-repeat: no-repeat;
	height: 62px;
}

#prod_semaine .corps {
	background-image:url(../image/prod_semaine/corps.png);
	padding: 10px;
	color: #FFF;
}

#prod_semaine .corps td{
	background: none;
}

#prod_semaine .corps a{
	color: #FFC;
}

#prod_semaine img {
	border-color: #99cc33;
}

#prod_semaine .foot {
	background-image:url(../image/prod_semaine/footer.png);
	background-repeat: no-repeat;
	height: 49px;
}

#prod_semaine .foot p{
	margin-top: 0px;
	text-align: center;
	padding-top: 15px;
}

#prod_semaine .foot a{
	color: #ffff66;
}