/* feuille de style labopcfesch.free.fr */


/* le fond de page */




body {
	background-color: #e0e0e0;
	font-family: arial, sans-serif;
	font-size: 10pt;
	background-image: url(/images/disquette.gif);
	background-attachment: fixed;
}

h1 {
text-align:center;
}

/* les liens */

A:link {text-decoration:none; color:blue;}
A:visited {text-decoration:none; color:blue;}
A:active {text-decoration:none; color:blue;}
A:hover {text-decoration:none; color:red;}


A:link IMG {border :none}
A:visited IMG {border :none}
A:active IMG {border :none}
A:hover IMG {border :none}


/* les images */

.sansbord img{
border: none;
}


/* Affichage du corps et de la page */

.corps{
width : 100%;
margin:0;
text-align:center;
}

.page{
border:1px;
border-style:solid;
border-color:#CCCCCC;
margin-left: auto;
margin-right: auto;
background-color : white;
padding :2em;
width : 85%;
text-align: left;
}

/* autre class de page de présentation */

/* autre class de page de présentation */

.pform{
border:1px;
border-style:solid;
border-color:#AAAAAA;
margin-left: auto;
margin-right: auto;
background-color : #EEEEEE;
padding :1em;
padding-left :3em;
width : 80%;
text-align: left;
}



/* formatage des cadres (pre) */

pre {
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #F0B802;
	padding: 1em;
	margin: 1em;
	font-size: 100%;
	background: #ffffcc;
	width: 85%;
	overflow: auto;

}



ul#menu, #menu li {
list-style-type: none;
margin:0;
padding:0;
}

ul#menu {
width: 100%;
height: 1.1em;
border-top: 2px solid black;
}

#menu li {
display: inline;
}

#menu a {
font: bold 0.9em verdana, arial, sans-serif;
text-decoration: none;
color: black;
margin: 0 0.5em;
padding:0;
background: #dddddd; 
}

#menu a:hover {
background: #3366cc;
}