Line 83... |
Line 83... |
83 |
|
83 |
|
84 |
/********************************************
|
84 |
/********************************************
|
85 |
LAYOUT
|
85 |
LAYOUT
|
86 |
********************************************/
|
86 |
********************************************/
|
87 |
#wrap {
|
87 |
#wrap {
|
88 |
width: 1009px;
|
88 |
width: 1265px;
|
89 |
background: #CCC url(../images/content.jpg) repeat-y center top;
|
89 |
background: #CCC url(../images/content.jpg) repeat-y center top;
|
90 |
margin: 0 auto;
|
90 |
margin: 0 auto;
|
91 |
text-align: left;
|
91 |
text-align: left;
|
92 |
}
|
92 |
}
|
93 |
#content-wrap {
|
93 |
#content-wrap {
|
94 |
clear: both;
|
94 |
clear: both;
|
95 |
width: 960px;
|
95 |
width: 1205px;
|
96 |
padding: 0;
|
96 |
padding: 0;
|
97 |
margin: 0 auto;
|
97 |
margin: 0 auto;
|
98 |
}
|
98 |
}
|
99 |
#header {
|
99 |
#header {
|
100 |
width: 1009px;
|
100 |
width: 1265px;
|
101 |
position: relative;
|
101 |
position: relative;
|
102 |
height: 106px;
|
102 |
height: 106px;
|
103 |
background: #CCC url(../images/header.jpg) no-repeat center top;
|
103 |
background: #CCC url(../images/header.jpg) no-repeat center top;
|
104 |
padding: 0;
|
104 |
padding: 0;
|
Line 127... |
Line 127... |
127 |
top: 85px; left: 53px;
|
127 |
top: 85px; left: 53px;
|
128 |
}
|
128 |
}
|
129 |
#header h1#titre_site {position:absolute; top:50px; left:280px;}
|
129 |
#header h1#titre_site {position:absolute; top:50px; left:280px;}
|
Line 130... |
Line 130... |
130 |
|
130 |
|
131 |
/* Menu */
|
131 |
/* Menu */
|
132 |
#menu {margin:0; padding:0 0 0 45px; background:url(../images/menu.jpg) repeat-y center top; font:11px/20px Verdana, Arial, Tahoma, Sans-serif;}
|
132 |
#menu {margin:0; padding:0 9px 0 50px; background:url(../images/menu.jpg) repeat-y center top; font:11px/20px Verdana, Arial, Tahoma, Sans-serif;}
|
133 |
#vous_etes_ici {width:300px; display:inline;}
|
133 |
#vous_etes_ici {width:300px; display:inline;}
|
134 |
#menus_communs {float:right; margin:-20px 36px 0 0;}
|
134 |
#menus_communs {float:right; margin:-20px 36px 0 0;}
|
135 |
#menu ul {float:right; list-style: none; margin:0; padding: 0;}
|
135 |
#menu ul {float:right; list-style: none; margin:0; padding: 0;}
|
136 |
#menu ul li {display: inline;}
|
136 |
#menu ul li {display: inline;}
|
137 |
#menu ul li a {display: block; float: left; padding: 0 8px; color: #FFF; text-decoration: none;}
|
137 |
#menu ul li a {display: block; float: left; padding: 0 8px; color: #FFF; text-decoration: none;}
|
138 |
#menu ul li a:hover {background-color: #ECECEC; color: #333;}
|
138 |
#menu ul li a:hover {background-color: #ECECEC; color: #333;}
|
139 |
#menu ul li.menu_actif a {background-color: #FFF; color: #333;}
|
139 |
#menu ul li.menu_actif a {background-color: #FFF; color: #333;}
|
Line 140... |
Line 140... |
140 |
#menu a:hover {color:#FFF;}
|
140 |
#menu a:hover {color:#FFF;}
|
141 |
|
141 |
|
142 |
/* Main Column */
|
142 |
/* Main Column */
|
Line 143... |
Line 143... |
143 |
#main {float:right; width:730px; padding:0; margin:0;}
|
143 |
#main {float:right; width:986px; padding:0; margin:0;}
|
144 |
#main h1 {margin-top: 10px; font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif; color: #88ac0b; padding: 5px 0 5px 25px; border-bottom: 1px solid #EFF0F1; background: #FFF url(../images/square-green.png) no-repeat 3px 50%;}
|
144 |
#main h1 {margin-top: 10px; font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif; color: #88ac0b; padding: 5px 0 5px 25px; border-bottom: 1px solid #EFF0F1; background: #FFF url(../images/square-green.png) no-repeat 3px 50%;}
|
145 |
|
145 |
|
Line 155... |
Line 155... |
155 |
#sidebar li.menu_inactif, #sidebar li.menu_inactif a {color:#4F82CB;}
|
155 |
#sidebar li.menu_inactif, #sidebar li.menu_inactif a {color:#4F82CB;}
|
156 |
#sidebar li a:hover {color:#4EBF37; background:inherit; background-image: none;}
|
156 |
#sidebar li a:hover {color:#4EBF37; background:inherit; background-image: none;}
|
157 |
#sidebar ul ul {margin:0; padding:0;}
|
157 |
#sidebar ul ul {margin:0; padding:0;}
|
158 |
#sidebar ul ul li {list-style-type:none;}
|
158 |
#sidebar ul ul li {list-style-type:none;}
|
159 |
/* Footer */
|
159 |
/* Footer */
|
160 |
#footer {color: #666666; background: #CCC url(../images/footer.jpg) no-repeat center top; clear: both; width: 1009px; height: 68px; text-align: center; font-size: 92%;}
|
160 |
#footer {color: #666666; background: #CCC url(../images/footer.jpg) no-repeat center top; clear: both; width: 1265px; height: 68px; text-align: center; font-size: 92%;}
|
161 |
#footer a {text-decoration:none;}
|
161 |
#footer a {text-decoration:none;}
|
162 |
#footer a img {border:none;}
|
162 |
#footer a img {border:none;}
|
Line 163... |
Line 163... |
163 |
|
163 |
|
164 |
/* alignment classes */
|
164 |
/* alignment classes */
|