.body {
    background-color : White;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	 /*background-color : #A9A9A9;*/

}

/* style tableau */

.celvert {
	background-color: #006600;
}

.celjaune {
	background-color: #FFCC00;
}

.cadrefin {
	border-collapse : collapse;
}

.p1 {
	line-height : 22px;
	text-indent : 16px;
}

.p2 {
	text-indent : 16px;
}

/* style texte */

.erreur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: Red;
	font-weight: bold;
	background-color : White;
}

.jaune7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
    color: #FFCC00;
	font-weight: bold;
}

.jaune8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFCC00;
}

.jaune8b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #FFCC00;
}

.vert8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#006600;
}

.vert8b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#006600;
}

.jaune9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC00;
}

.jaune9b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFCC00;
}

.vert9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#006600;
}

.vert9b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#006600;
}

.jaune10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC00;
}

.jaune10b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
}

.jaune11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFCC00;
}

.jaune11b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFCC00;
}

/* style lien */

A.jaune8:link , A.jaune8:active, A.jaune8:visited    {
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#FFCC00;
	font-weight : bold;
	text-decoration : none;
}

A.jaune8:hover {
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
    	color:#FFCC00;
    	font-weight : bold;
	text-decoration : underline;
}

A.jaune9:link , A.jaune9:active, A.jaune9:visited    {
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFCC00;
	font-weight : bold;
	text-decoration : none;
}

A.jaune9:hover {
	background : transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
   	color:#FFCC00;
   	font-weight : bold;
	text-decoration : underline;
}

A.jaune7:link , A.jaune7:active, A.jaune7:visited    {
	background : transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#FFCC00;
	font-weight : bold;
	text-decoration : underline;
}

A.jaune7:hover {
	background : transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:#FFCC00;
   	font-weight : bold;
	text-decoration : none;
}

hr {
	color: #FFCC00;
}

TEXTAREA.sel {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	border : 1px solid;
	width:270px;
	background : #FFFFFF;
	border-color:#FFCC00;
}

INPUT.inp {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	border : 1px solid;
	border-color:#FFCC00;
	}
	
.bt {
	font-size:9pt;
	background-color : #006600;
	color : #FFCC00;
	font-weight : bold;
	border : 1spx solid;
	border-color:#FFCC00;
}

