@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center; 
	background-color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-style:italic;
	line-height:140%;
	color: #fff;
}
#container {
	width: 960px;  
	margin: 0 auto;
	text-align: left; 
}
#entete {
	padding: 0px;
	height:142px;
	margin-bottom:23px;
}
#logotype {
	margin-right:75px;
}
#diaporama {
	float:left;
	margin:23px 30px 15px 55px;
	width:400px;
	height:240px;
}
#contenu {
	padding: 0px 20px 20px 455px;
}
#titre {
	width:370px;
	height:55px;
}
#texte {
	margin-left:60px;
	width:240px;
	height:200px;
	overflow:auto;
}
#blocSuivant {
	margin-left:60px;
	width:145px;
	height:40px;
}
#suivant {
	cursor:pointer;
}
#pied {
	margin:0px;
	clear:both;
}
#actualites {
	float:left;
	width:320px;
	height:88px;
	background-image:url(medias/fond-actualites.png);
	background-repeat:no-repeat;
}
#actualitesTitre {
	margin:34px 0px 0px 30px;
	font-size:20px;
	font-weight:bold;
}
#actualitesSousTitre {
	padding:0px 0px 0px 30px;
	font-weight:bold;
}
#actualitesTitre a, #actualitesSousTitre a {
	color:#fff;
	text-decoration:none;
}

#boutique {
	float:left;
	width:320px;
	height:88px;
	background-image:url(medias/fond-boutique.png);
	background-repeat:no-repeat;
}

#client {
	float:left;
	width:320px;
	height:88px;
	background-image:url(medias/fond-espace-client.png);
	background-repeat:no-repeat;
}
#client form {
	padding:64px 0px 0px 20px;
	color: #000;
	font-weight:bold;
}
#login, #password {
	border-width:0px 0px 2px 0px;
	border-bottom-style:dotted;
	border-color:#000;
	margin-right:10px;
	width:80px;
}
#bouton {
	border:none;
}

/* balises */
img{
	border:none;
}
p {
	margin:0px 0px 10px 0px;;
}
a {
	color:#f60;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}


/* diaporama */
#diaporama ul {
	margin:0px;
	padding:0px;
}
#diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute
}


