/* =============================================================================
 * STANDARD IMPLEMENTATION & STANDARD CMS
 * 	-> Éléments utilisés par l'application et une implémentation standard du CMS
 * ! Atention aux spécificités des selecteurs qui peuvent être plus importantes 
 * ===========================================================================*/
/* Implémentation au cas par cas  */
.clear {clear : both;}
input.case {border: none;}
label.enLigne {
	float: none;
	display: inline;
}
#contenu label.enLigne {
	float: none;
	display: inline;
}
/* TPL AVEC FORMULAIRE : tpl_formulaire, tpl_ged, tpl_login, tpl_loginMDL, etc. */
p.action {}
p.action input {}
/* TPL_FORMULAIRE [=>label caché] et éléments d'accessibilité */
.accessLayout, .byPass {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.notDisplay {display: none;}
/* WYSIWYG */
.alignleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}
.alignjustify {text-align: justify;}
img.alignleft, dl.alignleft  {float: left; margin: 0 5px 5px 0;}
img.alignright, dl.alignright {float: right; margin: 0 0 5px 5px;}
.legende {
	
}
dd {
    margin:0;
    padding:0;
}
.legende dd {
    font-style: italic;
    margin:0;
    padding:0;
    font-size: 85%;
}
a img, img {border-width: 0;}
a:hover, a:focus {text-decoration: none;}
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/* =============================================================================
 * ELEMENT A DESACTIVER
 * ===========================================================================*/
#bo_bandeau_haut, #bo_menu_haut, #bandeauHaut, #menu, #Annuaire, #Agenda , #bandeauBas, #colonneGauche h2, p.moduleBas, .Accessoires, #partenaires {display: none;}
/* =============================================================================
 * LAYOUT GENERAL
 * ===========================================================================*/
#document{
    width:100%;
}
#corps {
	/*overflow: hidden;
	width: 100%;*/
}
#contenu, #colonneDroite, #colonneGauche {
    /*float: none;
    width: 99%;
    margin: 0;
    padding: 0;*/
}
/*
#colonneDroite, #colonneGauche {
	float: right;
    width: 29%;
}

.avecColonneDroite #contenu, .avecColonneGauche #contenu, .avecDeuxColonnes #contenu {
	float: left;
	width: 65%;
}*/

