body {
    background: #f2eeee;
    margin:0% 2%;
}
a:link {
	color: #bd5a35;
	text-decoration:underline;}

/* TABLEAU */

table a:link {
	color: #bd5a35;
	text-decoration:underline;
}
table a:visited {
	color: inherit;
	font-weight:bold;
	text-decoration:none;
}
table a:active,
table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
table {
	border-spacing : 9px;
    empty-cells: hide;
    width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;
	position:center;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 2px 5px #d1d1d1;
	-webkit-box-shadow: 0 2px 5px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
table thead tr th{
    font-size: 12px;   
	line-height:20px;
}
table thead tr th img{
    float:left;   
}
tr.chef th{
    color:#1f6088;
    font-size: 13px;
}

tr.nom th{
    font-size: 12px;
    color:#81abc4;
    text-align:center;
	padding:21px 25px 22px 25px;
	border-top:1px solid #a9b2be;
	border-bottom:1px solid #9ac0c6;
	border-left:1px solid #a9bbbe;
	border-right:1px solid #a9bbbe;
	background: none;
	text-shadow:none;
}
tr.nom th:hover{
	background:none;
}
table th {
	text-align:center;
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}

table tr {
	padding-left:20px;
}
table td {
	padding:5px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table tr:last-child td {
	border-bottom:0;
}
table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
table tr th:hover {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
table tr td:first-child{
	text-align:center;
}
caption{
    /* C'est le titre */
    width:100%;
    margin:auto;
    font-family: sans-serif;
    font-size:50px;
    line-height:60px;
    height:80px;
	color: #bd5a35;
}

/* FIN TABLEAU */

iframe{
    border:none;
	width:100%;
}

footer{
    width:80%;
    height: 100px;
    line-height: 100px;
    font-family: robot;
    color:#666;;
    margin:auto;
    margin-top:20px;
    background: white;
    border-radius: 50px;
    margin-bottom: 20px;
    border: 5px double #d8d1d1;    
}
footer img{
    float: left;
    margin-left:50px;
    height:100px;
    width:auto;}
.titre{
    font-family: monospace;   
}
@font-face {
	font-family: "robot";
	src: url('robot.otf');
}