<?xml version="1.0" encoding="ISO-8859-15"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xslc="http://xslcomponents.org/TR/WD-xslc">
	<xsl:import href="../../xslc-vp.xsl"/>
	<xsl:import href="../../Common.xsl"/>
	<xsl:template match="/">
		<xsl:apply-templates select="document"/>
	</xsl:template>
	<xsl:template match="document">
		<xsl:param name="RecordCount" select="@VOS/RowCount"/>
		<xsl:call-template name="xslc:Page">
			<xsl:with-param name="DisplayToolbar">0</xsl:with-param>
			<xsl:with-param name="DisplayTabControl">0</xsl:with-param>
			<xsl:with-param name="DisplayTabs">0</xsl:with-param>
			<xsl:with-param name="Head">
				<link rel="shortcut icon" type="image/ico" href="{$XMLC_Portal}faviconV.ico"/>
				<META HTTP-EQUIV="imagetoolbar" CONTENT="no"/>
				<script language="javascript">
					<![CDATA[function handleNumberKeyPress(e) {
  var keyCode = GetEventKeyCode(e);
  if (keyCode != 13)
    return true;
  return false;
}

function onKeyTestCR(e) {
  var aKey = window.event ? e.keyCode : e.which;
  if (aKey == 13) {
    goSubmit(); 
    }
}

// ==========================================================================
// Afficher la fenêtre popup pour la recherche YUI
// ==========================================================================
var flagMovedYUI;
function PopSelYUI(PopID, btnID) {
  if (popObj = getObjectById(PopID)) {
    if (btnObj = getObjectById(btnID)) {
      ShowHide(PopID, 'WIDTH', 557, 'HEIGHT', 435); 
      if (flagMovedYUI!=-1) 
       { 
        flagMovedYUI=-1; 
        popObj.style.top = 15;
        popObj.style.left = GetObjectPosX(btnID)-550;
       };
      popObj.src = 'SearchVO';
    }
  }
}
// ==========================================================================
// Afficher la fenêtre popup pour le choix des impressions
// ==========================================================================
var flagMoved;
function PopSelReport(PopID, btnID) {
  if (popObj = getObjectById(PopID)) {
    if (btnObj = getObjectById(btnID)) {
      ShowHide(PopID, 'WIDTH', 400, 'HEIGHT', 220); 
      if (flagMoved!=-1) 
       { 
        flagMoved=-1; 
        popObj.style.top = 15;
        popObj.style.left = GetObjectPosX(btnID)-405;
       };
      popObj.src = XMLC_BaseHRef+'SelReport?typeVO=3';
    }
  }
}]]>
				</script>
				<script language="javascript">
					<![CDATA[   function oForm(oWidth, oHeight) {
      if (vidPaneID.style.display=='block') {
         vidPaneID.style.display='none';
//         vidPaneID.innerHTML=''; 
      } else {
         vidPaneID.style.display='block';
//         vidPaneID.style.width=oWidth;
//         vidPaneID.style.height=oHeight;
      }
   }]]>
					<![CDATA[   function ShowHideForm(vid) {
      if (vid.style.display=='block') {
         vid.style.display='none';
      } else {
         vid.style.display='block';
      }
   }]]>
				</script>
				<script language="javascript">
					<![CDATA[// ==========================================================================
// Afficher la fenêtre popup pour le login
// ==========================================================================
function PopFormLogin(PopID) {
var posScroll =f_scrollTop();
   vidPaneID = document.getElementById('vdivFormLogin'); 
   vidPaneID.style.top=155;
   vidPaneID.style.left='55px';                    
   vidPaneID.style.align = 'center';
  ShowHideForm(vidPaneID);
  if (popObj = getObjectById(PopID)) {
     var posScroll =f_scrollTop();
      ShowHide(PopID, 'WIDTH', 650, 'HEIGHT', 480); 
      popObj.style.top = 15; 
      popObj.style.left = 0; 
      popObj.style.align = 'center';
      popObj.src = XMLC_BaseHRef+'XMLC_FormLogin';
  }
}]]>
					<![CDATA[// ==========================================================================
// Afficher la fenêtre popup pour la visualisation du Véhicule
// ==========================================================================
function lPopFormShow(PopID, idVehicle, sInfoVN) {
var posScroll =f_scrollTop();
   vidPaneID = document.getElementById('vdivFormShow'); 
   vidPaneID.style.top=posScroll +15;
   vidPaneID.style.left='65px';                    
//   vidPaneID.style.align = 'center';
//  ShowHide(vidPaneID, 'WIDTH', 900, 'HEIGHT', 565); 
  ShowHideForm(vidPaneID);
  var rdm=Math.floor(Math.random()*100000);
  if (popObj = getObjectById(PopID)) {
      popObj.style.top = 18; //posScroll +15;
      popObj.style.left = 0; //55;
      popObj.style.width = 850;
      popObj.style.height = 675;
      popObj.src = XMLC_BaseHRef+'FormShow?idTVO='+idVehicle+'&sInfoVN='+sInfoVN+'&randNumber='+rdm;
  }
}
]]>
				</script>
				<script language="javascript">
					<![CDATA[// ==========================================================================
// Afficher la fenêtre popup pour la saisie des infos VD
// ==========================================================================
function PopFormAxVO(PopID, idVO) {
  if (popObj = getObjectById(PopID)) {
      popObj.src = XMLC_BaseHRef+'FormAxVO?idTVO='+idVO+'&TypeAffichage='+getObjectById('CBTYPEAFFICHAGE').value;
  }
}]]>
					<![CDATA[// ==========================================================================
// Afficher la fenêtre popup pour la saisie des infos VD
// ==========================================================================
function lPopFormAxVO(PopID, idVO) {
  if (popObj = getObjectById(PopID)) {
      popObj.src = XMLC_BaseHRef+'FormAxVO?TypeVO=3&idTVO='+idVO+'&TypeAffichage='+getObjectById('CBTYPEAFFICHAGE').value;
  }
}]]>
				</script>
				<script language="javascript">
					<![CDATA[   function moveHandler(e){
      if (e == null) { e = window.event } 
      if (e.button<=1&&dragOK){
         savedTarget.style.left=e.clientX-dragXoffset+'px';
         savedTarget.style.top=e.clientY-dragYoffset+'px';
         return false;
      }
   }

   function cleanup(e) {
      document.onmousemove=null;
      document.onmouseup=null;
      savedTarget.style.cursor=orgCursor;
      dragOK=false;
   }]]>
				</script>
				<script language="javascript">
					<![CDATA[   function dragHandler(e){
      var htype='-moz-grabbing';
      if (e == null) { e = window.event; htype='move';} 
      var target = e.target != null ? e.target : e.srcElement;
      orgCursor=target.style.cursor;
      if ((target.className=='BoxFrameVD') || (target.className=='BoxFrameVN') || (target.className=='BoxFrameVO')) {
         savedTarget=target;       
         target.style.cursor=htype;
         dragOK=true;
         dragXoffset=e.clientX-parseInt(vidPaneID.style.left);
         dragYoffset=e.clientY-parseInt(vidPaneID.style.top);
         document.onmousemove=moveHandler;
         document.onmouseup=cleanup;
         return false;
      }
   }
   document.onmousedown=dragHandler;]]>
				</script>
				<script language="javascript">
					<![CDATA[   var savedTarget=null; // The target layer 
   var orgCursor=null;   // The original Cursor (mouse) Style so we can restore it
   var dragOK=false;     // True if we're allowed to move the element under mouse
   var dragXoffset=0;    // How much we've moved the element on the horozontal
   var dragYoffset=0;    // How much we've moved the element on the verticle	 
//   var vidPaneID = null;]]>
				</script>
				<script language="javascript">
					<![CDATA[// 
// Valider les paramètres d'appel et lancement Submit
// 
function goSubmit() {
 aVal=parseInt(getObjectById('CBTYPEAFFICHAGE').value);
 if (aVal==-1) {
      SetFocus(getObjectById('CBTYPEAFFICHAGE'));
      return false
   } ;

document.MainForm.TypeAffich3.value=aVal;
document.MainForm.submit(); 
return false;
}]]>
				</script>
			</xsl:with-param>
			<xsl:with-param name="Title">Les affaires très privées chez VALAUTO - jusqu'au 31 octobre 2017</xsl:with-param>
			<xsl:with-param name="BodyAttributes">
				<Attributes bottommargin="0" margin-left="auto" topmargin="0" margin-right="auto"/>
			</xsl:with-param>
			<xsl:with-param name="Body">
				<img border="0" src="{$XMLC_SkinPath}vp2017.png" alt="les affaires très privées VALAUTO..."/>
				<table>
					<tr>
						<td width="485px"/>
						<td width="485px" align="right">
							<a href="http://www.valauto.fr/contactez-valauto.php">
								<img onmouseover="this.src='{$XMLC_PictosPath}contactmail-h.png';" onmouseout="this.src='{$XMLC_PictosPath}contactmail.png';" alt="Nous contacter" border="0" src="{$XMLC_PictosPath}contactmail.png"/>
							</a>
						</td>
					</tr>
				</table>
				<div id="vdivFormShow" class="BoxFrameShow" style="position: absolute; display: none; z-index:3000; PADDING-LEFT: 7 px; ">
					<button class="window-close" onclick="javascript: ShowHideForm(vidPaneID);">
						<img border="0" src="{$XMLC_PictosPath}ico_closenew.gif" alt="pour fermer..."/>
					</button>Visualisation des caractéristiques d'un Véhicule<iframe id="FormShow" name="FormShow" border="0" frameborder="0" marginheight="0" marginwidth="0" scrolling="no" src="{$XMLC_Portal}blank.htm" style="position: absolute; z-index:1000;PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; "/>
				</div>
				<xsl:call-template name="xslc:ApplicationMessages"/>
				<xsl:apply-templates select="VOS"/>
				<p style="color:white;">
					<b>V.O.Line - Version <xsl:value-of select="/document/XMLC_DLLVersion"/>
						<br>B.L.C. - Blue Line Company - Laurent LEBLEU - +336 86 288 007</br>
					</b>
				</p>
			</xsl:with-param>
		</xsl:call-template>
	</xsl:template>
	<xsl:template match="VOS">
		<xsl:param name="MyDisplayWidth">
			<xsl:if test="/document/OutParams/XMLC_ShowTop='0' or true">80%</xsl:if>
			<xsl:if test="/document/OutParams/XMLC_ShowTop!='0' and false">100%</xsl:if>
		</xsl:param>
		<xsl:param name="RecordCount" select="@RowCount"/>
		<xsl:variable name="vOrd" select="/document/OutParams/ORDERFIELD"/>
		<xsl:variable name="vDLL">
			<xsl:value-of select="/document/XMLC_Params/XMLC_ScriptName"/>/</xsl:variable>
		<xsl:variable name="vAction">
			<xsl:value-of select="/document/Aliases/bdVODLL"/>
			<xsl:value-of select="/document/XMLC_Params/XMLC_Action"/>
		</xsl:variable>
		<table>
			<tr>
				<td nowrap="nowrap" width="1015px">
					<div id="zoneVO">
						<xsl:apply-templates select="VO"/>
					</div>
				</td>
			</tr>
			<tr>
				<td width="485px">
					<table>
						<xsl:call-template name="xslc:ListFooter">
							<xsl:with-param name="PageNavigation">0</xsl:with-param>
							<xsl:with-param name="URLParams">&amp;ModePresent1=<xsl:value-of select="/document/OutParams/MODEAFFICHAGE"/>&amp;TypeAffich3=<xsl:value-of select="/document/OutParams/AFFICHAGE"/>
								<xsl:if test="/document/OutParams/MODELE!=''">&amp;MODELE3=<xsl:value-of select="/document/OutParams/MODELE"/>
								</xsl:if>&amp;NBROWS3=<xsl:value-of select="/document/OutParams/NBROWS"/>&amp;ORDERFIELD=<xsl:value-of select="/document/OutParams/ORDERFIELD"/>
							</xsl:with-param>
							<xsl:with-param name="MaxPages">10</xsl:with-param>
						</xsl:call-template>
					</table>
				</td>
			</tr>
			<tr>
				<td width="485px" align="right">
					<a href="http://www.valauto.fr/contactez-valauto.php">
						<img onmouseover="this.src='{$XMLC_PictosPath}contactmail-h.png';" onmouseout="this.src='{$XMLC_PictosPath}contactmail.png';" alt="Nous contacter" border="0" src="{$XMLC_PictosPath}contactmail.png"/>
					</a>
				</td>
			</tr>
		</table>
	</xsl:template>
	<xsl:template match="VO">
		<xsl:variable name="vConcession" select="Concession"/>
		<xsl:variable name="vOwner" select="idOwner"/>
		<xsl:variable name="vSite" select="Site"/>
		<xsl:variable name="vTagSite">
			<xsl:choose>
				<xsl:when test="/document/XMLC_Params/US1 = $vSite">1</xsl:when>
				<xsl:otherwise>
					<xsl:choose>
						<xsl:when test="/document/XMLC_Params/US2 = $vSite">1</xsl:when>
						<xsl:otherwise>
							<xsl:choose>
								<xsl:when test="/document/XMLC_Params/US3 = $vSite">1</xsl:when>
								<xsl:otherwise>
									<xsl:choose>
										<xsl:when test="/document/XMLC_Params/US4 = $vSite">1</xsl:when>
										<xsl:otherwise>
											<xsl:choose>
												<xsl:when test="/document/XMLC_Params/US5 = $vSite">1</xsl:when>
												<xsl:otherwise>0</xsl:otherwise>
											</xsl:choose>
										</xsl:otherwise>
									</xsl:choose>
								</xsl:otherwise>
							</xsl:choose>
						</xsl:otherwise>
					</xsl:choose>
				</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="tAuth1">
			<xsl:choose>
				<xsl:when test="/document/XMLC_Params/UserConcession = $vConcession">
					<xsl:choose>
						<xsl:when test="$vTagSite=1">1</xsl:when>
						<xsl:otherwise>
							<xsl:choose>
								<xsl:when test="/document/XMLC_Params/UserSite = '#'">1</xsl:when>
								<xsl:otherwise>
									<xsl:choose>
										<xsl:when test="/document/XMLC_Params/XMLC_Supervisor = '1'">1</xsl:when>
										<xsl:otherwise>0</xsl:otherwise>
									</xsl:choose>
								</xsl:otherwise>
							</xsl:choose>
						</xsl:otherwise>
					</xsl:choose>
				</xsl:when>
				<xsl:otherwise>0</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="tAuth2">
			<xsl:choose>
				<xsl:when test="/document/XMLC_Params/XMLC_UserID = $vOwner">1</xsl:when>
				<xsl:otherwise>0</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="tAuth">
			<xsl:choose>
				<xsl:when test="/document/XMLC_Params/XMLC_Authenticated != '0' ">
					<xsl:choose>
						<xsl:when test="$tAuth1='1'">1</xsl:when>
						<xsl:otherwise>
							<xsl:choose>
								<xsl:when test="$tAuth2='1'">1</xsl:when>
								<xsl:otherwise>0</xsl:otherwise>
							</xsl:choose>
						</xsl:otherwise>
					</xsl:choose>
				</xsl:when>
				<xsl:otherwise>0</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="vTypeVO" select="TypeVO"/>
		<xsl:variable name="vidTVO" select="idTVO"/>
		<xsl:variable name="vDOrd" select="DOrd"/>
		<xsl:variable name="vDes" select="Des"/>
		<xsl:variable name="vMec" select="fMec"/>
		<xsl:variable name="vCar" select="fCar"/>
		<xsl:variable name="vEst" select="fEst"/>
		<xsl:variable name="vPath">
			<xsl:choose>
				<xsl:when test="(/document/XMLC_Params/XMLC_Host != '-ll3')">http://www.bluelinecompany.fr/voimages/</xsl:when>
				<xsl:otherwise>http://ll3/bdVOImages/</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="clValue">
			<xsl:choose>
				<xsl:when test="position() mod 2 = 1">clRowLight</xsl:when>
				<xsl:otherwise>clRowDark</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="vStatutVD">
			<xsl:if test="StatutVN!=''">
				<xsl:value-of select="StatutVN"/> - </xsl:if>
			<xsl:value-of select="StatutVD"/>
			<xsl:if test="(Uti != '') and (StatutVD!='')"> - <xsl:value-of select="Uti"/>
			</xsl:if>
		</xsl:variable>
		<xsl:variable name="sInfoVO">
			<xsl:choose>
				<xsl:when test="($vTypeVO = '3') or (($vTypeVO = '2') and ($vStatutVD != '') and (StatutVD != 'VN'))">VD</xsl:when>
				<xsl:otherwise>
					<xsl:choose>
						<xsl:when test="($vTypeVO = '1')">VO</xsl:when>
						<xsl:otherwise>VN</xsl:otherwise>
					</xsl:choose>
				</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="sTypeVO">
			<xsl:value-of select="$sInfoVO"/> N°: <xsl:value-of select="NVO"/>
		</xsl:variable>
		<xsl:variable name="sTypeVOG">
			<xsl:value-of select="$sInfoVO"/>
			<xsl:value-of select="NVO"/>
		</xsl:variable>
		<xsl:variable name="sRowSelect">
			<xsl:choose>
				<xsl:when test="($sInfoVO = 'VD')">clRowSelectedVD</xsl:when>
				<xsl:otherwise>clRowSelected</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="sImageTextBlock">
			<xsl:choose>
				<xsl:when test="($sInfoVO = 'VD') and false">imageTextBlockVD</xsl:when>
				<xsl:otherwise>imageTextBlock</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="stValue">
			<xsl:choose>
				<xsl:when test="($vDOrd = '') and ($vDes = 'Particuliers')"> font-style:italic; font-weight:bold; color:blue</xsl:when>
				<xsl:otherwise>
					<xsl:choose>
						<xsl:when test="$vDOrd = '' and ($vDes != 'Particuliers')"> font-style:italic; font-weight:bold; color:black</xsl:when>
						<xsl:otherwise> font-style:italic; </xsl:otherwise>
					</xsl:choose>
				</xsl:otherwise>
			</xsl:choose>
		</xsl:variable>
		<xsl:variable name="voIco">
			<xsl:value-of select="$XMLC_PictosPath"/>
			<xsl:choose>
				<xsl:when test="(aDif = -1)">
					<xsl:choose>
						<xsl:when test="(okDif = -1)">voWeb</xsl:when>
						<xsl:otherwise>voWarn</xsl:otherwise>
					</xsl:choose>
				</xsl:when>
				<xsl:otherwise>voOther</xsl:otherwise>
			</xsl:choose>.gif</xsl:variable>
		<xsl:variable name="voIcoRun">
			<xsl:value-of select="$XMLC_PictosPath"/>voRun<xsl:if test="idc='0'">HL</xsl:if>.gif</xsl:variable>
		<xsl:variable name="voIcoCO2">
			<xsl:value-of select="$XMLC_PictosPath"/>CO2-<xsl:value-of select="cCO2"/>.png</xsl:variable>
		<xsl:variable name="vicoJS">
			<xsl:value-of select="$XMLC_PictosPath"/>
			<xsl:value-of select="icoJS"/>
			<xsl:if test="$vDOrd != '' ">s</xsl:if>.gif</xsl:variable>
		<xsl:variable name="vtxtJS">
			<xsl:value-of select="txtJS"/>
		</xsl:variable>
		<xsl:variable name="vIma">
			<xsl:if test="nIma!=''">
				<xsl:value-of select="$vPath"/>
				<xsl:value-of select="nIma"/>.jpg</xsl:if>
			<xsl:if test="nIma=''">
				<xsl:value-of select="$vPath"/>nophoto.jpg</xsl:if>
		</xsl:variable>
		<xsl:variable name="vInfo">
			<xsl:value-of select="iMar"/> - <xsl:value-of select="aMod"/>
		</xsl:variable>
		<xsl:variable name="voIcoGif">
			<xsl:if test="(vDes != '')">
				<xsl:value-of select="$XMLC_PictosPath"/>
				<xsl:choose>
					<xsl:when test="(vDes = 'GROUPE')">vnGroup</xsl:when>
					<xsl:otherwise>
						<xsl:choose>
							<xsl:when test="(vDes = 'MUTATION')">vnMuta</xsl:when>
							<xsl:otherwise>
								<xsl:choose>
									<xsl:when test="(vDes = 'RÉTROCESSION')">vnRetro</xsl:when>
									<xsl:otherwise>voOther</xsl:otherwise>
								</xsl:choose>
							</xsl:otherwise>
						</xsl:choose>
					</xsl:otherwise>
				</xsl:choose>
			</xsl:if>.gif</xsl:variable>
		<div class="VOBlocFirst">
			<div class="VOBlocSecond">
				<div class="VOBlocSequence">
					<div class="VOBlocThird">
						<div class="{$sImageTextBlock} even">
							<a href="#" onclick="javascript: lPopFormShow('FormShow', {$vidTVO}, '{$sTypeVO}'); return false;">
								<p class="image" align="center">
									<img alt="afin de visualiser la fiche Véhicule" src="{$vIma}" border="0" title="{$vInfo}" width="288" height="216"/>
									<xsl:if test="(DOrd='') and (cRes!='0')">
										<img src="{$XMLC_PictosPath}reserve.png" border="0" style="filter:alpha(opacity=80); moz-opacity:0.8; webkit-opacity: 0.8; opacity: 0.8; position:absolute;left:30px;top:30px;z-index:2000;" width="240" height="180"/>
									</xsl:if>
									<xsl:if test="(DOrd != '')">
										<img src="{$XMLC_PictosPath}vendu.png" border="0" style="filter:alpha(opacity=80); moz-opacity:0.8; webkit-opacity: 0.8; opacity: 0.8; position:absolute;left:30px;top:30px;z-index:2000;" width="240" height="180"/>
									</xsl:if>
									<h4 class="link" style="color:white; white-space: nowrap; position:absolute;left:0px;top:172px;z-index:10;">
										<xsl:value-of select="aVer"/>
										<p style="font-size:12px;">
											<xsl:if test="(pCat != '0.00') and (pCat != '0')">&#160;Prix neuf : <xsl:value-of select="pCat"/> &#164; </xsl:if>
										</p>
										<table style="font-size:12px; color:white; white-space: nowrap;">
											<tr>
												<td width="50%">
													<xsl:value-of select="myMEC"/> - <xsl:value-of select="KMS"/> km</td>
												<td align="right" style="font-size:15px; font-weight:bold; white-space: nowrap;" width="50%">
													<xsl:if test="(pVen != '0.00') and (pVen != '0')">Prix client : <xsl:value-of select="pVen"/> &#164;&#160;</xsl:if>
												</td>
											</tr>
										</table>
									</h4>
								</p>
								<div style="color:#C0C0C0; font-size:18px; filter:alpha(opacity=90); moz-opacity:0.9; webkit-opacity: 0.9; opacity: 0.9; " vertical-align="middle" align="center" class="description">
									<xsl:value-of select="iMod"/>
									<img title="cliquez pour plus d'informations" alt="cliquez pour plus d'informations" style="position:absolute;left:275px;top:220px;z-index:1000;" border="0" src="{$XMLC_PictosPath}Campaign.gif"/>
									<table>
										<tr>
											<td align="center" style="color:#C0C0C0; font-size:15px; padding-top:20px;">Site: <xsl:value-of select="/document/ListSITES/ListSITE[vSite=$vSite]/vVille"/>
												<br/>Tél: <xsl:value-of select="/document/ListSITES/ListSITE[vSite=$vSite]/Telephone"/>
											</td>
										</tr>
										<tr>
											<td align="center" style="color:#C0C0C0; font-size:15px; padding-top:20px;">MEC: <xsl:value-of select="MEC"/>
												<br/>
												<xsl:value-of select="KMS"/> km - <xsl:value-of select="CV"/> cv - <xsl:value-of select="NVO"/>
												<br/>
												<xsl:value-of select="Energie"/> - <xsl:value-of select="BoiteVitesse"/>
												<br/>Couleur: <xsl:value-of select="iCou"/>
											</td>
										</tr>
									</table>
								</div>
							</a>
						</div>
					</div>
				</div>
			</div>
		</div>
	</xsl:template>
</xsl:stylesheet>
