body
{
	background-color: rgb(216, 219,223);   /*   background-color: rgb(190, 190,190);   */
	font-family: "comic sans ms", georgia, serif;
	text-align: center;
	color: black;
}

table
{
	width: 80%;
	height: 5%;
	border-width: 7px;
	border-color: rgb(114,114,114);
	border-style: outset;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: rgb(255,255,255);
	padding-bottom: 5px;
}

#entete h1
{
	font-size: 1.8em;
	font-weight: bold;
	color: rgb(216, 219,223);
}

#entete table
{
	width: 80%;
	height: 5%;
	border-width: 7px;
	border-color: rgb(114,114,114);
	border-style: outset;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: rgb(114,114,114);
	padding-bottom: 5px;
	
}

#main
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-color: rgb(114,114,114);
	border-style: outset;
	border-width: 7px;
	padding-bottom: 2px;
}

#menu
{
	font-size: .9em;
	width: 20%;
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	border-width: 4px;
	border-color: rgb(114,114,114);
	border-style: outset;
	background-color: rgb(190,190,190);
}

#menu h3
{
	font-size: 1em;
	text-align: center;
	background-color: rgb(114,114,114);
	color: rgb(216, 219,223);
}

#screen
{
	width: 80%;
	text-align: center;
	padding-bottom: 1%;
	padding-top: 1%;
	background-color: rgb(216, 219,223);
}

#screen strong
{
	font-size: 1.8em;
}

#affiche
{
	width: 95%;
	margin:auto;
	border-width: 2px;
	border-color: rgb(114,114,114);
	border-style: groove;
}

#affiche td
{
	padding-left: 1%;
	padding-right: 1%;
	border-width: 2px;
	border-color: rgb(114,114,114);
	border-style: groove;
}

.cat
{
	width: 18%;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	background-color: rgb(114,114,114);
	color: rgb(216, 219,223);
}

.don
{
	width: 32%;
	font-size: 1em;
	text-align: left;
	background-color: rgb(190,190,190);
	color: black;
}


		
#pied_de_page
{
	padding-top: 20px;
}
		
#pied_de_page h3
{

}

.total
{
	text-align: right;
	width: 30%;
	height: 5%;
	margin-left: 70%;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: rgb(255,255,255);
	padding-bottom: 5px;
}

.total1
{
	text-align: left;
	padding-left: 10px;
	width: 30%;
	height: 5%;
	margin-left: 70%;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: rgb(255,255,255);
	padding-bottom: 5px;
}

#confirme
{
	margin: auto;
	text-align: left;
	color: red;
}

.auteur
{
		font-weight: bold;
		font-size: 1em;
		text-align: center;
}

#gestion
{
	margin-left: auto;
	margin-right: auto;
}

a
{
	text-decoration: none; 
	color: rgb(188,43,22);
}

a:hover 
{
	text-decoration: underline;
	font-size: 1.2em;
}

a:visited 
{
	text-decoration: none;
	color:rgb(188,43,22);
}

a:active
{
	color: rgb(0,69,100);
}
