body
{
background-color : rgb(210,210,220);
background-color : rgba(210,210,220,0.3);
color : rgb(140,10,60) ;
font-family: Arial, "Times New Roman", Times, san-serif ;
font-size : small;
text-align:justify;
z-index:1;
}
a
{
color : rgb(10,40,130);
font-weight:normal;
text-decoration : none;
}
a:hover
{
background-color:rgba(180,210,250,0.3);
color : blue;
font-weight:bolder;
text-decoration: underline;
}
header
{
text-align:center;
}

nav
{
text-align:center;
max-width:95%;
word-wrap: break-word;
margin:auto;
}
nav ul
{
display:flex;
max-width:95%;
word-wrap: break-word;
text-align:center;
flex-direction:row;
}
section table
{
font-weight:small;
}
nav ul li
{
min-width:16%;
background-color:rgb(250,200,70);
display :inline;
border:1px rgb(120,50,30) solid;
border-radius:4px;
margin:2px;
}
section ul li
{
margin-top:5px;
margin-bottom:5px;
}

blockquote
{
font-size : x_small;
font-style:italic;
font-weight: normal;
text-align:right;
}
section
{
	width:98%;
	text-align:justify;
	margin:auto;
}

#redcm
{
	width:90%;
	margin:auto;
	text-align:center;
}
#redcm table td
{
text-align:center;
margin: 5px;
}
#cat
{
	width:90%;
	margin:auto;
	text-align:justify;
	font-size:medium;
}
#meto table td
{
border:1px solid rgb(120,50,30);
border-collapse:collapse;
}
#nouv
{
background-color:rgba(120,250,100,0.3);
font-family:arial, stick;
font-size:small;
}	
footer
{
z-index:5;
width:95%;
height:10px;
position : relative;
float: bottom;
margin-top:10px;
margin-bottom:5px;
text-align:left;
font-size:x-small;
}





