/* CSS Document */

@import url(_structure.css);
@import url(_fonctions.css);
@import url(home.css);
@import url(occasions.css);
@import url(garages.css);

@media print {
body, #content, #header { 
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
#col-left, #col-right, #login_form { 
	display:none;
}
#col-center { 
	width:100% !important;
}
/*-- page fiche occasion  ---*/
form#moteur-occas, a#print-occas {
	display:none;	
}
h1.fiche-occas-nom {
	font-size: 200%;
	margin-bottom: 30px;
}
div#fiche-occas-photo {
	margin: 10px 30px 0 0;
}
div#fiche-occas-donnees {
	font-size: 160%;
	width: 360px;	
}
div#fiche-occas-donnees p span {
	width: 180px;	
}
div#fiche-occas-donnees p strong {
	width: 180px;	
}
div#fiche-garage {
	margin-top: 30px;
	font-size: 160%;
}
div#fiche-garage p a {
	display: none !important;
}
}
/*-----------  remise à zéro  -----------*/
html, body {
	border:0;
	margin:0;
	padding:0;
}
html {
	overflow-y: scroll;
}
object {
	outline: none;
}

/*-----------  formatage commun   -----------*/

body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #888;
	background: #dedfe1 url(../../medias/internet/body_bgd.gif) repeat-y center;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 { 
	padding: 0 0 11px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666; 
}
h2 {
	padding: 0 0 6px 0;
	font-weight:bold;
	font-size: 14px;
	color: #666;
}
h3 {
	padding: 0 0 6px 0;
	font-weight:bold;
	font-size: 11px;
	color: #666;
}
h4 {
	font-weight:bold;
	color: #000;
}
p { 
	margin: 0;
	padding-bottom: 12px; 
}
ul, ol {
	margin: 0;
	padding: 0 0 18px 14px;
}
blockquote {
	margin: 22px 40px;
}
small {
	font-size:0.85em;
}
sup {
	position: relative;
	bottom: 0.3em;
}
sub {
	position:relative;
	bottom:-0.2em;
}
acronym, abbr {
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed;
}

/*-----------  liens   -----------*/
a, a:visited {
	text-decoration:none;
	color: #415b7f;
	outline: none; 
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none; 
}

.trans {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.trans:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
a.puce-right-bleu {
	padding-right: 18px;
	background: url(../../medias/internet/picto-puce_bgd-bleu.gif) no-repeat right 0;
}
a.puce-left {
	padding-left: 20px;
	background: url(../../medias/internet/picto-puce-l_bgd-blanc.gif) no-repeat left 0;
	text-decoration: none !important;
}
a.puce-right {
	padding-right: 20px;
	background: url(../../medias/internet/picto-puce-r_bgd-blanc.gif) no-repeat right 0;
	text-decoration: none !important;
}
a.puce-left:hover, a.puce-right:hover {
	color: #ff6600;
}

/*-----------  textes   -----------*/
p.chapo {
	font-weight: bold;
	color:#666;
}

/*-----------  images   -----------*/

.img-left      	{ float:left; margin:4px 12px 12px 0; }
.img-right     	{ float:right; margin:4px 0 12px 12px; }
.img-v-middle	{ vertical-align:middle }

/*-----------  formulaires   -----------*/
form {
	padding: 0;
	margin: 0;
}
textarea {
	line-height: 1.25;
	color: #004c15;
	border: 1px solid #999;
	font: 12px arial, helvetica, sans-serif;
	width: 200px;
} 
input, select {
	color: #898381;
	font: 11px arial, helvetica, sans-serif;
}
input.envoi {
	border: none;
	opacity: 0.8;
	filter:alpha(opacity=80);
}
input.envoi:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
label {
	display: block;
	vertical-align: middle;
	cursor:text;
	color: #666666;
}

/*-----------  tableaux   -----------*/
table {
	margin-bottom: 18px;
}
table tr td {
	padding: 2px;
	vertical-align:top;
}

/*-----------  classes couleurs   -----------*/
.orange {
	color: #ff6600;
}

/*-----------  classes globales   -----------*/
.clear        	{ clear:both; }
.clear-left     { clear:left; }
.clear-right    { clear:right; }
.none		   	{ display: none !important; }
.block		   	{ display: block !important; }
.hide		   	{ visibility: hidden !important; }
.show		   	{ visibility: visible !important; }
 
.float-left    	{ float:left; }
.float-right   	{ float:right; }
 
.text-left     	{ text-align:left; }
.text-right    	{ text-align:right; }
.text-center   	{ text-align:center; }
.text-justify  	{ text-align:justify; }

.text10  		{ font-size:10px }
 
.bold          	{ font-weight:bold; }
.italic        	{ font-style:italic; }
.underline    	{ border-bottom:1px solid; }
.highlight    	{ background:#ffc; }
 
.nopadding     	{ padding:0 !important; }
.nomargin     	{ margin:0 !important; }
.noindent     	{ margin-left:0;padding-left:0; }
.nobullet      	{ list-style:none;list-style-image:none; }

/*-----------  classe clearfix   -----------*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix 		{ display: inline-block; }
* html .clearfix{ height: 1%; }
.clearfix 		{ display: block; }