body {
	color: #000000;
	font-family: Arial, sans;
	font-size: 12px;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #AA0000;
	text-decoration: none;
}
.interlocuteur {
  border-color: red;
  border-style: solid;
  border-width: 1px;
  max-width: 170px;
  overflow: hidden;
  padding: 5px;
  float: left;
}
.ajouinterlocuteur {
	clear: both;
}
.activefiche{
}
.inactivefiche{
	background-color: lightGrey;
}
.inactivefiche input{
	visibility: hidden;
}
.activemaskfiche{
}
.inactivemaskfiche{
	display: none;
}
.activepausefiche{
}
.inactivepausefiche{
	display: none;
}
.push_button{
        position:relative;
        width:200px;
        color:#FFF;
        display:block;
        text-decoration:none;
        margin:0 auto;
        border-radius:5px;
        border:solid 1px #D94E3B;
        background:#cb3b27;
        text-align:center;
        padding:10px 30px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-box-shadow: 0px 9px 0px #84261a;
        -moz-box-shadow: 0px 9px 0px #84261a;
        box-shadow: 0px 9px 0px #84261a;
}
.push_button:active{
    -webkit-box-shadow: 0px 2px 0px #84261a;
    -moz-box-shadow: 0px 2px 0px #84261a;
    box-shadow: 0px 2px 0px #84261a;
    position:relative;
    top:7px;
}