body {
	padding: 20px;
	margin: 0;
	color: #000;
	background-color:#F5EBBC;
}
#titre {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
img {
	border: 0px #FFF solid;
}
.invisible {
	display: none;
}
#bottom_print {
	display: none;
}
#bottom_screen {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#bottom_screen a {
	text-decoration: none;
	color:#000;
}
#bottom_screen a:hover {
	color:#73895D;
}
.fiche {
	border: 1px #000 solid;
	background-color:#FFF;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
}
.fiche2 {
	text-align: center;
	font-size: larger;
	font-weight: bold;
}
.ficheTitre {
	font-size: larger;
}
/***************** items permettant de chosir la taille du texte *****************/
#petitP {
	float: right;
	width: 32px;
	height: 32px;
	background-image: url(pictos/petitPoff.gif);
	background-repeat: repeat;
}
#petitP a {
	text-decoration: none;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(pictos/petitPon.gif);
	background-repeat: repeat;
}
#petitP a:hover {
	background-image: url(pictos/petitPover.gif);
	background-repeat:  repeat;
}
#grandP {
	float: right;
	width: 32px;
	height: 32px;
	background-image: url(pictos/grandPoff.gif);
	background-repeat: repeat;
}
#grandP a {
	text-decoration: none;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(pictos/grandPon.gif);
	background-repeat: repeat;
}
#grandP a:hover {
	background-image: url(pictos/grandPover.gif);
	background-repeat: repeat;
}
/***************** MENUS *****************/
.menu {
	float:left;
	font-size: 5px;
	width: 25%;
	border: 0px solid black;
	background-color:#99B77B;
	margin: 20px;
	font-family: Arial;
}
.menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu li {
	clear:both;
}
.menu li a {
	display:block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color:#000;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
}
html>body .menu li a {
	/* pour annuler le width 100% pour les autres navigateurs */
	width: auto;
}
.menu li a:hover {
	text-decoration: none;
	background-color:#73895D;
	color:#FFF;
}

/********************* COINS **********************/
.coinHG {
	float: left;
	height:5px;
	width: 5px;
	clear:both;
	background-image: url(pictos/coinHautGauche.gif);
	background-repeat: no-repeat;
}
.coinHD {
	float: right;
	height:5px;
	width: 5px;
	background-image: url(pictos/coinHautDroite.gif);
	background-repeat: no-repeat;
}
.coinBG {
	float: left;
	height:5px;
	width: 5px;
	background-image: url(pictos/coinBasGauche.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
.coinBD {
	float: right;
	height:5px;
	width: 5px;
	background-image: url(pictos/coinBasDroite.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

/********************* LISTES **********************/
.liste {
	float: right;
	margin: 10px;
	width: 50%;
	text-align: center;
}

.liste a {
	display:block;
	width: 350px;
	text-decoration: none;
	color:#99B77B;
	font-size: 18px;
	font-weight: bold;
	width:100%;
}

.liste a:hover {
	text-decoration: none;
	background-color:#73895D;
	color:#FFF;
}

.texte {
	font-family: Geneva;
	font-size: 1em;
	margin-top: 50px;
	margin-bottom: 50px;
	float: left;
	text-align: justify;
	width: 95%;
	clear: both;
}
h1 {
	text-align:center;
}

/******************** FCKEditor *********************/
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

pre {
	margin:0px;
	padding:0px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

/******************** INTRANET *********************/
.conteneur {
	border: 1px solid black;
	margin: 30px;
	background-color: white;
}
.onglets {
	border-bottom: 1px solid black;
	background-color: #91AD75;
}
.scene {
	padding: 10px;
}
