/*  Généralités  */

*{
	outline: none;
}

form, fieldset{
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
}
img{
	border: none;
}
.clear{
	clear: both;
}
.style_texte1{
	color: #ffffff;
}
.style_texte2{
	color: #000000;
}

a{
	color: #202b5e;
	text-decoration: none;
}

/*  Page  */

html{
	background-color: #c0c0c0;
}

body{
	color: #ffffff;
	background-color: #8892aa;
	border: 1px solid #505b8e;
}
	#zone_haute{
		width: 100%;
		margin: 0;
		padding: 0;
		overflow: hidden;
		cursor: pointer;
	}
		#banniere{
			width: 700px;
			height: 198px;
			margin-left: 0;
			background-image: url('Banniere.png');
			background-repeat: no-repeat;
			background-position: 0 0;
		}
		#fin_banniere{
		}
		#tableauCategories{
			padding: 5px 0 5px 0;
			height: 25px;
		}
			.categorie{
				float: left;
				margin: 0 5px 0 5px;
				width: 35px;
				height: 35px;
			}
	#corpsPage{
		width: 100%;
		margin-top: 0px;
		padding: 0;
	}
		#colonne_gauche{
			margin: 0;
			padding: 34px 0px 0px 0px;
			width: 230px;
			height: 100%;
			float: left;
			background-image: url(bg_colonne_1.png);
			background-repeat: no-repeat;
		}
			#colonne_gauche .fin_colonne{
				width: 230px;
				height: 34px;
				background-image: url(bg_colonne_3.png);
				background-repeat: no-repeat;
			}
			
		#zone_centre{
			margin: 0 50px 6px 255px;
			padding-top: 10px;
			background-repeat: repeat-y;
		}
			.note{
				margin: 10px 0 0 0;
				padding: 5px 0 0 0;
				font-size: 15px;
			}
				.note h2{
					margin: 0px;
					padding: 0px;
					font-size: 20px;
					color: #ffffff;
				}
				hr.ligne_sous_titre_note{
					border-top: 1px solid #ffffff;
					border-right: none;
					border-bottom: none;
					border-left: none;
					margin: 5px 0 0 0;
				}
				.note .sous_titre{
					color: #ffffff;
					font-size: 12px;
				}
				.lien_commentaires{
					color: #505b8e;
					text-decoration: none;
				}
				#formulaire_ajout_commentaire{
					text-align: left;
				}
				.commentaire h3{
					font-size: 15px;
					color: #505b8e;
					margin: 0;
					padding: 0;
				}
				#formulaire_ajout_commentaire h3{
					font-size: 15px;
					color: #505b8e;
					margin-bottom:3px;
					padding-left: 20px;
				}
				.commentaire h3 a{
					color: #505b8e;
				}
				.commentaire{
					border: 1px solid #ffffff;
					width: 80%;
					margin: auto;
					padding: 5px;
					margin: 10px;
				}
				.commentaire.normal{
				}
				.commentaire.admin{
					background-color: #798ec1;
				}
				#bouton_ajout_commentaire{
					border: 1px solid #ffffff;
					font-weight: bold;
					background-color: transparent;
					cursor: pointer;
				}
				#bouton_ajout_commentaire:hover{
					color: #505b8e;
				}
				#lien_retour{
					text-decoration: none;
					color: #505b8e;
					margin-bottom: 15px;
				}
			.espace_entre_notes{
				height: 80px;
			}		
		#colonne_droite{
			margin: 0;
			padding: 5px;
			width: 230px;
			height: 100%;
			float: right;
		}
		.box{
			width: 230px;
			padding-top: 40px;
			text-align: left;
			background-image: url(bg_colonne_2.png);
		}
		
		#liste_sous_categories{
			padding-top: 0px !important;
		}
			.contenu_box{
				padding: 0 10px 0 10px;
				margin: 0;
			}
			.box h2{
				margin: 0 auto 0 auto;
				width: 209px;
				height: 39px;
				padding-top: 20px;
				font-size: 17px;
				color: #ffffff;
				text-align: center;
				background-image: url(bg_titre_box.png);
				background-position: center;
				background-repeat: no-repeat;
			}
			.box h3{
				margin: 3px 0 3px 10px;
				padding-left: 5px;
				text-align: left;
				color: #606060;
			}
			.element_texte_box , .element_lien_box{
				background-image: url(puce.png);
				background-position: 0 50%;
				background-repeat: no-repeat;
				margin-left: 8px;
				padding-left: 12px;
				width: 190px;
				font-size: 15px;
				text-align: left;
				font-weight: bold;
			}
				.compte_elements{
					font-size: 12px;
					color: #606060;
					font-style: italic;
				}
			.element_lien_box a:hover{
			}
			.element_lien_box a{
				text-decoration: none;
				color: #505b8e;
			}
			.souscat.ouverte a{
				color: #ffffff;
			}
			#ajouter_sous_categorie{
				
			}
			#liens_pages{
				text-align: center;
				color: #000000;
				font-weight: bold;
			}
			#liens_pages a{
				color: #505b8e;
				text-decoration: none;
			}
			#liens_pages #num_page_courante{
				color: #8892aa;
				font-weight: bold;
				background-image: url(bg_calendrier_jour_notes.png);
				background-position: center;
				background-repeat: no-repeat;
			}
			
	#footer{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		text-align: center;
		font-size: 11px;
		clear: both;
	}
		#footer a{
			color: #ffffff;
		}
		#credits{
			display: none;
		}
	#zone_admin{
		position: absolute;
		left: 12px;
		top: 165px;
	}
		#zone_admin a.ferme:link, #zone_admin a.ferme:visited{
			color: #8892aa;
			text-decoration: none;
		}
		#zone_admin a.ouvert, #zone_admin a.ferme:hover, .lien_deconnexion{
			color: #ffffff;
			text-decoration: none;
		}
		#form_identification{
			display: none;
		}
			#form_identification fieldset{
				border: 1px solid #000000;
				background-color: #f3f3f3;
				padding: 3px;
				text-align: right;
				color: #000000;
			}
			

/*  Modules  */
#mod_calendrier_calendrier table.calendrier{
	border-collapse: collapse;
	width: 190px;
	background-image: url(bg_titre_calendrier.png);
	background-repeat: no-repeat;
}
#mod_calendrier_calendrier table.calendrier .td_jour_actif{
	background-image: url(bg_calendrier_jour_notes.png);
	background-position: center;
	background-repeat: no-repeat;
}
#mod_calendrier_calendrier table.calendrier .td_jour_actif a{
	text-decoration: none;
	color: #8892aa;
	font-weight: bold;
}
#mod_calendrier_calendrier table.calendrier th{
	color: #858fa9;
}
#mod_calendrier_calendrier table.calendrier th, #mod_calendrier_calendrier table.calendrier td{
	width: 25px;
	height: 25px;
}
#mod_calendrier_select_mois, #mod_calendrier_select_annee{
	border: 1px solid #b2b4bf;
	color: #505b8e;
	font-weight: bold;
}

.mod_zradio{
	text-align: center;
}
