/* CSS Document */

.body{
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-position:center;

}
/*________________________________________________bg_____*/
.bg-droite{
background-image:url(images/bg-droite.png);
background-position:left;
background-repeat:no-repeat;
}

.bg-gauche{
background-image:url(images/bg-gauche.png);
background-position:left;
background-repeat:no-repeat;
}

.bg-foot{
background-image: url(images/footer.png);
background-position:left;
background-repeat:no-repeat;
}

.bg-carde{
background-image:url(images/fd-cadre.png);
background-repeat:no-repeat;
}

.bgcadre-haut{
background-image:url(images/haut-cadre2.png);
background-repeat:no-repeat;
}
/*________________________________________________texte_____*/

.texte-contenu{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color: #FFFFFF;
}

.texte-contact{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color:#333333;
}


.texte-orange-centrer{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align: center;
color:#FF9900;
}
.texte-contactorange{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color: #FF6600;
}
.texte-contactnoir{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
color: #000000;
}

.texte-foot{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FF6600;
}

.titre{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#FFFFFF;
font-weight:bold;
}

.texte-formulaire{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

.texte-formulaire-gras{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
}
/*________________________________________________cadre_____*/

.cadre{
padding-left:25px;
}

.cadre-photo{
background-image: url(images/cadre-photos.png);
background-repeat:no-repeat;
background-attachment:fixed;
}

.cadre-image{
	border-width: 5px;
	border-color: #FF7D26;
	border-style: solid;
}
/*________________________________________________div_____*/

#Layer1 {
	position: relative;
	left:35px;
	top:10px;
	width:481px;
	z-index:1;
	height: 590;
	SCROLLBAR-FACE-COLOR: #737375;
SCROLLBAR-HIGHLIGHT-COLOR: #737375;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-BASE-COLOR: #413A9F;
}

/*________________________________________________liens_____*/

A.liens{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FF9900;
}
