@charset "UTF-8";
/* CSS Document */

/* legende therapeutes */
.nomvert {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #060;
		text-transform: none;
}
.nomvert strong{
		color: #060;
		font-size: 14px;
		font-weight: bold;
}
.nomvert em{
		color: #060;
		font-size: 90%;
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
}
.nombleu {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #009;
		text-transform: none;
}
.nombleu strong{
		color: #009;
		font-size: 14px;
		font-weight: bold;
}
.nombleu em{
		color:#009;
		font-size: 90%;
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
}
.nomrouge {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #300;
		text-transform: none;
}
.nomrouge strong{
		color: #300;
		font-size: 14px;
		font-weight: bold;
}
.nomrouge em{
		color:#300;
		font-size: 90%;
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
}
.nommauve {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #606;
		text-transform: none;
}
.nommauve strong{
		color: #606;
		font-size: 14px;
		font-weight: bold;
}
.nommauve em{
		color:#606;
		font-size: 90%;
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
}
.nomjaune {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #F00;
		text-transform: none;
}
.nomjaune strong{
		color: #F00;
		font-size: 14px;
		font-weight: bold;
}
.nomjaune em{
		color:#F00;
		font-size: 90%;
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
}
.nomturquoise {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #003;
		text-transform: none;
}
.nomturquoise strong{
		color: #003;
		font-size: 14px;
		font-weight: bold;
}
.nomturquoise em{
		color:#003;
		font-size: 90%;
		font-style: italic;
		font-weight: normal;
		text-decoration: underline;
}
/* fin legende therapeutes */

.vert, .bleu, .rouge , .mauve  , .jaune , .turquoise{
		height: auto;
		width: 525px;
		text-align: center;
		background-image: url(../images/design/anneaufonce.gif);
		background-repeat: no-repeat;
		background-position: right top;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 10px;
		margin-left: 0px;
		border-right-width: 2px;
		border-bottom-width: 2px;
		border-right-style: ridge;
		border-bottom-style: ridge;
		border-right-color: #C90;
		border-bottom-color: #960;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
}
.vert h3,
.bleu h3,
.rouge h3,
.mauve h3,
.jaune h3,
.turquoise h3 { text-transform: uppercase; }
.vert {
		background-color: #D1FFBB;
}

.bleu {
		background-color: #9CF;
}

.rouge {
		background-color: #FFBD9E;
}

.mauve {
		background-color: #FFCBEE;
}
.jaune {
		background-color: #FBFF5C;
}
.turquoise{
		background-color: #80FFFF;
}
.adresses h3 {
		text-transform: uppercase;
		text-align: center;
}

