*
{
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	width:100%;
}

h1
{
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	color: #716894;
}

address
{
	font-size: 14px;
	font-weight: bold;
	font-style:italic; 
	text-align: center;
	color: #716894;
}

#global 
{
	margin:0 auto 0 auto;
}



/*Liens des liens en bas de page : links.php*/
a.nav:link
 {
	color: #718b30;
	font-weight: normal;
	background-color:transparent;
	text-decoration: none;
 }

a.nav:visited
 {
	color: #718b30;
	font-weight: normal;
	background-color:transparent;
	text-decoration: none;
 }

a.nav:hover
 {
	color: #80b55c;
	font-weight: normal;
	background-color:transparent;
	text-decoration: underline;	
 }

a.nav:active
 {
	color: #536b18;
	font-weight: normal;
	background-color:transparent;
	text-decoration: underline;		
 }



/*Liens des pages du site*/
a:link
{
	color: #716894;
	text-decoration: underline;
}

a:visited
{
	color: #716894;
	text-decoration: underline;	
}

a:hover
 {
 	color: #645b88;
 	background-color:#ccc3ea;
	text-decoration: none;
 }
 
 a:active
 {
 	color: #ccc3ea;
 	background-color:#645b88;
	text-decoration: underline; 	
 }