*{
margin:0;
padding:0
}

body{
	text-align:center;
	margin:0;
	background:#fff;
}

div#page{
	width:1024px;
	height:768px;
	margin:0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}

div#entete{
	background:#fff;
	height:107px;
	width:1024px;
	margin:0;
	position:relative;	
}

div#logo a{
	display:block;
	background:url('img/logo_partech.jpg') no-repeat;
	width:144px;
	height:86px;
	font-size:0;
	position:absolute;
	top:18px;
	left:103px;
}

div#nav{
	background:url('img/bandeau_haut.jpg') repeat-x;
	position:relative;
	width:1024px;
	height:71px;
}

ul#menu{
	width:1024px;
	height:71px;	
	position:absolute;
	top:15px;
	left:268px;
}


ul#menu li{
	float:left;
	list-style-type:none;
}

ul#menu li#home a{
	display:block;
	background:url('img/picto_home.jpg') no-repeat;
	width:31px;
	height:30px;
}

ul#menu li#home a:hover{
	display:block;
	background:url('img/picto_home_on.jpg') no-repeat;
	width:31px;
	height:30px;
}

ul#menu li#contact{
	padding-top:5px;
	padding-left:65px;
}

ul#menu li#contact a{
	color:#ffffff;
	font-size:18px;	
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding-right:5px;
}

ul#menu li#contact a:hover{
	color:#868686;
	display:block;
}

div#contenu{
	width:1024px;
	height:426px;
	margin-top:0px;
	position:relative;
}

div#txt_bienvenue{
	width:490px;
	height:350px;
	padding-top:60px;
	float:left;
}

div#ecogra{
	background:url('img/ecogra.jpg') no-repeat;
	width:180px;
	height:31px;
	margin-left:55px;
	margin-top:10px;
}


div#txt_contact{
	width:360px;
	height:350px;
	padding-top:50px;
	float:left;
}

h2{
	color:#666;
	font-size:16px;
	padding-left:55px;
	padding-top:20px;
}

p{
	color:#666;
	font-size:12px;
	padding-left:55px;
}

div#flash{
	background:url('img/sphere.jpg') no-repeat;
	width:400px;
	height:426px;
	float:left;
	margin-left:50px;
}

div#img{
	background:url('img/illustration_contact.jpg') no-repeat;
	width:656px;
	height:426px;
	float:right;
}

div#footer{
	background:#323232;
	width:1024px;
	height:140px;
	float:left;
}

div#footer p{
	color:#fff;
	font-size:10px;
	text-align:center;
	padding-top:65px;
}

a{
	color:#666;
	font-size:12px;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
