/* formatage valable pour toutes les pages */

body
{
	width: 959px;
	margin: auto; /* Pour centrer notre page */
	margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
	margin-bottom: 20px;    /* Idem pour le bas du navigateur */
	border: 1px solid black;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
}

#entete
{
	width: 959px;
	height: 139px;
	margin: 4px;
	background-image: url("textures/Entete.png");
	background-repeat: no-repeat;
}

hr
{
	clear:both;
}

h1
{
	Text-align:center;
	padding:40px;
	z-index:-1;
}

#CouleurFond
{
	background-color:rgb(250,250,255);
	padding:30px;
	margin-bottom:10px;
}

#menuDeroulant
{
/*	position: absolute;
	top:0px;
	margin-top:10px;		/*deux lignes paradoxales, mais utiles pour avoir le même aperçu sur tous les navigateurs */
/*	left:-35px;
	right: 0px;	*/
	margin-left: -40px;
	margin-right:-6px;
	z-index: 150;
	list-style-type: none;
}

#menuDeroulant li
{
	float: left;
	position: relative;
	width: 137px;
	height: 20px;
	vertical-align: middle;
	border: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(196,217,255);
}

#menuDeroulant li a:link, #menuDeroulant li a:visited
{
	display: block;
	position: relative;
	margin-bottom:6px;
	font-family: "Times New Roman", serif;
	font-size: 95%;
   	font-weight: bold;
	text-decoration: none;
	color: black;
}

#menuDeroulant li:hover
{
	background-color: rgb(110,115,255);
}


#menuDeroulant .sousMenu
{
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#menuDeroulant li:hover > .sousMenu
{
	display: block;
}

#menuDeroulant .sousMenu li
{
	float: none;
	position: relative;
	width: 100%;
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right:0px;
	margin-left: 0px;
	margin-bottom: 0px;
	border: none;
	text-align: center;
	background-color: rgb(196,217,255);
}

#menuDeroulant .sousMenu li a:link, #menuDeroulant .sousMenu li a:visited
{
	display: block;
	padding-top: 5px;
	font-family: "Times New Roman", serif;
	font-size: 95%;
   	font-weight: bold;
	text-decoration: none;
	color: black;
}

#menuDeroulant .sousMenu li:hover
{
	display: block;
	background-color: rgb(110,115,255);
}

#cache_adresse
{
	visibility:hidden;
	position: fixed;
	top:50%;
	left:20%;
	z-index: 20;
	width:350px;
	border: 2px solid black;
	background-color: rgb(250,150,150);
	padding: 10px;
	font-weight: bold;
}

.dons
{
	padding-top:30px;
	padding-left:15px;
	float:left;
}

.pub
{
	padding:10px;
	float:right;
}

.dons_en
{
	top:10px;
	right:10px;
	z-index:1;
}

img.ecrire
{
	border: none;
	vertical-align: top;
}

/* formatage valable pour l'indexe */

#presentation
{
	border: 1px solid black;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 5px 25px;
	background-color:rgb(196,217,255)
}

.date
{
	text-align: right;
}

.signature
{
	margin-left: 100px;
}

/* formatage valable pour les mode d'emploi */

ol
{
	list-style-type: upper-roman;
	font-family: "Arial Black", "Times New Roman", Arial, serif;
	font-size: 120%;
	color: black;
	text-decoration: underline;
	line-height: 200%;
	margin-left: 30px;
}

a.sommaire
{
	color: black;
	text-decoration: underline;
}

a.sommaire:hover
{
	color: rgb(130,130,130);
	text-decoration: underline;
}

/* formatage valable pour les téléchargements */

.tableau_telechargements
{
	border-collapse: collapse;
}

td.titre
{
	height: 7%;
	width: 310px;
	font-family: "Times New Roman", Arial, Bimini, serif;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid black;
	text-decoration: none;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right:2.5%;
	margin-left: 2.5%;
	margin-right: 0px;
	margin-left: 0px;
	color: black;
	background-image: url("textures/ban14.png");
	background-repeat: repeat-x;
}

.critere
{
	height: 7%;
	font-family:  "Comic Sans MS", Amaze, Liberate, Bangle, Arial ,serif;
	font-size: 100%;
   	font-weight: normal;
	font-style: italic;
	border: 1px solid rgb(130,130,150);
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: black;
	background-image: url("textures/ban_critere.png");
	background-repeat: repeat-x;
}

td.critere:hover
{
	background-image: url("textures/ban14.png");
	background-repeat: repeat-x;
}

.bouton
{
	font-family:   "Times New Roman" ,serif;
	font-size: 110%;
   	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	color: black;
	background-image: url("textures/ban_critere.png");
	background-repeat: repeat-x;
	vertical-align: middle;
	width: 50%;
	height: 36px;
	margin-right: 25%;
	margin-left: 25%;
	background-position: center;
}

.bouton:hover
{
	background-image: url("textures/ban14.png");
	background-repeat: repeat-x;
}

a.gest_exo
{
	display: block;
	background-image: url("textures/logo.png");
	width: 96px;
	height: 25px;
	background-repeat: no-repeat;
}

a.gest_exo:hover
{
	display: block;
	background-image: url("textures/logo_hover.png");
	width: 96px;
	height: 25px;
	background-repeat: no-repeat;
}

a.mode_emploi
{
	display: block;
	background-image: url("textures/book07.gif");
	width: 32px;
	height: 32px;
}

a.mode_emploi:hover
{
	background-image: url("textures/book07_hover.gif");
}

a.NouveauxExos
{
	display: block;
	background-color: rgb(200,200,220);
	border: 1px solid black;
	margin: 15px 60px;
	padding: 15px 25px;
	max-width: 350px;
	font-family:   "Times New Roman" ,serif;
	font-size: 130%;
	font-style: normal;
	text-decoration: none;
	color: black;
	text-align: center;
}

a.NouveauxExos:hover
{
	background-color: rgb(180,180,200);
}

#cache
{
	visibility:hidden;
	position: fixed;
	top:50%;
	left:20%;
	z-index: 20;
	width:350px;
	border: 2px solid black;
	background-color: rgb(250,150,150);
	padding: 10px;
	font-weight: bold;
}

a.zip
{
	display: block;
	background-image: url("textures/winzip.gif");
	width: 32px;
	height: 32px;
}

a.zip:hover
{
	background-image: url("textures/winzip_hover.gif");
}

a.criteres_txt
{
	display: block;
	background-image: url("textures/notepad.gif");
	width: 32px;
	height: 32px;
}

a.criteres_txt:hover
{
	background-image: url("textures/notepad_hover.gif");
}

a.logo_zip
{
	display: block;
	background-image: url("textures/logo_zip.png");
	width: 152px;
	height: 31px;
}

a.logo_zip:hover
{
	background-image: url("textures/logo_zip_hover.png");
}

a.exo_float
{
	float: left;
	width: 194px;
	margin-left: 15px;
	margin-right: 15px;
	height: 300px;
	font-family: Arial, Bimini, "Arial Black", "Times New Roman", serif;
	font-size: 80%;
	font-weight: bold;
	border: none;
	text-decoration: none;
	text-align: center;
	color: rgb(170,170,170);
}

a.exo_float:hover
{
	color: black;
}

.lienAdresse
{
	padding-left:20%;
	text-decoration: none;
	font-weight: bold;
}

img.exo
{
	background-color: white;
	border: 1px solid black;
}

img.exo:hover
{
	background-color: rgb(220,220,220);
}

/* formatage valable pour les liens */

.titre_lien
{
	font-family: Arial, Bimini, "Arial Black", "Times New Roman", serif;
	font-size: 110%;
   	font-weight: bold;
	text-decoration: underline;
	margin-left: 10px;
	line-height: 300%;
}

.liste_liens
{
	line-height: 150%;
}

/* formatage valable pour l'upload */

.upload
{
	border: 1px solid black;
	padding: 5px 25px;
	margin: 35px;
	background-color:rgb(200,150,250);
}

.attention
{
	color: red;
	font-weight: bold;
}

/* formatage valable pour le forum */

.page
{
	text-align: center;
}

.message
{
	width:100%;
}

.sujet
{
	margin-top: 20px;
	font-weight: bold;
	background-color:rgb(200,180,180);
	border:	1px solid black;
	padding:10px;
}

/* formatage valable pour les statistiques */

.TelTous
{
	background-color:red;
	font-family: "Times New Roman", Arial, Bimini, serif;
	font-size: 50%;
	color: red;
}

.TelNouv
{
	background-color:rgb(170,0,0);
	font-family: "Times New Roman", Arial, Bimini, serif;
	font-size: 50%;
	color: rgb(170,0,0);
}

.UpNouv
{
	background-color:rgb(0,255,0);
	font-family: "Times New Roman", Arial, Bimini, serif;
	font-size: 50%;
	color: rgb(0,200,0);
}

.UpMiseJour
{
	background-color:rgb(0,185,0);
	font-family: "Times New Roman", Arial, Bimini, serif;
	font-size: 50%;
	color: rgb(0,160,0);
}

.UpFichier
{
	background-color:rgb(0,125,0);
	font-family: "Times New Roman", Arial, Bimini, serif;
	font-size: 50%;
	color: rgb(0,110,0);
}

.TiTreDateStats
{
	background-image: url("textures/DegradeOrange.png");
	background-repeat: repeat;
	height: 7%;
	font-family: "Times New Roman", Arial, Bimini, serif;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid black;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right:2.5%;
	margin-left: 2.5%;
	margin-right: 2px;
	margin-left: 2px;
	color: black;
}

.TitreCellStats
{
	background-image: url("textures/DegradeOrange.png");
	background-repeat: repeat;
	height: 7%;
	width: 200px;
	font-family: "Times New Roman", Arial, Bimini, serif;
	font-size: 120%;
	font-weight: bold;
	border: 2px solid black;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right:2.5%;
	margin-left: 2.5%;
	margin-right: 2px;
	margin-left: 2px;
	color: black;
}

.CellStats
{
	background-color:rgb(250,255,215);
	height: 7%;
	font-family:  "Times New Roman", Arial, Bimini, serif;
	font-size: 100%;
   	font-weight: normal;
	font-style: normal;
	border: 1px solid black;
	text-decoration: none;
	text-align: left;
	color: black;
}

.CellStatsWE
{
	background-color:rgb(220,220,190);
	height: 7%;
	font-family:  "Times New Roman", Arial, Bimini, serif;
	font-size: 100%;
   	font-weight: normal;
	font-style: normal;
	border: 1px solid black;
	text-decoration: none;
	text-align: left;
	color: black;
}

.CellStatsDate
{
	background-color:rgb(250,255,215);
	height: 7%;
	font-family:  "Times New Roman", Arial, Bimini, serif;
	font-size: 100%;
   	font-weight: bold;
	font-style: normal;
	border: 1px solid black;
	text-decoration: none;
	text-align: left;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
}

.CellStatsWEDate
{
	background-color:rgb(220,220,190);
	height: 7%;
	font-family:  "Times New Roman", Arial, Bimini, serif;
	font-size: 100%;
   	font-weight: bold;
	font-style: normal;
	border: 1px solid black;
	text-decoration: none;
	text-align: left;
	color: black;
	padding-left: 5px;
	padding-right: 5px;
}
