/* ACCUEIL */
#image-accueil {
	background: transparent url('../images/header/accueil.jpg') no-repeat;
	width: 980px;
	height: 281px;
	margin: 0 auto;
}

#col-1 a {
	text-decoration: none;
	color: #C1C2C3;
	font-weight: normal;
}

#col-1 a:hover {
	color: #D68F4B;
}

#col-1 h1, #col-2 h1, #col-3 h1 {
	font-size: 15px;
	color: #fdf8d5;
}

p strong {
	color: #ecad33;
}

#col {
	margin: 33px 0 0 56px;
}

#col-1, #col-2, #col-3 {
	float: left;
	color: #fff;
}

#col-1 {
	font-size: 13px;
	background: transparent url('../images/separateurs/frise-accueil.gif') no-repeat 95% 60%;
	width: 295px;
}

#col-1 ul {
	list-style-type: none;
	background: transparent url('../images/puces/puce-fleche-accueil.gif') no-repeat 0% 50%;
	padding: 15px 0;
}

#col-1 li {
	margin:4px 0pt 21px 20px;
}

#col-2 {
	width: 280px;
	padding: 0 30px;
	color: #c1c2c3;
}

#col-2 h1 {
	margin: 0 0 15px;
	text-transform: uppercase;	
}

#col-2 ul {
	list-style-type: none;
	margin-top: 30px;
}

#col-2 li {
	margin:0 0pt 21px 20px;
}

#col-2 p {
	margin: 3px 0 2px;
}

#col-2 hr {
	background: transparent url(../images/mediacenter/separateur.gif) no-repeat scroll 0% 0%;
	border: 0 none;
	margin: 0;
}

#col-2 a:hover {
	color: #d68f4b;
}

#col-3 {
	height: 222px;
	width: 250px;
  	padding-left: 43px;
	background: transparent url('../images/separateurs/separateur-vertical-accueil.gif') no-repeat;
}

#go-timeline {
	padding: 20px 0;
}

#go-timeline a {
	color: #919294;
	text-decoration: none;
	text-align: right;
}

#go-timeline a:hover {
	color: #D68F4B;
}

.more-link, .all-link {
	color: #919294;
	font-size:10px;
	text-decoration: none;
	position: relative;
	float: right;
}

.all-link {
	top: 3px;
}

