body
{
	width: 760px;
	margin: auto; /* pour centrer la page */
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	background-color: rgb(0,0,0);
	color: white;
}
#entete
{
	width: 760px;
	margin-bottom: 10px;
	background-color: black; 
	/*background-image: url("img.png");*/
	/*border: 2px solid blue; */
}
table
{
	border-collapse: collapse; /* les bordures du tableau seront collées */
}
a{
	color: white;
}

#entete a , a :active, a :hover, a :focus
{
	color: black;
}

a img , a img:active, a img:hover, a img:focus
{
	border : solid black;
}

#spec
{
padding: 3px;
}
#spec a img
{
	border:none
}

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

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

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

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