﻿
#flashhome
{ 
    width : 900px;
    display:block;
}

#MenuContainer
{
    background-color:#98ac57;
}

#homelink
{
    float:right;
    width : 200px;
    position : absolute;
}
.menu
{ 
    
    /*background-image : url(../Data/Assets/main_theme/fond_menu.png);*/
     
    background-image:url(../Data/Assets/main_theme/header_fondmenu.jpg);
    
    background-repeat:repeat-x;
    background-position:center;
    height:27px;
    width:100%;
}

.menu_separator
{
    /*background-image : url(../Data/Assets/main_theme/separateur_menu.png);*/
    height : 27px;
    width : 3px;
    background-repeat : no-repeat;
    background-position : center;
}


#NaviMenu
{
    float:left;
    z-index:10 !important;
    position:relative;
    height : 27px;
    width :700px;   
}

.menu a
{
    text-align:left;
    text-decoration:none;
    color : white;
    margin-left : 3px;
    margin-right:3px;
    font-size:15px;
   
}

.menu0
{
    /*background-image : url(../Data/Assets/main_theme/fond_menu.png);*/
    background-repeat:repeat-x;
    z-index:1;
    /*height:33px;*/ /*probleme avec IE6*/
    /*padding-top:6px;*/
    color:White;
    text-align:center;
}



/*.menu0 #MiddleMenuItem
{    
    z-index:5 !important;  
}*/


.menu0 a 
{
    text-decoration : none;
    font-size:15px;
    text-align:center;
    /*height:33px;*/
    
}

.menu0 .text
{
    /*height:33px;  */
    line-height:170%;
    font-weight:bold;
    /*padding-bottom:10px;*/
}

.menu0:hover
{   
    z-index:25;     
    /*background-image : url(../Data/Assets/main_theme/fond_menu_rollover.png)*/
    

}

.menu1 
{
    background-color :#98ac57;
    vertical-align:middle;
    /*height : 22px;*/
    font-size:15px;
    text-align:left;
}

.menu1 span
{
    text-align:left;
    font-size:12px;
    vertical-align:middle;   
}





.menu1:hover
{
    background-color:#677b26;
}




/*
.menu0 #LeftMenuItem
{
    z-index:1 !important;
    background-image:url(../data/Assets/main_theme/fond_menu_rolloverG.png);
    background-position:left top;
    position:relative;
    float:left;
    margin-top:-6px;
    margin-left:-5px;
    width:15px;
    height:38px;
}*/


/*.menu0 #RightMenuItem
{
    
    background-image:url(../data/Assets/main_theme/fond_menu_rolloverD.png);
    background-position:right top;
    width:15px;
    height:38px;
    padding-top:-25px;
}*/


