body
{
background-color: rgb(232,194,71) ;
background-image: url("http://eppesguildefr.o-n.fr/fond_index.jpg") ;
background-repeat: no-repeat ;
background-attachment:fixed ;
background-position: center center ;
font-family:"Comic Sans MS",Arial,"Arial Black",serif;
}

a
{
text-decoration: none;
color: red;
border: none;
}

a:hover
{
color: rgb(106,146,95);
}

a:active,a:focus
{
background-color: blue;
}

img
{
border : none;
}

#header
{
z-index: 1 ;
position : absolute ;
top: 80px ;
left: 500px ;
}

#header p img
{
border: none;
}

#logo_dofus
{
z-index: 2 ;
}

#princ
{
position: absolute ;
top: 300px;
left: 250px;
width: 745px;
background-color: rgb(255,107,0);
background-repeat: repeat-y;
border: gray medium inset;
margin-bottom: 5px;
}

#princ h1
{
text-align: center;
background-color: rgb(231,165,29);
moz-opacity: 0.6;
opacity: 0.6;
position: relative;
}

#princ img
{
margin: 5px;
moz-opacity: 1;
opacity : 1;
border: medium gray outset;
}

#princ a
{
color: rgb(71,72,219);
}

#princ a:hover
{
color: rgb(106,146,95);
}

#princ hr
{
color: red ;
background-color: red ;
}

.princ1
{
background-color: white;
moz-opacity: 0.4;
opacity: 0.4;
position: relative;
}

#menu
{
position: absolute;
left: 30px;
top: 330px;
width : 150px;
border: medium gray outset;
background-color: rgb(231,165,29);
}

#menu ul
{
list-style-image: url("img/puce.png");
}

.float_left
{
float: left;
}

.float_right
{
float : right;
}

