﻿
body
{
  font-family: Verdana, Arial,Helvetica,sans-serif;
  font-size: 0.75em;
}

h1 {
	font-size: 1.0em;
}

h2 {
	font-size: 1.0em;
}

/*Class pour les pays*/
.divPaysProvince
{
  margin: 0 auto;
  width:480px;
  text-align:left;
  margin-top: 2px;
  margin-bottom: 10px;
  font-family: Verdana;
  font-size: 11pt;
  border: 2px solid #f2f6fa;
}

.Centrer
{
  margin: 0 auto;
  width:480px;
  text-align:left;
}

.TitrePays
{
	font-weight : bold;
	color: white;
	
	width:100%;
	padding-top: 3px;
	padding-bottom: 3px;
		
	float:left;
	background-color : #336699;
}

.divColNomPays
{
  width:370px;
  float:right;
}

.divColCodePays
{
  width:100px; 
  float:left;
  text-align:center;
}

.divColValNomPays
{
  width:370px;
  float:right;
  padding-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 2px solid #f2f6fa;
  border-bottom: 2px solid #f2f6fa;
}

.divColValCodePays
{
  width:100px;
  float:left;
  text-align:center;
  padding-top: 2px;
  padding-bottom: 2px;
  border-top: 2px solid #f2f6fa;
  border-bottom: 2px solid #f2f6fa;
}

.Alternate
{
  background-color: #f2f6fa;
}
.Normale
{
  background-color:white;
}

.ClearBoth
{
  clear:both;
}

.DivTextRight
{
  clear:both;
  text-align:right;
  padding-bottom: 35px;
  font-size: 0.90em;
}