/* Feuille de style du stie latchessbusiness.com */

/* Balises XHTML */
body{
	font-size:12px;
	font-family:lucida,"lucida sans","lucida sans unicode",sans-serif;
	background:#fff;
	color:#666;
	text-align:center;
}
a{
	text-decoration:none;
	color:#000;
}
h1{
	font-size:18px;
}
h2{
	color:#c00;
	font-size:14px;
	border-bottom:3px solid #cc0000
}
h3{
	color:#333;
}

/* Mise en forme des éléments de formulaires */
form{
	margin:0;
}
fieldset{ 
	padding:0;
	margin:0;
	border:none;
}
fieldset legend{
	font-weight:bold;
	padding:10px 0 5px 0;
}
fieldset p,
fieldset p{
	float: left;
	clear: left;
	padding: 0;
	margin: 3px 0;
	width:100%;
}
fieldset label{
	display: block;
	float: left;
	width: 150px;
	font-weight:bold;
}
fieldset>input,
filedset>textarea,
fieldset>select{
	float:left;
}
fieldset ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.required{
	display:inline;
	color:red;
	padding:0 5px 0 5px;
}

/* Conteneur de la page */
#page{
	width:1000px;
	margin:0 auto 0 auto;
}

/* Haut de page */
#haut{
	text-align:left;
	float:left;
	width:220px;
}
#haut h1#logo{
	margin:0;
}
#haut h1#logo a{
	display:block;
	background:url(/images/logo.png) no-repeat;
	height:112px;
}
#haut h1#logo a:hover{
	background:url(/images/logo_roll.png) no-repeat;
}
#haut h1#logo a span{
	display:none;
}
#haut ul#menu{
	width:200px;
	list-style:none;
	margin:0;
	padding:0;
}
#haut ul#menu li{
	background:#fcf671 url(/images/separateur.gif) repeat-x bottom;
	padding:5px;
	width:190px;
	float:left;
}
#haut ul#menu li a{
	padding:10px 0 10px 5px;
	color:#000;
	font-size:11px;
	font-weight:bold;
	white-space:nowrap;
}
#haut ul#menu li a em{
	font-style:normal;
	font-weight:normal;
	color:#c00;
}
#haut ul#menu li a:hover,
#haut ul#menu li a.selected{
	color:#c00;
	background:url(/images/fleche.gif) no-repeat 2px;
	padding-left:10px;
}
#haut ul#menu li.last{
	height:40px;
}
#haut ul#menu li.last a{
	display:block;
	background:url(/images/bouton_contact.png) no-repeat;
	height:56px;
	width:181px;
	margin:5px 0 0 5px;
	position:absolute;
}
#haut ul#menu li.last a span{
	display:none;
}

/* Panneau Rechercher (situé au dessus du contenu) */
#rechercher{
	float:left;
	width:780px;
	text-align:right;
	background:url(/images/fond_barre.png) repeat-x;
	height:37px;
}
#rechercher input,
#rechercher .bouton{
	float:right;
}
#rechercher .bouton{
	background:#fff url(/images/bouton_recherche.png) no-repeat right;
	width:109px;
	height:37px;
	padding-left:3px;
}
#rechercher .bouton span{
	display:none;
}
#rechercher .bouton:hover{
	background-image:url(/images/bouton_recherche_roll.png);
}
#rechercher .champ{
	margin:6px;
}

/* Contenu */
#contenu{
	float:left;
	text-align:left;
	width:780px;
}

/* Colonnes */
.colonne{
	float:left;
	margin:0 1% 0 0;
}
.colonne.c60{
	width:59%;
}
.colonne.c40{
	width:39%;
}
.separateur{
	clear:both;
}

/* Boutons */
.bouton{
	width:118px;
	height:24px;
	line-height:24px;
	background:url(/images/bouton.png) no-repeat;
	border:none;
	text-align:center;
	font-weight:bold;
	color:#fc0;
	cursor:pointer;
}
.bouton.court{
	width:46px;
	height:28px;
	background:url(/images/bouton_ok.png) no-repeat;
}
.bouton:hover{
	color:#fff;
}
a.bouton{
	display:block;
}

/* Petites annonces */
.annonce{
	clear:both;
}
.annonce div{
	float:left;
	margin:0 10px 10px 0;
}
.annonce div img{
	border:1px solid #c00;
}
.annonce div img#imageDetail{
	width:400px;
}
.annonce div p{
	font-size:10px;
}
.annonce .bouton{
	float:right;
}
ul.vignettes{
	list-style:none;
	float:left;
	clear:left;
	width:100%;
	margin:10px 0 10px 0;
	padding:0;
}
ul.vignettes li{
	float:left;
	cursor:pointer;
}
ul.vignettes li img{
	border:1px solid #c00;
	margin:0 10px 0 0;
}
#pages{
	clear:both;
}

/* Alignements et borudres */
.gauche{
	float:left;
	margin:0 10px 10px 0;
}
.droite{
	float:right;
	margin:0 0 10px 10px;
}
.bordure{
	border:1px solid #c00;
}

/* Bas de page */
#bas{
	clear:both;
	padding-top:10px;
	font-size:11px;
}
#bas address{
	font-style:normal;
	line-height:18px;
}
#bas address img{
	position:relative;
	top:2px;
}
#bas ul{
	background:#c00;
	padding:5px;
	margin:0;
}
#bas ul li{
	display:inline;
}
#bas ul li a{
	color:#fc0;
	border-left:1px solid #fff;
	padding:0 5px 0 5px;
}
#bas ul li a:hover{
	color:#fff;
}

/* Mise en forme du contenu spécifique à la page d'accueil */

/* Entête (H1) de la page d'accueil */
#accueil #contenu h1{
	background:url(/images/illus_haut.gif) no-repeat 320px 0;
	height:56px;
	padding-right:140px;
}

/* Boite de recherche */
.rechercher ul.onglets{
	padding:0;
	margin:0;
	list-style:none;
}
.rechercher ul.onglets li{	
	background:url(/images/onglet02.png) no-repeat 0 13px;
	width:215px;
	height:49px;
	line-height:65px;
	text-align:center;
	float:left;
}
.rechercher ul.onglets li a{
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#ff8354;
}
.rechercher ul.onglets li.selected{
	background:url(/images/onglet01.png) no-repeat;
	width:218px;
	line-height:49px;
}
.rechercher ul.onglets li.selected a{
	color:#c00;
}
.rechercher form{
	clear:both;
	background:url(/images/espace_recherche.png) no-repeat;
	width:424px;
	height:65px;
	padding:8px;
}
.rechercher form label{
	width:80px;
}

/* Boite newsletter */
#newsletter{
	margin-top:16px;
	background:url(/images/encart_news_letter.png) no-repeat;
	width:300px;
	height:64px;
	padding:5px 0 5px 10px;
}
#newsletter h2{
	border:none;
	margin:0;
}
#newsletter .bouton{
	margin:0 0 0 5px;
}

/* Publicité */
#publicite{
}
#publicite h2{
	background:url(/images/publicite.gif) no-repeat;
	width:48px;
	height:11px;
	border:none;
	margin:20px 0 0 0;
}
#publicite h2 span{
	display:none;
}
#publicite div{
	border:1px solid #ccc;
	height:250px;
	line-height:250px;
	text-align:center;
}

/* Jeu Concours */
#concours{
}

/* Messages d'erreur */
.erreur{
	font-weight:bold;
	color:red;
}

/* Mise en forme des pages du commerce électronique : Caddie, Identification, Coordonnées, Paiement ... */
.panneau{
	float:left;
	text-align:left;
	width:780px;
}
.panneau table{
	width:100%;
	border-collapse:collapse;
}
.panneau table thead th{
	color:#c00;
	border-bottom:1px solid #c00;
}
.etape{
	margin:20px 0 0 0;
}
.etape .enCours{
	color:#c00;
	font-weight:bold;
}
.panneau input[type=submit]{
	width:118px;
	height:24px;
	line-height:24px;
	background:url(/images/bouton.png) no-repeat;
	border:none;
	text-align:center;
	color:#fc0;
	cursor:pointer;
	font-size:9px;
	margin:5px;
}
.panneau input[type=submit]:hover{
	color:#fff;
}

/* Popup */
#popup{
	margin:0;
	padding:0;
}
#popup #contenu{
	padding:40px;
}
