1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
| @charset "UTF-8";
/* CSS Document */
@font-face { /* Définition d'une nouvelle police nommée Lighthouse_PersonalUse */
@font-face { font-family: "Lighthouse_PersonalUse";
src:url(Lighthouse_PersonalUse.ttf);
src:url(Lighthouse_PersonalUse.otf);
src:url(Lighthouse_PersonalUse.eot);
}
/*******************************************/
/* BALISES GEN */
/*******************************************/
* {margin:0; padding:0px; border:0;}
body { background:url(file:///Macintosh%20HD/Users/.../Desktop//.png); font-size:14px; color:#000; font-family: 'Lighthouse_PersonalUse', Lucida sans, serif;}
p {text-align:justify;}
/*******************************************/
/* STRUCT GEN */
/*******************************************/
#global {width:1280px; height:auto; margin:auto; overflow:auto; float:left;}
#img-ban { background-image:url(IMAGE/img-ban.png); width:1280px; height:315px; z-index:0; position:relative;}
#ban-trans { background-image:url(IMAGE/ban.png); width:1280px; height:180px; z-index:1; position:absolute;}
#position-titre { margin-top:60px; margin-left:45px; z-index:0; position:relative;}
#position-coor { margin-bottom: 0px; margin-left: 1000px; font-size: 20px; z-index: 1; position: absolute; left: 3px; top: 54px;}
#global-centre {width:961px; height:auto; margin:auto; overflow:auto; top:316px; left:161px;}
.titre { font-size:60px; font-family:"Lighthouse Personal Use"; color:#000; text-decoration:none;}
.titre2 { font-size:20px; font-family:"Lighthouse Personal Use"; color:#000; text-decoration:none;}
.coor { font-size:18px; font-family:"Lucida Sans Unicode", sans-serif; color:#000;} |