/* CSS Document */
html, body{
margin: 0px;
padding: 0px;
font-family: "Comic Sans MS", verdana, arial, sans-serif;
font-size: 10pt;
text-align: center;
background-color: #ffffff;
color: #000000;
}
#global{
width: 760px;
margin-right: auto; 
margin-left: auto;
margin-top: 10px;
margin-bottom: 15px;
text-align: left;
background-color: #FFFF99;
border: #000000 1px solid;
}
#entete{
height: 130px;
padding: 0px;
margin-top: 4px;
margin-left: 4px;
margin-right: 4px;
background-color: #b7d3f0;
border-top: #336699 1px solid;
border-left: #336699 1px solid;
border-right: #336699 1px solid;
}
#menuh{
height: 25px;
padding: 0px;
padding-bottom: 4px;
margin-bottom: 15px;
margin-left: 4px;
margin-right: 4px;
text-align: center;
background-color: yellow;
color: #336699;
border: #336699 1px solid;
}
#menuh ul li{
margin-left: 4px;
font-size: 10pt;
font-weight: bold;
float: left;
}
#menug{
width: 185px;
margin-left: 4px;
float: left;
background-color: #b7d3f0;
border: #b7d3f0 1px solid;
}
#corps{
width: 400px;
margin-bottom: 10px;
padding-right: 2px;
padding-left: 2px;
margin-left: 20px;
background-color: #f5f5f5;
float: left;
border: navy 1px solid;
}
#boite1{
width: 115px;
height: 220px;
background-color: #f5f5f5;
float: left;
margin-left: 20px;
border: navy 1px solid;
text-align: center;
}
#boite2{
width: 115px;
height: auto;
background-color: #f5f5f5;
float: right;
margin-right: 5px;
margin-top: 50px;
border: navy 1px solid;
}

#pieddepage{
height: 18px;
padding: 0px;
padding-top: 5px;
margin-top: 10px;
margin-bottom: 5px;
margin-left: 4px;
margin-right: 4px;
text-align: center;
background-color: #f5f5f5;
border: #336699 1px solid;
clear: both;
}
p{
padding: 0px;
margin: 0px;
font-size: 0.85em;
}
.texte{
padding: 10px;
margin: 0px;
}
.textepieddepage{
padding: 0px;
padding-top: 2px;
margin: 0px;
color: #369;
}
.logo{
margin: 0px;
float: left;
}
.image{
margin: 1px;
float: left;
}
ul{
list-style-type: none;
padding: 0px;
margin: 0px;
margin-top: 5px;
margin-left: 20px;
}
li {
list-style-type: none;
padding-top: 0px;
margin-top: 0px;
color: #9d9d9d;
font-size: 0.85em;
}
h1 {
padding: 0px;
padding-left: 5px;
padding-top: 25px;
margin: 0px;
font-size: 20pt;
font-weight: bold;
text-align: center;
}
h2 {
padding: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
margin-left: 5px;
margin-right: 10px;
margin-bottom: 0px;
margin-top: 5px;
color: #336699;
font-size: 12pt;
font-weight: bold;
border-bottom: #336699 2px solid;
}
h3 {
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-top: 5px;
margin-left: 5px;
margin-right: 10px;
margin-bottom: 2px;
margin-top: 2px;
background-color: yellow;
color: #336699;
font-size: 10pt;
border-bottom: #336699 2px solid;
}
h4{
margin: 0px;
font-weight: bold;
color: #000000;
color: #336699;
text-decoration: underline
}
a:link { 
color: #000000; 
text-decoration: underline
}
a:visited { 
color: #000080; 
text-decoration: none
}
a:hover { 
color: #000000; 
text-decoration: none
}
.zoom {
width: 115px;
height: 220px;
background-color: #f5f5f5;
float: left;
margin-left: 20px;
border: navy 1px solid;
}
.zoom p {
text-align:center;
}
.zoom img {
width:110px;
height:165px;
}
.zoom img:hover {
width:267px;
height:400px;
}



