/*
 * Basic style
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #3A4157;
	background-attachment: scroll;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	background-position: center;
}
table,img 	{border: none;}
/*
 * Master style
 */
table.container{
	width: 677px;
	height: 100%;
	background-image: url("images/pix_bg.gif");
}
table.master {
	width: 677px;
}
td.trame {
	background-image: url("images/tab_bottom.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
td.trame2 {
	background-image: url("images/trame_page.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
em {
	color: #ffffff;
}
/*
 * Background style
 */
.point {
	background-image: url("images/point.gif");
}
/*
 * Text style
 */
.txt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a.txt:link {
	color: #000000;
	text-decoration: none;
}
a.txt:hover {
	color: #E2B121;
	text-decoration: underline;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E6B41E;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CBD7E9;
}
.TitleCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E6B41E;
}
/*
* The Nosurf style
*/
h1 { font-size: 15px; font-weight: bold; margin-top: 0em; margin-bottom: 0em}
h2 { font-size: 14px; font-weight: bold; margin-top: 0em; margin-bottom: 0em}
h3 { font-size: 12px; margin-top: 0em; margin-bottom: 0em}
h4 { font-size: 11px; margin-top: 0em; margin-bottom: 0em}
h5 { font-size: 10px; margin-top: 0em; margin-bottom: 0em}
h6 { font-size: 9px; margin-top: 0em; margin-bottom: 0em}


a.jaune:link {
	color: #E6B41E;
	text-decoration: none;
}
a.jaune:hover {
	color: #E6B41E;
}