@charset "iso-8859-1";
/* auteur: Laurent Séguin */
/* Date de création: 02/02/2002 */

/* partie générale */
body {background: #E6E6E6; color: #000000; font-family: Times New Roman,serif}
a:link {color: #000099; text-decoration: none; background: transparent}
a:visited {color: #0000FF; text-decoration: none; background: transparent}
a:hover {  color: #FF0000; text-decoration: underline; background: transparent; font-weight: bold}

.txt {font-family: Arial,Helvetica,sans-serif; font-size: 80%; text-align: justify}

/* les autres pages */
.txt2 {font-family: Arial,Helvetica,sans-serif; font-size: 75%; text-align: justify}
.td1 {background: #FFCC99; font-family: Arial,Helvetica,sans-serif; font-size: 80%; color: #000000}
.td2 {background: #CCCCFF; font-family: Arial,Helvetica,sans-serif; font-size: 80%; color: #000000}

/* Affichage de la liste des scripts */
.nom {font-weight: bold; border: double #000000; background-color: #FFE865; background-position: center center; width: auto; color: #000000; font-size: 80%; font-family: Trebuchet MS,sans-serif}
.explidx {color: #000000; background-color: #ECE4FF; border: groove #CDC6DD; background-position: center center; width: auto; font-size: 80%; font-family: MS Sans Serif,Arial,sans-serif}
.lien {cursor: help; background-color: #ECE1E1; color: #000000}

/* présentation du script */
.titre {font-weight: bold; font-family: Verdana,sans-serif; border: double #000000; background-color: #FFFFCC; background-position: center; width: auto; color: #000000}
.descri {font-family: MS Sans Serif,sans-serif}

/* Explication du script */
.expli {color: #000066; background-color: transparent; font-family: Arial,sans-serif; font-weight: inherit}
.code {color: #800000; font-weight: 500; background-color: transparent; font-family: sans-serif}
.source {background: #CCCCCC; border: groove #000000; border-spacing: 2px; color: black}

/* autre */
.note {font-family: Arial,MS Sans Serif,serif; font-size: 75%; background: transparent; color: #000000}

/* ch'tit texte */
.petit2 {font-family: Arial,Helvetica,sans-serif; font-size: 9px; background: transparent; color: #000000}
.petit {font-family: Arial,Helvetica,sans-serif; font-size: 9px; background: #CCFFFF; color: #000000}

/* Mots réservés */
.on {WIDTH: 400px; COLOR: black; FONT-FAMILY: MS Sans Serif,sans-serif; background: #FFEFF9; border: double; text-decoration: none; font-size: x-small; text-align: justify; vertical-align: middle; word-spacing: normal; white-space: normal}
#off1 {Z-INDEX: 1}
#off2 {Z-INDEX: 1}
#on1 {Z-INDEX: 2; POSITION: fixed; width: 400px}
.tdres1 {font-family: Arial,Helvetica,sans-serif; font-size: 12px; background: #EEEEEE; color: #000000}
.tdres2 {font-family: Arial,Helvetica,sans-serif; font-size: 12px; background: #FFFFE0; color: #000000}
.tdres3 {font-family: Arial,Helvetica,sans-serif; font-size: 12px; background: #EEEEFF; color: #000000}

#cache {background: #E6E6E6; color: #E6E6E6; display: none; z-index: 2}

/* Le formulaire d'inscription */
form{
text-align: center;
}
fieldset{
margin-left: auto;
margin-right: auto;
border:1px solid black;
width:60%;
padding:1em;
display:block;
clear: both;
text-align:left;
}
fieldset legend {
font-weight:bold;
border:1px solid black;
background:#ffd07f;
}
fieldset label {
display:block;
clear:both;
margin-top:0.3em;
vertical-align:middle;
padding:2px;
}

button{
display:block;
border:1px solid gray;
float:right;
}

button:hover{
border:1px solid black;
background:white;
}

label:hover{
background-color: grey);
cursor:pointer;
}