/*****************/
/* PSEUDO BOUTON */
/*****************/
.edition{
	margin: 5px 0;
	border: 1px dashed red;
}
.pseudo_boutons_edition{
	text-align: right;
}
.pseudo_boutons_insertion img {
	border-style: none;
	margin: 0 3px !important;
}
.pseudo_boutons_edition img {
	margin: 0 !important;
	border-style: none;
}
.pseudo_boutons_edition select{
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.info {
	padding:5px;
	border: 1px solid red;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

/*************/
/* MENU HAUT */
/*************/
#pseudo_menu_haut {
	background: transparent url('images/pseudo_menu_haut.gif') repeat-x scroll left top;
	/*height: 40px;*/
	padding-top: 9px;
}
#pseudo_menu_haut table {
	font-family: Verdana, Arial Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-collapse: collapse;
	margin: auto;
}
#pseudo_menu_haut td {
	background: transparent url('images/pseudo_menu_haut_td_off.gif') no-repeat scroll left top;
	height: 31px;
	width: 100px;
	text-align: center;
	padding: 0;
}
#pseudo_menu_haut td.noBackground {
	background-image: none;
	width: 10px;
}
#pseudo_menu_haut td.big {
	background-image: url('images/pseudo_menu_haut_td_off_b.gif');
	width: 120px;
}
#pseudo_menu_haut td.disabled {
	color: #c0c0c0;
}
#pseudo_menu_haut a {
	color: #000000;
	text-decoration: none;
}	 
#pseudo_menu_haut a:hover {
	text-decoration: underline;
}
