/* 
    AUTHOR: 1Seconde.com
            
*/


/* ------------------------------------------ */
/* PAGE STRUCTURE */
/* ------------------------------------------ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: ffffff;
}

.table-entete {
	width: 100%;
	height: 252px;
	background-image: url(ressources/entete/entete-bkg.jpg);
	background-repeat: repeat-x;
}

.table-cadre {
	width: 100%;
	height: 23px;
	background-image: url(ressources/entete/entete-bottom.jpg);
	background-repeat: repeat-x;
}

.table-bottom {
	width: 100%;
	height: 166px;
	background-image: url(ressources/footer/footer-bkg.jpg);
	background-repeat: repeat-x;
}
.table-galerie {
	width: 654px;
	height: 23px;
	background-image: url(ressources/page/bkg-galerie.jpg);
	background-repeat: no-repeat;
}

.table-footer-index {
	width: 100%;
	height: 166px;
	background-image: url(ressources/footer/footer-bkg.jpg);
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0px;
}





/* END STRUCTURE */

/* ------------------------------------------ */
/* TEXTE STRUCTURE */
/* ------------------------------------------ */





h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #CC3300;
	}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #CC3300;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #CC3300;
}

.texte {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align:justify;
}

.legende-tableau {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align:center;
}

.texte_copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.lien_copyright {
	color: #ffffff;
  	text-decoration: underline;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lien_copyright:hover {
	color: #ff0033;
  	text-decoration: underline;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
