body
{
   overflow: auto;
   background-repeat: no-repeat;
   margin: auto;   
   background-image: url(images/fonds/leopart.jpg);
   background-attachment: fixed ;
}

{ cursor:url("images/curseur.ico"); }

#en_tete
{
   width: 100%;
   height: 150px;
   position: fixed;
   background-repeat: repeat-x;
   background-image: url(images/wallheader.png);
}

#corps
{
   margin-left: 10%;
   background-repeat: repeat;
   background-image: url(images/fondtrans.png);
   padding: 10px;
   bottom: 100px;
   width: 800px;
   overflow: auto;
   position: fixed;
   top: 100px;
}

#dock
{
   position: fixed;
   width: 800px;
}

a img
{
   border: none
}

p
{
	color: black;
	text-shadow: 0px 0px 5px white;
	font-size: 12px;
	text-align: justify;
	font-variant: normal;
}

h1
{
	color: black;
	text-shadow: 0px 0px 7px white;
	font-weight: bold;
	text-align: left;
	font-variant: small-caps;
	font-size: 22px;
}

h2
{
	color: black;
	text-shadow: 0px 0px 7px white;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	font-size: 19px;
}

h3
{
	text-shadow: 0px 0px 5px white;
	font-style: italic;
	font-size: 9px;
	font-variant: small-caps;
	text-align: left;
}

.dockaccueil
{
	position: fixed;
    bottom: 0mm;
    left: 8mm;
    display: block;
}

.dockemail
{
	position: fixed;
	bottom: 0px;
	left: 25mm;
}

.dockcontacts
{
	position: fixed;
	bottom: 0px;
	left: 43mm;
}

.dockichat
{
	position: fixed;
	bottom: 0px;
	left: 59mm;
}

.dockmusique
{
	position: fixed;
	bottom: 0px;
	left: 76mm;
}

.dockgalerie
{
	position: fixed;
	bottom: 0px;
	left: 93mm;
}

.dockvideo
{
	position: fixed;
	bottom: 0px;
	left: 110mm;
}

.dockchercher
{
	position: fixed;
	bottom: 0px;
	left: 126mm;
}

.dockprefs
{
	position: fixed;
	bottom: 0px;
	left: 143mm;
}

.dockliens
{
	position: fixed;
	bottom: 0px;
	left: 157mm;
}

.dockcorbeille
{
	position: fixed;
	bottom: 0px;
	left: 175mm;
}

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
