/* general ***************************/
* {
margin: 0;
padding: 0;

}

body {
	background-color: #8f8525;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/cadre.png);
	background-repeat: no-repeat;
	background-position: center;
}
img{
	border:none;
}
#cadre {
	position: center;
	width: 900px;
	height: 400px;
	margin-left:auto;
	margin-right:auto;
}
#accueil_gare_aux_tiques{
	background-color: white;

	width: 850px;
	height: 350px;
	margin-top: 370px;
	margin-left:auto;
	margin-right:auto;
	position: center;
}
#texte_accueil {
	width: 600px;
	height: 200px;
	position: relative;
	float: left;
	margin-top: 20px;
	margin-left: 35px;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100px;
}
#tikou {
	width: 150px;
	height: 270px;
	position: relative;
	float: right;
	margin-top: 50px;
	background-image: url(../img/tique.PNG);
	background-repeat: no-repeat;
}
#clik {
	width: 60px;
	height: 60px;
	position: relative;
	float: center;
	margin-top: 150px;
	margin-left: 50px;
	
}

#logo_partenaires {
	width: 580px;
	height: 75px;
	margin-left: 150px;
	position: relative;
	float: center;
	background-color: white;
}

#logo_partenaires img{
	vertical-align: top;
	border:none;
}
