/* CSS Document */
/*réalisation BOITE@MEDIA - communication web*/
/*pour J2C Consulting */
/*avril 2012*/
body {
	background-color:#ffffff;
	margin: auto;
}
p {
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-align:center;
font-size:12px;
color:#848484;
}
h1{
font-family: Tahoma, Arial, Helvetica, sans-serif;
text-align:center;
font-size:13px;
color:#175aa9;
}
/*liens*/
a {
	color:#848484;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
}
a img {
	border: 0;
}
a:visited {
	color:#ff6500;
}
a:hover {
	color:#175aa9;
	text-decoration:none;
}
#main {
	position:absolute;
	left:50%;
	top:50%;
	width:800px;
	height:600px;
	margin-top:-300px;
	margin-left:-400px;
	background-color:#ffffff;
}
#logo {
width:800px;
height:100px;
text-align:center;
margin-top:150px;
}
#adresse {
float:left;
width:800px;
height:250px;
text-align:center;

}
.liens a {
font-size:10px;
}