/* Boutons */
.button-login {	
	background-image: url(/images/design/bouton-connexion.jpg);
	background-repeat: no-repeat;
	background-color: none;
	height: 16px;
	width: 70px;
	border: 0px;	
	cursor: pointer;
}

.button-send {	
	background-image: url(/images/design/bouton-envoyer.jpg);
	background-repeat: no-repeat;
	background-color: none;
	height: 16px;
	width: 70px;
	border: 0px;
	cursor: pointer;	
}

.button-back {	
	background-image: url(/images/back.gif);
	background-repeat: no-repeat;
	background-color: none; 
	height: 20px;
	width: 60px;
	border: 0px;
	cursor: pointer;	

}

.button-update {	
	background-image: url(/images/design/bouton-enregistrer.jpg);
	background-repeat: no-repeat;
	background-color: none;
	height: 16px;
	width: 70px;
	border: 0px;
	cursor: pointer;	
}

.button-banlist {	
	background-image: url(/images/banlist.gif);
	background-repeat: no-repeat;
	background-color: none;
	height: 20px;
	width: 60px;
	border: 0px;
	cursor: pointer;	
}

.button-referrers {	
	background-image: url(/images/referrers.gif);
	background-repeat: no-repeat;
	background-color: none;
	height: 20px;
	width: 60px;
	border: 0px;
	cursor: pointer;	
}

.button-delete {	
	background-image: url(/images/design/delete.jpg);
	background-repeat: no-repeat;
	background-color: none;
	height: 32px;
	width: 32px;
	border: 0px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;	
}

.button-edit {	
	background-image: url(/images/design/edit.jpg);
	background-repeat: no-repeat;
	background-color: none;
	height: 32px;
	width: 32px;
	border: 0px;
	cursor: pointer;
	margin-left: 10px;
	margin-right: 10px;		
}



/* Style tableau */
.table-title {
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CDCDF5;
	padding: 3px;
	text-align: center;
	background-color: #F7F4FF;
	color: #9696EB;
	letter-spacing: 1px;
}

.table-content {
	font-size: 12px;
	border: 1px solid #CDCDF5;
	padding: 3px;
	background-color: #FFFFFF;
	color: #9696EB;
}

/* Status des videos */
.status-awaiting {
	text-decoration: blink;
	color: #888888;
	font-weight: bold;
	font-style:italic;
}

.status-accepted {
	color: #00AA00;
	font-weight: normal;
}
.status-accepted-text-appair {
	color: #888888;
	font-weight: normal;
	font-size: 10px;
	font-style:italic;
}

.status-refused {
	color: #FF0000;
	font-weight: bold;
}
