body {
	text-align:center;
	background:#422163 url(images/back.jpg) no-repeat center top;
	padding:100px 0 0 0;
	font-family:georgia;
	font-size:13px;
	color:#333333;
	margin:0 auto;
}

#bande {
	width:100%;
	height:30px;
	line-height:30px;
	position:absolute;
	top:0;
	left:0;
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	background:#000000;
	filter:alpha(opacity=35);
	opacity:0.35;
	-moz-opacity:0.35;
	border-bottom:1px solid #FFFFFF;
}

#container {
	width:800px;
	height:700px;
	margin:auto;
	text-align:left;

}

#header {
	width:550px;
	height:125px;
	margin-left:240px;
}


#menu {
	height:25px;
	line-height:25px;
	width:560px;
	margin-left:220px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#422163;
}

.rubrique {
	float:left;
	margin:0 10px 0 10px;
}

#gauche {
	width:185px;
	height:420px;
	float:left;
}

#milieu {
	width:550px;
	height:420px;
	float:left;
	margin-left:40px;
	font-size:13px;
}

#livre_or {
	font-size:10px;
	font-weight:bold;
}


#footer {
	background:#731376;
	width:100%;
	text-align:center;
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	
}

#footer a {
	color:#CCCCCC;
	font-weight:bold;
}

h3 {
	color:#422163;
	font-weight:bold;
	font-family:arial;
	font-size:13px;
	margin:0;
	padding:0 0 10px 0;
}

h1 {
	margin:5px 0 0 0;
	padding:0;
	font-size:18px;
}

h2 {
	color:#bf3fbb;

	font-size:16px;
	font-weight:bold;
}

ul {
	margin:0;
	padding:0;
	list-style-position:inside;
	list-style-image:url(images/etoiles.png);
}

.partenaire {
	border:1px dotted #999999;
	margin:10px 0 10px 0;
	padding:3px;
}


a:link {
	color:#422263;
	text-decoration:none;
}

a:visited {
	color:#422263;
	text-decoration:none;
}
a:hover {
	color:#422263;
	text-decoration:underline;
}
a:active {
	color:#422263;
	text-decoration:none;
}



#mainContainer{
		width:760px;	
		margin:0 auto;
		text-align:left;
	}
	#topRow{
		
	}
	#mainContent{
		padding-left:10px;
		padding-right:10px;
	}
	
	#dhtmlgoodies_marquee{
		/* general marquee layout*/
		height:30px;
		line-height:30px;
		
		/* End general marquee layout */

		position:absolute;
		right:170px;
		z-index:1000;
		top:0px;		
		display:none;		
		width:100%;
		overflow:hidden;
	}
	
	#dhtmlgoodies_marquee .textObj{	/* Layout for the marquee text */
		position:absolute;	
		color: #FFF;
		top:0;
		font-weight:bold;
		white-space:nowrap;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	}
	/* Just some layout classes used in this example script */
	.highlighted{
		color:#F00;	// Red color
	}
	.greenText{
		color:#0F0;	// Green color
	}