html, body, div, 
#languages *, #footer *, #header *, #consulter *, #membres *, #a_propos *, 
#photos *, #annuaire *, 
#banniere *, #commanditaires * {
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	background-image: url(../images/template/body_bg.gif);
	margin: 0px;
	padding: 0px;
}


#nonFooter{
	position: relative;
	min-height: 100%;
	width: 797px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
* html #nonFooter {
	height: 100%;
}


#level0 {
	padding: 0px 0px 146px 0px;
}
#languages {
	background-color: #ffcc00;
	text-align: right;
	height: 19px;
	overflow: hidden;
}
#header {
	text-align: center;
	margin: 7px 6px;
}
#a_propos ul, #consulter ul, #membres ul {
	list-style-type: none;
	margin: 75px 15px 0px 15px;
}
#a_propos li, #consulter li, #membres li {
	list-style-type: none;
	text-align: right;
	background-image: url(../images/template/menu_li_bg.png);
	background-repeat: no-repeat;
	background-position: right 1px;
	margin: 0px 0px 2px 0px;
}
#consulter li#equipements {
	background-position: right 3px;
}
#a_propos li a, #consulter li a, #membres li a {
	margin: 0px 13px 0px 0px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#a_propos {
	width: 183px;
	height: 180px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 0px 6px 15px;
}
#consulter {
	width: 183px;
	height: 180px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 0px 6px 2px;
}
#membres {
	width: 183px;
	height: 180px;
	background-repeat: no-repeat;
	float: left;
	margin: 0px 0px 6px 2px;
}
#membres form {
	margin: 73px 0px 0px 21px;
}
#membres form input {
	background-color: #ffffff;
	font-size: 9px;
	margin: 4px 0px 4px 0px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px 5px;
	width: 123px;
}
#membres form input#submit {
	background: none;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	width: auto;
}
#membres form p {
	font-size: 9px;

}
#membres form p a  { color: black; font-size: 9px; text-decoration: underline }
#membres form p a:hover {
	text-decoration: none;
}

#commanditaires {
	width: 210px;
	float: right;
	text-align: center;
	margin: 3px 10px 0px 0px;
}
#commanditaires ul {
	list-style-type: none;
	margin: 0px;
}
#commanditaires li {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
}


#contenu {
	width:500px;
	/*text-align:center;*/
	float:left;
	margin: 15px;
}

#tooltip {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#d6dfe6;
	border: 1px solid #7e8b97;
	padding: 3px;
	display: none;
	text-align: right;
}
#tooltip p  { color: black; font-size: 9px; text-align: left; margin: 0 20px 3px 0 }
#tooltip a {
	color: #768591;
	text-decoration: none;
	font-size: 9px;
}



#footer {
	position: relative;
	width: 797px;
	height: 146px;
	margin: -146px auto 0px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-image: url(../images/template/footer_bg.gif);
	background-repeat: no-repeat;
	color: #323232;
	background-position: 0px 6px;
}
#footer * {
	font-size: 10px;
}
#footer p {
	margin-bottom: 10px;
}
#footer a  { text-decoration: underline }
#footer a:hover {
	text-decoration: none;
}

#banniere {
	float: left;
	text-align: center;
	width: 551px;
	margin: 15px 0px 0px 15px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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