/* ===================================== *\
|  Style de la page index                 |
|  Cration : 12/05/2006                   |
|  Dernière modification : 11/08/2006     |
|  (C) Skalpel 2006                       |
\* ===================================== */

/* définition du style du formulaire de recherche */
img {
	border: 0;
}

#recherche {
 background-image: url("../images/index/fond-formulaire.png");
 text-align: left;
 font-family: "Arial", helvetica; 
 height: 132px;
}

#recherche form {
 padding-left: 10px; 
 padding-top: 10px;
 height: 70px;
 margin: 0;
}

#recherche form p {
 margin: 0;
 margin-right: 5px;
 padding: 0;
 float: left;
 font-size: 11px;
}

#recherche form p.bouton {
	width: 300px;
	text-align: center;
	margin: 5px 0 0 0;
	padding-left:140px;
}

#recherche form p.bouton input {
	background-color: #000;
	color: #fff;
	border: 2px solid #a5ce00;
	font-size: 12px;
	cursor: pointer;
}

html>body #recherche form p {
 margin-bottom: 5px;   
}

#recherche form p label {
 float:left;
 clear: right;
 height: 18px;
 cursor: pointer;
}

#recherche form p select {
 float: left;
 clear: left;
 background-color: black;
 font-size: 12px;
 color: white;
 border: 2px solid #971782;
}

#recherche form span {
 clear: left;
 float: left;
 display: block;
 font-size: 11px;
 width: 50px;
}

#recherche form ul {
 width: 320px;   
 float: left;   
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#recherche form ul li {
 float: left;   
 border-left: 1px dotted white;
 padding-left: 3px;
 margin-left: 10px;
 font-weight: bold;
 font-size: 12px;
}

#liste-page, #liste-page2 {
 clear: left;   
 font-size: 12px;
 color: black;
 font-weight: bold;
 margin-left: 5px;
}

#recherche a {
 color: black;
 text-decoration: none;
}

#recherche a:hover {
 text-decoration: underline;   
}

#liste-page2 {
 font-size: 12px;
 font-family: "Arial", helvetica;    
 border-top: 2px solid black;   
 text-align: left;
 padding-top: 10px;
 margin-right: 5px;
 margin-left: 8px;
 padding-left: 0;
 margin-bottom: 10px;
}

#liste-page2 a {
 color: black;
 text-decoration: none; 
}

#liste-page2 a:hover {
	text-decoration: underline;
}

#liste-page3 {
	font-size: 12px;
	font-family: "Arial", helvetica;
	text-align: center;
	padding-top: 10px;
	margin-right: 5px;
	margin-left: 8px;
	padding-left: 0;
	margin-bottom: 10px;
}

#liste-page3 a {
	color: black;
	text-decoration: none;
}

#liste-page3 a:hover {
	text-decoration: underline;
}

/* Définition du style des petites annonces */
/* Style général des cadres annonces */

#annonces div {
	width: 288px;
	height: 90px;
	margin-left: 5px;
	float: left;
	margin-bottom: 5px;
	text-align: left;
	border: 2px solid #ddd;
	font-size: 12px;
	font-family: "Arial", helvetica;
}

#annonces div {
	margin-left: 4px;
}

#annonces div img {
	margin: 3px;
	border: 0;
	float: left;
}

#annonces div img.logo_concess {
	margin: 2px 0 0 25px;
	border: 0;
	float: left;
	clear: left;
}

#annonces div img.asaisir-illus {
 border: 1px solid #971782;   
}
#annonces div p {
 float: right;   
 margin: 0;
 padding: 0;
 margin-left: 5px;
 text-align: left;
 width: 200px;
}

#annonces div p.savoir-plus a {
 font-weight: bold;   
 text-decoration: none;
 font-size: 11px;
}

/* Style des cadres normaux */

#annonces div p strong {
 color: #971782;   
}

#annonces div a {
 color: black;   
}

#annonces div p.savoir-plus {
	background-image: url('../images/index/puce-ensavoir-plus.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	width: 180px;
}

/* Style des cadres en focus */

#annonces div.focus p strong {
 color: #971782;   
}

#annonces div.focus, #annonces div.focusOffre, #annonces div.focusRecherche {
 background-color: #ededed;
 border: 2px solid #971782;
}

#annonces div.focus p.savoir-plus {
	background-image: url('../images/index/puce-ensavoir-plus2.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	width: 180px;
}

/* Style des cadres "a saisir" normal */

#annonces div.asaisir {
 border: 2px solid #a5ce00;
 background-color: #c1f200;
 background-image: url("../images/index/fond-asaisir.png");
 background-repeat: no-repeat;
}

#annonces div.asaisir p.savoir-plus {
	background-image: url('../images/index/puce-ensavoir-plus3.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	width: 180px;
}

#annonces div.asaisir img.asaisir-illus {
 border: 1px solid #971782;   
}

#annonces div.asaisir p a {
 color: #000;   
}

#annonces div.asaisir p strong {
 color: #000;   
}

#annonces div.asaisir p.description {
 color: #000;   
}

/* Style des cadres "a saisir" en focus */

#annonces div.asaisir-focus img.asaisir-illus {
 border: 1px solid #fff;   
}

#annonces div.asaisir-focus {
 background-color: #b246a2;   
 border: 2px solid #971782;
 background-image: url("../images/index/fond-asaisir.png");
 background-repeat: no-repeat; 
 background-position: 0 -91px; 
}

#annonces div.asaisir-focus p {
 color: #fff;   
}

#annonces div.asaisir-focus p a {
 color: #fff;   
}

#annonces div.asaisir-focus p strong {
 color: #fff;   
}

#annonces div.asaisir-focus p.savoir-plus {
	background-image: url('../images/index/puce-ensavoir-plus.gif');
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
	width: 180px;
}

/* Style des cadres des annonces emploi */

#annonces a.vignette {
	width: 72px;
	height: 83px;
	float: left;
	display: block;
	text-decoration: none;
	margin: 3px 3px 3px 3px;
	padding: 0;
}

#annonces a.vignette img {
	margin: 0;
	padding: 0;
}

#annonces a.vignette p {
	float: left;
	clear: none;
	width: 72px;
	height: 28px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	font-weight: bolder;
	line-height: 12px;
	margin: 0;
	padding: 0;
}

#annonces .normalOffre a.vignette img, #annonces .focusOffre a.vignette img {
	border: 1px solid #ff6600;
}

#annonces .normalRecherche a.vignette img, #annonces .focusRecherche a.vignette img {
	border: 1px solid #215698;
}

#annonces .normalOffre a.vignette p, #annonces .focusOffre a.vignette p {
	background-color: #ff6600;
}

#annonces .normalRecherche a.vignette p, #annonces .focusRecherche a.vignette p {
	background-color: #215698;
}

/* Style des cadres affichant le nombre de résultats */

#annonces div#nbResultats {
	width: 585px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bolder;
	border: 0;
}

#annonces div#nbResultats img {
	display: inline;
	float: none;
	border: 0;
}

#annonces div#nbResultats strong {
	font-size: 20px;
	color: #971782;
}

/* Style des cadres concession */

#annonces div#concession {
	width: 585px;
	background-color: #ededed;
	margin: 0 0 0 5px;
	padding: 0;
	float: left;
	display: inline;
}

#annonces div#concession img#logoConcession {
	float: left;
}

#annonces div#concession img#photoConcession {
	float: right;
}

#annonces div#concession ul {
	float: left;
	list-style: none;
	width: 170px;
	margin: 10px 5px 10px 25px;
	padding: 0;
}

/* Définition du style de l'encart de pub 468 */

#iab468 {
 background-image: url("../images/index/fond-iab468.png");
 height: 77px;
 margin-top: 10px;
 padding-top: 13px;
}

#iab468 a img {
 border: 2px solid #fc0;   
}