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

body
{
	width: 720px;
	margin: auto; /* pour centrer la page */
	margin-top: 5px;
	margin-bottom: 20px;
	background-color: rgb(0,0,0); 
	/*background-color: rgb(215,243,243);*/ 
	/*background-color: rgb(208,250,255);*/ 
}

#entete
{
	/*background-image: url("img.png"); */
	width: 760px;
	margin-bottom: 10px;
}
a img
{
	border: none; 
}
#menu
{
	float: left;
	width: 180px;
}

#corps
{
	margin-left: 140px;
	margin-bottom: 20px;
	padding: 5px;
}

h1
{
	/*color: rgb(11,11,204);*/
	color: rgb(183,183,183); 

}
h2
{
	/*color: rgb(11,11,204);*/
	color: rgb(100,103,190); 
}
h3
{
	color: black;
}
strong
{
	color: rgb(100,103,190); 
	/*color: rgb(255,255,255);*/ 
	/*color: rgb(11,11,204);*/
	font-weight: bold;
	font-size : large;
}
#corps_index
{
	background-repeat: no-repeat; /* lne pas répété le fond  */
	background-position: top right;
	background-image: url("jpc.png");
	/*color: rgb(0,120,255);*/ 
	color: rgb(255,255,255); 
}

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

#presse_index
{
	font-style: italic;
	/*color: rgb(0,120,255); */
	color: rgb(255,255,255); 
}
#presse_index strong
{
	text-decoration : underline;
	font-size : medium;
	font-weight: normal;
	position: relative;
	left: 300px;
	/*color: rgb(0,120,255);*/ 
	color: rgb(100,103,190); 
}
