/*
 * Issila / Issila / I6LA
 * by EXTELLIENT
 *
 * Created on 26 juin 2006 by mgueurce
 * Last modified (CVS Id): $Id: main.css,v 1.3.2.4 2010-10-20 07:11:19 gcuignet Exp $
 */ /* 
*	CSS globale pour le positionnement des objets
*/

body, select, input {
    font-size:1em;
}

/** alignement des champs */
.align_field_title {
	text-align: right;
	vertical-align:middle;
}

.mandatory {
	color: red;
}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}
a img,:link img,:visited img {
	border: none;
}

a,a:hover {
	text-decoration: none;
	color: black;
}

body {
	margin: 0;
	font-family: Trebuchet MS, arial;
	/*font-family: Arial, Verdana, sans-serif;*/
	font-size: 11px;
	height: 100%;
}

dl,dt,dd,ul,li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.main_popup_content {
	border: 10px solid #fdc689;
	padding: 5px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

div.main_popup_content span.title {
	color: #339900;
	font-size: 20px;
}

div.main_popup_content div.content {
	width: 100%;
	height: 100%;
	padding: 4px;
	font-size: 12px;
	overflow: hidden;
}

div.school a {
	color: black;
}

.calendar, .calendar table {
  z-index: 99999;
}


.news_container {
    padding: 5px;
    width: 200px;
    min-height: 200px;
}

.show-more-news {
    float: right;
    font-style: italic;
    font-size: 90%;
    cursor: pointer;
}

#wizzard_scolaire {
    margin-top:25px;
}

div#edit {
  margin-top:25px;
}
