/*
Kidioui les enchères inversées
*/

* {
	padding: 0px;
	margin: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
	font-family: arial;	
	font-size: 13px;
	background-image: url('../image/fonds/fond-site.png');
	background-repeat: repeat-x;
}

.page {
	margin: auto;
	padding: 0px;
	width: 818px;
	position: relative;
}

strong {
	font-weight: bold;
}

.header {
	margin-top:43px;
	height:117px;
}

.footer {
	background-color: #f38512;
	color: #FFFFFF;
	margin-top:5px;
	font-size:9px;
	padding: 1px;
	padding-left:4px;
	font-family: verdana;
	clear: both;
	margin-top:66px;
}

a
{
	text-decoration: underline;
	color: #f38512;
}

a:hover
{
	text-decoration: none;
}

a img {
	border:0px solid black;
}

img {
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
}

.logo {
	float:left;
}

.logo_voiture {
	display: none;
}

.header .slogan {
	float:right;
	margin-top:99px;
	font-family: verdana, arial;
	font-size:19px;
	font-weight: bold;
	text-transform: uppercase;
}

.cadre_categorie {
	margin:8px;
	position: relative;
}

.cadre_categorie_scooter {
	width:265px;
	height:220px;
	float: left;
	background-image: url('../image/fonds/cadre.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.cadre_categorie_voiture {
	width:265px;
	height:220px;
	float:left;
	margin-left:11px;
	background-image: url('../image/fonds/cadre.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.cadre_categorie_enchere {
	width:265px;
	height:220px;
	float: right;
	background-image: url('../image/fonds/cadre.png');
	background-repeat: no-repeat;
	background-position: top left;
}

.cadre_categorie h2 {
	position: absolute;
	top: 0px;
	right: 0px;
	color: white;
	background-color:black;
	font-size: 16px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	margin-right : 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	font-family: arial, verdana;
}

.cadre_categorie_scooter .titre, .cadre_categorie_voiture .titre {
	color: white;
	background-color: black;
	text-decoration: none;
	
	margin:0px; 
	font-weight: bold;
	padding: 0px;
	padding-top:1px;
	padding-bottom:1px;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
}


.clear {
	clear:both;
}

.divclear {
	clear: both;
	height:1px; 
	font-size:1px; 
	width:100%;
}

.cadre_de_page {
	clear:both;
	margin-top:70px;
}

.remplacement_flash_enchere {
	width: 249px;
	/*position:absolute;*/
	top:0px;
	left:0px;
	overflow: hidden;
}

.remplacement_flash_enchere h2 {
	position: relative;	
	color: white;
	background-color:black;
	font-size: 16px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
	margin-bottom: 3px;
}

