html, body {
	//background-image: url("../images/background.jpg");
	//background-attachment: fixed;
	background-color: #F2F2F2;
	height: 100%;
	font-family: sans-serif;
	line-height: 1.6;
	color: #333333;
}
/**reminder: sans font **/
#cacheSite{
	position: 0;
	margin : 0;
	padding: 0;
	visibility: hidden;
	display: none;
}

	#header {
		position : relative;
		width: 70%;
                margin-left : 15%;
	}
	#tittleWrapper {
	    position: relative;
	    height: 80%;
	    width: 100%;
	    display: inline-block;
	    text-align : center;
	}
		#tittle {
			position: relative;
			height: 75%;
			width: 100%;
			text-align: ;
			font-size: 3.5em;
			font-weight: bold;
			text-shadow: 1px 1px 1px #DDDDDD;
			margin-bottom : -1%;

		}

		#subTittle {
			position: relative;
			height: 25%;
			width: 100%;
			text-align: ;
			font-size: 1.6em;
			font-weight: bold;
			text-shadow: 1px 1px 1px #DDDDDD;
		}

#fresque {
    position : relative;
    width : 100%;
    height : auto;
}

/**
CSS pour le logo du club à droite du titre.
		#headerPicture {
			position: relative;
			display: inline-block;
			width: 12.8%;
			height: auto;
		}
/****/
	#fixedMenu{
		width: 70%;
		margin: auto;
		margin-left: 15%;
		height: 49px;
		margin-bottom: 2%;
		background-color: #222222;
		color: #DDDDDD;
		

	}
		#fixedMenu ul{
			list-style-type : none;
			margin: 0;
			margin-left: 1%;
			padding: 0;
		}

			.elements {
				display: inline-block;
				height: 2em;
				width: 13.7%;
				position: relative;
				margin-right: 0.5%;
				font-size: 0.9em;
				text-align: center;
				margin-top: 0.4%; 
			}
			.elements a {
				position: relative;
				float: left;
				display : inline-block;
				width : 100%;
				height : 100%;
				padding-top: 10px;
				margin: 0;
				text-decoration: none;
				//border-radius: 0.2em;
				color: #DDDDDD;
			}
			.elements a:hover{
				color: red;
				//background-color: #333333;
			}
			#pageCourrante {
				color: red;
			}

	#main {
		position: relative;
		width : 70%;
		margin-left: 15%;
		height: auto;
		
	}

		#content {
			float : left;
			position: relative;
			width: 75%;
		}

		#rightPanel {
			display : inline-block;
			position: relative;
			width: 25%;
		}



table {
    border-collapse: collapse;
}

th, td {
    border : 1px solid black;
    text-align : center;
}
