/* placement des menus */
body
{
width: 760px;
margin: auto; /* Pour centrer notre page - ne fonctionne pas sous IE5 */
margin-top: 10px;
margin-bottom: 10px;
}

#menu
{
position: absolute;
}

#menu1
{
position: absolute;
z-index: 500;
left: 152px;
top: 66px;
display: none;
}

#menu2
{
position: absolute;
z-index: 500;
left: 227px;
top: 66px;
display: none;
}

#menu3
{
position: absolute;
z-index: 500;
left: 288px;
top: 66px;
display: none;
}

#menu4
{
position: absolute;
z-index: 500;
left: 386px;
top: 66px;
display: none;
}

#menu5
{
position: absolute;
z-index: 500;
left: 512px;
top: 66px;
display: none;
}

#menu6
{
position: absolute;
z-index: 500;
left: 607px;
top: 66px;
display: none;
}

.paramenu
{
margin: 0px;
font-family: "Comic Sans MS", serif;
font-size: 14px;
background-color: #00CCFF;
color: #0000FF;
border: dotted blue 1px;
}
/* -------------------------------------------------------------------------------- */

/* mise en page des menus */
#menu p
{
margin: 0px;
}

.paramenu a
{
text-decoration: none;
}

.paramenu a:visited
{
color: #0000FF;
}

.paramenu a:hover
{
background-color: #0000FF;
color: #00CCFF;
}
/* -------------------------------------------------------------------------------- */

/* tableau de booléens pour l'exemple III */
.bools
{
border-collapse: collapse;
}

.bools td
{
border: solid 1px blue;
color: blue;
text-align: center;
}
/* -------------------------------------------------------------------------------- */

/* mise en page du corps  */
#corps
{
background-color: #CCFFFF;
padding-top: 65px; /* normalement 85 - on enlève 20 pour supprimer le margin-top du premier paragraphe */
}

#corps p
{
margin-top: 20px;
text-align: justify;
font-size: 16px;
font-family: "Trebuchet MS", "Times New roman", serif;
color: blue;
font-weight: normal;
}

#corps a
{
text-decoration: underline;
}

#corps a:visited
{
color: #0000FF;
}

.code /* Les codes Caml */
{
font-family: "Courier New", Georgia, serif;
color: navy;
font-weight: bold;
background-color: #FFFFFF;
}

.flottante
{
float: left;
}

.stopflottant
{
clear: left;
}

#corps img
{
border: 0px;
}

.formulaire
{
border-collapse: collapse;
}

.formulaire td
{
color: #0000FF;
text-align: center;
}
/* -------------------------------------------------------------------------------- */
