#global {
	margin-left:auto;
	margin-right:auto;
	width: 750px;
	text-align:left;
	
	}

#banner {
	width: 750px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF33;
	border-right-color: #FFFF33;
	border-left-color: #FFFF33;
	margin-top: 20px;
	
}

#contenu {
	width:750px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFF33;
	border-left-color: #FFFF33;
	background-image: url(../images/fond_menu.gif);
	background-repeat: repeat-y;
	background-position: 65px;	
	
	}
	
#menu {
	margin-left:65px;
	background-color:#990066;
	float: left;
	width: 150px;
	display: inline;
	height:300px;
	padding-top:25px;
	
	}

#texte {
	float: right;
	margin-left: 10px;
	width: 500px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFF33;
	font-size: 12px;
	text-indent: 10px;
	line-height: normal;
	padding-right: 5px;
	
	
	}
	
#menu2 {
	width:500px;
	margin-left:10px;
	float:right;
	padding-right: 5px;
	text-align: center;
	color: #FFFF33;
	
	}
	
	
#pied {
	width:750px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFF33;
	border-bottom-color: #FFFF33;
	border-left-color: #FFFF33;
	bottom: 0px;
	}
	

#menu a {
	color: #FFFF33;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:10px 6px 10px 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#menu2 a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFF33;
	text-decoration: none;	
	}


#menu a:hover {
	color:#333399;
	font-weight:bolder;
	background-color: #FFFF33;
	}

	
html,body{
	
	margin:0;
	text-align:center;
	background-color:#336699;
	color:#FFFF33;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

body a {
	color:#FFFF33;
	}

h1 {
	color: #000000;
	font-size: 24px;
	}

	
#texte h1 {
	color: #000000
	font-size: 24px;
}

.deco {
	background-image:url(../images/deco.gif);
	height:21px;
	width:750px;
	border: 1px solid #FFFF33;
	}
