/* Interface admin */
html{
	margin: 0;
	padding:0;
}
body{
	background-color: #fff;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 0.7em;
	margin:0;
	padding:0;
}
p{
	text-align: justify;
}
blockquote{
	border-left: solid 1px #22f;
	padding-left: 0.3em;
}
img {
	border: none;
}
img.right{
	margin: 2px 0px 2px 6px;
	float: right;
}
img.left{
	margin: 2px 6px 2px 0px;
}
hr {clear:both;visibility:hidden;}

/* style liens */
a:link{text-decoration:none;color:#134A81;}
a:active{text-decoration:none;color:#666;}
a:visited{text-decoration:none;color:#666;}

#cadre_admin{
	margin: auto;
	margin-top: 3%;
	background-color: white;
	text-align: center;
	border: solid 1px #777;
	width: 80%;
	-moz-border-radius: 10px;  /*arrondi les cadre, mais ne fonctionne que pour firefox*/
}
#cadre_admin_popup{
	padding: 1%;
	width: 80%;
	margin: auto;
	margin-top: 3%;
	background-color: white;
	text-align: center;
	border: solid 1px #777;
	-moz-border-radius: 10px;  /*arrondi les cadre, mais ne fonctionne que pour firefox*/
}
#cadre_admin ul{
	text-align: left;
}

/** Pour faire une bordure qui n'apparait pas dans firefox sur macosx **/
input, textarea {
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
.erreur{
	color: red;
}
.ok{
	color: green;
}
#menu_admin{
	width: 30%;
	margin: auto;
	margin-bottom: 2%;
}
#cadre_admin table {
    margin: auto;
}
/* Coloration des lignes des tableau de manière alternative */
.odd {background-color: #e3e3e3;}.even {background-color: #f5f5f5;}

/* Lorsque l'on passe le curseur au dessus d'un champ de tableau "delete" il devient rouge */
td[headers="entete_delete"]:hover{
    background-color: red;
}


/***********************************/

#cadre_admin{
	padding: 1%;
	width: 80%;
	min-width: 720px; /* taille minimale avant que les boites ne commence à se déplacer*/
}
input, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

/****** Formulaire d'ajout *******/
label{ 
	margin: 0 9px 0 0;
	font-weight: bold;
}
label:after{
	content: ":";
}
#bloc_article{
	width: 95%;
}
/* Placement des boites */
input#submit{
	margin: auto;
}
fieldset {
	border: solid 1px #777;
	float: left;
	text-align: left;
	margin: 1%;
	padding: 1%;
	-moz-border-radius: 5px;
}

/** Largeur des champs texte **/
#bloc_article textarea{
	width: 100%;
	height: 400px;
}

/*
dl{
    padding: 0;
    list-style-type: none;
}

dt{
	float: left;
	width: 60%;
	text-align: left;
}
dd{
	text-align: left;
}
*/
span {
    margin: 0 20px 0 10px;
}

.boutons{
	clear: both;
	text-align: center;
}

/* jolis effets */
input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
  background: #efdbff;
}

/* aspect général */
#liste{
	display: none;
}
#contenu{
	float: left;
	margin: 15px;
}

#article h1{
	margin: 0;
	background-color: #6487dc;
	color: #fff;	
	padding-left: 0.2em;
}

#commandes, #palette_outils{
	margin: 20px;
}
/* Desactive l'aide */
#aide{
	display: none;
}
/* Quelques styles qui sont pratique */
div.postit{
	background-color: #ff8;
	width: 40%;
	float: right;
	padding: 5px;
	border: solid 1px black;
	-moz-border-radius: 5px;
}
div.gauche{
	float: left;
}
div.droite{
	float: right;
}
div.sanspuce ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
/* Le texte qui est dans un bloc est mis dans un paragraphe qui lui est par défaut justifié donc on le change à centré */
div.centre p{
	text-align: center !important;
}
div.centre{
	text-align: center !important;
}
div.cadre{
	border: solid 1px black;
	padding: 5px;
	margin: 3px;
}
/* conu pour faire un article sur 3 colonne */
div.colonne{
	float: left;
	width: 27%;
	margin: 10px;
}
div.moitie{
	float: left;
	width: 45%;
	margin: 10px;
}
div.fondjaune{
	background-color: #ff8;
}
div.fondbleu{
	background-color: #6487dc;  /*aliceblue F0F8FF*/
	color: white;
}
div.fondvert{
	background-color: #bfb;
}
div.fondrouge{
	background-color: #fbb;
}
/* à placer absolument en dernier, pour surcharger les marges qu'aurait fait une autre classe*/
div.bloccentre{
	width: 50%;
	margin: auto;
}
.toggle_image{
	padding-left: 6px;
}
#form_identification,#nom_utilisateur, #deconnexion, #lien_motscles,#pied,#entete,#utile{
	display: none;
}
