﻿body 
{  
	width: 800px;
	margin: 0 auto;

  padding: 5px;
  font-family: Verdana;
  font-size: 10pt;	
}

p
{
	margin-top: 10px;	
	margin-bottom: 10px;	
}
 
/*.PIV.Bandeau
{
	text-align: center;
	width: 760px;
	height: 100px;	
}

.PIV.BandeBleue
{
	height: 15px;
  font-family: Chaloult_Cond;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #003399;
}

.PIV.ZonePerso
{
	height: 57px;
}

.PIV.Langue
{
	margin-right: 15px;
  height: 15px;
}*/

.PIV.Bottom
{
	text-align: center;
	
	width: 760px;
	height: 60px;
	
	margin-top: 55px;
	clear: both;
}

.titre
{
  font-weight: bold;
}

.Liens
{
	border-style: none;
	border-width: 0px;
	
	height: 15px;
	margin-right: 3px;
	margin-bottom: -3px;
}

.Deconnexion
{
  color: #003399;  
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

.divVersion
{
  margin-bottom: 10px;  
  
  font-family: Verdana;
  font-size: 10px;    
}

.Copyright
{
  font-family: Verdana;
  font-size: 8px;  
  text-decoration: none;
  color: Black;
}

/* Authentification mini-DEClic! */
.sideAssistedContent 
{
	width: 70%;
	float: left;
}
.clear 
{
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
	border: none;
}
#contentAssist 
{
	width: 20%;
	float: left;
	background-color: #FCFEC5;
	border-style: solid;
	border-width: 1px;
	border-color: #BBB;
	padding: 15px;
	padding-top: 0;
	margin-left: 10px;
}
#handScanAssist 
{
    text-align: center;
}
.textAssist 
{
	margin-top: 1em;
}
.imageAssist 
{
	width: 100% !important;
}
.minHeightContent
{
	min-height: 310px;
}
.miniButtonSuivant 
{
	width: 200px;
	height: 30px;
	float: right;
	margin-top: 10px;
}
.erreurLangue 
{
    color: Red;
    width: 750px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}
#handScanAssist h4 
{
    font-size: 10pt;
    margin-top: 15px;
}



/*********************************************************************/
/*********************** Style du PIV TOP ****************************/
/*********************************************************************/  
    
.PIV img {
   border-style: none;  
}   
    
.PIV a {
  text-decoration: none;
}

.PIV.Bandeau {
  width: 760px;
  height: 100px;	
}

.PIV.ImageDEC {
  float: left; 
  
  width: 211px;
  height: 100px;
}

.PIV.ZoneDroite {
  float: right;
   
  width: 549px;
  height: 100px;
}

.PIV.ZonePerso {
  height: 72px;
}

.PIV.BandeBleue {
  height: 15px;
  font-family: Chaloult_Cond;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #003399;
}

.PIV.ServicesQuebec {
  height: 16px; 
  float: left;
  text-align: left;
}

.PIV.ServicesQuebec a{
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif!important;
	color: black;
	font-weight: bold;
}

.PIV.ServicesQuebec a:hover{
  color: black;
	text-decoration: underline;
}

.FloatDroite {
   float:right;
   clear: both;
}
.Nota {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;

  padding-bottom: 15px;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;


  background-image: -webkit-linear-gradient(top, #d0e5eb 0, white 110%);
  background-image: -moz-linear-gradient(top, #d0e5eb 0, white 110%);
  background-image: -ms-linear-gradient(top, #d0e5eb 0, white 110%);
  background-image: -o-linear-gradient(top, #d0e5eb 0, white 110%);
  background-image: linear-gradient(top, #d0e5eb 0, white 110%);
  /*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D60F0F',endColorstr='#FFDD00', GradientType=1);*/

  background-color: #d0e5eb;
}

.ChartFrenchHead {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #d9e6ef;
	margin-top: 10px;
}

.ChartFrenchHead p {
	margin: 0;
	padding: 0 10px;
}

.ButtonContinuer
{
	height: 50px;
	
	margin-top: 10px;
	padding: 10px;

    background-color: #095797;
    color: white;
    font-weight: bold;

    border-width: 1px;
    border-color: black;

    cursor: pointer;

    border-radius: 7px;
}

.ButtonContinuer:hover {
    background-color: #1472BF;
}

.bulleVerte {
  background-color: rgb(180, 229, 162);
  color: rgb(50, 64, 45);
  border: none;
  border-radius: 50px; /* Forme ovale */
  padding: 4px 4px 4px 4px;
  margin-left: 4px;
  font-size: 9px;
  cursor: default;
  text-align: center;

  position: relative;
  top: -4px;
}
