body{
	font-family: Arial, Nimbus Sans L,Trebuchet MS, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background-color: #B96A91;
	}

.global{
	width: 850px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}

.header{
	width: 850px;
	height: 200px;
	margin-left: auto;
	margin-right: auto; 
	}

.banniere{
	position: relative;
	width: 500px;
	height: 81px;
	left: 33%;
	top: -42%;
	text-align: right;
	}

.thickbox img{
	border: solid 1px #9B2A62;
	}

.thickbox img:hover{
	border: solid 1px #B96A91; 
	}	

.menu{
	position: relative;
	width: 819px;
	height: auto;
	background-image: url('../images/bordure.png') !important;
	background-repeat: repeat-y !important;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.barreMenu{
	width: 800px;
	height: auto;
	margin-left: 6px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #9B2A62;
	}

.barreMenu a{
	margin: 0px 3px 0px 3px;
	/*padding: 4px 2px 4px 2px;*/
	padding: 4px 3px 4px 3px;
	display: inline;
	text-align: center;
	text-decoration: none;
	color: #FFFBCC; 
	font-size: 10pt;
	font-weight: bold;
	}

.barreMenu a:hover, .barreMenu a:focus{
	background-color: #B96A91;
	text-decoration: none;
	color: #FFFBCC;
	} 
	
.contenu{
	width: 819px;
	height: auto;
	background-image: url('../images/bordure.png');
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	}
		
.texte{
	width: 761px; /* correspond à l'espacement entre la 1ère et la dernière lettre du menu */
	height: auto;
	text-align: justify;
	font-size: 10pt;
	line-height: 1.5em;
	margin-left: 7px;
	padding: 18px;
	background-color: #FFFBCC;
	}

.copyright{
	width: 797px;
	height: auto;
	background-color: #FFFBCC;
	margin-left: 7px;
	padding: 0;
	line-height: 2em;
	text-align: center;
	font-size: 10pt;
	padding-top: 1em;
	color: #9B2A62;	
	}

.copyright img{
	border: none;
	margin-bottom: -4px; /* pour aligner sur la ligne du bas les images sur le texte */
	}

.copyright a{
	text-decoration: none;
	color: #9B2A62;	
	}

.copyright a:hover{
	text-decoration: underline;
	color: #9B2A62;
	cursor: pointer;
	}

/* encart actualités */
.news{
	float: right;
	width: 250px;
	height: auto;
	margin-top: -15px;
	margin-left: 10px;
	margin-bottom: 40px;
	}

/* le texte dans l'encart actualités */
.txtNews{
	position: relative;
	margin-top: -170px !important;
	margin-left: 50px;
	width: 200px;
	text-align: center;
	}


