/*	-------------------------------------------------------------
	Nom du client
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	Structure du site
	Nom fichier:	structure.css
	Version:		1.0
	Date:			29/07/2007
	-------------------------------------------------------------	*/


/*	-------------------------------------------------------------
	General
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


body {
	background-color:#9ED3E5;
	background-image:url(../images/ttu-fond.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	padding: 0px;
/*	padding-bottom: 20px; */
	margin:0px;
}


td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}


/*	-------------------------------------------------------------
	Mise en page
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#bottomBanner {
display: block;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 55px;
z-index: 999;
text-align: center;
background-color: #206B9A;
}
#bottomBanner img {
margin: 0 auto;
border: none;
}

#containerhaut {
	display:block;
	text-align: left;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 960px;
}


#containercentral {
	background-color:#BBE1ED;
	border:#FFFFFF solid;
	border-width: 0px 3px 3px 3px;
	display:block;
	text-align: left;
	min-height:500px;
	height:auto !important;
	height:500px;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 954px;
}





.classementComplet {
	color: #d21034;
	font-size: 10px;
}
.classementComplet a {
	color: #d21034;
	text-decoration: underline;
}
.classementComplet a:hover { text-decoration: none; }
.col1, .col2 { line-height:12px; }
.col1 { background: #fff; }
.col2 { background: #a2d4e6; }


.col1.pts, .col2.pts { font-weight: bold; }
.col1.pts { background: #f0f0f0; }
.col2.pts { background: #9ecada; }


.col1.select, .col2.select, 
.col1.position, .col2.position { 
	color: #d21034; 
	font-weight: bold; 
}

.col1.select.pts, .col2.select.pts, 
.col1.position.pts, .col2.position.pts {
	color: #e11d26; 
}










.squaremenu_content, .submenu {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 175px;
  background: #FAD574;
	color:#E11D26;
  text-align:left;
  z-index:10000;
	font-weight:bold;
  border: 2px solid #E11D26;
}
.squaremenu_content { border-top:0; }
.squaremenu_content a, .submenu a {
  position: relative;
  display: block;
  margin: 0px;
  padding: 7px 6px;
  color: #E11D26;
  height: auto !important;
  padding-left: 8px;
  border-bottom: 3px solid #fff;
  text-decoration: none;
}
.squaremenu_content a:hover, .squaremenu_content .select a,
.submenu a:hover, .submenu .select a { 
	background: #E11D26; 
	color: #fff; 
	text-decoration: none; 
}

.squaremenu_content .content, .submenu .content {
	border:3px solid #fff;
	border-bottom:0;
}






/*	-------------------------------------------------------------
	Positionnement
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	






/*	-------------------------------------------------------------
	Autres classes
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/







