@charset "utf-8";
/* CSS Document */

body {
	font: 100% arial, Helvetica, sans-serif;
	background-image:url(../../images/bg_bleu.gif);
	top: 0px;
	color: #CCCCCC;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	}
	
/*Default linking on entire website*/
a {
	text-decoration: none;
	color: #CC0000;
}
a:link  {
	color:#CC6600;
	font-weight:bold;
	text-decoration: none;
}
a:link:hover {
	color: #CCCCCC;
	font-weight:normal;
	text-decoration:none;
}
a:active  {
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color:#CC3300;
	font-weight:bold;
	text-decoration: none;
}
a:visited:hover {
	color:#996633;
	font-weight:normal;
	text-decoration: none;
}

table.gen  {
	width: 600px;
	/*border: 1px solid #CCCCCC;*/
	padding: 0px 3px 0px 3px;
	font: 0.875em arial, Helvetica, sans-serif;
	color: #CCCCCC;
	vertical-align:top;

}

table.gen td  {
	width: 50%;
	border: none;
	padding:5px;
	font: 0.875em arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: left;
	vertical-align: top;
	
}

table.gen td.aln-rgt  {
	width: 50%;
	border: none;
	padding:5px;
	font: 0.875em arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: right;
	vertical-align: top;
	
}

table.gen td p {
	margin: 0px 0px 8px 0px;
	text-align: left;
	white-space: normal;
	line-height: 1.45em;
	letter-spacing: 0.075em;
	vertical-align: top;
	word-spacing: 0.05em;
}

table.gen td p.cnt {
	margin: 0px 0px 8px 0px;
	text-align: center;
	white-space: normal;
	line-height: 1.45em;
	letter-spacing: 0.075em;
	vertical-align: top;
	word-spacing: 0.05em;
}

table.gen table {
	width: 100%;
	/*border: 1px solid #CCCCCC;*/
	padding: 0px 3px 0px 3px;
	font: 1.25em arial, Helvetica, sans-serif;
	color: #CCCCCC;
	vertical-align:top;

}


.gfx-l {
	float:left;
	margin: 3px 7px 0px 0px;
}

.gfx-r {
	float:right;
	margin: 3px 0px 0px 7px;

}

.notice { font-size:85%; 
}

div.doc {
	font:Arial, Helvetica, sans-serif;

}

/* Page Space boxes - Page Enveloppe Boxes (wrapper) */
#home_box {
	width: 900px;
	text-align: left;
	margin: 0% auto;
	z-index=0;
	}

p.entrance {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border: solid #CCCCCC 1px;
	color:#cccccc;
	text-transform:uppercase;
	font-weight:bold;
	padding: 5px 5px 10px 5px;
	top: 10px;
	width:900px;
	position:relative;
	z-index:100;
	vertical-align: middle;
	background: url(../../images/ttl_bg_01.png) repeat fixed 0px 0px;
}
