/* --------------------------- */
/*         CSS Document        */
/*       CYBER GENERATION      */
/*             FoR             */
/*   Les Plantes Alain Denis   */
/* --------------------------- */




/* >>>>>> Page Body >>>>>> */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-image:  url("../fr/images/interface/page_bkg.gif");
	background-color: #7A5F47;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10px;
	color:#3D3125;
	list-style-image: url(../fr/images/interface/bullet.gif);
	list-style-position: outside;
}

/* <<<<<<<<<<<<<<<<<<<<<<< */




/* >>>>>>>>> Link >>>>>>>>> */

a:link {
	color: #516031;
	text-decoration: underline;
}
a:visited {
	color: #516031;
	text-decoration: underline;
}
a:hover {
	color: #516031;
	 /* background-color:#C8D8C0;  */
	 text-decoration: none;
}
a:active {
	color: #516031;
	text-decoration: underline;
}

/* <<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>> Link.Footer >>>>> */

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCDEC7;
}

a.footer:link {
	color: #DDE4DC;
	text-decoration: underline;
}
a.footer:visited {
	color: #DDE4DC;
	text-decoration: underline;
}
a.footer:hover {
	color: #DDE4DC;
	text-decoration:none;
}
a.footer:active {
	color: #DDE4DC;
	text-decoration: underline;
}
/* <<<<<<<<<<<<<<<<<<<<<<< */





/* >>>>>>>>> Textes >>>>>>>>> */

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	color: #46382A;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:left;
	color: #46382A;
}

.mss_alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #771406;
}
/* <<<<<<<<<<<<<<<<<<<<<<<< */




/* >>>>>>>  Table Site  >>>>>>> */

table.100 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

.td_up_right {
	background-image:  url("../fr/images/interface/up_r_bkg_frame.gif");
	background-repeat: repeat-y;
	background-position: left;
}

.td_down_right {
	background-image:  url("../fr/images/interface/down_r_bkg_frame.gif");
	background-repeat: repeat-y;
	background-position: left;
}

.tdleft {
	background-image:  url("../fr/images/interface/center_l_bkg_frame.gif");
	background-repeat: repeat-y;
	background-position: right;
}
