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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136
| @charset "UTF-8";
/* CSS Document */
body {
background-color: #1b1a1a;
}
#site {
position: relative;
width: 802px;
height: 748px;
margin-left: auto;
margin-right: auto;
font-family: "Gill sans", "Trebuchet Ms", Tahoma, Helvetica, sans-serif;
border : 1px solid #f00;
}
.header {
width: 802px;
height: 293px;
margin-top: 70px;
}
.menu {
height: 19px;
margin-left: 237px;
margin-top: 23px;
margin-bottom: 4px;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 19px;
}
.menu a {
color: #333;
text-decoration: none;
}
.menu a:visited {
color: #333;
text-decoration: none;
}
.menu a:hover {
color: #666;
text-decoration: none;
}
.ligne {
margin-left: 3px;
margin-right: 3px;
color: #666;
font-size: 16px;
}
.rectangle_1 {
width: 802px;
height: 293px;
margin-right: auto;
margin-left: auto;
position: absolute;
/* left: 0px;
right: 0px;*/
background-color: #fff;
}
.macaron {
width: 271px;
height: 272px;
position: absolute;
left: -68px;
top: -75px;
background-image: url(images/logo_peinture.png);
}
.anim {
width: 717px;
height: 218px;
margin-left: auto;
margin-right: auto;
border: thin solid #999;
}
.rectangle_2 {
background-color: #fff;
width: 802px;
height: 350px;
/* margin-left: auto;
margin-right: auto;*/
}
.titre {
color: #000;
font-size: 16px;
text-decoration: underline;
text-align: center;
}
.text {
color: #000;
font-size: 14px;
text-align: justify;
}
.bloc_1 {
float: left;
width: 355px;
height: 350px;
padding-left: 40px;
padding-right: 10px;
overflow: auto;
}
.bloc_2 {
width: 355px;
height: 350px;
padding-right: 43px;
overflow: auto;
}
.bottom {
width: 802px;
height: 38px;
/* margin-left: auto;
margin-right: auto;*/
padding-top: 6px;
text-align: center;
color: #000;
font-size: 14px;
background-color: #fff;
}
.bottom a {
color: #333;
}
.bottom a:visited {
color: #333;
}
.bottom a:hover {
color: #666;
} |