/* CSS sudalu */




/* contour du LOGO */
a img {
	text-decoration:none;
    border:none;
}



/* div début */
.debut {
    padding: 5 5 5 5;
    width:350px;
    position:relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: bold;
    color: #B52B1A;
}


/* div contenu textuel */
.ma {
    padding: 0 0 0 0;
    position:relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: bold;
    color: #0277AD;
}



/* bordure coordonnées */
div.borduretitre {
  padding: 3 0 3 0;
  border-top: 1px solid;
  border-right: 0px solid;
  border-bottom: 1px solid;
  border-left: 0px solid;
  color: #0277AD;
  font-size: 13px;
}


/* texte coordonnées gras */
.soustitre {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold
}




/* couleurs des liens */
a:hover {
    text-decoration: none;
    color: #B52B1A;
}

a:link {
	color:#CB3F2E;
	text-decoration:none;
}
a:active {
	color:#CB3F2E;
	text-decoration:none;
}
a:visited {
	color:#CB3F2E;
	text-decoration:none;
}



/* CSS */
