/* Basic */

*
{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6
{
	color: #6a6a6a;
}

body {
	margin: 0; 	padding: 0;
	font-size: 12px;
        font-family:verdana;
	color: #7a7a7a;
}

a
{
	color: #00567A;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

#banniere
{
	background-color: #272727;
        text-align:center;
	padding: 15px 0px 15px 0px;

}

#banniereBoite
{
        border: 1px solid #ffffff; 
        width:728;

}

#page
{
	background: #FFF url(http://www.autos-a-vendre.ca/images/bg.jpg) repeat-x;
}

#outer
{
	margin: 0em 0.0em 1.5em 1.0em;
}

#langue a
{
	text-decoration: none;
        padding-right: 20px;
        margin:0px;
        font: 14px verdana;
        color:#fff;
	font-weight: bold;
}

#langue a:hover
{
	text-decoration: underline;
}

/* Header */

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 944px;
}

/* header */
#header {
	height: 100px;
	text-align: left;
}
#header-content {	
	margin: 0px 0px 0px 50px; padding: 0;
	position: absolute;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 45px 'Trebuchet MS', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0; padding:0;

	/* change the values of left and top to adjust the position of the logo */
	top: 0; left: 0px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;	
	font-size: 11px;
        font-family:verdana;

	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 40px;
}

/* header menu */
#header-content ul {
	position: absolute;
	left:400px; top: 65px;
	font: 18px 'Trebuchet MS', Sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #FFF;
	background-color: #333;
	text-decoration: none;
	border-right: 1px solid #272727;
}
#header-content li a:hover {
	background: #00567A;
	color: #FFF;
}
#header-content li a#current  {
	background: #00567A;
	color: #FFF;
}

/* header photo */
.headerphoto {
	margin: 0 auto;
	width: 770px;
	height: 200px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(headerphoto.jpg) no-repeat center;	
}


/* Menu */

#menu
{
	height: 8em;
	background: #fafafa url('http://www.autos-a-vendre.ca/images/a2.gif') top left repeat-x;
	margin-left: 18em;
	position: relative;
}

#menu ul
{
	list-style: none;
	position: absolute;
	top: 3.3em;
	margin-left: 1.5em;
}

#menu li
{
	display: inline;
	border-left: dotted 1px #848484;
	padding-left: 0.8em;
}

#menu li.first
{
	border-left: 0px;
	padding-left: 0em;
}

#menu li a
{
	text-decoration: none;
	color: #6a6a6a;
	font-weight: bold;
	padding: 0.8em;
	margin-right: 0.8em;
	font-size: 0.9em;
}

#menu li a:hover
{
	background: #AF0A0A url('http://www.autos-a-vendre.ca/images/a4.gif') bottom left repeat-x;
	color: #fff;
}

/* Content */

#content
{
	background: #fff url('http://www.autos-a-vendre.ca/images/a3.gif') top left repeat-x;
	margin-top: 1px;
	padding: 1.5em 0.0em 0.0em 1.0em;
}

#content p
{
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content h2,h3,h4,h5,h6
{
	padding-bottom: 0.2em;
	margin-bottom: 1.2em;
	border-bottom: dotted 1px #cacaca;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	line-height: 1.6em;
}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#stable table
{
	border: dotted 1px #cacaca;
	padding: 0.5em;
	margin-bottom: 1.5em;
}

#stable table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#stable table td
{
	padding: 0.5em;
}

#stable table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#stable table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	float: left;
        width: 580px;
	padding: 0px 20px 0px 0px;
}

#primaryContent
{
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 300px;
	padding: 0em 0em 0em 0em;
}

/* Footer */

#footer
{
	margin-top: 1.0em;
	border-top: dotted 1px #cacaca;
	padding: 1.5em;
	font-size: 0.9em;
	text-align: center;
}

.clear
{
	clear: both;
}

.gray  { color: #BFBFBF; }

#detailVehicule
{
	padding: 0px 0px 0px 10px;
}

#detailVehicule h7
{
	font-size: 12px;
        font-weight:bold;   
        text-decoration:underline;
}

#detailVehicule p
{
	margin-left: 20px;
	padding: 0px;
}

#boiteDroite    {border: 1px solid #D5D5D5;  background-color: #fff;  float: left; margin-left:20px;  margin-bottom:30px; width:300;}
#boiteDroite h1 {
                 font-size:18px;
                 font-weight: bold;
                 text-align:left;
                 background-image:url(http://www.autos-a-vendre.ca/images/bg_titre.gif);
                 background-repeat:repeat-x;
                 height:25px;
                 border-bottom: 1px solid #D5D5D5;
                 padding:0px 0px 0px 10px;
                }
#boiteDroite h2 {
                 font-size:18px;
                 font-weight: bold;
                 text-align:left;
                 height:25px;
                 border-bottom: 1px solid #D5D5D5;
                 padding:6px 0px 0px 10px;
                }
#boiteDroite p {margin:10px 10px 10px 10px;}

#boiteGauche    {border: 1px solid #D5D5D5;  background-color: #fff;  float: left; margin-left:0px; margin-bottom:20px; width:580;}
#boiteGauche h1 {
                 font-size:18px;
                 font-weight: bold;
                 text-align:left;
                 background-image:url(http://www.autos-a-vendre.ca/images/bg_titre.gif);
                 background-repeat:repeat-x;
                 height:25px;
                 border-bottom: 1px solid #D5D5D5;
                 padding:0px 0px 0px 10px;
                 margin:0px 0px 10px 00px;
                }
#boiteGauche h2 {
                 font: bold 1.3em 'Trebuchet MS', Tahoma, sans-serif;;
                 text-align:left;
                 height:25px;
                 border-bottom: 1px solid #D5D5D5;
                 padding:0px -10px 0px 10px;
                }
#boiteGauche p {margin:10px 10px 10px 10px;}

#centrer   {text-align:center;}

#boiteDroiteFixe    {position:fixed; bottom:0; border: 1px solid #000000;  background-color: #fff;  float: left; margin-left:20px;  margin-bottom:10px; width:300;  height:250;}

#boiteDroiteFixe h1 {
                 font-size:18px;
                 font-weight: bold;
                 text-align:left;
                 background-image:url(http://www.autos-a-vendre.ca/images/bg_titre.gif);
                 background-repeat:repeat-x;
                 height:25px;
                 border-bottom: 1px solid #000000;
                 padding:0px 0px 0px 10px;
                }
#boiteDroiteFixe h2 {
                 font-size:18px;
                 font-weight: bold;
                 text-align:left;
                 height:25px;
                 border-bottom: 1px solid #000000;
                 padding:6px 0px 0px 10px;
                }
#boiteDroiteFixe p {margin:10px 10px 10px 10px;}


.box         {font-size:11px;font-family:verdana;width:175px;height:18;border: solid #00567A 1px;} 

.box2        {font-size:11px;font-family:verdana;width:75px;height:18;border: solid #00567A 1px;} 

.box3        {font-size:11px;font-family:verdana;width:275px;height:18;border: solid #00567A 1px;} 

#vignettes ul {
	position: relative;
	list-style: none;
        margin: 10px 0px 0px 0px; 		
}
#vignettes li {
	display: inline;
	float: left;
	display: block;
	margin: 0px 8px 10px 0px;	
	color: #FFF;
	text-decoration: none;
}

#vignettes li img#image1 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li img#image2 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li img#image3 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li img#image4 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li img#image5 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li img#image6 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li img#image7 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li img#image8 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li img#image9 {
	border: 1px solid #7E7F7E;
        width:50;
        height:50;
}

#vignettes li table#wait {
	border: 1px solid #7E7F7E;
        width:52;
        height:52;
}

#vignettes li div#lesfleches{
	display: block;
	margin: 5px 0px 10px 0px;	
	text-decoration: none;
        font: 14px verdana;
        width:50;
        text-align:center;
}

#vignettes li div{
	display: inline;
	margin: 0px 0px 0px 0px;	
	text-decoration: none;
        font: 14px verdana;
}

#vignettes li p{
	display: inline;
	margin: 0px 0px 0px 0px;	
	text-decoration: none;
        font: 14px verdana;
}

#vignettes li p a{
	text-decoration: none;
}

#vignettes li p a:hover{
	text-decoration: underline;
}

#vignettes li p#x a{
	text-decoration: none;
        font: bold 14px verdana;
        color:#FF0000;
}

#vignettes li p#x a:hover{
	text-decoration: underline;
        font: bold 14px verdana;
        color:#FF0000;
}

#affiches {border: 1px solid #D5D5D5;  background-color: #fff; margin:5px;width:150;height:116}

#affiches p {font: 12px verdana;color:#7E7F7E;}

#affiches #bordureAffiche1{border: 1px solid #000000;  background-color: #fff; margin:5px;width:138;height:104}

#affiches #bordureAffiche1 #nom{font: bold 42px verdana;color:#000000; text-align:center;line-height:100%}

#affiches #bordureAffiche1 #action{font: bold 28px verdana;color:#000000; text-align:center;line-height:100%}

#affiches #bordureAffiche2{border: 1px solid #000000;  background-color: #fff; margin:5px;width:138;height:104;text-align:center;}

#affiches #bordureAffiche2 #nom{font: bold 28px verdana;color:#000000; text-align:center;line-height:100%;}

#affiches #bordureAffiche2 #photos{text-align:center; margin-left:5px; margin-right:5px; margin-top:5px;}

#affiches #bordureAffiche2 #photo{height:35; width=55; border: 1px solid #D5D5D5;  background-color: #fff; float:left; margin-left:5px}

#affiches #bordureAffiche2 #photo1{height:35; width=55; border:0px; background-color: #fff; float:left; margin-left:5px}

/*                                                    */
/*  Définition pour l'affiche longue                  */
/*                                                    */
#affichesLong {border: 1px solid #D5D5D5;  background-color: #fff; margin:5px;width:116;height:150}

#affichesLong p {font: 12px verdana;color:#7E7F7E;}

#affichesLong #bordureAffiche1{border: 1px solid #000000;  background-color: #fff; margin:5px;width:104;height:138}

#affichesLong #bordureAffiche1 #nom{font: bold 32px verdana;color:#000000; text-align:center;line-height:100%;}

#affichesLong #bordureAffiche1 #action{font: bold 22px verdana;color:#000000; text-align:center;line-height:100%;}

#affichesLong #bordureAffiche2{border: 1px solid #000000;  background-color: #fff; margin:5px;width:104;height:138;text-align:center;}

#affichesLong #bordureAffiche2 #nom{font: bold 18px verdana;color:#000000; text-align:center;line-height:100%;}

#affichesLong #bordureAffiche2 #photos{text-align:center; margin-left:3px; margin-right:3px; margin-top:5px;}

#affichesLong #bordureAffiche2 #photo{height:25; width=35; border: 1px solid #D5D5D5;  background-color: #fff; float:left; margin-left:5px}

#affichesLong #bordureAffiche2 #photo1{height:25; width=35; border:0px; background-color: #fff; float:left; margin-left:5px}


/*                                                    */
/*  Définition pour l'affiche large                   */
/*                                                    */
#affichesLarge {border: 1px solid #D5D5D5;  background-color: #fff; margin:5px;width:150;height:116}

#affichesLarge p {font: 12px verdana;color:#7E7F7E;}

#affichesLarge #bordureAffiche1{border: 1px solid #000000;  background-color: #fff; margin:5px;width:138;height:104}

#affichesLarge #bordureAffiche1 #nom{font: bold 42px verdana;color:#000000; text-align:center;line-height:100%}

#affichesLarge #bordureAffiche1 #action{font: bold 28px verdana;color:#000000; text-align:center;line-height:100%}

#affichesLarge #bordureAffiche2{border: 1px solid #000000;  background-color: #fff; margin:5px;width:138;height:104;text-align:center;}

#affichesLarge #bordureAffiche2 #nom{font: bold 28px verdana;color:#000000; text-align:center;line-height:100%;}

#affichesLarge #bordureAffiche2 #photos{text-align:center; margin-left:5px; margin-right:5px; margin-top:5px;}

#affichesLarge #bordureAffiche2 #photo{height:35; width=55; border: 1px solid #D5D5D5;  background-color: #fff; float:left; margin-left:5px}

#affichesLarge #bordureAffiche2 #photo1{height:35; width=55; border:0px; background-color: #fff; float:left; margin-left:5px}



/*                                                                             */
/*       Style pour le layout de tableau pour la confirmation                  */
/*                                                                             */
.texteGros   { font: 14px verdana;color:#7E7F7E;} 
.texteNormal { font: 12px verdana;color:#7E7F7E;} 
.textePetit  { font: 10px verdana;color:#7E7F7E;} 
.texte2  { margin: 0px 0px 0px 10px;font: 12px verdana;color:#000; width:530;text-align:justify;} 
.texte3  { margin: 10px 0px 0px 10px;font: 12px verdana;color:#000; text-align:justify;} 
.titre   { margin: 5px 0px 0px 10px;font: bold 14px verdana;color:#000;} 
.annonce { margin: 0px 0px 0px 10px;border: 1px solid #000000;width:560; background: #Ffffff;} 
.detailImages {padding: 35px 35px 35px 35px;border: 1px solid #000000;width:570; background: #Ffffff;} 
.filet   { border-top: 1px solid #D5D5D5;margin:20px 0px 20px 0px;text-align:center}
.vignette{ } 
.erreur  { font: 12px verdana;color:#8A0F0F;} 
.fleches { font: 14px verdana;color:#00557A;} 
.x       { font: 14px verdana;color:#FF0000;} 

