@charset "utf-8";
/* CSS Document */
body{
background:#000000 url(../images/bg_body.jpg) no-repeat;
margin:0;
}
#wrapper{
width:928px;
margin:auto;
}
#header{
background:url(../images/bg_logo.png) no-repeat ;
margin:auto;
width:928px;
height:135px;
behavior: url(css-js/iepngfix.htc);
}
.logo{
	width:300px;
	float:left;
}
.animation{
	width:500px;
	float:right;
	margin-top:20px;
}
/*navigation*/
#navigation{
background:url(../images/bg_menu.png) no-repeat;
width:928px;
height:48px;
margin:auto;
behavior: url(css-js/iepngfix.htc);
float:left;
}
#navigation ul { list-style-type:none; margin:0 0 0 30px; padding:0px 0 0 0;}
#navigation ul li { height:48px; float:left; overflow:hidden; margin:0; padding:0;}
#navigation ul .skype { height:48px; float:left; overflow:hidden; margin:0 ; padding:0 0 0 280px;}
#navigation ul li a { height:48px; display:block; float:left;margin:0; padding:0;}
#navigation ul li a:hover { margin-top:-48px;}
#navigation ul li .active { margin-top:-48px;}
/*fin navigation*/
/*contenu*/
#wrapper_content{
margin:auto;
width:928px;
float:left;
}
#top{
background:url(../images/bg_contenu_top.png) no-repeat;
height:27px;
width:928px;
margin:0;
padding:0;
}
#middle{
background:url(../images/bg_contenu.png) repeat-y;
width:928px;
float:left;
}
#bottom{
background:url(../images/bg_contenu_bot.png) no-repeat;
height:18px;
width:928px;
float:left;
}
#text{
width:900px;
margin:0;
padding:0 10px 0 10px;
float:left;
}
.left{
width:279px;
margin:0;
padding:0 10px 0 10px;
float:left;
border-right:#444 solid 1px;
}
.left1{
width:558px;
margin:0;
padding:0 10px 0 10px;
float:left;
border-right:#444 solid 1px;
}
.center{
width:279px;
margin:0;
padding:0 10px 0 10px;
float:left;
border-right:#333333 solid 1px;
}
.right{
width:270px;
margin:0;
padding:0 10px 0 10px;
float:left;
}
/*fin contenu*/
#spacer{
width:928px;
height:38px;
float:left;
}
#footer{
background:url(../images/bg_footer.png) no-repeat;
height:41px;
width:928px;
float:left;
}