	.txt {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;	
}
	.txt_b {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	line-height: 30px;	
}
	.txt_bbbb {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #C50606;
	
}
	.txt_c {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	
}

	.bd {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	
}
	.rouge_a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #D2151E;
}
	.rouge_b {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #D2151E;
}
	.rouge_c {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #D2151E;
}
	.bleu_a {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #0C6DCE;
}
	.txtnoir_bold_a {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
	.txtnoir_bold {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

	.txtvert_bold_a {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0B6409;
}


.big{ width: 3em; height: 3em; }

}
.fr {
    float: right;
    display: block;
}
.button {
    display: inline-block;
    background-color: #C6C5C4;
    color: #000000;
	font-size: 18px;
    padding: 0.5em 1em;
    border-radius: 3em;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
}

.a {
    text-decoration: none;
    color: #000000;
	font-color: #000000;
    -webkit-transition: all 250ms ease-out;
    -moz-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
	}

