@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;  
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* /////////////////////////////////////////////////// */
body, html {
text-align:center;
}

#intro {
   position:absolute;
   left: 50%;
   top: 50%;
   margin-top: -270px; /* moitié de la hauteur */
margin-left: -350px; /* moitié de la largeur */
   height:540px;
   width:690px;

   text-align:center;
}
#introtxt {
   padding-top:750px; padding-bottom:5px;
   font-family:Arial, Helvetica, sans-serif;
   text-align:center;
   font-size:9px;
   color: #999;
}
#introtxt a {
   color: black;
   text-decoration:none;
}
.black {
	background:black;
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
}
.black a {
   color: gray;
   text-decoration:none;
   font-weight:bold;
}
.black a:hover {
   color: white;
   text-decoration:none;
}
#videotxt {
   padding-top:5px; padding-bottom:5px;
   text-align:center;
   font-size:9px;
}
