/* CSS Document */
/* police, taille, présentation */
body
{
font-family:Verdana, Arial;
font-size:medium;
width: 1100px;
margin: auto; /* Pour centrer notre page */
margin-top: 20px; 
margin-bottom: 20px;
background-color : #66CC99;
}
em
{
font-style:italic;
}
strong
{
font-weight:bold;
}
p
{
width:90%;
padding:12px; /* marge intérieure */
margin:auto; /* pour centrer le block */
}
p:first-letter
{
font-size:1.5em;
font-weight:bold;
float:left;
margin:5px;
}
li
{
list-style-type:circle;
}
li:hover
{
list-style-type:disc;
}
li a:hover
{
font-weight:bold;
font-style:italic;
text-decoration : none;
}
h1
{
text-align:center;
border-bottom: 2px solid black;
color:#009966;
font-variant:small-caps
}
h2
{
text-align:center;
border-bottom: 1px solid #66CC66;
font-variant:small-caps
}
.intro
{
border: 1px dashed #66CC66;/* bordure en pointillé de 1px */
margin-left:10%;
margin-right:10%;
margin-bottom:10px;
color:#66CC66;
background-color:#009966;
text-align:justify;
}
.liste_gauche
{
border: 1px dashed #66CC66;/* bordure en pointillé de 1px */
color:#66CC66;
background-color:#009966;
float:left;
margin-right:10px;
width:45%;
margin-bottom:50px
}
.liste_droite
{
border: 1px dashed #66CC66;/* bordure en pointillé de 1px */
color:#66CC66;
background-color:#009966;
float:right;
width:45%;
margin bottom:50px
}
.precedent
{
border: 1px dashed #66CC66;/* bordure en pointillé de 1px */
color:#66CC66;
background-color:#009966;
float:left;
margin-right:10px;
margin-bottom:10px;
width:15%;
text-align:center;
font-size :1.5em;
font-weight:bold;
font-variant:small-caps;
}
.suivant
{
border: 1px dashed #66CC66;/* bordure en pointillé de 1px */
color:#66CC66;
background-color:#009966;
float:right;
width:15%;
text-align:center;
font-size :1.5em;
font-weight:bold;
font-variant:small-caps;
}
.sommaire
{
border: 1px dashed #66CC66;/* bordure en pointillé de 1px */
color:#66CC66;
background-color:#009966;
float:left;
margin-left:25%;
width:15%;
text-align:center;
font-size :1.5em;
font-weight:bold;
font-variant:small-caps;
}
.image
{
padding:20px;
margin-bottom:20px;
text-align:center;
border:1px dashed #66CC66;
background-color:#009966;
max-width:100%
}
a
{
text-decoration:none;
color:#66CC66;
}
a:hover
{
color:#FF9933;
font-weight:normal;
text-decoration:none;
}
.sommairep1
{
border: 1px dashed #66CC66;/* bordure en pointillé de 1px */
color:#66CC66;
background-color:#009966;
float:left;
margin-left:41%;
width:15%;
text-align:center;
font-size :1.5em;
font-weight:bold;
font-variant:small-caps;
}
#pied_de_page
{
text-align:center;
border: 1px dashed #66CC66;/* bordure en pointillé de 1px */
margin-left:10%;
margin-right:10%;
margin-top:60%;
margin-bottom:5%;
color:#66CC66;
background-color:#009966;
padding:5px;
}
.titre_dessin
{
color : #009966;
font-size:0.8em;
font-weight:bold;
}
.logo
{
display:block;
float: right;
padding : 15px;
}

