/********/
/* HTML */
/********/
body {
	margin				: 10px;
	background-color	: #000000;
}
body, p, td, th {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 12px;
}
hr {
	border			: 0;
	border-top		: 1px #6A9B40 dashed;
	height			: 1px;
	margin-top		: 15px;
	margin-bottom	: 15px;
}
a:link,
a:visited,
a:hover,
a:active {
	color	: #6A9B40;
}
input, textarea, select {
	background-color: #FAFAFA;
	border			: 1px #6A9B40 solid;
	padding			: 1;
	
}
input.checkbox {
	border			: none;
	background-color: none;
}
/******************************/


/******/
/* ID */
/******/
#structure {
	background-color: #FFFFFF;
	color			: #18481D;
}
#contenu {
	width				: 800px;
/*	height				: 585px;*/
/*	overflow			: auto;*/
	background-image	: url(images/modele/fond_contenu.jpg);
	background-position	: left top;
	background-repeat	: no-repeat;
}
#contenu .titre {
	width		: 200px;
}
#contenu .titre h1 {
	color		: #FFFFFF;
	font-size	: 18px;
	font-weight	: normal;
	margin-top	: 30px;
	margin-left	: 50px;
	width		: 130px;
}
#contenu .txt {
	padding	: 35px 10px 10px 10px;
}
#contenu .txt h1 {
	font-size			: 14px;
	font-weight			: bold;
	margin				: 0 0 15px 0;
	padding-left		: 20px;
	background-image	: url(images/modele/picto_fleur.gif);
	background-repeat	: no-repeat;	
}


/* Menu haut */
#menu_haut {
	background-color: #6A9B40;
	color			: #FFFFFF;
	height			: 40px;
	line-height		: 40px;
	border-bottom	: 5px #A5C38C solid;
}
#menu_haut a:link,
#menu_haut a:visited,
#menu_haut a:hover,
#menu_haut a:active {
	text-decoration		: none;
	color				: #FFFFFF;
	display				: block;
	font-weight			: bold;
}
#menu_haut a:hover,
#menu_haut a.on:link,
#menu_haut a.on:visited,
#menu_haut a.on:hover,
#menu_haut a.on:active {
	background-color: #F2F7F0;
	color			: #18481D;
}


/* Menu gauche */
#menu_gauche {
}
#menu_gauche h1 {
	font-size	: 14px;
	font-weight	: bold;
	margin		: 0;
	margin-top	: 10px;
}
#menu_gauche .txt {
	margin-left	: 10px;
}
#menu_gauche .image_logo a:link,
#menu_gauche .image_logo a:visited,
#menu_gauche .image_logo a:hover,
#menu_gauche .image_logo a:active {
	background-image	: none;
	padding				: 0;
}
#menu_gauche a:link,
#menu_gauche a:visited,
#menu_gauche a:hover,
#menu_gauche a:active {
	text-decoration		: none;
	color				: #18481D;
	display				: block;
	background-image	: url(images/modele/puce_menu_off.gif);
	background-repeat	: no-repeat;
	background-position	: left;
	padding-left		: 15px;
	line-height			: 24px;
	margin-left			: 10px;
}
#menu_gauche a:hover,
#menu_gauche a.on:link,
#menu_gauche a.on:visited,
#menu_gauche a.on:hover,
#menu_gauche a.on:active {
	background-image: url(images/modele/puce_menu_on.gif);
	background-color: #18481D;
	color			: #FFFFFF;
}
#menu_gauche .ss_menu a:link,
#menu_gauche .ss_menu a:visited,
#menu_gauche .ss_menu a:hover,
#menu_gauche .ss_menu a:active {
	background-image: none;
	padding			: none;
	margin			: none;
}
#menu_gauche .ss_menu a:hover,
#menu_gauche .ss_menu a.on:link,
#menu_gauche .ss_menu a.on:visited,
#menu_gauche .ss_menu a.on:hover,
#menu_gauche .ss_menu a.on:active {
	background-color: #6A9B40;
}



/* Fiche élève */
#fiche_eleve {
}


/* Formulaire menu gauche */
#form_menu {
	margin			: 0 10px 10px 10px;
	padding			: 0 3px 3px 3px;
	border-bottom	: 1px #999999 solid;
}
#form_menu input {
	font-size	: 12px;
	padding		: 0;
}

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


/***********/
/* CLASSES */
/***********/
.image_partenaire {
	margin-right	: 10px;
}

.erreur, .ok {
	font-weight:bold;
}
.erreur {
	color:#CC0000;
}
.ok {
	color:#009900;
}

/* Tableau */
.tableau {
	border-collapse	: collapse;
}
.tableau th, .tableau td {
	border	: 1px #6A9B40 solid;
}
.tableau th {
	background-color: #F2F7F0;
	font-weight		: bold;
}
.tableau .ligne0 {
	background-color: #F0F0F0;
}
.tableau .ligne1 {
	background-color: #FAFAFA;
}
.tableau .noborder th, .tableau .noborder td {
	border	: none;
}
.tableau .entete {
	background-color: #A5C38C;
	font-size		: 14px;
	padding			: 5px;
	font-weight		: bold;
	text-align		: center;
}



/* Vignette Eleve */
.vignette_eleve {
	padding			: 1px;
	background-color: #F2F7F0;
	border			: 1px #6A9B40 solid;
	border-collapse	: collapse;
}
.vignette_eleve td {
	border-left	: 1px #6A9B40 solid;
}
.vignette_eleve .titre {
	font-weight	: bold;
	font-size	: 11px;
	border-left	: 1px #6A9B40 solid;
}
.vignette_eleve td, .vignette_eleve th, .vignette_eleve p {
	font-size	: 10px;
}
.vignette_eleve .image_eleve {
	border		: 1px #EEEEEE solid;
	padding		: 1px;
}
.vignette_eleve .lien_fiche {
	background-color: #A5C38C;
	text-align		: center;
}
.vignette_eleve .lien_fiche a:link,
.vignette_eleve .lien_fiche a:visited,
.vignette_eleve .lien_fiche a:hover,
.vignette_eleve .lien_fiche a:active {
	font-weight		: bold;
	text-decoration	: none;
	color			: #F2F7F0;
}

.petit,
.petit label {
	font-size	: 9px;
}
/******************************/
