/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}/*comprend pas a quoi sert hidden*/
.xb2, .xb3, .xb4 {/*background:#fff; */ border-left:1px solid #FFF; border-right:1px solid #FFF;}/**/
.xb1 {margin:0 5px; height:1px; background:#FFF;/*la ligne du haut est mise en blanc*/}/* */
.xb2 {margin:0 3px; height:1px; border-width:0 2px;}
.xb3 {margin:0 2px; height:1px;}
.xb4 {margin:0 1px; height:2px;}/*je vois pas a quoi sert height ici*/
.color_back {background:#FFF; }
.color_topMenu {background:#e9eaec; }

/*Grand rectangle blanc du fond je le laisse blanc ici, mais pas common car transparent sur la page d'accueil*/


#pagecell1{
	position:absolute;
	top: 163px;/*112px au depart*/
	left: 2%;
	right: 2%;
	width:95.6%;
	/*background-color: #ffffff; je peux pas laisser le fond blanc car sinon j'arrive pas a faire les bords ronds*/
	
	
	/*z-index: 3; je vois pas a quoi ca sert */
	/*vertical-align: middle;*/
}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, Helvetica ,sans-serif;
	color: #333333;
	height: 745px;
	line-height: 1;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("../img/bg_grad.jpg") fixed;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	z-index: 10;/*à partir de 4, c bon*/
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 145px;/*au depart 90*/
	right: 10px;
	z-index: 108;
	left: 5px;
	width: 98%;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-size: 75%;
	visibility: visible;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	text-align: justify;
}

