.admin{
	margin:0;
	margin-left:10px;
	padding:0;
	border:0;
	text-align:right;
	position:absolute;
	top:3px;
	right:3px;
}
form.form_edit input.texte,form.form_tableau input.texte,form.form_admin input.texte,form.form_edit textarea,iframe#editeur{
	margin:0;
	padding:2px;
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	background-color:#fff;
}
iframe#editeur{
	background-color:#c6c6c6;
}
iframe#editeur,textarea#mon_html{
	width:500px;
	height:250px;
}
iframe#editeur{
/*	display:none;*/
}

form.form_admin label,form.form_newsletter label{
	display:block;
	float:left;
	clear:left;
	width:300px;
	font-weight:bold;
	padding-right:15px;
	text-align:right;
	line-height:25px;
}
form.form_newsletter label{
	width:100px;
}
form.form_admin input{
	padding:0;
	height:19px;
	margin:2px 0;
}
form.form_admin input.checkbox{
	padding:0;
	height:19px;
	margin:4px 0;
}
form.form_admin input.submit{
	background:url('../picto/page_tick.gif') top left no-repeat;
	border:0;
	margin:0;
	padding:0;
	width:16px;
	height:16px;
}

form.form_tableau{
	float:left;/* evite que le formulaire prenne toute la largeur et empeche le lien annuler/retour d'etre cliquable */
	position:relative;
	padding-bottom:25px;
}
form.form_tableau input.enregistrer{
	position:absolute;
	bottom:0;
	left:0;
}
div.paragraphe{
	position:relative;
	margin-bottom:0px;
	overflow:auto;
	background-color:#fff;
}

input.editeur{
	padding:1px;
	border:0;
	padding:0;
	width:22px;
	height:22px;
	margin:2px 0;
}
input#editeur_raz{
	background:url('../picto/edit-undo.png') top left no-repeat;
}
input#editeur_unformat{
	background:url('../picto/edit-clear.png') top left no-repeat;
}
input#editeur_gras{
	background:url('../picto/format-text-bold.png') top left no-repeat;
}
input#editeur_italic{
	background:url('../picto/format-text-italic.png') top left no-repeat;
}
input#editeur_souligne{
	background:url('../picto/format-text-underline.png') top left no-repeat;
}
input#editeur_couleur_noir{
	background:url('../picto/couleur-text-noir.png') top left no-repeat;
}
input#editeur_couleur_orange{
	background:url('../picto/couleur-text-orange.png') top left no-repeat;
}
input#editeur_couleur_violet{
	background:url('../picto/couleur-text-violet.png') top left no-repeat;
}
input#editeur_couleur_vert{
	background:url('../picto/couleur-text-vert.png') top left no-repeat;
}
input#editeur_couleur_gris{
	background:url('../picto/couleur-text-gris.png') top left no-repeat;
}
input#editeur_couleur_gris_fonce{
	background:url('../picto/couleur-text-gris_fonce.png') top left no-repeat;
}
input#editeur_couleur_blanc{
	background:url('../picto/couleur-text-blanc.png') top left no-repeat;
}
input#editeur_couleur_bleu{
	background:url('../picto/couleur-text-bleu.png') top left no-repeat;
}
input#editeur_couleur_rouge{
	background:url('../picto/couleur-text-rouge.png') top left no-repeat;
}
input#editeur_petit{
	background:url('../picto/format-text-small.png') top left no-repeat;
}
input#editeur_moyen{
	background:url('../picto/format-text-normal.png') top left no-repeat;
}
input#editeur_grand{
	background:url('../picto/format-text-big.png') top left no-repeat;
}
input#editeur_gauche{
	background:url('../picto/format-justify-left.png') top left no-repeat;
}
input#editeur_centre{
	background:url('../picto/format-justify-center.png') top left no-repeat;
}
input#editeur_droite{
	background:url('../picto/format-justify-right.png') top left no-repeat;
}
input#editeur_indent_plus{
	background:url('../picto/format-indent-more.png') top left no-repeat;
}
input#editeur_indent_moins{
	background:url('../picto/format-indent-less.png') top left no-repeat;
}
input#editeur_ol{
	background:url('../picto/format-ol.png') top left no-repeat;
}
input#editeur_ul{
	background:url('../picto/format-ul.png') top left no-repeat;
}
input#editeur_lien{
	background:url('../picto/internet-web-browser.png') top left no-repeat;
}

.form_edit input.texte{
	width:500px;
}
.form_edit textarea,.form_edit iframe{
	display:block;/* force le select de style à passer en dessous */
	float:none;
}
.form_liens label,.form_images label,.form_documents label{
	display:block;
	float:left;
	clear:left;
	width:240px;
	font-weight:bold;
	padding-right:15px;
	text-align:right;
	height:25px;
	line-height:25px;
}
.form_liens input.texte,.form_images input.texte,.form_documents input.texte{
	padding:0;
	height:19px;
	margin:2px 0;
}
.form_documents a{
	color:#000;
}
form.form_admin input.enregistrer,input.enregistrer,a.confirmer,a.annuler,a.supprimer,a.ajouter,a.ajouter_tableau,a.ajouter_simple,input.supprimer{
	border:0;
	padding:0;
	padding-left:30px;
	height:22px;
	line-height:22px;
	margin:2px;
	float:left;
	color:#000;
	display:block;
	text-decoration:none;
	text-align:left;
}
input.enregistrer{
	background:url('../picto/document-save.png') top left no-repeat;
}
a.confirmer{
	background:url('../picto/applications-multimedia.png') top left no-repeat;
}
a.annuler{
	background:url('../picto/edit-undo.png') top left no-repeat;
}
a.supprimer,input.supprimer{
	background:url('../picto/user-trash.png') top left no-repeat;
}
a.ajouter{
	background:url('../picto/document-new.png') top left no-repeat;
}
a.ajouter_tableau{
	background:url('../picto/x-office-tableau.png') top left no-repeat;
}
input.moins,input.plus{
	border:0;
	padding:0;
	height:22px;
	width:22px;
	margin:2px;
	float:left;
}
input.moins{
	background:url('../picto/list-remove.png') top left no-repeat;
}
input.plus{
	background:url('../picto/list-add.png') top left no-repeat;
}

fieldset.images,fieldset.documents,fieldset.liens{
	margin-top:10px;
	float:none;
	border:1px solid #444;
	float:left;
	clear:left;
}
#contenu table.tableau{
	margin-left:5px;
}

#admin_menu li,#admin_news li{
	position:relative;
	width:350px;
}
#admin_menu li,#admin_news li p{
	color:#414141;
}
div.rotation_img{
	position:relative;
	padding-bottom:20px;
	margin-bottom:10px;
}
div.rotation_img span{
	position:absolute;
	right:0;
	bottom:0;
}
div.rotation_img span a{
	margin-left:5px;
}
#formule ul,#type ul,#activite ul,#creneaux ul,#promo ul,#inscrit,#responsable ul,#filleul ul,#tutorat ul,#connection ul,#compte_rendu,.liste_tutorat,#eleve ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}
#formule ul li,#type ul li,#activite ul li,#creneaux ul li,#promo ul li,#inscrit li,#responsable ul li,#filleul ul li,#tutorat ul li,#connection ul li,#compte_rendu li,.liste_tutorat li,#eleve ul li{
	width:500px;
	position:relative;
}
#formule ul li span,#type ul li span,#activite ul li span,#creneaux ul li span,#promo ul li span,#inscrit li span,#responsable ul li span,#filleul ul li span,#tutorat ul li span,#connection ul li span,.liste_tutorat li a,#eleve ul li span{
	position:absolute;
	right:0;
	top:0;
}
#inscrit li,.liste_tutorat li,#compte_rendu li{
	margin-bottom:10px;
}
#inscrit li{
	padding-right:80px;
}
#liste_present{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
}
#liste_present li{
	width:300px;
	position:relative;
	margin-bottom:10px;
}
#liste_present li img{
	position:absolute;
	right:0;
	top:0;
}
.aff_home,.aff_newsletter,.deselectionner_newsletter{
	background:url('../picto/aff_home.png') top left no-repeat;
	padding-left:25px;
	height:22px;
	display:block;
	padding-top:5px;
	width:250px;
}
.aff_newsletter{
	background:url('../picto/email_go.png') center left no-repeat;
}
.deselectionner_newsletter{
	background:url('../picto/mail-reply-sender.png') center left no-repeat;
}
.note_manuel{
	color:#999;
}
#form_messagerie{
	margin-left:40px;
}
#form_messagerie label{
	width:70px;
	float:left;
	clear:left;
	margin-right:10px;
	text-align:right;
}
#admin_lien_pratique li{
	position:relative;
	width:350px;
}
