
/* 
Site canevas basique
		Création le 26 mars 2007
		Auteur : Matieu Duhaime
 */
  
 
 * {font-family:arial, helvetica, sans-serif; }
 
 body { 
 	margin:0;
	padding:0;
 } 
 
 
  #joueurs {display:none;position:fixed; bottom:0; left:0;} 
 
 h1 {
 	font-size:18px;
 	color:#003568;
	font-weight:bold;
	padding:0 0 20px 0;
	margin:0;}
	
 h2 {
 	font-size:16px;
 	color:#f69c14;
	font-weight:bold;
	padding:20px 0 10px 0;
	margin:0;}
	
 h3 {
	font-size:14px;
	color:#003568;
	font-weight:bold;
	padding:0;
	;
	margin:0 0 5px 0;
}	
 
 
 #cadre {
 
 	width:100%;  
	height:100%; }
	
 	body, #pied {background: url(../images/fond-entete.png) repeat-x top left;}
 	 
 
 #entete h1 {display:none;}

 #entete {
 
	width: 990px;
	height: 173px; 
	 
	background: url(../images/entete.png) no-repeat;
}
 /*#entete a {	display:block;
 				 width:990px;
				 height:171px;}*/
  
 #menu {
 
	height:30px;
	float:right;
	 position:relative; top:130px;  }		 
	
 #menu ul {
 	 margin:0;
	 padding:0;
	
 	}	
	
 #menu li {
 	font-size:16px;
 	list-style-type:none;
	display:inline;
	padding:0px 5px ;}
	

 
 #menu a {text-decoration:none;}
 #menu a:link{color:#003568;}
 #menu a:active{color:#ffCC00;}
 #menu a:visited{}
 #menu a:hover{border-bottom:3px #aac5eb solid; color:#f07b05;}
 
 
 #texte p {
 	 
	padding: 0 5px;
 	font-size:13px;
 }
  #texte {
 	margin-left:20px;
	margin-right:20px; 
	padding-top:10px;
 
 }
 
  #colonne1 { 
				float:left;
				width:48%;}
				
 #colonne2 {padding-left:10px;
				float:right;
				width:48%;}

#colonne2 p {font-size:12px;}
				
 
 #tarifs {float:right;}
   
   
    #tablephoto td, #tablephoto table{border:0;}
 
 
 
 
 #pied { 
 	 
 	clear:both;
 	height:45px;
	width:990px;
	 
	text-align:center;
 	padding:4px; 
	background:url(../images/fond-entete.png) repeat-x bottom left; 
	margin:auto;
	position:relative;
	top:20px;
	 
 }
 
 #pied p { font-size:13px; }
	  


#classement table {width: 800px; margin:auto; margin-bottom:25px;}
 



/*----------------///////////// Formatage des tableaux*/



td {padding:4px;
				border-bottom:1px #C8C9CB solid;
			 border-right:1px #C8C9CB solid;
			 font-size:13px;color:#555856;
			 }
			 
table {font-size:13px; 
				border-top:1px #C8C9CB solid;
				border-left:1px #C8C9CB solid;
 					}
				
th {padding:4px;
			background-color:#dde5fa;
			 text-align:center; 
			 font-weight:bold; 
			 border-bottom: 1px #C8C9CB solid;
			 border-right: 1px #C8C9CB solid;
			 color:#555856;
			}
th.gauche {text-align:left;}
.bgfonce {background:whitesmoke;}

caption {font-weight:bold; text-transform:uppercase; text-align:center; color:#f69c14; font-size:13px;} 
.soussection { 
			background-color:whitesmoke;
			  
			 font-weight:bold; 
			 border-bottom: 1px #C8C9CB solid;
			 border-right: 1px #C8C9CB solid;
			 color:#000;
			}
.centree {text-align:center;}
.droite {text-align:right;}
 
 
