/* CSS Document */
/* début des styles du body */
body {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-family:"Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
}

/* fin des styles du body */

/* début des styles de structure du site */
#structure_site {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#structure_sitecentrer {
	position: relative;
	top: 0px;
	left: 50%;
	width: 950px;
	margin-left: -475px;
}

#structure_contenu {
	position: relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 950px;
	min-height: 300px;
	_height: 300px;
	background-color: #ffffcc;
}

#structure_gauche {
	float: left;
	height: 400px;
	margin: 0px;
	padding: 0px;
	width: 201px;
	min-height: 300px;
	_height: 300px;
	padding-top: 40px;
	background-color: #ffffcc;
	color: #000000;
	font-size: 12px;
}

#structure_droite {
	float: left;
	min-height: 400px;
	_height: 400px;
	margin: 0px;
	padding: 0px;
	width: 747px;
	min-height: 300px;
	_height: 300px;
	color: #000000;
	font-size: 11px;
}

.clear {
	clear: both;
	height: 0px;
	_display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}

.div_sourit {
	cursor: pointer;
}

.hidden {
	visibility: hidden;
}	

.visible {
	visibility: visible;
}

/* style des images de redimensionnement du texte */
#taille {
	position: relative;
	left: 0px;
	top: 0px;
	height: 24px;
	padding-top: 10px;
	padding-right: 10px;
	z-index: 0;
}

#taille img {
	float: left;
	width: 24px;
	height: 24px;
	margin: inherit;
	padding: inherit;
	margin-right: 10px;
	vertical-align: middle;
	z-index: 10;
}


/* debut des styles de la partie gauche */
#structure_lien {
	position: relative;
	left: 0px;
	top: 0px;
	width: 197px;
	height: 137px;
	padding-top: 3px;
	padding-left: 4px;
}

#structure_lienligne {
	position : relative;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 201px;
}

#adresse {
	position: relative;
	top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#lien_gauche {
	position: relative;
	width: 130px;
	height: 57px;
	margin-top: 30px;
	margin-right:auto;
	margin-left: auto;
}

#adresse a {
	color: #660066;
	text-decoration: underline;
}

#encart_evenement {
	position: relative;
	top: 10px;
	left: 0px;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: 1px solid #d6e03e;
}

#evenement_titre a {
	display: block;
	min-height: 10px;
	_height: 10px;
	padding-top: 4px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 12px;
	background-color: #d6e03e;
	color: #660066;
	text-align:  center;
	text-decoration: none;
}

#evenement_texte a {
	display: block;
	min-height: 10px;
	_height: 10px;
	padding: 5px;
	font-size: 12px;
	color: #660066;
	text-decoration: none;
	background-color: #fff;
}
/* fin des styles du menu gauche */

/* fin des styles de structure du site */

/* début des styles des pieds */
#pied_structure {
	position: relative;
	left: 0px;
	top: 0px;
	height: 17px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 6px;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
}

.home-pied, .contact-pied, .pages-pied {
	background-color: #490049;
}

.ecole-pied, .ecole_pages-pied, .equipe_ecole-pied, .ecole_pages_sspages-pied {
	background-color: #a4ae0c;
}

.maitre-pied, .maitre_pages-pied {
	background-color: #dc8800;
}

.famille-pied, .famille_pages-pied {
	background-color: #CF0046;
}

.don-pied, .don_pages-pied {
	background-color: #0B8CC4;
}

/* fin des styles des pieds */

/* bandes de couleur insérées dans des articles pour créer une séparation */
.bande_verte {
  width: 538px;
  margin-left: -10px;
	height: 15px;
	background-color: #d6e03e;
}

.bande_orange {
  width: 538px;
  margin-left: -10px;
	height: 15px;
	background-color: #faa61a;
}

.bande_rose {
  width: 538px;
  margin-left: -10px;
	height: 15px;
	background-color: #ED1164;
}

.bande_bleue {
  width: 538px;
  margin-left: -10px;
	height: 15px;
	background-color: #29AAE2;
}
