
body{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	text-align:-moz-center;
	text-align:center;
	background-color:#ffe293;
}
a:visited{	
	color:red;
	text-decoration:none;
}
a:link{
	color:red;
	text-decoration:none;}
a:hover{
	background-color:red;
	color:#ffe293;
	
	}
p.pardroit{
	text-align:justify;
	padding-right:15px;
	padding-left:5px;
	
	}
input.inputstd{
	border:0px;
	color:blue;
	line-height:14px;
	background-color:white; 
	font-size:14px; 
	width:300px;
		}
		
input.inputcodeusager{
	color:blue;
	line-height:14px;
	background-color:white; 
	font-size:14px; 
	width:150px;
	border:0px;
}

input.inputmotdepasse{
	color:blue;
	line-height:14px;
	background-color:white; 
	font-size:14px; 
	width:150px;
	border:0px;
}

select.boiteselection{
	background-color:white; 
	border:0px;
	border-top:1px solid black; 
	border-left:1px solid black; 
	border-bottom:1px solid white; 
	border-right:1px solid white; 
	color:blue;	
	width:345px; 
	font-size:14px;
	font-family:courier;
}
	
input.inputcommentaire{
	width:320px;
	height:20px; 
	font-size:12px; 
	color:blue;
}

input.commentairenomutilisateur{
	color:blue;
	line-height:14px;
	background-color:transparent; 
	font-size:14px; 
	width:170px;
}
	

	
input.commentairemotdepasse{
	color:blue;
	line-height:14px;
	background-color:transparent; 
	font-size:14px; 
	width:170px;
}
	
textarea.commentairetexte{
	color:blue;
	line-height:14px;
	background-color:transparent; 
	font-size:14px; 
	width:250px;
	height:105px;
	
}
	
input.nomutilisateur{
		color:blue;
		line-height:10px;
		font-size:14px; 
		width:120px;
	}
		
input.motdepasse{
		color:blue;
		line-height:10px;
		font-size:14px; 
		width:120px;
	}