@charset "utf-8";
body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
}

h3 {
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#86C842;
	margin-top: 10px;
	}	
	
p {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
 }

#content {
	width:955px;
	margin: 0px auto;
	}

#header {
	width: 100%;
	}

#main {
	width: 100%;
	}

#footer {
	border-top: solid 3px #8DC63B;
	width: 100%;
	height: 100px;
	clear: both;
	margin-top: 25px;
	}

#main_column {
	width: 230px;
	float:left;
	height: 566px;;
	}

#main_content {
	margin-right: 0px;
	margin-left: 245px;
	height: 566px;
	}

#main_content_left {
	border: solid 2px #E2F0CF;
	border-top: 0px;
	background:url(images/bloc_green.png) top repeat-x;
	padding-top: 10px;
	width: 345px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0px;
	height: 555px;;
	}

#main_content_right {
	border: solid 2px #E2F0CF;
	border-top: 0px;
	background:url(images/bloc_green.png) top repeat-x;
	padding-top: 10px;
	width: 345px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0px;
	height: 555px;
	}

#main_content_bloc {
	border: solid 2px #E2F0CF;
	border-top: 0px;
	background:url(images/bloc_green.png) top repeat-x;
	padding-top: 10px;
	width: 703px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0px;
	height: 555px;;
	}
	
.bloc_red {
	width: 100%;
	height: 210px;
	border: solid 2px #DF9397;
	border-top: 0px;
	background:url(images/bloc_red.png) top repeat-x;
	padding-top: 10px;
	margin-bottom: 18px;
	}

.bloc_green {
	width: 100%;
	height: 315px;
	border: solid 2px #E2F0CF;
	border-top: 0px;
	background:url(images/bloc_green.png) top repeat-x;
	padding-top: 10px;
	}
	
#countdown {
	background:url(images/countdown.png) no-repeat; 
	height:40px; 
	width: 100%;
	color: #C81F1C;
	margin:0px;
	padding-top: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px; 
	font-weight:bold;
	}

	
#navigation_bar {
	height: 16px;
	background: url(images/nav.jpg) repeat-x bottom;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	padding: 5px;
	margin-bottom: 10px;
	clear: both;
	}

#navigation_bar a{
	color: #FFFFFF;
	text-decoration:none;
	}
	
#footer_links {
	float:left;
	color: #999999;
	line-height:22px;
	}
	
#sign_up {
	background: url(images/bg_sign_up.png) repeat-x;
	color:#FFFFFF;
	padding-right:10px;
	padding-left:10px;
	}

#content #footer #footer_links a{
	color:#2DAC79;
	}

.red_bold { 
	color:#CC3300; 
	font-weight:bold;
	}
	
#arrow {
	padding-left:10px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	text-align:left;
}