body
{
	font-family: Verdana,Bitstream Vera Sans,Sans-Serif;
	font-size: 12px;
	color: Black;
	background-color:white;
	background-image:url('image/fond.png');
	background-repeat:no-repeat;
	background-position:left top;
}
h1
{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:24px;
	color:rgb(0,51,102);
}
h2
{
	display:block;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
	color:rgb(0,51,102);
}
h3
{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:14px;
	color:rgb(0,51,102);
}
h4
{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
	color:rgb(0,51,102);
}
a
{
	color:rgb(0,51,102);
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
.tetepage
{
	z-index:2;
	vertical-align:middle;
	padding-left:200px;
	position:fixed;
	height:140px;
	width:100%;
	background-image:url('image/tetepage.png');
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:-10px;
	margin-left:-10px;
}
.menu
{
	z-index:2;
	height:100%;
	width:200px;
	margin-top:130px;
	margin-left:-10px;
	float:left;
	position:fixed;
	background-image:url('image/menupage.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.menu a
{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:20px;
	font-weight:bold;
	background-image:url('image/boutonmenu.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.sousmenu
{
	z-index:1;
	width:193px;
	position:fixed;
	border:3px solid rgb(0,51,102);
	background-image:url('image/menupage.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.sousmenu a
{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:20px;
	font-weight:bold;
	background-image:url('image/boutonmenu.png');
	background-repeat:no-repeat;
	background-position:left top;
}
.contenu
{
	padding:5px;
	padding-top:130px;
	margin-left:190px;
	
}

.book
{
	background-image:url('image/book1.png');
	width:214px;
	height:194px;
	margin:auto;
	padding-top:20px;
	padding-left:155px;
	padding-right:15px;
}
.center
{
	text-align:center;
}
.right
{
	text-align:right;
}
.tmenu
{
	margin:0px;
	border-collapse:collapse;
	width:100%;
}
.tdmenu
{
	vertical-align:top;
}
.adminlink
{
	vertical-align:bottom;
}
.sign
{
	margin:0px;
	text-align:center;
	font-size:10px;
	padding-right:10px;
}
.sign a
{
	display:inline;
	padding-left:0px;
	font-weight:normal;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left top;
}
.regtable{
	width:100%;
	border:1px solid black;
	border-collapse:collapse;
}
.regtable td{
	
	border:1px solid black;
	
}
/*Color*/
.red{color:red;}
.green{color:green;}
.blue{color:rgb(0,51,102);}
.yellow{color:yellow;}
.noborder{border:0px;}
