/* CSS Document */
html {font-size: 100%;}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	background-image: url(../img/commun/bkg-page.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #4C4C4C;
}
* {margin: 0; padding: 0;}

#header, #header-home, #header-membres, #outils, #gauche, #breadcrumb {
display: none;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #154718;
	margin-bottom: 5px;
	text-transform: uppercase;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #154718;
	margin-bottom: 4px;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #7ACE5E;
	padding-bottom: 1px;
	font-weight: bold;
	margin-top: 10px;
}
h3 {
	font-size: 1em;
	color: #4c4c4c;
	margin-bottom: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
}
#bodyText {
	background-color:#FFFFFF;
	margin-left: 0px;
	padding-bottom: 0px;
	width: 610px;
}
#footer {
	margin-top: 20px;
	margin-left: 0px;
}
#conteneur {
	padding-bottom: 0px;
}
#logo-print {
	display: block;
	margin-bottom: 20px;
}