@charset "utf-8";
body {
	background-image: url(../images/back-landing.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	font-family:Verdana, Geneva, sans-serif;
}
a:link {
	color: #F1C515;
}
a:visited {
	color: #F1C515;
}
a:hover {
	color: #F1C515;
}
a:active {
	color: #F1C515;
}
#container {
	width:880px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	width:880px;
	float:left;
	margin-top: 35px;

}
#logo{
	width:122px;
	height:107px;
	float:left;
	padding-right: 40px;
	margin-top: 35px;

}
#titre-logo{
	width:673px;
	height:35px;
	float:left;
	margin-top: 35px;

}
#contenu{
	width:880px;
	float:left;

}
#c-gauche{
	width:275px;
	float:left;
	padding-left: 55px;
	padding-top: 0px;
	margin-top: 90px;

}
#titre-c-gauche{
	width:275px;
	float:left;
	height: 30px;

}
#contenu-c-gauche{
	width:245px;
	float:left;
	padding-left: 30px;
	padding-top: 40px;

}


#c-droite{
	width:365px;
	float:left;
	margin-top: 56px;
	padding-left: 20px;

}
#titre-c-droite{
	width:275px;
	float:left;
	height: 32px;

}
#contenu-c-droite{
	width:333px;
	float:left;
	padding-left: 30px;
	padding-top: 40px;

}
.titre-contenu{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
}
.date-contenu{
	font-size: 12px;
	color: #F1C515;
	font-weight: bold;
	line-height: 30px;

}
.texte-contenu{
	font-size: 12px;
	font-weight: normal;
	color: #FFF;

}

#english {
	float: right;
	margin-top: 15px;
}

#english a {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
}

#english-link-fleche {
	float: right;
	margin-top: 20px;
	margin-right: 4px;
}

