Et j'allais oublier mon squelette :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>Association Télé 4L Sans Frontière</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<img id="arriere" alt="" src="tele.png" />
<div id="text">
<div id="a2009"><a href="http://tele4lsf.com/2009/">2009<span>ȃdition 2010</span></a></div>
<div id="a2010"><a href="http://tele4lsf.com/2012/">2010<span>ȃdition 2010</span></a></div>
<div id="a2011"><a href="http://tele4lsf.com/2012/">2011<span>ȃdition 2011</span></a></div>
<div id="a2012"><a href="http://tele4lsf.com/2012/">2012<span>ȃdition 2012</span></a></div>
</div>
</body>
</html>
Et
body {
background : #000;
margin : 0;
/*background-image: url("tele.png") ;
background-repeat: no-repeat; ;*/
margin:0;
padding:0;
height: 100%;
width: 100%;
}
#arriere{
/* l'image occupe toute la place du body */
width : 100%;
height: 100%;
}
#inner {
margin-left : -250px;
position : absolute;
top : -150px;
left : 50%;
width : 700px;
height : 300px;
}
.bgtext {
font-size : 500%;
position : absolute;
text-align : center;
top : -20%;
left : 0%;
right : 0%;
}
.bgtext, .footertext {
color : #222;
font-family : verdana, helvetica, sans serif;
}
.footertext {
font-size : 12px;
position : absolute;
top : 320px;
text-align : center;
width : 500px;
}
div#a2009, div#a2010, div#a2011, div#a2012, div#text5, div#text6, div#text7 {
color : #222222;
font-family : verdana, helvetica, sans serif;
position : absolute;
}
div#a2009 {
font-size : 200%;
top : 30%;
left : -20%;
position : absolute;
}
div#a2010 {
font-size : 200%;
top : 70%;
left : 5%;
}
div#a2011 {
font-size : 200%;
top : 40%;
left : 27%;
}
div#a2012 {
font-size : 200%;
top : 50%;
left : 70%;
}
div#a2009 a:hover span {
top : -3px;
left : 0;
}
div#a2010 a:hover span {
top : -10px;
left : 0;
}
div#a2011 a:hover span {
top : -4px;
left : 0;
}
div#a2012 a:hover span {
top : -6px;
left : 0;
}
div#inner a:hover, div#inner2 a:hover {
background : none;
cursor : pointer;
}
div#inner a span {
display : none;
}
div#inner a:visited span {
display : none;
}
div#inner a {
text-decoration : none;
color : white;
}
div#inner a:hover span {
display : block;
position : relative;
background : none;
font-size : 14px;
}
div#inner a:link, div#inner a:visited {
text-decoration : none;
}
div#inner a:hover {
text-decoration : none;
}
div#content {
position : absolute;
top : -50px;
left : -70px;
width : 635px;
height : 400px;
overflow : auto;
font-family : verdana, helvetica, sans serif;
font-size : 13px;
color : white;
text-align : justify;
margin : 3px;
}
div#inner div#content a:hover {
text-decoration : underline;
}
div#close, div#top {
width : 17px;
height : 17px;
background : none;
text-align : center;
font-family : verdana, helvetica, sans serif;
font-weight : bold;
font-size : 12px;
border : 1px solid #222;
}
div#top {
position : relative;
left : 573px;
top : 319px;
}
div#close {
position : relative;
left : 573px;
top : -47px;
}
div#inner div#close a:link, div#inner div#top a:link {
color : #fff;
cursor : default;
}
div#inner div#close a:visited, div#inner div#top a:visited {
color : #fff;
cursor : default;
}
div#inner div#close a:hover, div#inner div#top a:hover {
color : #fff;
cursor : default;
}
div#urltext {
font-family : verdana, helvetica, sans serif;
font-size : 30px;
position : absolute;
top : -87px;
left : -69px;
}
div#urltext, div#inner div#content a:link, div#inner div#content a:visited, div#inner a:hover, div#inner a:hover span {
color : #ff7c11;
}
div#content div#titlebar {
border : 1px solid #222222;
background : #000;
font-weight : normal;
color : #ff7c11;
}
div#content {
margin-left : 0;
padding-right : 8px;
}
.titleblock {
font-family : verdana, helvetica, sans serif;
font-size : 12px;
color : #ff7c11;
margin-right : 6px;
margin-top : 10px;
margin-bottom : 10px;
margin-left : 2px;
border : 1px solid #222;
padding : 4px;
}
.titleblock span {
color : #ff7c11;
}
#urltext a:link {
color : #444;
}
#urltext a:visited {
color : #444;
}
#urltext a:hover {
color : #444;
}
#urltext a:active {
color : #444;
}
Modifié par 2xyo (27 Nov 2010 - 20:01)