*{
				margin: 0px;
				padding: 0px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px;
			}
			
			a{
				text-decoration: none;
				color: #666;
			}
			ul, li{
				list-style: none;
			}
			.mon_onglet{
				float: left;
				padding: 2px 10px;
				margin-right: 5px;
				color: #333;
				background: #ffffff;
				border: 1px solid #3d6fd7;
				cursor: pointer;
				margin-bottom: -1px;
			}	
			.mon_onglet:hover{
				background: #eaeaea;
			}				
			.mon_onglet_selected{
				float: left;
				padding: 2px 10px;
				margin-right: 5px;
				color: #333;
				background: #eaeaea;
				border-top: 1px solid #3d6fd7;
				border-right: 1px solid #3d6fd7;
				border-left: 1px solid #3d6fd7;	
				border-bottom: 1px solid #eaeaea;	
				cursor: pointer;	
				margin-bottom: -1px;
			}					
			.clear{
				clear: both;
			}
			.mon_contenu{
				color: #666;
				background: #ffffff;
				border: 1px solid #3d6fd7;
				padding: 10px;				
			}
			#mes_contenus, #mes_onglets{
				width: 400px;
			}