/* Feuille de style contenant les propietes de style communne a toutes les pages */

/* selecteurs*/

/* body{
background-color: #CD5C5C;
} */
body{
	background: url(../img/compare/bg_ow.jpg) bottom left no-repeat white;
}
*{
	margin: 0px ;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:black;
	font-size: 13px;
}

input, caption, label, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;	
	font-weight: bolder;
	color: black;
}

img {
   border: 0;
}

hr {
  visibility: hidden;
  clear: both;
}

ul{
	margin:0;
	padding:0;
}

li{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

p{
	margin: 0 0 12px 0;
   padding:0;
}

/* Fin selecteurs*/

/* Links */
td a {
	text-decoration: underline;
	color: black;
	font-weight: normal;
}
/* Fin Links*/

/* spacer */
.spacer {
   clear: both;
   display: block;
   height: 1px;
	margin-top: -1px;
}
/* fin spacer */

/* NAV */
.logo{
	float: left;
	width: 340px;
	margin:15px 0 35px 0;
}
/* Fin NAV */

.btvalid{
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	background-color: black;
	color: #71C100;
	border:0;
	margin: 0 0 2px 5px;
	cursor: pointer;
}





