﻿/*@page {size: landscape;}*/
body
{
	font-family: Arial, Helvetica;
	background-color: white;
	color: Black;
	font-size: 8pt;
    }
    
.container
{
                width: 100%;
                vertical-align:top;
                float:none;
                position: relative;
                display: table;
                top: 0;
                left: 0;
}

.content
{
  display: table-cell;
  vertical-align: top;

}



table
{
	border-color: rgb(0,102,102); font-size: 10px;
}

th
    {
        text-align: center;
    }  



h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica;
	font-size: 12px;
}

a:link
{
	color: black; text-decoration: none;
}

a:visited
{
	color: black; text-decoration: none;
} 

a:hover
{
	color: red; text-decoration: underline overline;
} 

a:active 
{
	color: rgb(0,102,102); font-weight: bold;
}

input {
	display : none; 
    }

input[type=text], input[type=password], select {
	display : none; 
    }
input[type=radio] {
    display : none; 
    } 
input[type=submit], input[type=button] 
{
    background-image: none; 
    display : none;   
    } 
            
select {
	display : none; 
    }

.bouton
{
    background-color: #272E67;
    font-family: Arial, Helvetica, Verdana;
    font-size: 12;
    color: White;
}
.champs
{
    font-family: Arial, Helvetica, Verdana;
    font-size: 12;
    color: #B51C33;
    border-color: #272E67;
    border-width: 1px;
}

#hide { 
  display : none; 
} 


