.float-right
	{
		float: right;
		margin-left: 20px;
	}
.float-left
	{
		float: left;
		margin-right: 20px;
	}
.link_cadre
	{
		border-top: 4px solid #977A5B;
		border-left: 1px solid #977A5B;
		border-right:1px solid #977A5B;
		text-decoration: none;
		background-color: #D0C4B7;
		color: white;
	}
.link_cadre:hover
	{
		border-top: 5px solid #977A5B;
	}
.link_cadre_2
	{
		border-top: 4px solid #977A5B;
		border-left: 1px solid #977A5B;
		border-right:1px solid #977A5B;
		text-decoration: none;
		background-color: #A19588;
		color: #FFE479;
	}
.link_cadre_2:hover
	{
		border-top: 5px solid #977A5B;
	}

.titre
	{
		text-decoration: underline;
		font-weight: bold;
		font-size: 15px;
	}

.boutton_1
	{
		border: 1px solid #E1BB93;
		background-color: #FEE5CB;
		color: #92795D;
	}

.boutton_2
	{
		border: 1px solid #7F6A54;
		background-color: #A29282;
		color: #E8D9CA;
	}
.table_fixe
	{
		background-color: white;
		overflow: auto;
		height: 420px;
	}
.table_1
	{
		border: 1px solid #75675B;
		background-color: #E6CDB8;
		color: #75675B;
		margin: auto;
	}
.table_1 th
	{
		background-color: #75675B;
		background-image: url('table_1_header.png');
		color: #FBECDF;
		height: 20px;
	}
.th_1
	{
		background-color: #75675B;
		color: #FBECDF;
		height: 20px;
	}
.table_1 a
	{
		color: #75675B;
		text-decoration: none;
	}
.table_1 th a
	{
		color: #EFD8BE;
	}
.table_2
	{
		background-color: #9E9182;
		color: #F2DCC4;
		margin: auto;
	}
.table_2 td a
	{
		color: #F0DBC9;
		text-decoration: none;
	}
.table_2 th
	{
		background-color: #78716A;
		color: #EFD8BE;
	}
.table_2 th a
	{
		color: #EFD8BE;
	}

.td_1
	{
		background-color: #E6CDB8;
	}
.td_2
	{
		background-color: #F5E8D9;
	}
	
.lien 
	{ 
		color:#0EDBEE; 
		text-decoration:none; 
	}
	
.popperlink 
	{ 
		position:absolute; 
		visibility:hidden 
	}
	
.bord-tabl-uniqmnt 
	{ 
		border: thin ridge; 
	}