div {
	text-align:center;
	}
div#bandeau {
	align:center;
	width:100%;
	height:350px;
	background-image:url(bg1.gif);
	background-repeat:repeat-x; 
	}
div#contenu {
	align:center;
	width:400px;
	text-align:center;
	}
div#gauche {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}

div#left {
    	margin-left: 150px;
	float: left;
    	width: 400px;
	
	    
}
div#right {
   	margin-right: 150px;
	float: right;
    	width: 400px;
	
	
    
}

.menu {
   	
	
	text-align:center;
	margin-left:auto;
	margin-right:auto;
    
}




a.type1 { /* Les liens qui ne sont pas sous le curseur. */
	color: white; //ta couleur
		
}
a.type1:hoover { /* Les liens lorsque le curseur est dessus. */
	color: #FFFFFF; //ta couleur
	
	
}
a.type1:visited { /* Les liens visités. */
	color: #FFFFFF; //ta couleur
	
	
}