
body { 
	background-position: left top;
	background-image: url("../../images/fond.jpg"); 
	background-repeat: repeat-y;
	background-color: #B8D5E6; 
	background-attachment:fixed;
	background-size: 100% 100%;
  	-webkit-background-size: 100% 100%; 
  	-o-background-size: 100% 100%; 
  	-moz-background-size: 100% 100%; 
	}

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

a:hover { color: #8888D0; 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:10px; text-decoration: none; }

.bodyline { 
	border: solid 1px #DDDDDD;
	background-color: #FFFFFF; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	}



