body
{
	width:100%;	
	margin-left: auto;
	margin-right:auto;
	font-family:Arial, "Times New Roman",Times,sans-serif;
	background:gris repeat;	
}
#bloc-page
{
max-width:1280px;
margin:auto;

}

h1 
{	
	height :75px;
	color:white;
	background:brown;
	text-align:center;
	font-family:"Times New Roman",serif;	
	border:double 10px  #F7E444;
	padding:5px;
	
	
	border-radius:25px 25px 0px 0px;
	text-shadow:2px 2px 4px maroon;
}

h1 em
{
	color:red;
}
a
{	color:brown;
	text-decoration: none;	
}
a:hover
{color:red ;
text-decoration:underline;
}
h2
{
text-align:center;
color:maroon;
text-shadow:2px 2px 4px red;
}


h4
{
text-align:justify;
margin-right:3%;
margin-left:3%;
color:maroon;
text-indent:30px;	
}
h4 em
{color:red;

}
h5
{
text-align:center;
top:5px;
color:maroon;
clear:both;	
}
table
{
background-color:#F7E444;
border:10px double black;
width:96%;
border-radius:10px;
}


	
#menuhorizontal table
{
margin-left:2%;
margin-right:2%;
font-size:32px;
text-align:center;
background-color:aqua;
border:2px solid yellow;
}


.imageborder
{
border:10px black double;
text-align:center;

}



