html {
	padding-left:100px;
	padding-right:100px;
	background-image: url(../images/oeil.jpg);
}

body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

li {
	list-style: url(../images/v.gif);
	line-height: 20px;
}

img {
	border: none;
}
.mainimg {
	float: right
}

.menu {
 display: block;
 border: 1px solid black;
 margin-bottom: 10px;
 padding: 5px;
 background-color: White;
}

.menu a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.menu a:hover {
	color: steelblue;
}

.content {
	text-align: left;
	border: 1px solid black;
	padding: 10px;
   background-color: White;
}

.content a {
	color: steelblue;
	text-decoration: none;
	font-weight: bold;
}

.content a:hover {
	color: black;
}

.bold {
	font-weight: bold;
}

.pdp {
	padding-top: 5px;
	font-size: 10px;
	font-weight: bold;
}

.bordimage {
	border-top: 1px solid gray;
	border-left: 1px solid gray;
}

.over {
	font-weight: bold;
	color: Red;
}