*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
}
img{
	border:0px;
}
body{
	background-image:url(img/banniere-menu.jpg);
	background-repeat:repeat-x;
}
/***************/
/*début des div*/
/***************/
#main{
	width:896px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:896px;
	height:159px;
	background-repeat:no-repeat;
}
#menu{
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	width:896px;
	height:70px;
	line-height:70px;
	text-align:center;
	font-size:30px;
	letter-spacing:1px;
}
#menu a{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-decoration:none;
	background-color:inherit;
}
#menu a:hover{
	text-decoration:underline overline;
}
	#content{
		width:896px;
        font-size: 12px;
        text-align: left;
        line-height: 20px;
	}
		.ligne-thumb{
			width:895px;/*896-1*/
			height:208px;
			padding-left:1px;
			padding-bottom:25px;
			padding-top:25px;
		}
		.ligne-pub{
			width:895px;/*896-1*/
			height:145px;
			padding-bottom:25px;
		}		
		.ligne-pub img{
			margin-left:15px;
			border: 1px solid #000;
		}	
		.thumb{
			float:left;
			width:120px;
			height:208px;
			padding-left:49px;
		}
		.thumb-image{
			width:120px;
			height:160px;
		}
		.thumb-texte{
			width:120px;
			height:48px;
			background-image:url(img/bg-thumb.gif);
			background-repeat:no-repeat;
			font-size:10px;
			text-align:center;
			color:#000000;
			line-height:16px;
		}
		.thumb-texte a{
			font-weight:bold;
			color:#555555;
		}
		.thumb-texte a:hover{
			color:#000000;
		}
		.vert{
			color:#338699;
			background-color:inherit;
		}
		.rouge{
			color:#9b3144;
			background-color:inherit;
		}
        .rouge-gras{
			color:#9b3144;
            font-weight:bold;
			background-color:inherit;
		}
        .charte{
            background-color:#9b3144;
            color:#ffffff;
            line-height:20px;
            font-weight:bold;
            text-decoration: blink;
            margin-top:20px;
            text-align:center;
        }
        /*formulaire*/
        label{
          color:#9b3144;
          font-weight:bold;
		  background-color:inherit;
          text-align:left;
          display: block;
        }
        table{
          width:700px;
          border-collapse:collapse;
          margin-left:auto;
          margin-right:auto;
          margin-bottom: 10px;
        }
/*table { border-collapse:collapse; width:90%; margin:auto; overflow: visible;  margin-bottom: 10px; }*/
#codes td { padding:5px; text-align:left; }
#codes tr { border:1px solid #969696; }
#codes tr:hover { background-color:#E1E1E1; }
        /*****/
        .info{
            font-size:10px;
            color:#aaaaaa;
        }
        h1{
            text-align:right;
            font-size:12px;
            color:#cccccc;
            letter-spacing:1px;
            background-color: inherit;
            font-style:italic;
            line-height:24px;
            padding-right: 10px;

        }

        h1 a{
          font-size:12px;
          color:#999999;
		  background-color:  transparent;
          text-decoration: none;
        }
        h1 a:hover{
           font-size:12px;
          color:#9b3144;
		  background-color:#transparent;
          text-decoration: underline;
        }

        h2{
          color: #cccccc;
          margin-bottom:10px;
          margin-top:20px;
          border-bottom:1px #cccccc solid;
          letter-spacing: 1px;
        }
        #stats{
          font-size: 14px;
          text-align: center;
        }


#footer{
/*	height:30px;*/
	height:33px;
/*	background-image:url(img/bg-footer.gif);*/
	background-image:url(img/bg-footer.jpg);
	background-repeat:repeat-x;
/*	line-height:30px;*/
	line-height:33px;
	font-size:11px;
	color:#FFFFFF;
	text-align:center;
    margin-top:10px;
}
#footer a{
	text-decoration:underline;
	color:#cccccc;
	background-color:inherit;
}
#footer a:hover{
	text-decoration:underline overline;
	color:#FFFFFF;
}
/*************/
/*fin des div*/
/*************/
.clear{
	clear:both;
}
/*************/
/*****lien****/
/*************/
a{
  	color:#338699;
	background-color:inherit;
    text-decoration:underline;
}
a:hover{
  	color:#338699;
	background-color:inherit;
    text-decoration:underline overline;
}

#codes textarea{
  width: 460px;
  height: 50px;
  background-color: #EBEBE4;
  border: 1px #525252 solid;
  font-size: 12px;  
}
.input-code{
  width: 460px;
  background-color: #EBEBE4;
  border: 1px #525252 solid;
  font-size: 12px; 
}


