body{
margin: 0px;
border: 0px;
padding: 0px;
color:white;
font-family:Helvetica;
font-size:small;
font-variant:small-caps;
font-weight:lighter;
}
#header{
min-height: 454px;
width: 100%;
background-image: url('images/header_background.png');
background-repeat: repeat-x;
}
#header_design{
width: 1024px;
margin: auto;
position: relative;
}
#header_logo{
background-image: url('images/header_logo.png');
background-repeat:no-repeat;
height: 56px;
width: 153px;
float: left;
}
#header_main{
background-image: url('images/header_main.png');
background-repeat:no-repeat;
float: left;
height:398px;
padding-left:40px;
padding-top:56px;
width:678px;
}
#header_date{
color:white;
float:left;
font-family:Helvetica;
font-size:10px;
font-variant:small-caps;
font-weight:lighter;
padding-top:17px;
}
#header_sha_left{
width: 20px;
height: 398px;
background-image: url('images/shadow_left.png');
position:absolute;
left:133px;
top:56px;
}
#header_sha_right{
width: 20px;
height: 398px;
background-image: url('images/shadow_right.png');
position:absolute;
right:133px;
top:56px;
}
#menu{
height:350px;
width:100%;
}
#conteneur_menu_design{
width: 1024;
margin: auto;
}
#menu_design{
background-image:url("images/shadow_under.png");
background-position:center center;
background-repeat:no-repeat;
margin:auto;
min-height:20px;
width:1024px;
}
#menu_design ul{
list-style:none outside none;
margin-bottom:0;
margin-top:0;
width:831px;
}
#menu_design li{
float:right;
background-image: url('images/menu.png');
background-repeat: no-repeat;
width: 100px;
height:31px;
margin-left:5px;
margin-right:5px;
margin-top:0;
padding-top:9px;
text-align:center;
}
a{
cursor:pointer;
outline:none;/**/
}
li a{
color:white;
margin-top:0;
padding-top:0;
text-decoration:none;
}
a:hover
{
color: rgb(0,0,0);
}
.selected{
background-position:center bottom;
}
#footer{
width:100%;
}
#footer_design{
margin:auto;
text-align:center;
width:1024px;
}
#footer_main{
color:black;
margin:auto;
}
.hide_content{
display: none;
}
.show_content{
display: block;
}
p{
margin:0;
text-align:center;
}
#logo_content{
text-align: center;
}
.logo{
margin:10px;
border:none;
}
#demo_content{
width: 638px;
height: 354px;
}
#info_content{
background-color:white;
color:black;
height:274px;
padding-top:80px;
width:638px;
}