/* Start of CMSMS style sheet 'intro' */
object { outline: none; } 

body {
   font-size: 1em;
   margin: 0;
   color: #000;
   background: #fff url(images/interface/bg_03.jpg);
   font-family: Verdana,Arial,Geneva,sans-serif;
}

#horizon {
   color: #000;
   background-color: aqua;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 0;
   width: 100%;
   height: 1px;
   overflow: visible;
   visibility: hidden;
   display: block;
}
#escargots {
   background: transparent url(images/interface/escargots_intro2.gif) no-repeat;
   margin-left: -420px;
   position: absolute;
   top: -465px;
   left: 50%;
   width: 825px;
   height: 716px;
   visibility: visible;
}
	
#contenu {
   background-color: transparent;
   margin-left: -145px;
   position: absolute;
   top: -175px;
   left: 50%;
   width: 270px;
   height: 200px;
   visibility: visible;
}
	
.texte {
   margin-top: -30px;
   margin-left: 15px;
   font-size: 1em;
   line-height: 1.2em;
   text-align: left;
}

.texte strong {
   font-family: Georgia,Verdana,Arial,Geneva,sans-serif;
   font-weight: bold;
   display: block;
   font-size: 0.8em;
   line-height: 1.1em;
}
.texte em {
   font-family: Georgia,Verdana,Arial,Geneva,sans-serif;
   font-weight: normal;
font-style: normal;
   display: block;
   font-size: 0.7em;
   line-height: 1.3em;
}

img {
   margin: 0;
   border: 0;
}

a:link, a:visited {
   text-decoration: none;
   color: #6f6f6f;
}

a:hover {
   text-decoration: none;
   color: #000;
}




/* End of 'intro' */

