body {
	background-color: #e1dcd5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

textarea,td,li,ul,p,pre,span,div {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
}

.homenewsdate
{
color:#EC1C24;
}

a:link,
a:visited,
a:active
{
  color: #000000;
  text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: none;
}

a.newslink:link,
a.newslink:visited,
a.newslink:active
{
  color: #000000;
  text-decoration: none;
}
a.newslink:hover {
    color: #000000;
    text-decoration: underline;
}
.imgplan {border: 1px solid #000000;} 



.titleEquipe{


	color: #EC1C24;
	font-weight: bold;
}

.inputComment{
		width:100%;
	}
	.error{
	color:#FF0000;
	}
	.Error{
	color:#FF0000;
	}
	
	/* MESSAGES
*******************************************************************************/


.bloc {	
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}
.messages {	
	float: left;
	clear: both;
	width:100%;
	padding:0px 0px 0px 0px !important;
	margin-bottom: 10px;
}

.messages ul {

border:0 !important;

}
.messages li {
    min-height:25px !important;
    margin-bottom:5px !important;
    padding:6px 30px 2px 30px !important;
    font-size:.95em !important;
    font-weight:bold !important;
    list-style:none;
    }

.success-msg {
    border:1px solid #95a486 !important;
    color:#3d6611 !important;
    background:#eff5ea url(../../images/success_msg_icon.gif) no-repeat 10px 10px !important;
    }
    
.error-msg {
    border:1px solid #f16048 !important;
    color:#df280a !important;
    background:#faebe7 url(../../images/error_msg_icon.gif) no-repeat 10px 10px !important;
    }
