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
| html {height:100%;}
body {margin:0; padding:0;background:url(images/body.gif); height:100%}
table, td {border-collapse:collapse; width:100%; height:100%}
table, td, img {border:0; padding:0; vertical-align:top}
form, td{margin:0; padding:0;}
td, select{font:11px tahoma, arial, helvetica, sans-serif; color:#959677; vertical-align:top; text-align:left; line-height:14px}
.table{ height:100%; }
img{ vertical-align:top}
/*in_line_style*/
.main_table{ width:100%;}
.site_center{text-align:center; width:100%;}
.site_center1{margin:0 auto; text-align:left; width:766px;}
p{ margin:0; padding:0}
a{ color:#959677; text-decoration:underline}
a:hover{ text-decoration:none}
strong a{ color:#959677; text-decoration: none; background:url(images/marker.gif) no-repeat 0 5px; padding-left:12px}
strong a:hover{ text-decoration:underline}
.separate{ background: url(images/separate.gif) repeat-x; width:auto; height:12px}
ul { margin:0; padding:0; list-style:none;}
ul li { background:url(images/list_bg.gif) no-repeat 0 9px; margin:0; padding:0 0 0 12px;}
ul li a {line-height:19px; color:#918a81; text-decoration:underline; text-transform:uppercase}
ul li a:hover{ text-decoration:none}
.title, .title_top, .title_bot, .title_left, .title_right, .img, .img1 {display:block}
.bottom{ background: url(images/bottom.gif) repeat-y}
.main{ height:800px}
/*header*/
#header{ height:130px}
#header .col1{ width:179px; background:url(images/head_left.gif) no-repeat}
#header .col1 img{ display:block; margin:55px 0 0 61px}
#header .col2{ width:409px; background:url(images/logo_bg.jpg) no-repeat; text-align:center}
#header .col3{ width:178px; background:url(images/head_right.gif) no-repeat}
/*content*/
#content{ height:611px}
#content .col1{ width:159px; padding-top:192px; background:url(images/shape_left.gif) repeat-y right top}
#content .col1 img{ display:block; margin:0 0 4px 16px}
#content .col2{ width:449px; background:#fbfce6}
#content .col3{ width:158px; padding-top:192px; background:url(images/shape_right.gif) repeat-y}
#content .col3 img{ display:block; margin:0 0 4px 18px}
#content .wrapper{ margin:0 13px 0 13px; width:423px}
#content .wrapper .row1{ height:13px}
#content .wrapper .row2{ background:#e7e8cf; height:585px;}
#content .wrapper .row3{ height:13px}
/*footer*/
#footer{ height:59px; background: url(images/bottom.gif) repeat-y; vertical-align:middle}
#footer .foot{ background:url(images/foot_shape.gif) no-repeat center top; color:#b1b28f; text-align:center; height:59px; vertical-align:middle}
#footer .foot a{ color:#b1b28f; text-decoration:underline}
#footer .foot a:hover{ text-decoration:none}
/*index.html*/
#page1 #content .col2 { text-align:center; vertical-align:middle}
/*index-1.html*/ |
Partager