@CHARSET "UTF-8";

/*
	générale
*/
*{
	margin:0px;
	padding:0px;
	border:0px solid black;
	font-size:10pt;
}

#conteneur{
	width:900px;
	height:;
	margin:0px auto 0px auto;
}

/*
	Titre
*/
#titre{
	height:50px;
}

#titre h1{
	font-size:16pt;
	text-align:center;
}



/*
	Menu
*/
#menu{
	text-align:center;
}

#menu ul{
	list-style-type: none;
}

#menu ul li{
	display:inline;
	padding:10px;
}

/*
	Corps
*/	
#page{
	min-height:300px;
}

table{
	width:100%;
	height:100%;
}

/*
	Pied
*/
#pied{
	text-align:center;
	font-size:8pt;
	clear:both;
	height:25px;
}

/*
	Formulaires
*/
input{
	color:black;
	border:1px solid black;
}

textarea{
	color:black;
	width:100%;
	height:100%;
	border:1px solid black;
}

/*
	Livre
*/
hr {
	border:1px solid black;
}

#erreurs{
	color:red;
}