/* CONSTRUCTION GENERALE */
	html, body {
		margin:0px;
		text-align:center;
		color: #303030;
		font-size:16px;
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
		background-image:url("degrade-bg.jpg");
		background-color:#757575;
		background-repeat: repeat-x;
	}
	#principal {
		width: 774px;
		margin: 10px auto 10px auto;
	}
	a {
		text-decoration:none;
		color: #0b91e5;
	}
	a:hover {
		color: #7ac9f8;
	}

/* BANNIERE */
	#banniere {
		width:774px;
		height:108px;
		background-image:url("banniere.gif");
	}
	#titre { 
		width:774px;
		height:27px;
		background-image:url("titre.gif");
		text-align:center;
		color:#808080;
		font-size:14px;
	}
	#titre #page { 
		font-size:18px;
		color:#fff;
	}
	
/* MENU */
	#menu {
		width:774px;
		height:71px;
		background:#303030;
		color:#808080;
		font-size:12px;
		text-align:left;
	}
	#menu #left {
		width:176px;
		height:71px;
		background-image:url("menu.gif");
		float:left;
	}
	#menu #middle {
		width:544px;
		height:71px;
		float:left;
		line-height:17px;
	}
	#middle .space {
		height:3px;
		line-height:0;
	}
	* > #middle .space {
		height:6px;
		line-height:0;
	}
	#menu #right {
		width:54px;
		height:71px;
		float:left;		
		text-align:center;
		color:#fff;
	}
	#menu #right a {
		color:#fff;
	}
	#menu #right img {
		border:0px;
	}	
	#right .space {
		height:20px;
		line-height:0;
	}
	
/* DEGRADE HAUT */
	#degradehaut {
		width:774px;
		height:23px;
		background-image:url("degrade-haut.jpg");
	}	
	
/* CONTENU */
	#contenu {
		width:774px;
		background-color:#fff;
	}	
	.bloc {
		width:375px;
		margin-left:15px;
		text-align:left;
		font-size:14px;
		color:#303030;
	}
	* > .bloc {
		margin-left:25px;
	}
	.lettrine {
		font-size:20px;
	}
	.contenubloc {
		text-transform: none;
		margin:5px 20px 0px 20px;
		color:#808080;
	}


	.contenubloc table {
		font-size:12px;
		width:340px;
		color:#808080;
	}
	.contenubloc hr {
		color: #ccc;
		background-color: #ccc;
		height: 1px;
		border: 0;
	}
	.contenubloc img {
		border: 0;
	}

	#club-cent {
		margin:0px;
		float:left;
		width:729px;
		color:#303030;
	}
	#club-cent table{
		width:729px;
		text-align:center;
		border:1px solid #303030;
		font-size:11px;
		margin-bottom:20px;
		margin-top:0px;
	}
	#club-cent td{
		width:2430px;
	}
	#archiveToile {
		width:700px;
		text-align:center;
		border:1px solid #303030;
	}
	#archiveToile td {
		width:245px;
	}
	#charte {
		margin:0px;
		float:left;
		width:729px;
		text-align:center;
		color:#303030;
		background-image:url('../images/quote-down.gif');
		background-position:95% 100%;
		background-repeat:no-repeat;
	}
	#charte .contenubloc{
		width:729px;
		background-image:url('../images/quote-up.gif');
		background-position:top left;
		background-repeat:no-repeat;
		text-align:left;
		font-size:11px;
		color:#808080;
	}
	#charte p{
		margin: 10px 30px 10px 30px;
	}
	#charte li{
		margin: 0px 30px 0px 0px;
	}
	#charte ul,li{
		list-style-type : none;
		list-style-image: URL(../images/puce.gif); 
	}
	#menu-equipes #annee{
		color:#303030;
		font-size:14px;
		margin-left:10px;
		margin-top:10px;
	}
	#menu-equipes #equipe{
		color:#303030;
		font-size:14px;
		margin-left:10px;
	}
	#menu-equipes hr{
		height:1px;
		border: 0px;
		margin:0px;
		line-height:1px;
		background-color:#ccc;
	}
	#contenu-equipes p{
		text-align:justify;
		margin:5px 20px 5px 20px;
	}
	.equipe{
		font-size:16px;
		color:#303030;
	}
	
/* PIED DE PAGE/* DEGRADE BAS */
	#espace {
		width:774px;
		height:20px;
		line-height:0;
		background-color:#fff;
	}
	#degradebas {
		width:774px;
		height:20px;
		background-image:url("degrade-bas.jpg");
		background-repeat:repeat-x;
		line-height:0;
	}
	#pieddepage {
		width:774px;
		height:22px;
		background-color:#303030;
		color:#808080;
		font-size:12px;
		clear: both;
	}
	#pieddepage .space {
		height:2px;
		line-height:0;
	}
.clr {
    clear: both;
    font-size: 0;
    overflow: hidden;
    height: 0;
    } 
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
