@font-face {
	font-family: Impact,"Arial Black",Arial,Verdana,sans-serif;
	font-size: 11px;
}

body
{
	margin-left: 5% ;
	margin-right: 5% ;
	margin-top : 25px ;
	border-color: white;
	border-style : solid;
	box-shadow : 1px 1px 10px 0px;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
}

h1
{
	padding-bottom: 1%;
	background-color :#003399;
	
	border-top-style : inset;
	border-left-style : inset;
	border-width : 3px;
	border-top-color :#000099;
	border-left-color:#000099;
	margin-left: 8%;
	margin-right: 8%;
}

h1 a
{
	color : black;
	text-decoration :none;
}

h1 a:hover
{
	color : black;
	text-decoration :underline;
}


h1 a:visited
{
	color : black;
	text-decoration :none;
}

h2
{
	color : #003399 ;

	margin-left : 3%;
	margin-right: 3% ;
	
	border-style : inset;
	border-width : 3px;
	
	border-color :#000099;

	
}

p

{
	text-indent:5mm;
	text-align: justify;
	margin-right :3%;
	margin-left :3%;
}

li a
{
	color :black;
	text-decoration: none;
}

li a:hover
{
	text-decoration : underline;
}

li a:visited
{
	color : green;

}

.sous_titre{
	font-size:22px;
	font-style: italic;
	color:grey;
}

.menu
{
	margin-left: 7%;
}

.menu li
{
	color :#013473;
	display : inline-block;
	
	padding : 1%;
	width : 15%;
	
	border-left-style: solid;
	border-left-width : 1px;
	border-left-color : white;
	border-right-style: solid;
	border-right-width : 1px;
	border-right-color : white;
	text-align:center;
}





