@charset "utf-8";
main {
	font-family:Arial;
	font-size:12px;
	width:400px;
	margin:10px auto;
	padding:20px;
}

main h1 {
	font-family: 'Poiret One', cursive;	
	font-size: 40px;
	color:#b0abab;
	/*text-align:center;*/
	
}

body input {
	background-image: -webkit-linear-gradient(270deg,rgba(225,245,255,1.00) 0%,rgba(8,146,204,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(225,245,255,1.00) 0%,rgba(8,146,204,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(225,245,255,1.00) 0%,rgba(8,146,204,1.00) 100%);
	border-radius: 8px;
	background-image: linear-gradient(180deg,rgba(225,245,255,1.00) 0%,rgba(8,146,204,1.00) 100%);
	border: 1px solid rgba(5,114,204,1.00);
	padding: 5px;
	-webkit-box-shadow: 0px 3px 10px rgba(134,132,132,1.00);
	box-shadow: 0px 3px 10px rgba(134,132,132,1.00);
	color: rgba(255,255,255,1.00);
	text-shadow: 0px 1px rgba(112,111,111,1.00);
}
table {
	width:400px;
	border: 0px solid #8F8F8F;
	border-collapse: collapse;
	background-color: #FAFAFA;
	margin-bottom: 40px;
	
}
.titre {
	background:#097bdb !important;
	font-size:13px;
	/*font-weight:bold;*/
	color:#FFF;
	text-align:left;
}
tr th {
	background-color: #c1c1c1;
	border: 1px solid #b0abab;
	color:#FFFFFF;
	text-align:left;
	padding: 10px;
	position: relative;
}
tr td {
	border: 1px solid #A6A6A6;
	padding: 5px;
}
table tbody tr:nth-child(2n+1)  {
	background-color: #E5E5E5;
}
.footer {
	background:#fff200;
}
.couleur {
	/*background: #000;*/
	position: absolute;
	top:-3px;
	right:3px;
	height:100%;
}