html, body {height : 100%}


.coins {
border:1px solid #B0C4DE;
background-color:#E4EFFF;
-moz-border-radius:10px;
-webkit-border-radius:10px;
width : 70%;
}

.bleu
{
background-color:#E4EFFF;
}

.code
{
background-color:#E4EFFF;
	color: #CC0000;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration : underline ; 
	
}

.code:hover  {
background-color:#CC0000;
	color: #E4EFFF;
	font-weight: bold;
	font-size: 1.8em;
}


body {
margin : 0 ;
padding : 0 ; 
background : #122007;
background-image:url(images/fond-poker.jpg);
background-repeat:no-repeat;
background-position: center top;
text-align : center;
font-size : 0.8em;
color : #000 ;
font-family : arial ;
line-height : 18px;
}


/*  SITE
********************************************************************/
 
#site { 
position : relative; 
width : 992px;
margin : 0 auto;
text-align : left  ;
padding :  0 ;
min-height: 100%;
background : url(images/bg-site.jpg) top right  repeat-y
}
     
/*  HEADER
********************************************************************/
   
#header {
position : relative ; 
height : 138px;
background : url(images/header.jpg);
margin : 0
}

/*  HEADER >>  DU SITE >> H1
********************************************************************/


#header h1 {
position : absolute ;
top : -6666px ; 
left : -6666px ; 
color : #fff;
margin : 0;
padding : 0 ; 
font-size : 2em ;
text-transform : uppercase ; 
font-weight : normal;  
}

#header #logo a{
position : absolute ; 
right : 7px; 
top : 5px; 
width : 98px;
height : 50px;
background : url(images/logo.jpg); 
}

#header #logo span  {
position : absolute ; 
left : -9999px; 
top : -9999px; 
width : 154px;
height : 47px;
background : url(images/logo.jpg); 
}

#search {
position : absolute ; 
left : 580px ; 
top : 30px; 
}

#banniere
{
	position : absolute;
	left : 238px;
	top : 5px;
}

#site2
{
	position : absolute;
	left : 10px;
	top : 4px;
	font-family : Trajan Pro;
	font-size : 3.5em;
	color : #000;
}

#search .search {
width : 140px;
height : 18px;
margin : 0;
padding : 0 0 0 5px;
border : 1px solid #6F6F6F ;
float : left ; 
}

#search .search-ok {
width : 19px;
height : 20px;
background : url(images/search.jpg);
margin : 0;
padding : 0 ;
border : 0 ;
float : left ;
cursor:pointer ;
}

#search form {
margin : 0;
}
 
#search p{
margin : 0;
}
 
/*  HEADER >> SECOND PRINCIPAL
********************************************************************/ 
 
#second-menu {
	position : absolute;
	top : 95px;
	right : -181px;
	width : 170px;
	height : 44px;
	background : url(images/bg-second-menu.jpg);
}

#second-menu ul  {
margin : 0;
padding : 0 0 0 40px;
list-style : none ; 
}

#second-menu li  {
float : left ;
background : url(images/bg-li-second-menu.jpg) 0 3px no-repeat ; 
margin : 0 ;
padding : 0 10px 0 10px;
}

#second-menu li:first-child  {
background : none ; 
}

#second-menu li a  {
color : #A4A4A4;
text-decoration : none ;
}

#second-menu li a:hover  {
color : #A4A4A4;
text-decoration : underline ; 
}

/*  HEADER >> MENU PRINCIPAL
********************************************************************/
   
#menu, #menu ul /* Liste */     
{
        padding : 0; /* pas de marge intérieure */
        margin : 0; /* ni extérieure */
        list-style : none; /* on supprime le style par défaut de la liste */
        line-height : 21px; /* on définit une hauteur pour chaque élément */
        text-align : center; /* on centre le texte qui se trouve dans la liste */
}

#menu /* Ensemble du menu */
{
	font-weight : bold; /* on met le texte en gras */
	font-family : Arial; /* on utilise Arial, c'est plus beau ^^ */
	font-size : 12px; /* hauteur du texte : 12 pixels */
	position : absolute;
	top : 108px;
	left : 8px;
	width: 976px;

}

#menu a /* Contenu des listes */
{
        display : block; /* on change le type d'élément, les liens deviennent des balises de type block */
        padding : 0; /* aucune marge intérieure */
        background : #1D1D1C;  /*couleur de fond */        
        color : #fff; /* couleur du texte */
        text-decoration : none; /* on supprime le style par défaut des liens (la plupart du temps = souligné) */
        width : 96px; /* largeur */
}

#menu li /* Elements des listes */      
{ 
        float : left; 
        /* pour IE qui ne reconnaît pas "transparent" */
        border-right : 1px solid #fff; /* on met une bordure blanche à droite de chaque élément */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li
{
        border-right: 1px solid transparent ; /* on met une bordure transparente à droite de chaque élément */
}

#menu li ul /* Sous-listes */
{ 
        position: absolute; /* Position absolue */
        width: 100px; /* Largeur des sous-listes */
        left: -999em; /* Hop, on envoie loin du champ de vision */
}


#menu li ul li /* Éléments de sous-listes */
{
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-top : 1px solid #fff; /* on met une bordure blanche en haut de chaque élément d'une sous liste */
}

/* IE ne reconnaissant pas le sélecteur ">" */
html>body #menu li ul li                
{
        border-top : 1px solid transparent; /* on met une bordure transparente en haut de chaque élément */
}

#menu li ul ul 
{
        margin    : -22px 0 0 100px ; /* On décale les sous-sous-listes pour qu'elles ne soient pas au dessus des sous-listes */ 
        /* pour IE qui ne reconnaît pas "transparent" (comme précédemment) */
        border-left     : 1px solid #fff ; /* Petite bordure à gauche pour ne pas coller ... */      
}

/* IE ne reconnaissant pas le sélecteur ">" ... je me répète ;-) */
html>body #menu li ul ul                
{
        border-left     : 1px solid transparent ; /* on met une bordure transparente sur la gauche de chaque élément */
}

#menu a:hover /* Lorsque la souris passe sur un des liens */    
{
        color: #fff; /* On passe le texte en noir... */
        background: #003366; /* ... et au contraire, le fond en blanc */
}

#menu li:hover ul ul, #menu li.sfhover ul ul /* Sous-sous-listes lorsque la souris passe sur un élément de liste */
{
        left: -999em; /* On expédie les sous-sous-listes hors du champ de vision */
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  /* Sous-listes lorsque la souris passe sur un élément de liste ET sous-sous-lites lorsque la souris passe sur un élément de sous-liste */
{
        left: auto; /* Repositionnement normal */
        min-height: 0; /* Corrige un bug sous IE */
}


/*  MAIN
********************************************************************/

#main {
overflow : auto ;
padding :  0 0 40px 0;
}
	
/*  CONTENU
********************************************************************/	



#contenu a{
color : #a41205 ; 
text-decoration : none ; 
font-weight : bold ; 
}
	
	
#contenu a:hover{
color : #a41205 ; 
text-decoration : underline ; 
font-weight : bold ; 
}	
	
#contenu {
width : 616px ;
float  : left ;
margin : 0;
padding : 20px 0 0 0   ;
}



#contenu   h2 {
font-size : 1.5em ; 
padding :  0 ; 
margin: 0 ;
color : #000 ; 
}t-size : 1em ; 
padding :  0 0 0 20px ; 
margin: 10px 0 0 0 ;
color : #277CFA ; 
}

#contenu  h4 {
font-size : 1em ; 
padding :  0 0 0 20px ; 
margin: 10px 0 0 0 ;
color : #091348 ; 
}

#contenu  ariane {
font-size : 1em ; 
padding :  0 0 0 0 ; 
margin: 10px 0 0 0 ;
color : #091348 ;
margin : 0 ; 
}

#contenu p {}

#contenu ul {
color : #091348 ; 
list-style : none;
margin : 0; 
padding :  0 0 0 20px;
}

#contenu li {
background : url(images/bg-li.jpg) 0 5px no-repeat ; 
padding : 0 0 10px 12px; 
}


/*  POST
********************************************************************/

.post {
width : 570px ;  
float : left ;
padding : 0 0 20px 0;  
margin : 0 0 0 20px ; 
text-align : justify
}

.post  .date {
font-weight : bold ; 
color : #a41205 ; 
margin : 10px 0 5px 0;
}

/*  SIDE
********************************************************************/
   
#side {
width : 207px ;
float  : left ;
padding :  20px 0 0 0  ;
margin : 0 ; 
}
	
#side h2 {
font-size : 1.2em ;
margin : 0 ;
padding :  0 ; 
color : #2468DA ; 
}

#side h3 {
font-size : 1em ;
margin :  10px 0 10px 0 ;
padding :  0 ; 
color : #277CFA ; 
}

#side ul {
list-style : none ; 
margin : 0 0 0 18px ; 
padding : 0; 
color : #000 ;
width : 188px;
}

#side li {
margin : 0 ;
padding : 0 0 0 0px; 
}

#side li a {
font-size : 1em ;
margin : 0 ;
padding :   0 0 0 10px; 
height : 42px;
line-height : 42px; 
display : block ; 
color : #fff ;
background : url(images/bg-li-r-side.jpg) 0 40px no-repeat;
text-decoration : none ; 
}

#side li a.active {
background : url(images/bg-li-r-side.jpg) 0 0 no-repeat;
}
  
#side li a:hover{
background : url(images/bg-li-r-side.jpg) 0 0 no-repeat;
}

#side li.active{
background : url(images/bg-li-r-side.jpg) 0 0 no-repeat;
}

#side p{
margin : 10px 0 25px 0 ; 
padding : 0 0 10px 0;
color : #277CFA ;
border-bottom : 1px dotted #277CFA ; 
}

#side span {
margin : 0 ; 
padding : 0;
color : #277CFA ;
}

/*  RIGHT SIDEBAR
********************************************************************/

#right-sidebar {
float : left ; 
width : 160px ;
padding : 5px  0 0 5px;  
}
 
#right-sidebar .box {
border : 1px solid #000;
background : #fff;
padding : 5px 0 0 7px ;
margin : 0 0 10px 0;
width : 150px; 
}

#right-sidebar .box .meta {
background : #606060;
height : 20px;
margin : 0 0 10px 0;
}

#right-sidebar .box p {
text-align : justify;
padding : 0 10px ; 
margin : 0 0 5px 0;
}

span.titre {
padding : 0 0 0 10px ; 
color : #fff;
float : left ; 
}

span.date {
padding : 0 10px 0 10px  ; 
color : #000;
float : right ; 
background : #A8A8A8  ;
height : 20px; 
}

#right-sidebar ul {
list-style : none ; 
margin : 0 0 10px 10px;
padding : 0; 
}

#right-sidebar  li a {
color : #000;
text-decoration : none ;  
}
   

/*  FOOTER
*******************************************************************/ 
   
#footer { 
position : absolute ; 
bottom : 0; 
left : 207px ; 
width : 616px; 
height :20px;
line-height : 20px; 
font-size : 90%;
background : #ccc ;
text-align : left ; 
color : #000; 
text-align : center; 
}

#footer p { 
margin : 0 ; 
padding : 0 ; 
}

#footer img { 
float : left ;
margin : 0 0 0 -70px ; 
}

#footer a { 
color : #000;
text-decoration : none ;  
}

#footer a:hover { 
text-decoration : underline ;  
}


/*  TABLEAU
*******************************************************************/ 


.gris
{
background-color:#f0f0f0;
}


span.images {font-size: 0.9em}

span.style10 
{
	color: #990000;
	font-weight: bold;
	font-size: 1.2em;
}

span.prix 
{
color : #306DAE;
font-weight:bold;
font-size:1.2em;
}
.style10 
{
	color: #990000;
	font-weight: bold;
	font-size: 1.2em;
}

.prix 
{
color : #306DAE;
font-weight:bold;
font-size:1.2em;
}
