body {
    FONT-SIZE: 18px;
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, sans-serif;
##    background-color: #FBF2EF;
##    background-image: url("../Images/Backgrnd.gif");
}

#divConteneur {
    min-height:530px;
    height:530px;   	/*pour IE qui ne comprend rien, et qui ne reconnait pas min-height, mais qui comprend mal height*/
    min-width:1300px;
    width:1300px;  		/*pour IE qui ne comprend toujours rien*/
    overflow:auto; 		/*pour activer les scrollbarres*/
}
H1 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    BACKGROUND-IMAGE: none;
    COLOR: white;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Verdana, Arial, sans-serif;
##    background-color: #FBF2EF;
    background-image: url("../Images/Backgrnd.gif");
}
p.Save {
	margin: 5px 100px 5px 100px;
    padding: 5px;
	FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
	text-align:justify;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
p {
	margin: 0 8% 0 8%;
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:justify;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD {
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    BACKGROUND: #FBF2EF;
##    background-image: url("../Images/Backgrnd.gif");
    COLOR: black;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD.Color {
	background-color: #067E02;
}
TD.Intitule {
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    BACKGROUND: #FBF2EF;
    BORDER-TOP:  none;
    FONT-SIZE: 13px;
    BACKGROUND-IMAGE: none;
    BORDER-LEFT:  none;
    COLOR: yellow;
    BORDER-BOTTOM:  none;
    BACKGROUND-REPEAT: repeat;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    BACKGROUND-COLOR: #FBF2EF;
}
TD.CouleurFond {
	background-color: #067E02;
	color: white;
	FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
	text-align: center;
}
TD.TextAlign
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
	text-align: center;
}
TD.TextAlignRight
{
	FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
	text-align: right;
}
TD.MenuAlign {
	FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
	text-align: center;	
	background-color: white;
	BACKGROUND: white;
	color: white;
}
TD.Titre {
	FONT-WEIGHT: bold;
    FONT-SIZE: 30px;
	text-align:center;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD.Texte {
	FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
	text-align:justify;
}
TD.IntituleTable {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	color:blue;
}
TD.ContenuTable {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:left;
	color:black;
}
TD.IntituleLoad {
	FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
	text-align:center;
}
TD.TitleResult {
	FONT-WEIGHT: bold;
    FONT-SIZE: 30px;
	text-align:center;
    color:blue;
}
TD.IntituleColline {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	color:blue;
}
TD.Liens {
	FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
	text-align:left;
	color:black;
}
TD.ContenuTableOrange {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:left;
	background-color: orange;
	color:black;
}
TD.ContenuTableGreen {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:left;
	background-color: #067E02;
	color:black;
}
TD.ContenuTableBlue {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:left;
	background-color: #0F79A5;
	color:black;
}
TD.ContenuTableRed {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:left;
	background-color: red;
	color:black;
}
TD.ContenuTableRose {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:left;
	background-color: #EE82EE;
	color:black;
}
TD.ContenuTableViolet {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:left;
	background-color: #9400D3;
	color:white;
}
TD.ContenuTableYellow {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:left;
	background-color: #FFFF00;
	color:black;
}
TD.ContenuTableCentre {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	color:black;
}
TD.ContenuTableCentreOrange {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	background-color: orange;
	color:black;
}
TD.ContenuTableCentreGreen {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	background-color: #067E02;
	color:black;
}
TD.ContenuTableCentreBlue {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	background-color: #0F79A5;
	color:black;
}
TD.ContenuTableCentreRed {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	background-color: red;
	color:black;
}
TD.ContenuTableCentreRose {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	background-color: #EE82EE;
	color:black;
}
TD.ContenuTableCentreViolet {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	background-color: #9400D3;
	color:white;
}
TD.ContenuTableCentreYellow {
	FONT-WEIGHT: bold;
    FONT-SIZE: 17px;
	text-align:center;
	background-color: #FFFF00;
	color:black;
}
TD.Signature {
	FONT-WEIGHT: bold;
    FONT-SIZE: 15px;	
}
TD.Resultat {
	FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
}
TD.ImgAlign {
	text-align: center;	
}
TD.TitrePhotos {
	FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD.Banque {
	FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	text-align: center;
}
TD.Blink {
	FONT-WEIGHT: bold;
    FONT-SIZE: 25px;
	text-align: center;
    color: red;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD.Menu {
	background-color: #067E02;
	color: white;
}
TD.Colorgreen {
	background-color: #067E02;
}
TD.Texte15 {
	FONT-WEIGHT: bold;
    FONT-SIZE: 15px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD.Texte18 {
	FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD.Pdf18 {
	FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    vertical-align: middle;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
TD.TitleNews {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    text-align: left;
    color:blue;
}
TD.TexteBlue20 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 20px;
    text-align: center;
    color:blue;
}
INPUT {
    FONT-SIZE: 10px;
    COLOR: #01291a;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}
TEXTAREA {
    FONT-SIZE: 10px;
    BACKGROUND: #FBF2EF;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}
SELECT {
    FONT-SIZE: 10px;
    BACKGROUND: #067E02;
    COLOR: white;
    FONT-FAMILY: Verdana, Arila, sans-serif;
}
HR {
    BORDER-RIGHT: medium none;
    BORDER-TOP: medium none;
    BACKGROUND: #FBF2EF;
    BORDER-LEFT: medium none;
    COLOR: blue;
    BORDER-BOTTOM: medium none;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}
A {
    BORDER-RIGHT:  none;
	BORDER-TOP:  none;	
	BORDER-LEFT:  none;
	BORDER-BOTTOM:  none;
	color: black;
}
li {
	margin: auto;
	FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
	FONT-FAMILY: Verdana, Arial, sans-serif;
}
a:link {
	BORDER-RIGHT:  none;
	BORDER-TOP:  none;	
	BORDER-LEFT:  none;
	BORDER-BOTTOM:  none;
	color: black;
	text-decoration:none;
}

a:visited {
	BORDER-RIGHT:  none;
	BORDER-TOP:  none;	
	BORDER-LEFT:  none;
	BORDER-BOTTOM:  none;
    FONT-SIZE: 13px;
    BORDER-LEFT:  none;
    color: black;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}
a:hover {
  color: green;
}
a:active {
  color: green;
}
iframe {
	overflow: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tableIframe {
    border-collapse : collapse;
    table-layout: auto;
}


