/* ---------------------------------- */
/* REGLE DU TEMPLATE independant de mambo */
/* ---------------------------------- */

body {
	background-image: url(/css/imagesHp/accueil.jpg);
	background-repeat: no-repeat;
	background-position:left top;
}
#enhaut {
display: block;
position: absolute;
top:0px;
left:0px;
height=100%;
width=100%;
}
#actu {
display: block;
width: 182px;
height: 76px;
position : absolute;
left: 407px;
top: 22px;
background-image:url(/css/imagesHp/actu.gif);
background-repeat:no-repeat;
}

#galerie {
display: block;
width: 103px;
height: 142px;
position : absolute;
left: 710px;
top: 27px;
background-image:url(/css/imagesHp/galerie.gif);
background-repeat:no-repeat;
}
#technique {
display: block;
width: 137px;
height: 98px;
position : absolute;
left: 640px;
top: 367px;
background-image:url(/css/imagesHp/technique2.gif);
background-repeat:no-repeat;
}
#histoire {
display: block;
width: 129px;
height: 102px;
position : absolute;
left: 105px;
top: 361px;
background-image:url(/css/imagesHp/histoire.gif);
background-repeat:no-repeat;
}

#contact {
display: block;
width: 126px;
height: 23px;
position : absolute;
left: 451px;
top: 337px;
background-image:url(/css/imagesHp/contact.gif);
background-repeat:no-repeat;
}
#livror {
display: block;
width: 50px;
height: 50px;
position : absolute;
left: 410px;
top: 530px;
background-image:url(/css/imagesHp/or.gif);
background-repeat:no-repeat;
}

#lienhaut{
display: block;
width: 100%;
height: 100%;
}
#invisible{
display:block;
width: 970px;
height: 640px;
position: absolute;
left : 5px;
top: 5px;
margin-right: auto;
margin-left:auto;
text-align: left;
top:-10px;
visibility:hidden;
}

#textintro {
font-family:"Times New Roman", Times, serif;
font-size: 13px;
display:block;
width: 401px;
height: 109px;
position: absolute;
left : 20px;
top: 75px;
text-align:justify;
/* background-image:url(../images/Filigrane.gif);
background-repeat:no-repeat; */
}

#textactu {font-family: "Times New Roman";
font-size: 12px;
display:none;
width: 292px;
height: 91px;
position: absolute;
left : 85px;
top: 105px;
text-align: justify;
background-image:url(/css/imagesHp/actut.gif);
background-repeat:no-repeat;
}
#textcontact {font-family: "Times New Roman";
font-size: 12px;
display:none;
width: 314px;
height: 140px;
position: absolute;
left : 85px;
top: 92px;
text-align: justify;
background-image:url(/css/imagesHp/mail.gif);
background-repeat:no-repeat;
}
#textgalerie {font-family: "Times New Roman";
font-size: 12px;
display:none;
width: 240px;
height: 94px;
position: absolute;
left : 85px;
top: 105px;
text-align: justify;
background-image:url(/css/imagesHp/Gal.gif);
background-repeat:no-repeat;
}
#textgal2 {font-family: "Times New Roman";
font-size: 12px;
display:none;
width: 381px;
height: 56px;
position: absolute;
left : 620px;
top: 170px;
text-align: justify;
background-image:url(/css/imagesHp/TGal.gif);
background-repeat:no-repeat;
}
#texttech {font-family: "Times New Roman";
font-size: 12px;
display:none;
width: 260px;
height: 150px;
position: absolute;
left : 85px;
top: 105px;
text-align: justify;
background-image:url(/css/imagesHp/M&T.gif);
background-repeat:no-repeat;
}
#texthistoire {font-family: "Times New Roman";
font-size: 12px;
display:none;
width: 337px;
height: 113px;
position: absolute;
left : 85px;
top: 105px;
text-align: justify;
background-image:url(/css/imagesHp/Histo.gif);
background-repeat:no-repeat;
}

#textlivror {
display:none;
width: 276px;
height: 86px;
position: absolute;
left : 85px;
top: 105px;
text-align: justify;
background-image:url(/css/imagesHp/livrorG.gif);
background-repeat:no-repeat;
}
/* HIGHSLIDE */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
    color: black;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;

    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}