
/* --------------------------------------------------------------------------------------------
                              Conception : Belek 2007 - www.belek.fr
-------------------------------------------------------------------------------------------- */

@import "solaris_contenu.css";

body{
padding:0;
margin:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:url(../Solaris_IMGmenu/bg_droite.jpg) left top repeat-x;
}

a{
outline:none;
}

 
/* --------------------------------------------------------------------------------------------
                                           Architecture
-------------------------------------------------------------------------------------------- */

#tab_global{
padding:0;
margin:0;
width:100%;
}
#col_centre{
width:990px;
}

#col_gauche{
background:url(../Solaris_IMGmenu/bg_gauche.jpg) left top repeat-x;
}

#col_droite{
background:url(../Solaris_IMGmenu/bg_droite.jpg) left top repeat-x;
}

#conteneur_gauche{
background:url(../Solaris_IMGmenu/menu_y.png) left top repeat-y;
width:250px;
float:left;
}

#pied_menu{
background:#fff url(../Solaris_IMGmenu/pied_menu.jpg) left top no-repeat;
width:250px;
height:400px;
}

#menu{
width:224px;
margin-left:11px;
}

#logo{
height:170px;
}

#conteneur_droite{
width:740px;
float:left;

}

#tete{
width:100%;
height:170px;
position:relative;
background:url(../Solaris_IMGmenu/bg_swf.jpg) left top no-repeat; 
}

#tete_logo{
width:250px;
height:170px;
position:absolute;
z-index:30;
left:0px;
top:0px;
background:url(../Solaris_IMGmenu/tete_logo.png) left top no-repeat;
}

#contenu{
margin-right:5px;
}

#pied{
position:relative;
background:#fff url(../Solaris_IMGmenu/pied.jpg) left bottom no-repeat;
width:990px;
height:116px;
clear:both;
}

/* --------------------------------------------------------------------------------------------
                                           Tete
-------------------------------------------------------------------------------------------- */

 

/* --------------------------------------------------------------------------------------------
                                           Pied
-------------------------------------------------------------------------------------------- */
 

#pied_btn{
padding-top:39px;
margin-left:650px;
width:340px;
height:22px;
}

#pied_btn div{
float:left;
}

#btn_plan{
background:url(../Solaris_IMGmenu/btn_plan_over.jpg) left top no-repeat;
width:124px;
height:22px;
}
#btn_plan a{
width:100%;
height:100%;
display:block;
background:url(../Solaris_IMGmenu/btn_plan_out.jpg) left top no-repeat;
}
#btn_plan a:hover{
background:transparent none;
}

#btn_flux{
background:url(../Solaris_IMGmenu/btn_flux_over.jpg) left top no-repeat;
width:96px;
height:22px;
}
#btn_flux a{
width:100%;
height:100%;
display:block;
background:url(../Solaris_IMGmenu/btn_flux_out.jpg) left top no-repeat;
}
#btn_flux a:hover{
background:transparent none;
}

#btn_hdp{
background:url(../Solaris_IMGmenu/btn_hdp_over.jpg) left top no-repeat;
width:120px;
height:22px;
}
#btn_hdp a{
width:100%;
height:100%;
display:block;
background:url(../Solaris_IMGmenu/btn_hdp_out.jpg) left top no-repeat;
}
#btn_hdp a:hover{
background:transparent none;
}


/* --------------------------------------------------------------------------------------------
                                           Menu
-------------------------------------------------------------------------------------------- */
 


#menu dt {
cursor: pointer;
text-align:right;
font-size:13px;
color:#333;
border-top: 1px solid #e0e0e0;
}

#menu dd {
width:224px;
padding:0;
margin:0;
}

#menu dt#actif a{
color: #c84910;
background: url(../Solaris_IMGmenu/puce_menu_actif.gif) right top no-repeat;
}

#menu dt a {
color: #4d7ab4;
text-decoration: none;
display: block;
padding:6px 26px 6px 6px;
outline:none;
background:url(../Solaris_IMGmenu/puce_menu_out.gif) right top no-repeat;
}
#menu dt a:hover{
background:#eee url(../Solaris_IMGmenu/puce_menu_over.gif) right top no-repeat;
color: #245088;
text-decoration: none;
display: block;
}

#menu dd ul{
border:0px solid #ccc;
list-style:none;
margin:0;
padding:0;
}
#menu dd li {
font-size:11px;
text-align:right;
text-decoration: none;
}

#menu dd li a {
color: #779ecf;
text-decoration: none;
display: block;
padding:4px 18px 4px 20px;
border-top:1px dashed #e0e0e0;
}

#menu dd li#actif_li a{
color: #c84910;
}

#menu dd li a:hover {
color: #245088;
background: #ededed;
text-decoration: none;
}
