body{
  background-color : #CCCCCC;
  scrollbar-face-color: #EFEFEF;
  scrollbar-shadow-color: #A0A0A0;
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-3dlight-color: #CCCCCC;
  scrollbar-darkshadow-color: #A0A0A0;
  scrollbar-track-color: #EFEFEF;
  scrollbar-arrow-color: #EFEFEF;
  }
.texte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DEE7FA;
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #CDDBF9;
}

.titre {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #CDDBF9;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #889abe;
	text-decoration: none;
}


.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333e52;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333e52;
	text-decoration: none;
}


.menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #889abe;
	text-decoration: none;
}



.Box {
	background-color:#d3d3d3;
	border: 1px solid #595959;
}

body	{
background-color: #f6f6f6;
background-image: url('images/bg.jpg');
background-position: top center;
background-repeat: repeat-x;
scrollbar-face-color: #EFEFEF;
scrollbar-shadow-color: #A0A0A0;
scrollbar-highlight-color: #D3D2D2;
scrollbar-3dlight-color: #D3D2D2;
scrollbar-darkshadow-color: #A0A0A0;
scrollbar-track-color: #EFEFEF;
scrollbar-arrow-color: #EFEFEF;
}

.bgnorepeat { 
background-repeat:no-repeat;
}

.bgnorepeatGauche { 
background-repeat:no-repeat;
background-position: top right;
}

.bgnorepeatDroit { 
background-repeat:no-repeat;
background-position: top left;
}