.normal {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	decoration:none;
	color:#000;
}
.foad-success {
    position:relative;
   	padding: 15px;
    margin-left: 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.foad-success:before {
    font-family: FontAwesome;
    content: "\f00c"; 
	display: inline-block;
  	font-size: 2em;
  	line-height: 1em;

}
.foad-info {
   	padding: 15px;
    margin-left: 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.foad-info:before {
    font-family: FontAwesome;
    content: "\f05a"; 
	display: inline-block;
  	font-size: 2em;

  	line-height: 1em;

}

.foad-warning {
   	padding: 15px;
    margin-left: 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.foad-warning:before {
    font-family: FontAwesome;
    content: "\f06a"; 
	display: inline-block;
  	font-size: 2em;

  	line-height: 1em;

}

.foad-danger {
   	padding: 15px;
    margin-left: 25px;
    border: 1px solid transparent;
    border-radius: 4px;
   	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.foad-danger:before {
    font-family: FontAwesome;
    content: "\f05e"; 
	display: inline-block;
  	font-size: 2em;
    line-height: 1em;
}

.foad-travail {
    padding: 15px;
    margin-left: 25px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #0E784A;
    background-color: #c8e2d7;
    border-color: #0E784A;
}
.foad-travail:before {
    font-family: FontAwesome;
    content: "\f044";
    display: inline-block;
    font-size: 2em;
    line-height: 1em;
}

/*taille des images dans l editeur*/
.img75 {
	width:75%;!important	
	height:auto;
}
.img50 {
	width:50%;!important	
	height:auto;
}
.img25 {
	width:25%;!important	
	height:auto;
}
.img100 {
    width: 100%;!important
	height:auto;
}