.bleuciel {
	color:#7199b3;	
}

.rouge {
	color:#da1c1d;
}

.bleu {
	color:#1E4997;
}

.orange {
	color:#e05339;
}

/*----------------------*/
body {
	background:url(../img/body_back.png) repeat-x #F8F8F8;
	margin-top:0;
	font-family:Arial;
}

#timer {
	float:left;
	margin-top:-120px;
	background: url(../img/carre_noir_75%25.png) repeat;
	padding:10px 0 0 10px;
	height:30px;
	width:240px;
	text-align:left;
	font-size:120%;
	color:#fff;
	z-index:1000;
}

#timer strong {
	color:#e05339;
	font-size:120%;
}

.container {
	width:900px;
	margin:0 auto;
}

.content {
	padding:20px;
	width:610px;
	background:url(../img/carre_blanc_90%25.png) repeat;
	float:right;
	margin-top:-60px;
}

/*------------------------*/

.content p {
	font-size:80%;
	text-align:justify;
}

strong {
	color:#e05339;
}

h1 {
	margin:0;
	font-weight:bold;
	font-size:160%;
	color:#e05339;
	text-align:center;
}

h2 {
	margin:0;
	font-weight:normal;
	font-size:140%;
	text-align:center;
}

a {
	font-size:100%;
	text-align:justify;
}

.content .right {
  float:right;
}
.content .left {
  float:left;
}
