body {
	
}

#logo{
		position:absolute;
		left : 0px;
		top : 0px;
		width : 850px;
		height : 120px;
		background-color : white;
}
			
#navigation{
		position:absolute;
		left : 0px;
		top : 120px;
		width : 120px;
		background-color: #96C7EC;
		font-family:Arial;
		font-size:75%;
}
			
#contenu{
		position:absolute;	
		left : 120px;
		top : 120px;
		width : 500px;
		background-color : white;
		border-left-width:1px;
		border-left-color: black;
		border-left-style:solid;
		font-family:Arial;
		font-size:100%;
		text-justify:newspaper;
		overflow:auto;
}

#memo{
		position:absolute;
		left : 620px;
		top : 120px;
		width : 160px;
		background-color : #96C7EC;
		font-family:Arial;
		font-size:100%;
		overflow:auto;
}

#stats{
		width : 160px;
		background-color : #D0D0D0;
		font-family:Arial;
		font-size:100%;
		overflow:auto;
}

#info{
		width : 160px;
		background-color : #FFFF99;
		font-family:Arial;
		font-size:100%;
		overflow:auto;
}

.menugauche a:link, a:visited {
	color: blue;
	text-decoration:none;
}	
	
.menugauche a:hover{
	color: blue;
	text-decoration:underline;
}

.menugauche a:active{
	color: red;
	text-decoration:underline;
}

p {margin:5px 6px 10px 4px;}

.memotxt p{
	margin:5px 6px 10px 10px;
}
	
.ChampsInscription {
background-color:#FFFF99;
font-family:Maiandra GD;
font-size:90%;
}	
	
.Surligne {
background-color:#CCFF99;
color:#000000;
font-size:90%;
margin-top:20px;
margin-bottom:20px;
}

.Erreur {
color:#FF0000;
font-size:90%;
font-weight:bold;
}

.Commentaire {
font-size:60%;
}

.Titre {
font-size:100%;
font-weight:bold;
}	
	
	