@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	/*background-image: url(img/fond-vert.jpg);*/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	text-align: justify;
}
.corps {
	text-align: center;
	align: center;
}
.txt_rose {
	color: #ea6892;
	font-weight: bold;
}
a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
.titre {
	font-size: 24px;
}

.txt_vert {
	color: #a1c33f;
	font-weight: bold;
}
.txt_bleu {
	color: #1f9baa;
	font-weight: bold;
}
.bulle_sante {
	background-image: url(img/bulle-sante.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bulle_communication {
	background-image: url(img/bulle-communication.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bulle_reaction {
	background-image: url(img/bulle-reaction.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bulle_sport {
	background-image: url(img/bulle-sport.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bulle_expressivite {
	background-image: url(img/bulle-expressivite.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bulle_psychomotricite {
	background-image: url(img/bulle-psychomotricite.png);
	background-repeat: no-repeat;
	background-position: center center;
}.cadre {
	background-image: url(img/cadre.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	height: 510px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.liste {
	height: 400px;
	overflow: auto;
	vertical-align: top;
}
.contenu {
	height: 400px;
	overflow: scroll;
	overflow-x: hidden;
}

