/* CSS Document */

/*-------------------------éléments primaires-------------------------*/

/*gestion du body*/
body {
	background-color: #FFFFFF;
}

/*gestion de ma div qui centre mon site*/
#center {
	position: absolute;
	height: 700px;
	width: 1000px;
	left: 50%;
	top: 1%;
	margin-left: -500px;
	background-color:#ffffff;
}

/*gestion de mon bandeau du hant*/
#bandeau {
	position:absolute;
	width: 1000px;
	height: 150px;
	top: 2%;
	left: 50%;
	margin-left: -500px;
}

/*gestion de mon bandeau du bas*/
#bandeauBas {
	position:absolute;
	width: 1000px;
	height: 150px;
	top: 97%;
	left: 50%;
	margin-left: -500px;
}

/*gestion du contenu*/
#contenu {
	position:absolute;
	width: 1000px;
	height: 433px;
	top: 34%;
	left: 50%;
	margin-left: -500px;
	background-image:url(../imgs/windows.gif);
	background-repeat:no-repeat;
}

#mep{
	position:absolute;
	width: 890px;
	height: 360px;
	left: 57px;
	top: 25px;
	overflow:auto;
}

/*gestion des menus*/
#menutop {
	position:absolute;
	width: auto;
	height: auto;
	top: 136px;
	left: 44%;
	z-index: 1;
}

#menubottom {
	position:absolute;
	width: auto;
	height: auto;
	top: 87.7%;
	left: 6%;
	z-index:1;
}

/*gestion de ma baseline*/
#baseline {
	position: absolute;
	height: auto;
	width: 1000px;
	left: 50%;
	top: 760px;
	margin-left: -500px;
}

#baselineIntro {
	position: absolute;
	height: auto;
	width: 1000px;
	left: 50%;
	top: 550px;
	margin-left: -500px;
}

/*gestion de l'intro du site*/
#intro {
	position:absolute;
	height:300px;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	top: 19%;
}

/*gestion du texte*/

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #0099FF;
	font-style: italic;
	text-align: center;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0099FF;
	font-style: italic;
	line-height: 1.5;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-style: italic;
	line-height:1.5;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 1.5;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration:underline;
	font-style: normal;
	line-height: 1.5;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-style: normal;
	line-height: 1.5;
}

#view {
	color:#FF0000;
}

#miseEnValeur {
	color: #CC3300;
}

ul {
	margin-left: -25px;
}

/*gestion des liens*/
a:link,a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000033;
	font-style: normal;
	line-height: 1.5;
	text-decoration:none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	line-height: 1.5;
	text-decoration:none;
}

/*gestion des class*/
.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.floatLeft {
	float:left;

}

.floatRight {
	float:right;
}

/*-----------------------gestion du site-----------------------*/

/*--------------spécifique page occasions-----------------*/
#accueil {
	position:absolute;
	left: 20px;
	top: 5px;	
}

/*--------------spécifique page occasions-----------------*/
#catOccasion {
	position:absolute;
	width: 400px;
	left: 20px;
	top: 15px;
}

/*--------------spécifique page estimations-----------------*/
#estimation {
	position: absolute;
	height: auto;
	width: 600px;
	left: 20px;
}

#marge {
	height:10px;
}

/*----------spécifique listing---------*/
#listing {
	position: absolute;
	height: auto;
	width: 600px;
	top: 15px;
	left: 30px;
	border: double;
	border-color:#000033;
	text-align:center;
}

/*----------spécifique page partenaires---------*/
#partenaires {
	position: absolute;
	height: auto;
	width: 300px;
	top: 15px;
	left: 15px;
}

/*----------spécifique page partenaires---------*/
#neuf {
	position:absolute;
	left: 20px;
	top: 5px;	
}

/*----------spécifique page popup occasions---------*/
#popup {
	position:absolute;
	left: 0%;
	top: 0%;
}

#popupTab {
	position:absolute;
	margin: auto;
	width: 600px;	
}

#popupTab .big {
	height: 170px;
}

#popupTab .small {
	height: 55px;
}
