/*Reset*/
html, body{margin: 0; padding: 0}
img {border: none}

/*Style de base*/
html, body {width:100%; height: 100%; margin: 0; padding: 0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: black;
}

table {width: 100%; height: 100%; border: none; border-collapse: collapse;}
td {padding: 0; vertical-align: middle;}

#main {
	position: relative;
	width:462px;
	padding-left: 500px;
	min-height: 700px;
	margin: 0 auto;
	background: url(../img/background-poulet.jpg) no-repeat center center black;
}

h1{overflow: hidden; margin: 30px 0 15px; padding-bottom: 5px}
h1 img {float: left}
h2, p, form {width: 293px}
h2{font-size: 15px; margin: 15px 0; line-height: 15px; color: #c36035; text-transform: uppercase;}
p{font-size: 12px; margin:15px 0; line-height:15px;}
.date{margin-top: 0; font-weight: bold; font-size: 20px;word-spacing: 5px; text-transform: uppercase; 	padding-top: 60px}
#back {position: absolute; bottom: 35px; right: 50px}
#labelRouge {position: absolute; right: 0; top: 100%; font-size: 13px; font-weight:bold; letter-spacing:-1px; width: auto; margin: 0; color: #c36035}
#labelRouge img, #labelRouge span {margin-left:5px; vertical-align: middle}
.last {padding-bottom: 105px}

/*Typos liens*/
a {text-decoration: underline; color: white; font-weight: bold}
a:visited {color: white;}
a:hover, a:focus, a:active {text-decoration: none; color: white;}

form {text-align: center}
form p {margin: 0}
input {
	margin: 0;
	padding: 5px;
	background: #c36035; 
	color: white;
	border: solid white 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

input:active {
	position: relative;
	bottom: -1px;
	outline: none;
}

#xiti {position: absolute; bottom: O; left: 0}

img {border: none} 