body
{
	text-align: center;
	background-color: rgb(183,197,181);
	font-family: "comic sans ms", georgia, serif;
}

form
{
	padding:20px;
}

#entete h1
{
	color: rgb(114,114,114);
	font-size: 4em;
	font-weight: bold;
	border-style: outset;
	width: 80%;
	margin: auto;
	margin-bottom: 5%;
	margin-top:2%;
	height:10%;
}

#resultat
{
	padding: 20px;
	border-style: outset;
	width: 40%;
	margin: auto;
}

.pourcent
{
	font-size: 1.1em;
	font-weight: bold;
}

#corps
{
	width: 80%;
	margin: auto;
}	

#menu
{
	width: 20%;
	text-align: left;
	padding-top: 20px;
	border-style: outset;
	margin-right: 5%;
	height:60%;
}

#menu h3
{
	font-size: 1.2em;
	text-align: center;
	color: rgb(114,114,114);
}

#espace
{
	width: 5%;
}

#texte
{
	padding-top:20px;
	padding-left: 5%;	
	text-align: left;
	width: 75%;
	color: rgb(114,114,114);
	border-style: outset;	
	height:70%;
	margin-bottom: 5%;
}

#texte h3
{
	font-size: 1.2em;
	text-align: left;
	color: rgb(114,114,114);
}

#pied_de_page
{
	position: absolute;
	bottom: 5%;
	left: 10%;
	width: 80%;
	margin: auto;
	border-style: outset;	
	height:10%
	
}

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);
}


/*
body
{
	font-size: 1em;
	font-family: "comic sans ms", georgia, serif; 
	font-weight: normal;
	color: black;
	background-image: url("images/back.jpg");
	background-attachment: fixed;
	text-align:left;	
}

h1
{

}

a img                                      
{
	border: none;          
}



#en_tete
{
	width: 50%;
	margin: auto;
	text-align: center;
}

td
{
	
	
	
	background-color: rgb(223,198,134);
	
}

table
{
	width: 75%;
	border-width: 2px;
	border-color: rgb(188,43,22);
	border-style: outset;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.titres_de_sections
{
	color: white;
	font-size: 1.1em;
	font-family: "comic sans ms", georgia, serif; 
	font-weight: bold;
	text-align: center;
	background-color: rgb(0,69,100);
}

#pied_de_page
{
	color: black;
	font-size: 1em; 
	font-family: "comic sans ms", georgia, serif;
	text-align: center;
}

a
{
	text-decoration: none; 
	color: rgb(188,43,22);
}

a:hover 
{
	text-decoration: underline;
	font-size: 1.1em;
}

a:visited 
{
	text-decoration: none;
	color:rgb(188,43,22);
}

a:active
{
	color: rgb(0,69,100);
}

*/