@charset "iso-8859-1";
/* auteur: Nicolas LOURDEAUX */
/* Date de création: 24/04/2009 */



body {
margin: 0;
padding: 0;
position: absolute;
width: 100%;
height: 100%;
color: #000000;
font-size: 14;
overflow: auto;
}

div.hr {
  height: 1px;
  background: #DFDFDF ;
}
div.hr hr {
  display: none;
}



/* debut Style sous FF */

#MENU{
 position: fixed;
 z-index: 2;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 130px;
 background-color: #000000;
}
#PANIER{
 overflow: auto;
 position: absolute; 
 left: 0px;
 top: 130px;
 width: 100%;
 height: auto;
 background-color: #000000;
}
#CONTACT{
 position: fixed;
 z-index: 2;
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 23px;
 background-color: #000000;
}
#MENUSF{
 position: fixed;
 right: 72%;
 top: 137px;
 width: 100%;
 background-color: #000000;
}
#PANIERSF{
 overflow: hidden;
 position: absolute;
 left: 28%;
 top: 137px;
 width: 70%;
 height: auto;
 background-color: #000000;
}
#LINEH{
color: #FFFFFF;
height: 1px;
background-color: #FFFFFF;
font-size: 1pt;
border: 0;
}
#LINEB{
color: #FFFFFF;
height: 1px;
background-color: #FFFFFF;
font-size: 1pt;
border: 0;
}
#REALIS{
 overflow: hidden;
 position: fixed;
 left: 0px;
 top: 147px;
 width: 100%;
 height: 100%;
 }
#MENUREALIS{
 position: fixed;
 z-index: 2;
 left: 0px;
 top: 0px;
 width: 99%;
 height: 130px;
 background-color: #000000;
}

/* fin Style sous FF */



/* debut Style sous IE */

.content { 
height: 99%;
top: 136px ; 
overflow: auto ;
} 
.contentsf { 
height: 99%;
top: 136px ;
overflow: hidden ;
} 
.menu { 
position: absolute ; 
z-index: 2 ;
top: 0 ; 
left: 0 ; 
width: 100% ; 
height: 139px ;
overflow: hidden ; 
} 
.menusf { 
position: absolute ; 
top: 137px ; 
right: 72% ;
height: 80% ;
width: 100% ;
overflow: hidden; 
} 
.contact { 
position: absolute ; 
z-index: 2 ;
bottom: 0px ; 
left: 0px ; 
width: 100% ;
height: 23px ;
overflow: hidden ; 
} 
.realis { 
position: relative ; 
top: 180px ; 
left: 0px ; 
width: 100% ; 
height: 95% ;
width: 100% ;
overflow: hidden ; 
} 


body>.menu {position:fixed} 

/* fin Style sous IE */



/* debut Menu Deroulant SF FF */

#menuDeroulant
{
 width: 150px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menuDeroulant li
{
 float: left;
 width: 150px;
 margin-left: -8px;
 margin-bottom: 30px;
 padding: 0;
 border: 0;
}		
#menuDeroulant .sousMenu
{
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}
#menuDeroulant .sousMenu li
{
 float: none;
 margin: 0;
 padding: 0;
 border: 0;
 width: 150px;
 margin-left: 30px;
 margin-top: 5px;
}		
#menuDeroulant .sousMenu
{
 display: none;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
}		
#menuDeroulant li a:link, #menuDeroulant li a:visited
{
 display: block;
 height: 1%;
 color: #FFFFFF;
 background: #252525;
 margin: 0;
 padding: 4px 8px;
 text-decoration: none;
}
#menuDeroulant li a:hover { background-color: #252525; }
#menuDeroulant li a:active { background-color: #252525; }

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited
{
 display: block;
 color: #FFFFFF;
 margin: 0;
 border: 0;
 text-decoration: none;
}
#menuDeroulant .sousMenu li a:hover
{
 background-image: none;
 background-color: #252525;
}		
 	

#menuDeroulant li:hover > .sousMenu { display: block; }

/* fin Menu Deroulant SF FF */


