
/* ========= INIT ========= */

p.centre
{
	text-align:center;
}

img
{
	border:0;
}

ul
{
	list-style-type: none;
}

ul.liste_simple
{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
}

fieldset
{
	margin: 5px;
	padding: 5px;
	border: 1px solid #cccccc;
}

legend
{
	font-size:13px;
	padding-bottom: 5px;
	font-weight: bold;
}

input,
textarea,
select
{
	font-size:11px;
}

select.filtre
{
	font-size:9px;
}

p.paragraphe
{
	margin-top:10px;
	margin-bottom:10px;
}


/* ========= LIENS ========= */

a:link,
a:visited
{
	color:#024080;
	text-decoration: underline;
}

a:hover,
a:active
{
	color:#ff0000;
	text-decoration: none;
}

a.ns:link,
a.ns:visited
{
	color:#024080;
	text-decoration: none;
}

a.ns:hover,
a.ns:active
{
	color:#ff0000;
	text-decoration: none;
}

div#footer a
{
	color: #444;
}

/* ========= TITRES ========= */

h1
{
	padding: 5px;
	padding-left:0;
	font-size: 17px;
	font-weight:bold;
	color: #004494;
	background-image: url("http://misc.caramericaine.fr/images/fonds/point.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #fff;
	margin-bottom:10px;
	font-family: arial;
}

h2
{
	padding: 5px;
	font-size: 15px;
	font-weight:bold;
	color: #777;
	background-image: url("http://misc.caramericaine.fr/images/fonds/point.gif");
	background-repeat: repeat-x;
	background-color: #eee;
	font-family: arial;
	border-bottom: 1px solid white;
}

h3
{
	font-size: 11px;
	font-family: arial,sans serif;
	margin-bottom: 5px;
	color: #aaa;
}


/*================== CARACTERISTIQUES CAR ===================================*/
dl#caract_car,
dl#caract_car2
{
	margin:0;
	padding:0;
	width: 100%;
	clear: both;
	
}

dl#caract_car dt,
dl#caract_car2 dt
{
	border:0;
	color: #004494;
	font-family: arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px;
	margin:0;
	margin-bottom: 5px;
	width: 450px;
	border-bottom: 1px dotted #004494;
}

dl#caract_car dd,
dl#caract_car2 dd
{
	margin:0;
	padding:2px;
}

dl#caract_car dd p,
dl#caract_car2 dd p
{
	margin:0;
	display: inline;
	width:180px;
	float: left;
}

dl#caract_car dd b,
dl#caract_car2 dd b
{
	font-weight: normal;
	margin:0;
}

dl#caract_car dd ul,
dl#caract_car2 dd ul
{
	padding:0;
	margin:0;
	list-style: square;
	list-style-position: inside;
}

/* ANNONCES */
.prix
{
	display: block;
	position: relative;
}

.prix u
{
	font-family: verdana;
	font-size:13px;
	font-weight: bold;
	color: red;
	text-decoration: none;
}

ul#stock
{
	margin-top:10px;
}

ul#stock li
{
	text-align:center;
	float:left;
	width: 193px;
	height: 210px;
	margin-bottom:10px;
	margin-right:10px;
	border: 1px solid #eee;
	padding:5px;

}
ul#stock1 li
{
	text-align:center;
	float:left;
	width: 271px;
	height: 265px;
	margin-bottom:10px;
	margin-right:10px;
	border: 1px solid #eee;
	padding:5px;
}



ul#stock li img
{
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #ccc;
}
ul#stock1 li img
{
	margin-top:5px;
	margin-bottom:5px;
	border: 0px solid #FFF; 
    max-width:260px;
}

div.rien
{
	text-align:center;
	margin:20px;
}

.watermark
{
	position: relative;
}

.watermark span
{
	position: absolute;
	display:block;
	left: 20px;
	bottom: 15px;
	width:116px;
	height:36px;
	background-image: url("http://misc.caramericaine.fr/images/vendu.png");
	background-repeat: no-repeat;
	background-position: top left;
}

.watermark span.reserve
{
	background-image: url("http://misc.caramericaine.fr/images/reserve.png");
}