/*
 * Basic style
 */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #7B0707;
	background-attachment: scroll;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	background-position: center;
}
input,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B0707;
}
textarea.lead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7B0707;
	width: 470px;
	height: 75px;
}
em {
	color: #ffffff;
}
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/trame.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
td.trame2 {
	background-image: url("images/trame2.gif");
	background-repeat: no-repeat;
	background-position: center top;
}
/*
 * Background style
 */
.point {
	background-image: url("images/point.gif");
}
.darkBlue {
	background-image: url("images/pix_dark.gif");
}
/*
 * Text style decoration
 */
.bottomText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #E6B41E;
}
.TitleCurrent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #E6B41E;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFC8C8;
}
.mediumText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFC8C8;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFC8C8;
}
/*
 * Links style decoration
 */
.file {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E6B41E;
}
a.file:link {
	color: #E6B41E;
	text-decoration: underline;
}
a.file:hover {
	color: #E6B41E;
	text-decoration: none;
}
a.file:visited {
	color: #E6B41E;
}
a.Text:link {
	color: #FFC8C8;
	text-decoration: underline;
}
a.Text:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.Text:visited {
	color: #FFC8C8;
}
/*
* The Nosurf link
*/
a:link {
	color: #FFC8C8;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFC8C8;
}
a.bottom:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 9px;
}
a.bottom:hover {
	color: #E6B41E;
	text-decoration: none;
	font-size: 9px;
}
a.bottom:visited {
	color: #FFC8C8;
	font-size: 9px;
}
/*
 * Div
 */
div.MainBloc {
	width: 590px;
	text-align: left;
}
div .ModBloc {
	float: left;
	text-align: right;
	vertical-align: top;
}
/*
* 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}
.white { color: #FFFFFF}
.pink { color: #FFC8C8}
.yellow { color: #E6B41E}

.white { color: #135C67}
a.white:link {
	color: #135C67;
	text-decoration: underline;
}
a.white:visited {
	color: #135C67;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:active {
	color: #FFFFFF;
	text-decoration: none;
}
.green { color: #BFF9CB}
.bluedark { font-size: 10px; color: #000000}
a.bluedark:link {
	color: #000000;
	text-decoration: underline;
}
a.bluedark:visited {
	color: #000000;
}
a.bluedark:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.bluedark:active {
	color: #FFFFFF;
	text-decoration: none;
}