/* reset css */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ----------------------container----------------------*/
#container {
	font-family:arial;
	width:885px;
	height:auto;
	margin:auto;} /* centrage de la page */
	



/* -------------------------------Header--------------------------------- */
#header {
	width:885px;
	height:186px;
	background:#ffffff;
	}


#image {
		width:885px;
		height:480px;
		margin:0 auto 0 auto;
		/*border:1px solid #aaa;*/
		padding:0 0 0 0;
		margin:0;
		list-style-type:none;
		background:#fff url(../images/intro.jpg) no-repeat;
}


#space {
	width: 885px;
	height: 69px;
	background-color: white;
}

#nav {
	display: inline;
	width: 885px;
	height: 39px;
	overflow: auto;
	margin: auto; 
	padding: 0px;
}
#nav li {float: left; list-style-type:none;}

#nav a:link, #nav a:visited {color:#000000; text-decoration:none;}

	#leftspc		{display: block;	width: 17px;	height: 27px;	background:#ffffff								;		}
	#bentrez		{display: block;	width: 281px;	height: 27px;	background-image:url(../images/intro_entrez.gif);		}
	#sep1			{display: block;	width: 12px;	height: 27px;	background:#ffffff								;		}
	#benter			{display: block;	width: 281px;	height: 27px;	background-image:url(../images/intro_enter.gif);		}
	#sep2			{display: block;	width: 12px;	height: 27px;	background:ffffff;										}
	#barab			{display: block;	width: 282px;	height: 27px;	background-image:url(../images/intro_earab.gif)	;		}
	#rightspc		{display: block;	width: 310px;	height: 27px;	background:#ffffff								;		}
	

#nav a:hover {
	opacity:1.0;
}    
 /* ------------------------------Class------------------------------------*/
.nofloat	{clear: both;}
.floatleft	{float: left;}
.margin-top	{margin-top: 0px;}




/* ---------------------------general setup----------------------------------*/
p {}
body { margin: 0px; padding: 0px;}
	




