html, body {
 height: 100%;
 }
body {
 background-color: black;
 }
h2 {
 font-size: 150%;
 font-family: verdana, helvetica, arial, sans-serif;
 text-align: center;
 }
#global {
 background: #3f0729;
 min-height: 100%;
 width: 70%;
 overflow: hidden;
 margin-left: auto;
 margin-right: auto;
 }
#contenu h2 {
 color: black;
 background: #EDD3CE;
 width: 65%;
 margin-left: auto;
 margin-right: auto;
 font-family: verdana, helvetica, arial, sans-serif;
 font-size: 130%;
 text-align: center;
 }
p {
 text-align: center;
 }
a:link {
 color: gray;
 }
a:visited {
 color: #32CB44;
 }
a:hover {
 color: yellow;
 text-decoration: none;
 }

