/* RESET */
html, body, div, span, applet, object, iframe, p, blockquote, pre, button, a, abbr, acronym, address, big, cite, code,  del, dfn, em, font, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend {
 border: 0;
 margin: 0;
 outline: 0;
 padding: 0;
}

/* INTERFACE */
html, body {
	background-color: #000;
	color: #919191;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
}
#centreur {
	text-align: center;
}
#centreurw3c {
	background-color: #000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 766px;
}

.cleaner {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#principal {
/*	position: absolute;
	top: 210px;*/
	background-color: #000;
	position: relative;
	width: 766px;
}

#header {
	height: 300px;
	/*margin: 32px 0 0 0;*/
	position: relative;
	width: 766px;
	z-index: 0;
}


/* MENUS */
div#menu {
	height: 32px;
	left: 0;
	margin: 0 0 0 116px;
	position: absolute;
	top: 0;
	width: 650px;
	z-index: 1000;
}


/* FIL D'ARIANE */
#breadcrumbs {
	margin-left: 20px;
	margin-bottom: 10px;
	text-align: left;
	width: 746px;
}
#breadcrumbs a {
	text-decoration: none;
}


/* CONTENUS */
#content {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 20px 0 20px 0;
	width: 764px;
}

#contenu {
	border-right: 1px solid #808080;
	float: left;
	padding: 0 10px 0 10px;
	width: 520px;
}

#sidebar-right {
	display: inline;
	float: right;
	padding:10px;
	width: 180px;
	text-align:center;
}

#centre {
	padding: 0 10px 0 10px;
}


#une-colonne {
	padding: 0 10px 0 20px;
	width: 650px;
}


/* FOOTER */
#footer {
	margin-bottom: 20px;
	text-align: center;
	width: 766px;
}
#footer ul {
	list-style: none;
	margin: 5px 0;
}
#footer li {
	display: inline;
	padding: 0 5px 0 5px;
}
#footer a {
	text-decoration: none;
}




