@charset "utf-8";
/* CSS Document */
/* Brainsonic 2007 */

/*Mise a zero des marges predefini des navigateurs*/
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	}
	
body {
	background-color: #E9E9E9;
	}
	
#global {
	margin: 23px auto;
	width: 800px;
	}
	
#content {
	width: 800px;
	background: url(../images/demo_repeater_index.png) repeat-y;
	}
	
#coverflow {
	width: 796px;
	padding-left: 2px;
	}

#footer {
	background: url(../images/footer_index.png) no-repeat;
	width: 800px;
	height: 50px;
	font-size: 10px;
	color: #CCC;
	text-align: center;
	}

#footer a {
	font-family: Verdana;
	font-size: 10px;
	color: #CCC;
	}