html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

h1 {
	font-size: 28pt;
	letter-spacing: 12px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	margin: 100px auto 32px;
	width: 675px;
	color: #ffffff;
	background-color:rgba(85, 85, 85, 0.5);
	padding:12px;

border-radius:24px;
-moz-border-radius:24px;
-webkit-border-radius:24px;
/*IE DOES NOT SUPPORT BORDER RADIUS*/
box-shadow:0px 0px 7px #000000;
-moz-box-shadow:0px 0px 7px #000000;
-webkit-box-shadow:0px 0px 7px #000000;
/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
#reseaux {width: 675px;text-align:center;margin:0 auto;display:block;overflow: hidden;background-color:rgba(85, 85, 85, 0.5);
	padding:12px;
border-radius:24px;
-moz-border-radius:24px;
-webkit-border-radius:24px;
/*IE DOES NOT SUPPORT BORDER RADIUS*/
box-shadow:0px 0px 7px #000000;
-moz-box-shadow:0px 0px 7px #000000;
-webkit-box-shadow:0px 0px 7px #000000;
/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/}
#reseaux a,#reseaux a:hover{-moz-transition:all 0.5s ease 0s;-webkit-transition:all 0.5s ease 0s;-o-transition:all 0.5s ease 0s;transition:all 0.5s ease 0s;}
#reseaux a {opacity:0.55;}
#reseaux a:hover {opacity:1;}
#reseaux img {width:75px;margin:0 20px;}

#countdown_dashboard {
	height: 110px;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.weeks_dash {
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #cccccc;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 20px;
	font-size: 9pt;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}

#liste {
font-size:12px;
font-style:italic;
margin-top:50px;
}
#liste, #liste a { color:#dddddd;text-decoration:none;}
