
body { 
	background-position: center top;
	background-image: url("../../images/fond.2.jpg"); 
	background-repeat: no-repeat;
	background-color: white; 
	background-attachment: fixed;
	/*background-size: 100% 100%;
  	-webkit-background-size: 100% 100%; 
  	-o-background-size: 100% 100%; 
  	-moz-background-size: 100% 100%;*/ 
	}

a { color: #00B040; font-weight: normal; font-family: arial, sans-serif, serif; text-decoration:underline; }

a:hover { color: #88B088; font-weight: normal; font-family: arial, sans-serif, serif; text-decoration:underline; }

hr { height: 0px; padding: 0; color: #FFFFFF; background-color: #FFFFFF; border: 0; }

.titre { text-align:center; color: black; font-weight: bold; font-family: arial, sans-serif, serif; font-size: 16px; text-decoration: underline; }

.texte { color: black; font-weight: normal; font-family: arial, sans-serif, serif; font-size:13px; text-decoration: none; }

.petit_texte { color: black; font-weight: normal; font-family: arial, sans-serif, serif; font-size:11px; text-decoration: none; }

.bodyline { 
	border: solid 1px #BBBBBB;
	background-color: #FFFFFF; 
	}
	
.lst_titre { background-color: #FFFFFF; vertical-align: top; border-bottom: solid 1px #BBBBBB; border-right: solid 1px #BBBBBB; font-weight: bold; }
.lst_pair { background-color: #F0F0F0; vertical-align: top; }
.lst_impair { background-color: #E8DED8; vertical-align: top; }



