/** Feuille de styles Carnet du ski */

/* Frame principal qui commence sous la navigation / recherche  et se termine avant le bas de page*/
div.frame_main
{       
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 0px; 
    padding: 0px;
    background-color: #FFFFFF;
}

/* Frame de 736 x 90 pour la publicité de format 728 x 90 */ 
div.frame_pub_large   
{
    float: left;
    position: relative;
    display: inline;
    width: 736px;
    height: 90px;  
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 10px;    
    padding: 0px;       
    background-color: #FFFFFF;
}

/* Espacement pour la publicité de format 728 x 90 */
div.pub_large
{   
    float:left;
    position: relative;    
    display: inline;    
    width: 728px;
    height: 90px;
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 10px; 
    padding: 0px;      
    background-color: #BDC5D6;    
}

/* Frame de 550 x 90 pour la publicité de format 468 x 60 */
div.frame_pub_medium
{
    float:left;
    position: relative;    
    display: inline;    
    width: 550px;
    height: 60px;
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 10px; 
    padding: 0px;      
    background-color: #FFFFFF;    
}

/* Espacement pour la publicité de format 468 x 60 */ 
div.pub_medium  
{   
    float:left;
    position: relative;    
    display: inline;    
    width: 468px;
    height: 60px;
    margin-left: 38px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 0px; 
    padding: 0px;      
    background-color: #BDC5D6;    
}

/* Espacement pour la publicité de format 468 x 180 */
div.pub_468x180
{       
    width: 468px;
    height: 180px;
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 10px; 
    padding: 0px;      
    background-color: #F6F6F6;    
}

/* Petit tag avec « Publicité » écrit à la vertical */
div.tag_pub_90
{
    float:right;
    position: relative;    
    display: inline;    
    width: 8px;
    height: 90px;
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 0px; 
    padding: 0px;      
    background-color: #F6F6F6;
    background-image:url(../images/publicites/pub_728x90.gif); 
    background-repeat:no-repeat;
}

/* Framing pour le contenu central de la page */
div.frame_contenu
{
    float: left;
    position : relative;
    display: inline;
    width: 550px;
    height:auto;     
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 0px;   
    padding: 0px; 
    background-color: #FFFFFF;    
}

/* Framing du menu de droite */
div.frame_menu
{
    float: right;
    position: relative;
    display: inline;    
    width: 151px;  
    height:auto;  
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 1px;
    margin-bottom: 0px; 
    padding: 0px;    
    background-color: #FFFFFF;    
}

/* Framing du contenu du carnet des stations */  
div.frame_contenu_station
{
    float:left;  
    position : relative;    
    height:auto;
    width:490px;
    margin-left: 0px;
    margin-top: 0px; 
    margin-right: 0px;
    margin-bottom: 0px; 
    padding:0px;
    background-color: #FFFFFF;     
}

/* Framing contenant les menus du carnet des stations */
div.frame_menu_station
{
    float: right;  
    position : relative; 
    width: 75px;
    height: auto;         
    margin-left: 20px;
    margin-top: 0px; 
    margin-right: 68px;
    margin-bottom: 20px; 
    padding: 0px;     
    background-color: #FFFFFF;  
    
}

/* Framing de la barre d'outil à gauche */
div.frame_barre_outil
{
    float: left;
    position: relative;
    display: inline;    
    width: 60px;  
    height:auto;  
    margin-left: 0px;
    margin-top: 20px; 
    margin-right: 0px;
    margin-bottom: 0px;     
    padding: 0px;    
    background-color: #FFFFFF;      
}


