@import url("communs.css");
@import url("blocs.css");


/*****Positionnig*********/

/* Header */
#header				{ width: 100% ; height: 340px ;  top: 0px; left: 0px; z-index: 100; }


/* Content */
#content			{
	position : absolute;
	width : 750px;
	top : 341px;
	left : 10px;
	
}

/* Links */
#links				{ width: 200px; position: absolute; top: 90px; left: 800px;	/*margin: 0px 0px 0px 0px;
	padding: 10px 10px*/  }

/* navigateur*/

#navigateur			{
	position : absolute;
	width : 200px;
	height: 100px;
	top : 186px;
	left : 500px;
	border-width:1px;
	border-color:#000000;
	padding:10px;
	font-size : 10 px ;
}

#navigateur h4 { font-style :bold ; font-size:10px;}
#navigateur .description{font-size : 10 px ;height:60px}

#navigateur .middle{ 
	height : 60 px;
	background:url(slides/middle.png) ;
	padding:10px;
	font-size:10px;
}
#navigateur .liens{ font-size:10px;
text-align:center;
	height : 20 px;
	background:url(slides/middle.png) ;
	padding:10px;
}
#navigateur .bottom {height:10 px;
	background:url(slides/bottom.png) no-repeat;

}
#navigateur .top {height:5 px ;
	background:url(slides/top.png) no-repeat;

}
#navigateur i{font-size : 9 px ;}
#navigateur td:hover { cursor:hand;
color: #f60;}


