/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
}
/*-------------------------------- general au site -----------------------------*/
p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt,ol,dl,div,form {
	margin:0;
	padding:0;
}
a img  {
	border:none;
}
table{
	border-collapse:collapse;
}
ul {
	list-style-type:none;
}
p{
	font-size:12px;
	color:#000;
}
a {
	text-decoration:none;
	color:#000;
}
a:active, a:focus,submit:active{
   outline:none;
}
a:hover{
	text-decoration:underline;
}

#global {
	width:680px;
	float:left;
	padding:00px;
}

#global  #entete {
	width:100%;
	float:left;
	margin:0 0 30px 0;
}
#global #entete p.logo {
	float:left;
	width:200px;
}
#global  #entete p.adresse {
	float:right;
	width:300px;
	text-align:right;
	font-size:13px;
}

#global h3 {
	width:100%;
	text-align:center;
	margin:0 0 15px 0;
}
#global h3 span{
	font-size:12px;
}
#global div.photos {
	width:100%;
	float:left;
}
#global div.photos p{
	width:50%;

	display:inline;
}
#global div.photos p.paire img{
	float:right;
}
#global div.photos p img{
	width:312px;
	float:left;
	margin:0 0 8px 0;
}
p.prix {
	font-weight:700;
	font-size:14px;
	margin:0 0 10px 0;
	width:100%;
	float:left;
}
p.desc {
	margin:10px 0 0 0;
}
