 
.texte {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4d4d4d;
}

.soustitre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	color: #ff7200;
}

.gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ff7200;
}

h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #ff7200;
}

h2{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ff7200;
}

ul {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #4d4d4d;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #ff7200;
	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: #ff7200;
	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: #ff7200;
	text-decoration: underline;
}


.menu a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b2e3b;
	font-weight: bold;
	text-decoration: none;
}
.menu a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2b2e3b;
	font-weight: bold;
	text-decoration: none;
}


.menu a:hover {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff7200;
	font-weight: bold;
	text-decoration: none;
}




.Box {
	background-color:#d3d3d3;
	border: 1px solid #595959;
}


.bgnorepeaty { 
background-repeat: no-repeat
}
