@charset "utf-8";
/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

body {
  margin:0px;
  padding:0px;
  background-color:#b2db11;
}

img {
  border:0px;
}

.texte_contenu {
color:black;
}

.contenu_gauche {
background-image:url('../images/fond_colonne_gauche.jpg');
background-repeat:no-repeat;
background-position: bottom;
}

.contenu_droite {
padding-left:5px;
padding-right:5px;
background-image:url('../images/fond_colonne_droite.jpg');
background-repeat:no-repeat;
background-position: bottom;
}

.contenu_droite_int {
padding-left:5px;
padding-right:5px;
background-image:url('../images/fond_colonne_droite.jpg');
background-repeat:no-repeat;
background-position: bottom;
}

.pointer {
	cursor:pointer;
	padding-top:9px;
}

.pub {
padding-top:5px;
} 

.bouton_gauche:link {
padding-left:15px;
    text-decoration:none;
  	font-size: 12px;
  	font-weight: bold;
    color:#0D2D15;
  }
  
.bouton_gauche:visited {
padding-left:15px;
    text-decoration:none;
  	font-size: 12px;
  	font-weight: bold;
    color:#0D2D15;
  }
  
.bouton_gauche:hover {
padding-left:15px;
    text-decoration:none;
  	font-size: 12px;
  	font-weight: bold;
    color:#FFFFFF;
  }

.menubas:link {
    text-decoration:none;
  	font-size: 8px;
  	font-weight: normal;
    color:#FFFFFF;
  }
  
.menubas:visited {
    text-decoration:none;
  	font-size: 8px;
  	font-weight: normal;
    color:#FFFFFF;
  }
  
.menubas:hover {
    text-decoration:none;
  	font-size: 8px;
  	font-weight: normal;
    color:#84AE1A;
  }

.pipe {
	color: #84AE1A;
}

.title_news {
padding-left:33px;
padding-top:2px;
  	font-size: 13px;
  	font-weight: bold;
    color:#0D2D15;
}

.title_rss 
{
	padding-left:33px;
	padding-top:2px;
  	font-size: 13px;
  	font-weight: bold;
    color:#0D2D15;
}

.title_classement {
padding-top:10px;
  	font-size: 13px;
  	font-weight: bold;
    color:#0D2D15;
}

.title_videos {
padding-top:8px;
  	font-size: 13px;
  	font-weight: bold;
    color:#0D2D15;
}

.contenu_news {
padding-left:20px;
padding-top:2px;
}

.contenu_classement {
padding-left:20px;
padding-top:2px;
padding-right:18px;
}

.contenu_videos {
padding-left:1px;
}

.news_haut {
padding-left:20px;
padding-top:3px;
color:#80c51d;
font-weight:bold;
}

.news_milieu {
padding-left:18px;
padding-right:5px;
padding-top:0px;
}

.news_texte {
color:black;
}

.news_bas {
padding-left:170px;
padding-bottom:2px;
}

.contenu_d_result {
padding-left:20px;
padding-top:2px;
}

.d_result_line_1 {
padding:0px;
margin:0px;
color:#447c1b;
}

.d_result_line_2 {
padding:0px;
margin:0px;
color:white;
}

.text_classement {
padding:0px;
margin:0px;
color:#80c51d;
}

/* Menu horizontal */
/* Barre de menu */

.div_menu_club {
  position:absolute;
  top:106px;
  left:305px;
  height:20px;
  background-image:url('../images/pixel.gif');
}

.div_menu_effectif {
  position:absolute;
  top:106px;
  left:343px;
  height:20px;
  background-image:url('../images/pixel.gif');
}

.div_menu_partenaires {
  position:absolute;
  top:106px;
  left:401px;
  height:20px;
  background-image:url('../images/pixel.gif');
}

.div_menu_formation {
  position:absolute;
  top:106px;
  left:483px;
  height:20px;
  background-image:url('../images/pixel.gif');
}

.div_menu_boutique {
  position:absolute;
  top:106px;
  left:600px;
  height:20px;
  background-image:url('../images/pixel.gif');
}

.div_menu_billetterie {
  position:absolute;
  top:106px;
  left:662px;
  height:20px;
  background-image:url('../images/pixel.gif');
}

.div_menu_calendrier {
  position:absolute;
  top:106px;
  left:737px;
  height:20px;
  background-image:url('../images/pixel.gif');
}

.div_menu_forum {
  position:absolute;
  top:108px;
  left:855px;
  height:20px;
  background-image:url('../images/pixel.gif');
}

  /* Liens du menu horizontal */
  .a_menu_haut:link {
    text-decoration:none;
  	font-size: 10px;
  	font-weight: bold;
    color:#0D2D15;
  }
  
  .a_menu_haut:visited {
    text-decoration:none;
  	font-size: 10px;
  	font-weight: bold;
    color:#0D2D15;
  }
  
  .a_menu_haut:hover {
    text-decoration:none;
  	font-size: 10px;
  	font-weight: bold;
    color:#FFFFFF;
  }
  
  
  
  /* Liens des menus déroulés */
  .a_menu_deroule:link {
    background-color:white ;
    text-decoration:none;
    color:#0D2D15;
    padding:0px;
    margin-left:3px;
    margin-right:3px;
  }
  
  .a_menu_deroule:visited {
    background-color:white ;
    text-decoration:none;
    color:#0D2D15;
    padding:0px;
    margin-left:3px;
    margin-right:3px;
  }
  
  .a_menu_deroule:hover {
    background-color:#0D2D15 ;
    text-decoration:none;
    color:white;
    padding:0px;
    margin-left:3px;
    margin-right:3px;
  }
  
  .send {
	color: #000000;  
  }

  .send option {
	color: #000000;
  }

a {
	color:#20491b;
	text-decoration:none;
}
a:hover {
	text-decoration: underline;
	color: #b2db11;
}
i { 
	font: normal 7pt Arial; 
	color:#41731e; 
}
.a { 
	font:8pt Verdana 
}
.stabilo { 
	background:#b2db11;
}
.wallpaper {
	float: left;
	width: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.menu_supporter {
	color: #20491b;
}
.user {
	color: #20491b;
}
.titre {
	font-size: 16px;
	font-weight: bold;
}
dd {
	margin-left: 0px;
}
.description_news {
	padding-left: 20px;
	padding-right: 10px;
}
.bouton_retour_supporters{
	margin:auto;
	width:40px;
	float:right;
}
.pronostics {
	margin:auto;	
	padding-top:55px;
	width: 400px;
	height:25px;
	background-image:url(supporters/images/ban_prochain_match.gif)
}
.pronostics_gauche {
	margin:auto;	
	width: 400px;
	text-align:center;
}
.prochain_pronostics {
	margin:auto;	
	padding-top:45px;
	width: 400px;
	height:25px;
}
.menu_supporter a{
	font-weight:bold;
}
.prochain_pronostics a{
	color:#FFFFFF;
}
.lien_pronostics a{
	color:#FFFFFF;
}
.club_supporter {
	margin-left:15px;
	margin-right:15px;
}
.inscription input{
	color: #20491b;
}
.quizz_rebours{
	border:none;
	background-color:#84ae1a;
	color: #20491b;
}

ul#menu_boutique {
list-style-type: none;
color: #000000;
margin : 0;
padding-top: 23px;
padding-left: 0px;
}

#menu_bout {
    background-image: url('../images/menu2.jpg');
    width: 550px;
    height: 59px;
}

ul#menu_boutique li {
display: inline;
color: #000000;
}

table.liste_produit {
    border-spacing: 5px 15px;
    border-collapse: separate;
}

table.table_facture {
    margin-left: 7px;
    width: 503px;
    text-align: center;
    border: 1px solid #004A27;
    border-collapse: collapse;
    background-color: #84AE1A;
}

table.table_facture td {
    border: 1px solid #004A27;
}

table.table_facture thead {
    background-color: #668C07;
}

table.table_facture tfoot {
    background-color: #668C07;
}

#boutique {
    background-color: #97C00E;
    background-image: url('../boutique/images/bas_news2.jpg');
    background-repeat: repeat-x;
    background-position: bottom left;
    padding-bottom: 20px;
    width:518px;
    margin-top: 0;
    margin-left: 17px;
}

#boutique2 {
    width: 550px;
}

.produit_haut {
	padding-left:20px;
	padding-top:3px;
	color:#80c51d;
	font-weight:bold;
}
.coordonnees {
	width:253px;
	height:122px;
	background-image:url('../boutique/images/bg_coordonnees.gif');
	background-repeat: no-repeat;
	padding-top:40px;
	text-align:center;
}
.livraison {
	width:253px;
	height:122px;
	background-image:url('../boutique/images/bg_livraison.gif');
	background-repeat: no-repeat;
	padding-top:40px;
	text-align:center;
}
.contenu_article{
	margin-left:10px;
	margin-top:10px;
	margin-right:10px;
	color:#004a27;
}
.bouton_valid_panier{
	text-align:right;
	margin:10px;
}
.infos_perso {
	width:253px;
	height:122px;
	background-image:url('../boutique/images/infos_perso.gif');
	background-repeat: no-repeat;
	padding-top:40px;
	text-align:center;
}
.titre_boutique_panier{
	margin-left:15px;
	font-size:14px;
	font-weight:bold;
}
.produit_milieu {
padding-left:18px;
padding-right:5px;
padding-top:0px;
background-color: #FFFFFF;
}

.produit_bas {
color: #000000;
}

.produit_bas option {
    color: #000000;
}

.bnoir {
    color: #000000;
}

.bout_paye {
    text-align: center;
}

.form_panier, .form_panier input, .form_panier select {
    display: inline;
    color: #000000;
    font-size: 10px;
}

.form_panier option {
    color: #000000;
    font-size: 10px;
}

.table_facture td {
    height: 35px;
}

#boutique p {
    margin: 0;
}

.bproduit {
    margin-left: 8px;
}

.contenu_article p {
    color: #000000;
    text-align: right;
    padding-right: 50px;
}

p.f_left {
    float: left;
}

.barre {
    text-decoration: line-through;
    color: #000000;
}

.new_price {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.promo {
    color: #FF0000;
    text-decoration: blink;
}

.contact {
    padding-left: 20px;
}

#message {
    margin-left: 60px;
    padding: 5px;
    color: #000000;
    border: 1px solid #000000;
    text-align: center;
}

#zone1 {
    display: block;
    float: left;
    text-align: center;
    width : 45px;
    height: 50px; 
}

#zone1 img {
    margin-top: 20px;
    margin-left: 5px;
}

.align_center {
    text-align: center;
}

.prod_info {
    text-align: center;
}
