/* 
    CSS © 2008 BY 1SECONDE.COM
            contac@1seconde.com
*/

/* ------------------------------------------ */
/* GENERAL STRUCTURE */
/* ------------------------------------------ */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(ressources/pages/bkg-page.jpg);
	background-repeat: repeat;
}

/* ------------------------------------------ */
/* INDEX STRUCTURE (DECOUPE) */
/* ------------------------------------------ */
.table_up-left {
	background-image: url(ressources/accueil/images/arrayade_01.jpg);
	background-repeat: no-repeat;
}

.table_up-right {
	background-image: url(ressources/accueil/images/arrayade_02.jpg);
	background-repeat: no-repeat;
}

.table_center {
	background-image: url(ressources/accueil/images/arrayade_03.jpg);
	background-repeat: no-repeat;
}

.table_down-left {
	background-image: url(ressources/accueil/images/arrayade_04.jpg);
	background-repeat: no-repeat;
}

.table_down-right {
	background-image: url(ressources/accueil/images/arrayade_05.jpg);
	background-repeat: no-repeat;
}

/* ------------------------------------------ */
/* PAGES STRUCTURE  */
/* ------------------------------------------ */

.page_head {
	background-image: url(ressources/pages/head.jpg);
	background-repeat: no-repeat;
}
.page_bkg {
	background-image: url(ressources/pages/bkg.jpg);
	background-repeat: repeat;
}
.page_bottom {
	background-image: url(ressources/pages/bottom.jpg);
	background-repeat: no-repeat;
}


.texte_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight:700;
	color: #B18030;
}
.texte_corps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.texte_pied {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.texte_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.texte_zero-invisible {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #A7CAFF;
}
.lien_copyright {
	color: #2F5781;
  	text-decoration: underline;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lien_copyright:hover {
	color: #CC0033;
  	text-decoration: underline;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}




/* END STRUCTURE */