body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #852c85;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.bandeau {
	font-size : 12px;
	font-family : Arial,Helevetica,sans-serif;
	color: #000;
	font-weight:bold;
	text-align: left;
}

.bandeau a {
	font-size : 12px;
	font-family : Arial,Helevetica,sans-serif;
	color: #000;
	font-weight:bold;
	text-align: left;
}

.bandeau a:visited {
	font-size : 12px;
	font-family : Arial,Helevetica,sans-serif;
	color: #000;
	font-weight:bold;
	text-align: left;
}

.bandeau a:hover {
	font-size : 12px;
	font-family : Arial,Helevetica,sans-serif;
	color: #000;
	font-weight:bold;
	text-decoration: underline;
	text-align: left;
}	

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #852c85;
}

.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	color: #fff;
}

.texte_courant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #852c85;
	text-align:justify;
}

.texte_gros {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #852c85;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

h1 {
	margin: 0;
}

.txt {
	font-size: 12px;
}





/* Module de news */
#news_accueil {
	background-color: #FFFFFF;
    height: 129px;
    left: 50%;
    margin-left: 216px;
	margin-top: -383px;
    max-height: 129px;
    overflow: hidden;
    padding: 0 5px;
    position: absolute;
    top: 50%;
    width: 220px;
	-webkit-border-top-left-radius: 24px;
	-moz-border-radius-topleft: 24px;
	border-top-left-radius: 24px;

} 
#news_accueil h2 {
	color: #852C85;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin: 5px 0;
}
div.news {
	color: #852C85;
}
div.news_image {
	float: left;
	margin: 0 5px 5px 0;
}
div.news_corps {}
div.news_corps h3 {
	margin: 2px 0;
}
div.news_corps p {
	margin: 4px 0;
}
div.news_corps a {
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}
