/************************************* TEXTES ***************************************************/

/* eteecher */
.titre-all-eteecher {
	font-family: Arial;
	color:#99C441;
	font-size: 15px;
	font-weight: bold;
}
.texte-all-eteecher {
	font-family: Arial;
	color:#99C441;
	font-size: 12px;
}

/* entreprise */
.titre-all-entreprise {
	font-family: Arial;
	color:#4ABBC9;
	font-size: 15px;
	font-weight: bold;
}
.texte-all-entreprise {
	font-family: Arial;
	color:#4ABBC9;
	font-size: 12px;
}

/* bde */
.titre-all-bde {
	font-family: Arial;
	color:#DF1F1E;
	font-size: 15px;
	font-weight: bold;
}
.texte-all-bde {
	font-family: Arial;
	color:#DF1F1E;
	font-size: 12px;
}

/* erreur */
.texte-erreur {
	font-family: Arial;
	color:#FF6600;
	font-size: 14px;
}


/************************************* BORDURES ET FONDS ***************************************************/

/* eteecher */
.bordure-droite-eteecher {
	border-right: 1px solid #99C441;
}
.bordure-bas-eteecher {
	border-bottom: 1px solid #99C441;
}
.bordure-haut-eteecher {
	border-top: 1px solid #99C441;
}
.bordure-gauche-eteecher {
	border-left: 1px solid #99C441;
}
.bordure-haut-gauche-eteecher {
	border-left: 1px solid #99C441;
	border-top: 1px solid #99C441;
}
.bordure-bas-droite-eteecher {
	border-right: 1px solid #99C441;
	border-bottom: 1px solid #99C441;
}
.fond-plein-eteecher {
	background-color: #99C441;
}

/* entreprise */
.bordure-droite-entreprise {
	border-right: 1px solid #4ABBC9;
}
.bordure-bas-entreprise {
	border-bottom: 1px solid #4ABBC9;
}
.bordure-haut-entreprise {
	border-top: 1px solid #4ABBC9;
}
.bordure-gauche-entreprise {
	border-left: 1px solid #4ABBC9;
}
.bordure-haut-gauche-entreprise {
	border-left: 1px solid #4ABBC9;
	border-top: 1px solid #4ABBC9;
}
.bordure-bas-droite-entreprise {
	border-right: 1px solid #4ABBC9;
	border-bottom: 1px solid #4ABBC9;
}
.fond-plein-entreprise {
	background-color: #4ABBC9;
}

/* bde */
.bordure-droite-bde {
	border-right: 1px solid #DF1F1E;
}
.bordure-bas-bde {
	border-bottom: 1px solid #DF1F1E;
}
.bordure-haut-bde {
	border-top: 1px solid #DF1F1E;
}
.bordure-gauche-bde {
	border-left: 1px solid #DF1F1E;
}
.bordure-haut-gauche-bde {
	border-left: 1px solid #DF1F1E;
	border-top: 1px solid #DF1F1E;
}
.bordure-bas-droite-bde {
	border-right: 1px solid #DF1F1E;
	border-bottom: 1px solid #DF1F1E;
}
.fond-plein-bde {
	background-color: #DF1F1E;
}


/************************************* LIENS ***************************************************/

/* eteecher */
.lien-all-eteecher {
	font-family: Arial;
	color:#99C441;
	font-size: 12px;
	text-decoration:  none;
}
.lien-all-eteecher A{
	text-decoration:  none;
}
.lien-all-eteecher A:link{
	text-decoration:  none;
}
.lien-all-eteecher A:visited{
	text-decoration:  none;
}
.lien-all-eteecher A:focus{
	text-decoration:  underline;
}
.lien-all-eteecher A:hover{
	text-decoration:  underline;
}
.lien-all-eteecher A:active{
	text-decoration:  none;
}

/* entreprise */
.lien-all-entreprise {
	font-family: Arial;
	color:#4ABBC9;
	font-size: 12px;
	text-decoration:  none;
}
.lien-all-entreprise A{
	text-decoration:  none;
}
.lien-all-entreprise A:link{
	text-decoration:  none;
}
.lien-all-entreprise A:visited{
	text-decoration:  none;
}
.lien-all-entreprise A:focus{
	text-decoration:  underline;
}
.lien-all-entreprise A:hover{
	text-decoration:  underline;
}
.lien-all-entreprise A:active{
	text-decoration:  none;
}

/* bde */
.lien-all-bde {
	font-family: Arial;
	color:#DF1F1E;
	font-size: 12px;
	text-decoration:  none;
}
.lien-all-bde A{
	text-decoration:  none;
}
.lien-all-bde A:link{
	text-decoration:  none;
}
.lien-all-bde A:visited{
	text-decoration:  none;
}
.lien-all-bde A:focus{
	text-decoration:  underline;
}
.lien-all-bde A:hover{
	text-decoration:  underline;
}
.lien-all-bde A:active{
	text-decoration:  none;
}