
body {
	background-color: #f5f5f5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

img {
	margin: 0px;
	padding: 0px;
}

p{
	margin: 0px;
	padding: 0px;
}

#conteneur {
	width:1024px;
	background-image:url(images/fond1.png);
	background-repeat: repeat-y;
	margin-right:auto;
	margin-left:auto;
}

#menu{
	background-image: url(images/bg_menu.png);
	background-repeat: no-repeat;
	margin-left: 37px;
	margin-right: 37px;	
	height:36px;
}

#bas {
	width:1024px;
	margin-right:auto;
	margin-left:auto;
}

.opentrack{
	background-image: url(images/opentrack.jpg);
	background-repeat: no-repeat;
	width: 308px;
	height:245px;
}
.pdasalon{
	background-image: url(images/PDASALON.jpg);
	background-repeat: no-repeat;
	width: 308px;
	height:245px;
}
.devspec{
	background-image: url(images/dev_spec.jpg);
	background-repeat: no-repeat;
	width: 308px;
	height:245px;
}
.partenaires{
	background-image: url(images/bg_partenaires.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height:182px;
}
a:link,a:active,a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:underline;
}
