/* CSS Document */
/*-------------------- DEBUT CSS de base  --------------------*/
/* for Internet Explorer 6*/
/*\*/
/* This is the transparent box */
* html h1.h1_principal {
width: 300px;
margin: 0 0px;
background-color: #fff;
filter:alpha(opacity=75);
opacity: 0.75;
-moz-opacity:0.75;
}

/* This is the container which set text to solid color.
position: relative used for IE */ 
* html h1.h1_principal .h1_principal_ie {
font-weight: bold;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
position: relative;
}

* html #page .contenu .scroll{
	overflow: auto;
	margin-right: 20px;
	width: 550px;
	height:450px;
}
/****************/
/* for Internet Explorer 7*/
/*\*/
/* This is the transparent box */
*:first-child+html h1.h1_principal {
width: 300px;
margin: 0 0px;
background-color: #fff;
filter:alpha(opacity=75);
opacity: 0.75;
-moz-opacity:0.75;
}


/* This is the container which set text to solid color.
position: relative used for IE */ 
*:first-child+html h1.h1_principal .h1_principal_ie {
font-weight: bold;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
position: relative;
}

