@import url("menu.css");

.barretitre {
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF9900;
	text-indent: 3px;
	position: absolute;
	top: 0px;
	letter-spacing: 1pt;
	width: 400px;
	height: 25px;
}
.barre_droite {
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF9900;
	text-indent: 3px;
	position: absolute;
	bottom: 300px;
	letter-spacing: 1pt;
	width: 240px;
	height: 25px;
}

.barre_droite2 {
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF9900;
	text-indent: 3px;
	position: absolute;
	top: 0px;
	letter-spacing: 1pt;
	width: 240px;
	height: 25px;
}
.barre_droite3 {
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FF9900;
	text-indent: 3px;
	position: absolute;
	bottom: 0px;
	letter-spacing: 1pt;
	width: 240px;
	height: 25px;
}


.barre_soustitre {
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FFCC00;
	text-indent: 3px;
	position: absolute;
	top: 30px;
	letter-spacing: 1pt;
	width: 197px;
	height: 25px;
}
.bloc_txtdroite {
	height: 200px;
	width: 240px;
	position: absolute;
	top: 310px;
	color:  #000000;
	background-color: #FFFFFF;
	font-size: 11px;
}


.bloc_txtdroite2 {
	height: 230px;
	width: 240px;
	position: absolute;
	top: 40px;
	color:  #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	
}
.bloc_txtdroite3 {
	height: 80px;
	width: 240px;
	position: absolute;
	color:  #000000;
	background-color: #FFFFFF;
	font-size: 11px;
	bottom: 30px;
	left: 1px;
}

.barre_soustitre2 {
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #FFCC00;
	text-indent: 3px;
	position: absolute;
	top: 30px;
	letter-spacing: 1pt;
	width: 198px;
	height: 25px;
	right: 0px;
	
}


.bloc_photo {
	background-color: #999999;
	height: 240px;
	width: 400px;
	position: absolute;
	bottom: 300px;
}


.bloc_legende {
	background-color: #FFFFFF;
	height: 15px;
	width: 400px;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	top: 303px;
	left: 0px;
}


.bloc_texte {
	background-color: #FFFFFF;
	height: 240px;
	width: 400px;
	position: absolute;
	font-size: 12px;
	font-weight: normal;
	top: 325px;
	left: 0px;
	color: #000000;
	overflow: hidden;
	padding-right: 15px;
}

.lien {
	color: #FF9900;
}

.lien a:link {
	
	color: #FF9900;
}
.lien a:visited {
	color: #000000;
}
.lien a:hover {
	color: #FF9900;
}
.lien a:active {
	color: #FF9900;
}
.lettrine {
	font-weight: bolder;
	text-transform: capitalize;
	color:  #FF9900;
}

