body,table{
	font-family : Verdana,Arial,Helvetica;
	font-size : 11px;
	text-align: justify;
}

body{
	margin : 0px;
	background-color: #ffffff;
}

hr{
	width : 65%;
	border: 0;
	color : Black;
	height : 1px;
}

img{
	border: 0px;
}

a{
	color : #aaaaaa;
}

a:hover{
	color : #eeeeee;
}

/*
	Splash screen
*/

#Splash{
	width : 100%;
	height : 100%;
}

#Splash .centre{
	width: 100%;
	height: 190px;
	background-image: url(../images/bluegrid.gif);
	text-align: center;
}

#Splash a{
	display: block;
	color : #666666;
	font-size: 14px;
	font-weight : bold;
	margin : 5px;
	margin-right : 50px;
	text-decoration : none;
}

#Splash a:hover{
	color: #111111;
}

#Splash .Titre{
	text-align: center;
	font-size: 18px;
	font-weight : bold;
	padding-bottom : 10px;
}

/*
	Main screen
*/
#Main{
	background-color: Black;
	width : 100%;
	height : 100%;
	background-image: url(../images/bluegrid.gif);
}

#Main .Banniere{
	background-image: url(../images/banniere.jpg);
	height : 132px;
	background-color: Black;
}

#Main .Logo{
	background-image: url(../images/logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#Main .Menu{
	width : 146px;
}

#Main .Menu a{
	display: block;
	color : #666666;
	font-size: 14px;
	font-weight : bold;
	margin : 5px;
	text-decoration : none;
}

#Main .Menu a:hover{
	color: #111111;
}

#Main .Normal a{
	color : #333333;
	font-size: 11px;
	font-weight : normal;
	margin : 0px;
}

#Main .Menu h2{
	color : #008000;
	margin : 0px;
	margin-top : 5px;
	border-bottom : 1px solid #008000;
}

#Main .Text,#Main table{
	background-image: url(../images/graygrid.gif);
	font-size : 14px;
}

#Main .Text h2{
	border-bottom : 1px solid #008000;
	color : #008000;
	font-size: 20px;
}

#Main .Text h3{
	color : #008000;
	font-size: 20px;
	text-align : center;
}

#Main .Text p{
	margin-left : 10px;
	margin-right : 5px;
}

#Main .Text a{
	color : #666666;
}
#Main .Text a:hover{
	color: #333333;
}

#Main .Logo{
	margin : 15px;
	border : 1px solid #000000;
}

#Livre_Or img{
	margin: 2px;
}


.Livre_Or_Titre{
	font-weight: bold;
	background-color: #008000;
	color: #FFFFFF;
	height: 15px;
	vertical-align: middle;
	border-left : solid #008000 1px;
	border-right : solid #008000 1px;
}

#Main .Livre_Or_Titre a{
	color : #eeeeee;
}

.Livre_Or_Message{
	background-color: #ffffff;
	border-left: dashed #008000 1px;
	border-right: 1px dashed #008000;
	border-bottom: dashed #008000 1px;
	padding : 5px;
}

.Livre_Or_Form{
	background-color: #ffffff;
	border: dashed #008000 1px;
}