/* GENERAL */

body, td{
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: #535353;
	font-size: 12px;
	font-family: Arial;    
	
	}
	
a:link {
	text-decoration: none;
	color: #535353;
}

a:hover {
	text-decoration: underline;
	color: #535353;
}

a:visited {
	text-decoration: none;
	color: #535353;
}
	
.gras_rouge{
    color: #B20135;
	font-weight: bold;
	}
	
/* NEWS */
.news{
   color: #000000;
   font-size: 10px;
}

.liens{
   text-decoration: underline;
   color: #B20135;
}

/* CONTENT */
.image_content{
   background-repeat: no-repeat;	
}

.content {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
	
}

/* SOCIETES */
.societe {
	color: #535353;
	font-size: 10px;
	font-family: Arial;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.titre_societe{
    color: #000000;
    font-weight:bold;
    margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
.content_societe {
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align:justify;
}

.gras{
    color: #535353;
    font-weight:bold;
	font-size:11px;
    margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

/* Formulaire */
	
	.input{
		font-family : Arial;
		font-size : 10px;
		font-style : normal;
		font-variant : normal;
		font-weight : bold;
		border-style : solid solid solid solid;
		border-width : 1px 1px 1px 1px;
		border-color:#565656;
		color : #ffffff;
		background-color: #B20135;
	}
	
	.bouton{
	font-family : Arial;
		font-size : 12px;
		font-style : normal;
		font-variant : normal;
		font-weight : normal;
		border-style : solid solid solid solid;
		border-width : 1px 1px 1px 1px;
		border-color : #565656;
		color : #ffffff;
		background-color: #B20135;
	}
	

    .titres_annonces{
	   color: #FFFFFF;
	   font-size : 12px;
	   font-weight : bold;	
	}
	
	.error {
		font-size : 100%;
		font-family : arial;
		font-size: 10px;
		color : #FF0000;
	}