/***********************************************/
/* Residence2000.css                          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	line-height: 1.2em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
td {
	font-size: 11px;
}


/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	text-decoration: underline;
	color: #006699;
}

a:hover{
	color: #003366;
}

/************** header tag styles **************/

h1{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	background-image: url(../../images/H1design.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #E55633;
}
h2{
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	background-image: url(../../images/H2design.gif);
	background-repeat: no-repeat;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
}
h3{
}

h4{
}

h5{
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}




/*************** list tag styles ***************/

ul{
	list-style-type: disc;
}

ul ul{
	list-style-type: none;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0px;
	padding: 0px;
}

label{
	height: 18px;
}
				
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/***********************************************/
/* Custom tag styles                           */
/***********************************************/

/******* hyperlink and anchor tag styles *******/

a.footerLink:link, a.footerLink:visited{
	color: #FFFFFF;
}
a.footerLink:hover{
	color: #CCCCCC;
}
a.actuLink:link, a.actuLink:visited{
	text-decoration: underline;
	color: #006699;
}
a.actuLink:hover{
	color: #006699;
}
a.newsLink:link, a.newsLink:visited{
	text-decoration: none;
	color: #666666;
}
a.newsLink:hover{
	color: #999999;
}
a.selectionLink:link, a.selectionLink:visited{
	text-decoration: underline;
	color: #E55633;
}
a.selectionLink:hover{
	color: #FF6600;
}
a.searchLink:link, a.searchLink:visited{
	text-decoration: underline;
	color: #4A5500;
}
a.searchLink:hover{
	color: #FFFFFF;
}
a.datagridLink:link, a.datagridLink:visited{
	text-decoration: underline;
	color: #006699;
}
a.datagridLink:hover{
	color: #003366;
}
/******* datagrid *******/
.dgHeaderStyle {
	font-size: 12px;
	font-weight: bold;
	background-color: #7F9300;
	text-align: center;
	color: #FFFFFF;
}
.dgItemStyle {
	background-color: #F5F5F5;
}
.dgAlternatingItemStyle {
	background-color: #FFFFFF;
}
.dgCountWrap {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/******* fiche véhicule *******/
.ficheMMV {
	font-size: 12px;
	font-weight: bold;
}

.ficheThumbnail {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.fichePrix {
	font-size: 16px;
	font-weight: bold;
	color: #E55633;
	font-family: Arial, Helvetica, sans-serif;
}
#nonContractuelle {
	font-size: 9px;
}

/******* img *******/
.cadrePhotoSelection {
	background-image: url(../../images/cadrePhoto.jpg);
	background-repeat: no-repeat;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 11px;
	padding-left: 11px;
}

.cadrePhoto {
	border: 3px solid #CCCCCC;

}

/******* contentWrap *******/
.contentWrap {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.contentWrapHeader {
	margin: 0px;
	padding: 0px;
}
.contentWrapBody {
	margin: 0px;
	padding: 0px;
}
.contentWrapFooter {
	margin: 0px;
	padding: 0px;
}

/******* Selection *******/
.selectionEuro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.selectionPrix {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006699;
}
.selectionDiv {
	padding-bottom: 2px;
	font-size: 10px;
	padding-right: 5px;
}
.selectionDescr {
	width: 100%;
}

/******* Wrap publicité droite *******/
.bannerWrap {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/******* Objets de formulaire *******/
.selectSearch {
	width: 100%;
}
.selectSearchLast {
	width: 100%;
	margin-right: 2px;
}
.inputLogin {
	width: 60px;
}
.inputPassword {
	width: 60px;
}
/****** Flottante *********/
.clearboth {
	clear:both;
}
.floatRight {
	float: right;
}

/********* Global nav : navigation verticale *********/
#globalnav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#globalnav li {
	background-image: url(../../images/bgMenu.jpg);
	background-repeat: no-repeat;
}
#globalnav a:link, #globalnav a:visited {
	height: 22px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
#globalnav a:hover {
	color: #333333;
}
#globalnav .subMenu {
	padding: 0px;
	margin: 0px;
}
#globalnav .subMenu a:link, #globalnav .subMenu a:visited {
	font-weight: normal;
	background-image: url(../../images/bgSousMenu.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	color: #333333;
}
#globalnav .subMenu a:hover {
	color: #999999;
}

/***********************************************/
/* Wrap tag styles                             */
/***********************************************/

/******* header *******/
#headerWrap {
	position:absolute;
	left:0px;
	top:0px;
	width:780px;
	height:150px;
	z-index:2;
}
#loginWrap {
	position:absolute;
	left:805px;
	top:32px;
	width:170px;
	height:70px;
	z-index:200;
}
#loginWrapHeader {
	padding: 0px;
}
#loginWrapError {
	color: #E55633;
	font-size: 10px;
}


/******* siteWrap *******/
#siteWrap {
	position:absolute;
	left:2px;
	top:120px;
	width:990px;
	z-index:1;
	background-image: url(../../images/bgSiteWrap.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#siteWrapHeader {
	background-color: #e7e7e7;
	display: none;
}
#siteWrapFooter {
	clear: both;
}

/******* Partie gauche *******/
#siteWrapleft {
	float: left;
	width: 210px;
	overflow: hidden;
}
#menuWrap {
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 40px;
}
#newsWrap {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#newsWrapHeader {
	padding-top: 10px;
}

.newsWrapBody {
	height: 42px;
	padding-left: 20px;
	background-image: url(../../images/arrowNews.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	overflow: hidden;
}
#newsWrapAll {
	padding-left: 20px;
	padding-top: 10px;
}


/******* Partie centrale *******/
#siteWrapcenterHome {
	float: left;
	width: 580px;
	overflow: hidden;
	background-color: #FFFFFF;
}
#splashWrapHome {
	z-index:102;
}
#siteWrapcenter {
	float: left;
	width: 550px;
	overflow: hidden;
}
#splashWrap {
}
#selectionWrap {
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#selectionWrapAll {
	float: right;
	padding-right: 310px;
	padding-top: 5px;
}

#selectionWrapHeader {
	padding-left: 5px;
}

/******* Partie droite *******/
#siteWrapright {
	float: left;
	width: 200px;
	overflow: hidden;
}
#searchWrap {
	height: 250px;
	background-image: url(../../images/bgSearchWrap.jpg);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
	color: #4A5500;
	font-weight: bold;
}

#searchWrapGo {
	padding-top: 5px;
	padding-left: 5px;
}

/******* footer *******/
#footerWrap {
	text-align: right;
	color: #FFFFFF;
	padding-top: 140px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/******* fiche véhicule *******/
#ficheWrap {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
#ficheWrapHeader {
	padding-left: 10px;
}


/******* print *******/
#ficheWrapPrint {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 700px;

}

/********* classe rajoutée *********/
.img_produit
	{
	/*float:left;
	display:block;*/
	}
.img_produit_left
	{
	float:left;
	}
.img_produit_right
	{
	float:right;
	text-align:center;
	}

.desc_produit
	{
	text-align:left;
	margin-right:5px;
	margin-left:5px;
	/*float: left;*/
	/*margin-top:-5px;*/
	}

.desc_produit span
	{
	font-weight:bold;
	}

.infos_produit
	{
	clear:both;
	text-align:right;
	}

.infos_produit span
	{
	font-weight:bold;
	}





.produit_top
	{
	margin-top:5px;
	margin-left: 5px;
	width:580px;
/* 	border: 1px solid #000000; */
	}

.img_produit_top
	{
	margin-bottom: 7px;
	text-align:center;
	}

.desc_produit_top
	{

/* 	border: 1px solid #000000; */
	}
.desc_produit_top span
	{
	font-weight:bold;
	}








.produit_bottom
	{
	margin-top:5px;
	margin-left: 5px;
	width:580px;
	text-align:left;
/* 	float:top; */
/* 	border: 1px solid #000000; */
	}

.img_produit_bottom
	{
	margin-top: 7px;
	text-align:center;
	}

.desc_produit_bottom
	{
	
	}
.desc_produit_bottom span
	{
	font-weight:bold;
	}
.desc_produit_right span
	{
	font-weight:bold;
	}
.desc_produit_right{
	margin-bottom:10px;
	text-align:left;
}


#pagination{
	clear:both;
	text-align:center;
	padding-top:30px;
/* 	background:#E9E9E9; */

	}
	
/******* img *******/
.thumbnail {
	text-align: center;
	margin-left: 0px;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 7px;
}
.thumbnail2 {
	text-align: center;
	margin-left: 7px;
	padding: 3px;
	
	/*padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;*/
}

.thumnail_border {
	border: none;
}

.thumbnailTop {
	text-align: center;
	padding: 3px;
}
.thumbnailBottom {
	text-align: center;
	margin-right: 7px;
	padding: 3px;
}


