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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63
|
/* CSS rubrique PPS */
div#cadrepps {
width:555px;
background-image: url(../images/fd-pps.png);
height: 100px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 10px;
background-repeat: no-repeat;
overflow: visible;
}
div#descpps {
position: relative;
width:365px;
height: 100px;
float: left;
padding-right: 10px;
padding-left: 10px;
font-size: 10px;
margin-top: 10px;
}
div#imgpps {
float : left;
width : 100px;
height:100px;
color: #FFFFFF;
background-image: url(../images/ecran.png);
background-repeat: no-repeat;
position: relative;
margin-left: 10px;
margin-top: 10px;
}
div#urlpps {
position: relative;
float:right;
width:50px;
height:65px;
color: #FFFFFF;
padding: 0;
}
div#cadrebas {
clear:both;
width:555px;
height:20px;
background-color:#000000;
}
.lienurl a:link {color: red ;}
.lienurl a:hover {border: 1px solid #000000; color: #00FBFF}
.lienurl a:visited {color: white ;}
div#cadreinfo {
float:left;
background-color:#006698;
bottom:0;
border: 1px solid #FFFFFF;
width:365px;
background-position: right bottom;
} |
Partager