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

	#header {
		position : relative;
		width: 100%;
                margin-left : 0%;
	}
	#tittleWrapper {
	}
		#tittle {
			font-size : 0.9em;
			font-weight: bold;
			text-shadow: 1px 1px 1px #DDDDDD;
			margin-bottom : -1%;

		}

		#subTittle {
			font-size : 0.5em;
			font-weight: bold;
			text-shadow: 1px 1px 1px #DDDDDD;
		}
	
	#hamburgerMenu {
	    float : left;
	    height :2.5em;
	    margin-left : 0.5em;
	    margin-right : -1.5em;
	}

#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: 100%;
		color: #DDDDDD;
		

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

			.elements {
				display : block;
				height: 2.5em;
				background-color: #222222;
				width: 100%;
				font-size: 3.5em;
				text-align: center;
				border-bottom : 1px solid #555555;
			}
			.elements a {
				display : block;
				width : 100%;
				height : 100%;
				text-decoration: none;
				color: #DDDDDD;
			}
			.elements a:hover{
				color: red;
			}
			#pageCourrante {
				color: red;
			}

	#main {
		position: relative;
		width : 100%;
		margin-left: 0%;
		height: auto;
		
	}

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

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



table {
    border-collapse: collapse;
}

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