/** GENERAL **/
a.en_savoir_plus { /* div pour le texte-lien vers un article complet */
	display:block;
	float: left;
	margin: 10px 0;
	padding: 6px 0 0 30px;
	height: 20px;
	background: url(../images/blue-drop.jpg);
	background-repeat: no-repeat;
	color:#cf0000;
	text-decoration:underline;
	font-weight:bold;
}

/** ACCUEIL **/
ul.publications li{
	margin:0 0 10px 0;
}
ul.publications a{
	color:#666666;
}
	ul.publications a:hover{
		color:#cf0000;
	}

/** PAGE CONTACT **/
table#table_contactform input{
	width:300px;
}
table#table_contactform textarea{
	width:300px;
}
#contactform_responseok{
	float:left;
	width:470px;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	font-weight:bold;
	text-align:center;
	background-color:#118256;
	color:#ffffff;
}
#contactform_responseerror{
	float:left;
	width:450px;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 20px;
	font-weight:bold;
	color:#ffffff;
	background-color:#8c0515;
}
.error{
    color: #ea3131;
}

/** PAGE DONS **/
table#online_donation img{
	margin:0 5px 0 0;
}