html,body {
	  	font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,"Times New Roman",MacArial,Times;
		font-size:14px;
		margin: 0 0 0 0%;
		top:0px;
		padding: 0;
		background-color:#FFFFFF;
		background-attachment:fixed;
		background-image:url(public/images/fond.png);
		background-repeat:repeat-x;
		

}


#main {
		position:relative;
		margin: 0 0 0 0%;
		top:0px;
		padding: 0;
		font-family:"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,"Times New Roman",MacArial,Times;
		font-size:14px;
		margin-left:auto;
		margin-right:auto;
		position:relative;
		text-align:left;
		width:900px;
}



#header {
		position:relative;
		margin: 0 0 0 0%;
		padding: 0;
		width:900px;
		height:100px;
		background-image:url(/public/images/baniere.png);
		background-repeat:no-repeat;
}



#body1header {
		position:relative;
		margin: 0 0 0 0%;
		padding: 0;
		top:5px;
		width:900px;
		height:250px;
		background-image:url(/public/images/body-header.png);
		background-repeat:no-repeat;
}



#body1 {
		position:relative;
		margin: 0 0 0 0%;
		padding: 0;
		top:5px;
		width:900px;
		background-image:url(/public/images/body.png);
		background-repeat:repeat-y;
}


#menu-gauche {
		position:relative;
		margin: 0 0 0 0%;
		padding: 0;
		top:5px;
		width:250px;
		float:left;
}

.menu-header {
	width:220px;
	height:30px;
	background-image:url(/public/images/menu-header.png);
	background-repeat:no-repeat;	
}

.menu-body {
	width:220px;
	background-image:url(/public/images/menu-body.png);
	background-repeat:repeat-y;	
}

.menu-footer {
	width:220px;
	height:30px;
	background-image:url(/public/images/menu-footer.png);
	background-repeat:no-repeat;	
}

#conteneur {
		position:relative;
		margin: 0 0 0 0%;
		padding: 0;
		top:5px;
		width:650px;
		float:left;
}


#body1footer {
		position:relative;
		margin: 0 0 0 0%;
		padding: 0;
		top:5px;
		width:900px;
		height:25px;
		background-image:url(/public/images/body-footer.png);
		background-repeat:no-repeat;
}



#footer {
		position:relative;
		top:10px;
		text-align:right;
		position:relative;
		margin: 0 0 0 0%;
		padding: 0;
		width:900px;
		height:50px;
		font-size:14px;
		background-image:url(/public/images/footer.png);
		background-repeat:no-repeat;
		font-weight:bolder;
		text-align:center;
}

#footer a{
		color:#3C1C09;
		text-decoration:none;
}

.retab {
		clear:both;
}


.jeux {
	position:relative;
	text-align:center;
	vertical-align:middle;
	margin: 0 0 0 0%;
	padding: 0;
	width:275px;
	height:275px;
	background-image:url(/public/images/jeux.png);
	background-repeat:no-repeat;
	float:left;
}


/************************
       LIENS             
************************/
A:link {text-decoration: none; color: black;}
A:visited {text-decoration: none; color: black;}
A:active {text-decoration: none; color: black;}
A:hover {text-decoration: underline; color: black;}

/************************
          H1             
************************/
H1 {
		font-size:18px;
}

.worldwrap {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
width: 99%; /* remove horizontal scroll-bar when viewing in IE7 */
}