body {
	background-color: #000;
	margin: 0;
	width: 100%;
	overflow: hidden;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin: 2px 0 2px 0;
}

a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:hover{
	text-decoration: none;
	color: #F00;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.categorie {
	font-weight: bold;
	text-transform: uppercase;
}

#fond {
	position: absolute;
	height: 100%;
	width: 80%;
	left: 50%;
	margin-left: -40%;
	background-color: #FFF;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}

/* ---------------- page accueil temporaire ------------------  */

#tmp {
	position: absolute;
	left: 50%;
	margin-left: -207px;
	top: 50%;
	margin-top: -130px;
	width: 414px;
	height: 209px;
}

#fond img {
	position: absolute;
	top: 12px;
	left: 20px;
}

#menu {
	position: absolute;
	top: 150px;
	left: 40px;
	width: 124px;
	height: 230px;
}

#bandeau {
	width: 777px;
	height: 111px;
}

#centre {
	position: absolute;
	top: 130px;
	right: 20px;
	height: 420px;
	width: 74%;
}

#filigrane {
	position: absolute;
	right: 40px;
	width: 450px;
	height: 300px;
	padding: 0;
}

#titre {
	position: absolute;
	left: 0;
	top: 0;
}

#txt {
	position: absolute;
	width: 100%;
	right: 0;
	padding: 50px 0 0 20px;
	text-align: justify;
}

.usage1 {
	width: 40%;
	vertical-align: top;
	font-size: 12px;
}

.usage2 {
	width: 60%;
	vertical-align: top;
	font-size: 12px;
}

.usage li {
	margin-left: -26px;
}

ul {
	margin-top: 2px;
}

#alphabet, #numeration, #geometrie, #quatrecoins, #dictionnaire, #jeuoie, #petitschevaux, #mathematiques, #jeuflechettes, #ludique, #eps, #viecollective {
	position: absolute;
	width: 90%;
	border: 1px solid green;
	padding: 4px;
	visibility: hidden;
	margin-top: -8px;
}

/* ---------------- page contact ------------------  */

table{
	width: 100%;
	font-size: 12px;
}

.form {
	width: 50%;
	text-align: center;
	vertical-align: top;
	font-size: 12px;
}

.form p {
	margin-top: -2px;
}

input, textarea {
	border: 1px solid #000;
	background-color: #FFF;
	font-size: 12px;
	margin-bottom: 6px;
}

#submit {
	padding: 2px;
	background-color: #FF0000;
	color: #FFFFFF;	
}

/* ---------------- pied de page ------------------  */

#piedepage {
	font-size: 10px;
	letter-spacing: 0.2em;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-left: -20px;
}

#piedepage li{
	display: inline;
	list-style-type: none;
}
