noote |
Sous IE sa donne =>
[img=http://img181.imageshack.us/img181/7072/92140343rz6.th.jpg]
Sous Opéra,mozilla,Chrome,safari sa donne ==>
[img=http://img179.imageshack.us/img179/4025/otherri7.th.jpg]
Mon css c'est ==>
Code :
- body {
- background:url(../img/slice.jpg) repeat-x #145c59 ;
- }
- #super_container {
- margin : auto;
- width : 800px;
- }
- #container
- {
- width:100%;
- margin-bottom:10px;
- float:left;
- }
- #top {
- background-color : #fff;
- width : 780px;
- height : 10px;
- float:left;
- }
- #top_left {
- background:url("../img/coin_top_left.gif" ) no-repeat;
- width : 10px;
- height : 10px;
- float:left;
- }
- #top_right {
- background:url("../img/coin_top_right.gif" ) no-repeat;
- width : 10px;
- height : 10px;
- float:left;
- }
- #container_small {
- background-color : #fff;
- float:left;
- width : 760px;
- padding-right:20px;
- padding-left:20px;
- padding-top:10px;
- }
- #baniere
- {
- background:url(../img/logolncr.jpg) no-repeat #fff;
- width:654px;
- height:130px;
- float:right;
- padding-left:106px;
- padding-top:20px;
- }
- #baniere_title
- {
- width:320px;
- font-size:32px;
- text-align:center;
- font-family : "Myriad pro","Trebuchet";
- font-style : italic;
- }
- #header_small
- {
- float:right;
- font-family : "Myriad pro","Trebuchet";
-
- font-size : 12px;
- font-style : italic;
- color:rgb(104,104,104);
- }
- #header_small a {
- color : rgb(104,104,104);
- text-decoration : none;
- }
- #menu
- {
- margin-top:20px;
- background:url(../img/barremenu.gif) no-repeat #fff;
- /*background:#dae;*/
- width:765px;
- float:right;
- height : 35px;
- margin-bottom:20px;
- }
- hr
- {
- height:1px;
- border:0px;
- background:rgb(176,176,176);
- width : 720px;
-
- }
- #content
- {
- background:#fff;
- width:760px;
- float:right;
- margin: auto;
- /*height: 400px;*/
- text-align : center;
- }
- #illustration
- {
- background:url(../img/image.jpg);
- width:740px;
- height:130px;
- margin: auto;
- }
- #bottom_left {
- background:url("../img/coin_bottom_left.gif" ) no-repeat;
- width : 10px;
- height : 10px;
- float:left;
- }
- #tete_logo_lncr {
- background:url("../img/logolncr.jpg" ) no-repeat;
- margin-top : 20px;
- margin-left : 20px;
- }
- #bottom {
- background-color : white;
- width : 780px;
- height : 10px;
- float:left;
- }
- #bottom_right {
- background:url("../img/coin_bottom_right.gif" ) no-repeat;
- width : 10px;
- height : 10px;
- float:left;
- }
- #footer {
- }
- .right {
- margin-top : 10px;
- float : right;
- color :rgb(104,104,104);
- font-family : "Myriad pro","Trebuchet";
- font-size : 13px;
- font-style : italic;
- }
- .left {
- margin-top:10px;
- float : left;
- color : rgb(104,104,104);
- font-family : "Myriad pro";
- font-size : 13px;
- font-style : italic;
- }
- .left a {
- color : rgb(104,104,104);
- text-decoration : none;
- font-family: "Myriad pro","Trebuchet";
- }
- #sub_foot
- {
- text-align :center;
- float : bottom;
- color : rgb(40,40,40);
- font-family: "Myriad pro","Trebuchet";
- font-size : 13px;
- }
- #sub_foot a {
- color : rgb(40,40,40);
- text-decoration : none;
- font-family: "Myriad pro","Trebuchet";
- font-size : 13px;
- }
- #index {
- }
- #index h1 {
- color : rgb(176,176,176);
- font-family : "Myriad Pro","Trebuchet MS";
- font-style: italic;
- }
|
|