
body {
	background-color: #FFFFCC;
	font-family:"Cooper Black";
}

#global {
     	margin-left: auto;
     	margin-right: auto;
	width: 800px;
	min-height:600px;
}

#header {
	height: 140px;
	background: url(./images/header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#menu
{
	width: 160px;
	float: left;
	height: 400px;
}

#menu a
{
	text-align: left;
	text-decoration: none;
	height: auto;
	width: 100px;
	color: #FF9933;
	display: block;
	font-size:25px;
}

.contenu
{
	height: 400px;	
	background-image: url(./images/bulles3.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}

.text
{
	text-decoration:none;
	width: 580px;
	height: 350px;
	float: right;
	margin-top: 50px;
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 0px;
	text-align: left;
	color: #FFFFCC;
	font-size: 14px;
	font-family:"Verdana";
	font-weight: bold;	
}

#footer
{
	width: 800px;
	float: right;
	Color: #FF9933;
	font-size:18px;;
	
}







