table
{
	border-collapse: collapse; /* les bordures du tableau seront collées */
}
th /* bodure de titres */
{
	color:blue;
	border: 1px solid black;
}
td /* bordure du corps */
{
	border: 1px solid black;
	text-align: center;
}
a img , a img:active, a img:hover, a img:focus
{
	/* border : none;*/
	border : solid rgb(140,140,140); 
	background-color: rgb(153,153,153); 
}

body
{
	width: 760px;
	margin: auto; /* pour centrer la page */
	margin-top: 20px;
	margin-bottom: 20px;
}

#entete
{
	background-image: url("img.png");
	width: 760px;
	margin-bottom: 10px;
	background-color: blue; 
	border: 2px solid blue; 
}

#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;
}