@charset "UTF-8";
/* CSS Document */

/* ------------------------>>> global site <<<-----------------------*/

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
color: #fff;
margin: 0;
padding: 0;
background-color:#000;
}

.titre {
margin-top: 20px;
font-size: 1.0em;
font-weight: 900;
color: #e4ce15;
}

h1
{
    color:#e4ce15;
	font-size:16px;
	text-align:center;
}

h2
{
    color:#e4ce15;
	font-size:14px;
}

/* ------------------------>>> montage <<<-----------------------*/

#header {
width: 1024px;
height: 191px;
background: url(img/header.jpg);
z-index: 1;
}

#header_sportif {
width: 1024px;
height: 191px;
background: url(img/header_sportif.jpg);
z-index: 1;
}

#header_poker {
width: 1024px;
height: 191px;
background: url(img/header_poker.jpg);
z-index: 1;
}

#header_casino {
width: 1024px;
height: 191px;
background: url(img/header_casino.jpg);
z-index: 1;
}

#header_jeux {
width: 1024px;
height: 191px;
background: url(img/header_jeux.jpg);
z-index: 1;
}

#haut {
position: absolute;
top: 161px;
left: 194px;
width: 652px;
height: 30px;
z-index: 2;
}

#conteneur {
position: relative;
width: 1024px;
margin: 0 auto;
background: url(img/background.gif) repeat-x top;
background-color: #000;
border: solid 1px #e4ce15; 
}

#centre {

margin-left: 194px;
margin-right: 170px;
}

#gauche {
float:left;
width: 194px;
margin-bottom:10px;
}

#droite {
float:right;
width: 170px;
margin-bottom:10px;
}

#pied {
height: auto;
background-color: #000;
border: solid 1px #e4ce15;
text-align: center;
}

/* ------------------------>>> menu accueil <<<-----------------------*/

#accueil {
float: left;
margin: 166px 0px 0px 31px;
}

a.menuaccueil {
font-weight: bold;
margin: 0 2px;
color: #e4ce15;
text-decoration: none;
}
a:hover.menuaccueil {
text-decoration: underline;
}

/* ------------------------>>> menu haut <<<-----------------------*/

.menuhaut {
font-weight: bold;
list-style-type: none;
margin-top: 6px;
padding:0;
text-align: center;
color: #e4ce15;
}

.menuhaut li {
display: inline;
}

.menuhaut a {
margin: 0;
color: #e4ce15;
text-decoration: none;
}
.menuhaut a:hover {
text-decoration: underline;
}

/* ------------------------>>> menu gauche <<<-----------------------*/


div#cadre_haut {
margin: 20px 0px 0px 17px;
width: 150px;
height: 12px;
background: url(img/cadre_haut.png);
}

div.cadre_centre {
color: #e4ce15;
margin-left: 17px;
padding: 8px;
width: 134px;
height: auto;
background: url(img/cadre_centre.png);
}

div#cadre_bas {
margin-left: 17px;
width: 150px;
height: 12px;
background: url(img/cadre_bas.png);
}

div#cadre_pub {
margin: 20px 0px 0px 17px;
width: 150px;
height: auto;
text-align: center;
}

a.news {
margin: 0 2px;
color: #fff;
text-decoration: none;
text-align: left;
}
a:hover.news {
color: #e4ce15;
text-decoration: underline;
text-align: left;
}

/* ------------------------>>> menu droit <<<-----------------------*/

.pub {
color: #e4ce15;
margin: 30px auto;
width: 130px;

/*background-image: url(img/pub.gif);
background-repeat: no-repeat;*/
}

.menudroit {
list-style-type: none;
margin: 0;
padding:0;
text-decoration: underline;
}

/*.menudroit li {
margin-bottom: 5px;
color: #e4ce15;
text-decoration: underline;
}*/

a.menudroit {
margin: 0 2px;
color: #fff;
text-decoration: none;
text-align: left;
}
a:hover.menudroit {
color: #e4ce15;
text-decoration: underline;
text-align: left;
}

/* ------------------------>>> centre <<<-----------------------*/

p {
text-align: justify;
}
a.ancre {
color: #fff;
text-decoration: underline;
}
a:hover.ancre{
color: #e4ce15;
text-decoration: underline;
}
#fin {
  position : absolute;
  bottom : 0px;
}

/* ------------------------>>> pied de page <<<-----------------------*/

p#copyright {
color: #fff;
font-size: 0.9em;
margin-top: 8px;
text-align: center;
}
