232 lines
3.6 KiB
CSS
232 lines
3.6 KiB
CSS
@charset "UTF-8";
|
|
/* CSS Document */
|
|
|
|
@font-face {
|
|
font-family: "arial-bold";
|
|
src: local("Arial Bold");
|
|
}
|
|
|
|
* {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
img {
|
|
border: none;
|
|
}
|
|
|
|
body {
|
|
background: url(../images/fond1.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
#global {
|
|
height: 700px;
|
|
width: 1024px;
|
|
background-color: #ffffff;
|
|
color: #000000;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 11px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#left {
|
|
float: left;
|
|
width: 290px;
|
|
height: 600px;
|
|
}
|
|
|
|
#logo {
|
|
float: left;
|
|
width: 230px;
|
|
height: 60px;
|
|
margin-top: 30px;
|
|
margin-left: 38px;
|
|
}
|
|
|
|
.trait {
|
|
float: left;
|
|
width: 218px;
|
|
height: 1px;
|
|
border-top: 1px solid #000000;
|
|
margin-left: 43px;
|
|
}
|
|
|
|
.trait1 {
|
|
float: left;
|
|
width: 180px;
|
|
height: 1px;
|
|
border-top: 1px solid #000000;
|
|
margin-left: 43px;
|
|
}
|
|
|
|
.menu {
|
|
float: left;
|
|
height: 41px;
|
|
width: 180px;
|
|
font-family:
|
|
arial-bold,
|
|
Arial Bold,
|
|
sans-serif;
|
|
font-weight: 900;
|
|
color: #cc3300;
|
|
font-size: 18px;
|
|
line-height: 41px;
|
|
margin-left: 43px;
|
|
}
|
|
.menu a {
|
|
font-family:
|
|
arial-bold,
|
|
Arial Bold,
|
|
sans-serif;
|
|
font-weight: 900;
|
|
text-decoration: none;
|
|
color: #000000;
|
|
}
|
|
|
|
.menu a:hover {
|
|
font-family:
|
|
arial-bold,
|
|
Arial Bold,
|
|
sans-serif;
|
|
font-weight: 900;
|
|
text-decoration: none;
|
|
color: #cc3300;
|
|
}
|
|
|
|
.left_bottom {
|
|
float: left;
|
|
width: 213px;
|
|
height: auto;
|
|
font-size: 11px;
|
|
margin-left: 40px;
|
|
/*margin-top:7px;*/
|
|
}
|
|
|
|
.left_bottom1 {
|
|
float: left;
|
|
width: 222px;
|
|
height: auto;
|
|
font-size: 11px;
|
|
margin-left: 35px;
|
|
/*margin-top:7px;*/
|
|
}
|
|
|
|
.icone {
|
|
float: left;
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.sousmenu {
|
|
float: left;
|
|
width: 150px;
|
|
height: auto;
|
|
color: #cc3300;
|
|
margin-left: 15px;
|
|
}
|
|
|
|
.sousmenu a {
|
|
text-decoration: none;
|
|
color: #000000;
|
|
}
|
|
|
|
.sousmenu a:hover {
|
|
text-decoration: none;
|
|
color: #cc3300;
|
|
}
|
|
|
|
#right {
|
|
float: left;
|
|
width: 700px;
|
|
height: 600px;
|
|
}
|
|
|
|
#trait_vertical {
|
|
float: left;
|
|
height: 610px;
|
|
width: 1px;
|
|
margin-top: 48px;
|
|
margin-left: 110px;
|
|
border-left: 1px solid #000000;
|
|
}
|
|
|
|
#bottom {
|
|
float: left;
|
|
width: 909px;
|
|
height: auto;
|
|
margin-left: 45px;
|
|
margin-top: 80px;
|
|
padding-top: 10px;
|
|
font-size: 10px;
|
|
color: #000000;
|
|
border-top: 1px solid #666666;
|
|
}
|
|
|
|
.icone1 {
|
|
float: left;
|
|
width: 33px;
|
|
height: 33px;
|
|
margin-left: 240px;
|
|
}
|
|
|
|
/**
|
|
* SCROLL BAR
|
|
*/
|
|
|
|
/* Chrome, Safari, Edge Scrollbar */
|
|
#Container::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
#Container::-webkit-scrollbar-track {
|
|
background: #eee;
|
|
}
|
|
#Container::-webkit-scrollbar-thumb {
|
|
background: #cc3300;
|
|
}
|
|
/* Firefox-specific Scrollbar */
|
|
@-moz-document url-prefix() {
|
|
#Container {
|
|
scrollbar-width: thin;
|
|
scrollbar-color: #cc3300 #eee;
|
|
scrollbar-gutter: stable;
|
|
}
|
|
}
|
|
|
|
/* Style scrollbar buttons (arrows) */
|
|
/* ::-webkit-scrollbar-button {
|
|
background: #555;
|
|
height: 16px;
|
|
width: 16px;
|
|
} */
|
|
/* Optional: Style the top (up) and bottom (down) buttons differently */
|
|
/* ::-webkit-scrollbar-button:vertical:start {
|
|
background: url("up-arrow.png") center no-repeat;
|
|
}
|
|
::-webkit-scrollbar-button:vertical:end {
|
|
background: url("down-arrow.png") center no-repeat;
|
|
}
|
|
::-webkit-scrollbar-button:horizontal:start {
|
|
background: url("left-arrow.png") center no-repeat;
|
|
}
|
|
::-webkit-scrollbar-button:horizontal:end {
|
|
background: url("right-arrow.png") center no-repeat;
|
|
} */
|
|
|
|
.Scrollbar-Up {
|
|
position: absolute;
|
|
width: 10px;
|
|
height: 10px;
|
|
background-image: url(../images/up.png);
|
|
font-size: 0px;
|
|
}
|
|
.Scrollbar-Down {
|
|
position: absolute;
|
|
top: 560px;
|
|
width: 10px;
|
|
height: 10px;
|
|
font-size: 0px;
|
|
background-image: url(../images/down.png);
|
|
}
|