.textes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
body {
	background-color: #ffffff;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #702e12;
	font-weight: bold;

}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #702E12;
	font-weight: bold;

}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: dc5a23;
	font-weight: bold;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: dc5a23;
	font-weight: bold;

}
.borderbot{
	border-bottom: solid 1px #999;
}
.petit{
	font-family:Verdana, Geneva, sans-serif;font-size:10px; font-weight:normal; color:#222}
.orange{
	color:#EB5C11;
}
.vert{
	color:#093;
}
.photoliste {
    height: 65px;
    width: auto;
}


/* ADAPTATIONS 2017 */

.tc-button
{
	background-color: #EB5C11 !important;
	color: #ffffff !important;
	font-weight: bold !important;
	padding: 10px !important;
	border: 0 !important;
	text-decoration: none !important;
	font-size: 14px !important;
}
.tc-button-help
{
	
	background-color: #ffae00 !important;
	color: #ffffff !important;
	font-weight: normal !important;
	padding: 5px !important;
	border: 0 !important;
	text-decoration: none !important;
	font-size: 12px !important;
	
}
.padded-button
{
	margin : 5px ;
	
}

h1{color: #EB5C11 !important; font-weight: bold; font-size: 16px;}

h2{color: #000000; font-weight: bold; font-size: 14px;}

a.btninv{
	background-color: #d34712;
    padding: 10px 15px;
    border-radius: 13px;
    color: white;
    text-decoration: none;
	border:  solid #fff 2px;
 -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.42);
-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.42);
box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.42);
	
}