body
{
    font-family: verdana; 
    font-size: 0.75em; 
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/bg_header.png");
    background-repeat:repeat-x;
    background-color:#6c4613;
    width : 964px;
    
}

#header
{
    background-image: url("../img/header_tr.png");
    background-repeat:no-repeat;
    height : 250px;
    width : 964px;
    margin-left: auto;
    margin-right: auto;
}

#menu_gauche
{
    float:left;
    width : 193px;
    margin-left : 19px;
    
}
/* Menu gauche connexion */
#menu_haut_connexion
{
    background-image: url("../img/menu_connexion_haut.png");
    background-repeat:no-repeat;
    height : 75px;
}

#menu_texte_connexion
{
    background-image: url("../img/menu_texte_connexion.png");
    background-repeat:no-repeat;
    height : 106px;
    width : 193px;
    text-align: center;
}


#form_connexion
{
    text-align: center;
}

#menu_bg_connexion
{
    background-image: url("../img/menu_bg_connexion.png");
    background-repeat:repeat-y;
    width : 193px;
    text-align: center;
}

#menu_bas_connexion
{
    background-image: url("../img/menu_bas_connexion.png");
    background-repeat:no-repeat;
    height : 19px;
    width : 193px;
}

/* Menu gauche */

#menu_haut_menu
{
    background-image: url("../img/menu_haut_menu.png");
    background-repeat:no-repeat;
    height : 63px;
    width : 193px; 
}

#menu_bg_menu
{
    background-image: url("../img/menu_bg_menu.png");
    background-repeat:repeat-y;
    width : 193px;
}

#menu_bas_menu
{
    background-image: url("../img/menu_bas_menu.png");
    background-repeat:no-repeat;
    height : 18px;
    width : 194px;
}

/* Menu partenaire */

#menu_haut_partenaire
{
    background-image: url("../img/menu_haut_partenaire.png");
    background-repeat:no-repeat;
    height : 63px;
    width : 193px; 
}

#menu_bg_partenaire
{
    background-image: url("../img/menu_bg_partenaire.png");
    background-repeat:repeat-y;
    width : 193px;
}

#menu_bas_partenaire
{
    background-image: url("../img/menu_bas_partenaire.png");
    background-repeat:no-repeat;
    height : 18px;
    width : 194px;
    margin-bottom:30px;
}
/* Barre de news */
#news
{
    background-image: url("../img/barre_news.png");
    background-repeat:no-repeat;
    height : 30px;
    width : 750px;
    margin-left: 212px;

}

/* Corps de la page */
#corps
{
    text-align : justify;
    padding-left :31px;
    padding-right :55px;
}
#corps_bg
{
    background-image: url("../img/corps_bg.png");
    background-repeat:repeat-y;
    width : 750px;
    margin-left: 212px;
}


#corps_bas
{
    background-image: url("../img/corps_bas.png");
    background-repeat:no-repeat;
    height : 17px;
    width : 750px;
    margin-left: 212px;
}
/* Footer */
#footer
{
    background-image: url("../img/footer.png");
    background-repeat:no-repeat;
    height : 46px;
    width : 750px;
    margin-left: 212px;
}

/* Espace pub */
.espace_pub_ban
{
    background-image: url("../img/espace_pub_ban.png");
    background-repeat:no-repeat;
    height : 95px;
    width : 750px;
    margin-left: 212px;
    
}

.align_pub_ban
{
   padding-left : 130px;
   padding-top : 20px;
}

/* Accueil */
#bienvenue
{
    background-image: url("../img/bienvenue.png");
    background-repeat:no-repeat;
    height : 33px;
    width : 750px;
    margin-left : -31px;
    float;
}

#nouveautes
{
    background-image: url("../img/nouveautes.png");
    background-repeat:no-repeat;
    height : 33px;
    width : 750px;
    margin-left : -31px;
    float;   
}

/* Style de texte */

#texte_news
{
  padding-left : 110px;
  padding-top : 4px;
  color : white;
  font-weight : bold
}

#texte_footer
{
  text-align : center;
  padding-top : 5px;
  color : white;
  font-weight : bold
}
.texte_menu
{
  padding-left : 25px;
  color : white;

}
.texte_menu_connexion
{
  color : white;
  text-align : center; 
}
.texte_menu a
{
  color : #3f2b10;
}
.texte_menu_connexion a
{
  color : #3f2b10;
}

.formulaire_connexion
{
  margin : 8px;
  border : solid black 2px;
  background-color : #ffc000;
  color : #3f2b10;
  font-weight : bold;
}

.boutton_connexion
{
  margin : 7px;
  border : solid black 2px;
  background-color : #ffc000;
  color : #3f2b10;
  font-weight : bold;
}

.texte_partenaire a
{
  padding-left : 25px;
  color : white;
  
}

.statutkangoo

{  
   text-align: justify;
}

table 
{
    border-collapse: collapse;   

}

tr, td
{
    border : 1px solid #926f33;
    text-align: center; 
    padding : 3px; 
}

.cadre
{
	border:1px solid #000000;
	background-color : #daa20a;
	padding-top:2px;
  padding-bottom:2px;
  margin-left : 4px;
	border-spacing;
	color : #000000;
}

.cadre_centrer
{
	border:1px solid #000000;
  padding : 3px;
  margin : 4px;
	border-spacing;
	color : #000000;
	text-align:center;
}

input,textarea
{
  border : 1px solid #926f33;
  font-weight : bold;
  color : #442101;
  background-color : #f1c431;
  margin:2px;
}

.formulaire_left
{
    text-align : left;
}
.formulaire_left label
{
    display:block;
    width:250px;
    float:left;
    margin : 5px;
}

.formulaire_centrer
{
  text-align : center;
}
.formulaire_centrer label
{
    display:block;
    width:250px;
    float:left;
    margin : 5px;
    text-align : left;
}


