 /*.a-cacher {
   font-weight: bold;
   color: #990066;
  }*/


 .a-cacher-step1 {
   font-weight: bold;
/*  color: #990066;*/
  }


 .a-cacher-step2 {
   font-weight: bold;
  /* color: #990066;*/
  }



body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003333;
	/*bgcolor: "#FFFFFF";*/
	leftmargin: "0";
	topmargin: "0";
	marginwidth: "0";
	marginheight: "0";
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #003333;
	font-weight: bold;
}
a:visited {
	color: #003333;
	text-decoration: none;
}
a:hover {
	color: #FF0033;
	text-decoration: none;
}
a:active {
	color: #990066;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

.titre_de_section {
	font-size: 24px;
	font-weight: bold;
}
body {
	/*background-image: url(../images/square.gif);
	background-repeat: repeat;
	margin-top: 15px;  */
}
.in_footer {
	color: #FFFFFF;
	font-size: small;
}.table_header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0099CC;
}
.link_white_bk {color: #0066CC}
.rem_en_petit {font-size: x-small}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FFFFFF;
}

.titre_de_page {
	font-size: medium;
	font-weight: bold;
}


#powered_by {
	position:relative;
	
	width:250px;
	height:116px;
	z-index:4;
	filter:alpha(opacity=99);
	-moz-opacity:.99;
	opacity:.99;
}
a.powered_by:hover {
	background:#FF9999;
}




@media only screen and (max-width: 600px) {
  body {
	background-color: #6F3;/* light green*/
  }
 .a-cacher-step2 {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  body {
	background-color: #FCF; /* light violet */
  }
 .a-cacher-step1 {
    display: none;
  }
}