@charset "UTF-8";
/* CSS Document */

table.TableauCustom {
		border-top : 1px #6c6e88 solid;
		border-left : 1px #6c6e88 solid;
		border-bottom : 1px #6c6e88 solid;
		margin:0;
		padding:0px;
		margin-left :20px;
		margin-top: 10px;
		
		
		}

	table.TableauCustom td {
		padding: 3px;
		border-right: 1px #6c6e88 solid;
		text-align:center;
		font-size: x-small;
		color: #2f303b;
				padding : 10px 30px 10px 30px;

		}
	
	
	table.TableauCustom> tbody > tr > td {
		border-top: 1px #6c6e88 dashed;
		}
	
	table.TableauCustom td.LigneDonnee {
		border-top: 1px #6c6e88 dashed;
		}
	
	table.TableauCustom > thead > tr > td {
		font-variant : small-caps;
		text-align:center;
		font-weight: bold;
		color: #FFFFFF;
		background-color: #FF9900;

		}

	table.TableauCustom td.Titre {
		font-variant : small-caps;
		text-align:left;
		font-weight: bold;
		color: #4f5164;
		}

	table.TableauCustom > thead > tr > td.Description {
		font-style:italic;
		border-top: 1px #6c6e88 solid;
	}

	table.TableauCustom td.Description {
		font-style:italic;
		border-top: 1px #6c6e88 solid;
	}

	table.TableauCustom > tfoot > tr > td {
		background-color: #4f5164;
		color: #FFFFFF;
		}

	table.TableauCustom > tfoot > tr > td.Titre {
		font-variant : small-caps;
		text-align:center;
		font-weight: bold;
		color: #FFFFFF;
		}

