/***************** BODY *****************/
* {
/*---on passe toutes les marges à 0---*/
margin:0;
padding:0;
}
body,html{
height:100%;
}
body{
background:#fff url(../../charte/images/bg-body.jpg) center center no-repeat;
}
/***************** CONTAINER *****************/
#container{
position:absolute;
width:960px;
height:510px;
left:50%;
top:50%;
margin-left:-480px;
margin-top:-255px;
background:#fff url(../../charte/images/bg-container.jpg) left top no-repeat;
}
/***************** HEADER *****************/
#header{
width:212px;
height:468px;
/*obligatoire si il y a un flash*/
display:block;
outline:0;
}
/***************** MENU TOP *****************/
#menuTop{
	position:absolute;
	top:5px;
	left:212px;
	z-index:10;
	width:743px;
	height:40px;
	padding:0 0 0 0px;
	list-style:none;
	background:#000 url(../../charte/images/bg-menuTop.jpg) left top no-repeat;
}
#menuTop li{
	position:relative;
	float:left;
}

#menuTop a{
	text-decoration:none;
	font:bold 12px/30px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	display:block;
	height:40px;
	overflow:hidden;
}

#menuTop a span{
	display:none;
}

#menuTop li.bt1{width:90px;}
#menuTop li.bt2{width:94px;}
#menuTop li.bt3{width:122px;}
#menuTop li.bt4{width:185px;}
#menuTop li.bt5{width:145px;}
#menuTop li.bt6{width:101px;}

#menuTop li.bt1 a{background:url(../../charte/images/bt1.jpg);}
#menuTop li.bt2 a{background:url(../../charte/images/bt2.jpg);}
#menuTop li.bt3 a{background:url(../../charte/images/bt3.jpg);}
#menuTop li.bt4 a{background:url(../../charte/images/bt4.jpg);}
#menuTop li.bt5 a{background:url(../../charte/images/bt5.jpg);}
#menuTop li.bt6 a{background:url(../../charte/images/bt6.jpg);}



#container #menuTop a:hover,
#container #menuTop a.trigered,
#container #menuTop a.rubrique_active{
	background-position:left bottom;
}
/***************** SOUS MENU */
#menuTop li ul{
	list-style:none;
	position:absolute;
	top:-6000px;
	left:-10px;
	width:120px;
	background:#000;
	border-top:1px solid #cf1297;
	opacity:0.80;
}
#menuTop li li{
	float:none;
}
#container #menuTop li li a{
	background:none;
	width:100px;
	position:relative;
	height:20px;
	font:11px/20px Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#fff;
	text-decoration:none;
	border:solid #333;
	border-width:0 0 1px 0;
	padding:0 10px;
}
#container #menuTop li li a:hover{
	color:#ef1edc;
}
/***************** CONTENU *****************/
#contenu_bg {
position:absolute;
left:215px;
top:45px;
width:738px;
}
#contenu{
position:relative;
width:740px;
height:425px;
padding:15px 0 0px 0;
}
#contenu-gauche{
float:left;
width:720px;
height:395px;
padding:15px 10px 0 10px;
overflow:auto;
}
#contenu-droite{
width:0;
height:0;
overflow:hidden;
display:none;
}
/***************** FOOTER *****************/
#footer{
position:absolute;
bottom:0;
left:50%;
top:50%;
margin:220px 0 0 -480px;
width:960px;
height:40px;
}
#idep{
position:absolute;
left:10px;
top:0;
width:175px;
height:30px;
}
#idep img{
float:left;
}
#footer #idep a.idep{
text-decoration:none;
display:block;
font:9px/8px Arial, Helvetica, sans-serif;
color:#fff;
margin:3px 0 0;
}
#footer #idep a.idep.optea{
margin:0;
}
#footer #idep a:hover.idep{
text-decoration:none;
color:#fff;
}
/******************* STYLE FOOTER *****************/
#footer p{
font:10px/30px Arial, Helvetica, sans-serif;
color:#fff;
text-align:right;
padding:0 10px 0 0;
}
#footer a:link, #footer a:visited{
text-decoration:none;
color:#fff;
}
#footer a:hover, #footer a:active{
text-decoration:underline;
color:#fff;
}


