
/* Styles pour le centrage des pages */

body {
	margin: 0; /* pour éviter les marges */
	text-align: center; /* pour corriger le bug de centrage IE */
}
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 998px;
	text-align: left;
}


/* Styles de base */

body {
	background-color: #F4F0D3;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

body, p, td, th, div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #3F4869;	/*343E62*/
}
a {
	color: #AB3D44;
	text-decoration: none;
}
a:hover {
	color: #EAA681;
	text-decoration: underline;
}

/* Styles speciaux */

/*
.txt_sommaire,
.txt_sommaire a {
	font-family: Verdana,Helvetica;
	color: #F4F0D3;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.txt_sommaire a:hover {
	color: #F4F0D3;	
	text-decoration: underline;
}
*/

.copyright, .copyright a {
	font-size: 10px;
	color: #357EAF;
	text-align: left;
}
.copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}