body, html {
 height: 100%;
 margin: 0;
 padding: 0;
}
/*
html {
 overflow: visible;
}*/
body {
 overflow: auto;
 background-color:#C0C0C0;/*rgb(195,205,255);*/
 font-family:Verdana, Arial, serif;
}

html > body {
 overflow: visible !important;
}

a:link, a:active, a:visited {
 color:#000000;
}
a:hover {
 color:#000000;
}

a:link img, a:active img, a:visited img {
 border-color:#000000;
}

a:hover img {
 border-color:rgb(50,50,150);
}

a:link .titre, a:active .titre, a:visited .titre{
 color:#000000;
 text-decoration:none;
}
a:hover .titre{
 color:#000000;
 text-decoration:none;
}
h1 {
 width:80%;
 margin:0 auto;
 padding:2px;
 margin-top:5px;
 background-color:#C0C0C0;
 text-align:center;
 color:rgb(0,0,0);
 font-family:Arial, Verdana, sans-serif;
 border:4px solid rgb(220,255,220);
}

h3 {
 /*height:22px;
 margin-left:5%;
 padding-left:30px;
 background-image:url(.images/folder.open.gif);
 background-repeat:no-repeat;
 margin-bottom:25px;*/
 text-align:center;
}

hr {
 clear:both;
 display:none;
 padding-bottom:10px;
}

div.headg {
 float:left;
 text-align:left;
 padding-left:25px;
 width:50%;
}

div.headd {
 text-align:right;
 padding-right:25px;
}

p.list {
 margin-left:20px;
 margin-right:20px;
 margin-top:35px;
 text-align:center;
}

p.list a {
 margin-right:30px;
 line-height:170%;
 white-space:nowrap;
}

p.list a img {
 vertical-align:middle;
 margin-bottom:10px;
 border:2px solid;
}

p.retour a {
 margin-left:25px;
 padding:2px 6px;
 text-decoration:none;
 border:1px solid rgb(221,68,68);
 background-color:rgb(215,215,215);
}

p.retour a:hover {
 border:1px solid #000;
}

p.newImg {
 text-align:center;
 font-style:italic;
}

p.newImg a {
 color:#000;
 font-size:16px;
}

ul {
 list-style:url(.images/folder.gif);
 font-size:16px;
}

ul li {
 padding-left:8px;
}

ul > li {
 padding-left:0;
}

em {
 font-size:13px;
 padding-left:20px;
 font-weight:normal;
 color:rgb(25,25,90);
 vertical-align:middle;
}

span {
 color:#E22;
 font-weight:bold;
}

#mini {
 clear:both;
 position:absolute;
 top:28%;
 left:7px;
 text-align:right;
}

p[id=mini]  {
 position:fixed!important;
}

#mini img {
 border:2px solid #000;
}

#img {
 text-align:center;
 font-weight:bold;
 font-size:13px;
 clear:both;
}

#img img {
 border:none;
}