﻿body 
{
    background-color: white;
	margin-top: 0;
	margin-left: 0;
}

.divTop
{
    background-image: url('../../images/1/bgTop.gif');
	background-color: #A4BCD4;    
    background-repeat: repeat-x; 
}

.divMenu
{
    background-color: #6487A7;
    white-space: nowrap;
    text-align: center;
}

.divMain
{
    background-color: White;
    text-align: center;
    padding: 2px;
    white-space: nowrap;
}

.divBottom
{
    background-color: #6487A7;
    text-align: center;
    vertical-align: middle;
    color: White; 
    font-size: 0.5em;
    white-space:nowrap;
    padding: 2px;
}

img.menu
{
    border: 0px; 
    text-align: center;
}

A.blanc
{
	color: white;
	font-family: Arial;
	text-decoration: none;
}
A.blanc:active
{
	color: white;
	font-family: Arial;
    text-decoration: none;
}
A.blanc:visited
{
	color: white;
	font-family: Arial;
	text-decoration: none;
}
A.blanc:hover
{
	color: #20475B;
	font-family: Arial;
	text-decoration: none;
}

.enGras
{
    font-weight: bold;
}

.infoNeigeSeparation
{
    background-color: white;
    padding: 2px;
}

.infoNeigeGeneral
{
    background-color: #D4DFE9;
    padding: 5px;
    border-top: #999999 1px solid;
    border-bottom: #999999 1px solid;
}

.enPetit
{
    font-size: 0.7em;
}

.enVert
{
   color: #48CF1F; 
}

.enRouge
{
   color: red; 
}