table
{
	border-collapse: collapse; 
}
th 
{
	color:blue;
	border: 1px solid black;
}
td 
{
	border: 1px solid black;
	text-align: center;
}
#entete a, a :active, a :hover, a :focus
{
	border : none;
	background-color: white; 
	color: white;
} 
#corps_menu a, a :active,a :hover,a :focus
{
	border : none;
	background-color: white; 
	color: black;
}
body
{
	width: 760px;
	margin: auto; /* pour centrer la page */
	margin-top: 5px;
	margin-bottom: 20px;
}

#entete
{
	width: 760px;
	margin-bottom: 10px;
	background-color: white; 
	color: white;
}

#menu
{
	float: left;
	width: 180px;
}
#corps_aqua
{
	text-align: center;
	background-color: black; 
}
#corps
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
}

h1
{
	color: black;
}
h2
{
	color: black;
}
h3
{
	color: black;
}

#corps_index
{
	background-repeat: no-repeat; /* lne pas répété le fond  */
	background-position: top right;
	background-image: url("jpc.png");
	color: blue;
}

#corps_start /* corps de la 1ère page du site après connection*/
{
	margin-bottom: 20px;
	padding: 5px;
	
}
#corps_menu /* corps du  1er rmenu après connection*/
{
	background-repeat: no-repeat; /* lne pas répété le fond  */
	background-position: top right;
	margin-bottom: 20px;
	padding: 5px;
}
