/* ******************************************************* */
/*  RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* ******************************************************* */
html {
	margin: 0;
	padding: 0;
}
body {
	width: 95%;
	margin: 0;
	margin-left: 25px;
	padding: 0;
	font: 0.9em/1.25em Arial, Helvetica, sans-serif;
	background: #fff;
	color: #333;
}
/* ******************************************************* */
ul, p {
	clear: both;
	margin-bottom: 1em;
}
li {
	margin-left: 1em;
}
a {
	color: #039;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #36f;
}
strong {
	font-weight: bold;
}
hr {
	clear: both;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	height: 1px;
}
/* ******************************************************* */
a#sitename {
	display: block;
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	padding-top: 0.25em;
}
h1 {
	color: #ccc;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-bottom: 0.25em;
	margin-bottom: 25px; /* marge standard */
}
/* ******************************************************* */
/* Homepage, liens vers les catégories */
ul.categoriesBoxFirst,
ul.categoriesBox,
ul.categoriesBoxLast {
	clear: none;
	float: left;
	width: 25%;
	margin-right: 1%;
	margin-bottom: 2em;
	text-align: left;
	list-style: none;
	font-size: 0.9em;
}
ul.categoriesBoxFirst {
	width: 21%;
	margin-right: 1%;
}
ul.categoriesBoxLast {
	width: 25%;
	margin-right: 0;
	float: right;
}
ul.categoriesBoxFirst li,
ul.categoriesBox li,
ul.categoriesBoxLast li {
	margin: 0;
	margin-bottom: 0.25em;
}
ul.categoriesBoxFirst li.title,
ul.categoriesBox li.title,
ul.categoriesBoxLast li.title {
	margin: 0;
	font-weight: bold;
	font-size: 1.15em;
	margin-bottom: 0.75em;
}
/* ******************************************************* */
/* Pages de résultats (viewCategorie + search) */
ul#searchResults,
ul#viewAllSocietes {
	float: left;
	list-style: none;
}
 ul#searchResults li,
 ul#viewAllSocietes li {
	margin-bottom: 0.5em;
	text-align: left;
	padding-left: 25px; /* marge standard*/
}
ul#viewAllSocietes li {
	margin-bottom: 0;
}
ul#searchResults li a,
ul#viewAllSocietes li a {
	font-weight: bold;
}
ul#searchResults li .shortDescription {
	font-size: 0.85em;
}
p.explainOrder {
	font-size: 0.8em;
	font-style: italic;
}
/* ******************************************************* */
/* Fiche détaillée d'une société */
div#societeDetails {
	width: 60%;
	float: right;
	padding: 0 0 1em 1em;
}
div#societeDetails h2 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div#societeDetails img.thumbshot {
	border: 1px solid #ccc;
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	
}
div#societeDetails p.adresse,
div#societeDetails p.telephone,
div#societeDetails p.website,
div#societeDetails .shortDescription {
	margin-bottom: 0.15em;
	clear: left;
}
div#societeDetails .website a {
	font-weight: bold;
}
div#societeDetails .shortDescription {
	margin-top: 2em;
	font-weight: bold;
}
div#societeDetails .description {
	font-size: 0.9em;
}
/* ******************************************************* */
a.addLink,
a.memberLink,
a.logoutLink {
	margin-top: 25px; /* marge standard */
	display: block;
	text-align: right;
	background: url(../img/icon-add-16.png) center right no-repeat;
	padding-right: 20px;
}
a.memberLink {
	margin-top: 0.25em;
	background-image: url(../img/icon-key-16.png);
	padding-right: 20px;
}
a.logoutLink {
	margin-top: 0;
	background-image: url(../img/icon-door_in-16.png);
	padding-right: 20px;
	/*
	border-bottom: 1px solid #ccc;
	background-position: top right;
	padding-bottom: 25px;
	margin-bottom: 25px;
	*/
}
/* ******************************************************* */
/* Qcodo / Forms */
fieldset {
	border: solid #bbb 1px;
	padding: 25px;
}
fieldset legend {
	font-weight: bold;
	padding: 0 1em;
}
fieldset label.item_label,
fieldset label.item_label_disabled {
	clear: both;
	display: block;
	float: left;
	text-align: right;
	padding: 0;
	margin: 0;
	width: 50%
}
fieldset input.textbox,
fieldset select.listbox,
fieldset textarea {
	display: block;
	float: left;
	width: 30%;
	border: solid #bbb 1px;
	padding: 2px;
	margin: 0;
	margin-left: 1%;
	margin-bottom: 15px;
}
fieldset textarea {
	height: 10em;
}
fieldset .btnSave {
	clear: both;
	text-align: right;
}
/* ******************************************************* */
/* Qcodo / Messages */
.warning {
	color: #c00;
	font-weight: bold;
	position: relative;
	left: 0.5em;
	background: url(../img/icon-alert-16.gif) no-repeat right top;
	padding: 0 20px 0 0;
	font-size: 0.9em;
	height: 16px;
}
.error,
.success {
	display: block;
	margin-bottom: 1em;
	padding: 3px 5px;
	font-weight: bold;
}
.success {
	color: #050;
	border: 1px solid #060;
	background: #c4ff65;
}
.error {
	color: #c00;
	border: 1px solid #c00;
	background: #fff9f9;
}
/* ******************************************************* */
#footer {
	width: 100%;
	border-top: 1px solid #ccc;
	text-align: left;
	font-size: 0.75em;
	margin-top: 25px; /* marge standard */
}
#footer p {
	margin: 0 0 0.5em 0;
}
#footer ul {
	margin: 0;
	list-style: none;
}
#footer ul li {
	margin: 0;
	float: left;
	margin-right: 0.5em;
	padding-right: 0.5em;
	border-right: 1px solid #ccc;
}
#footer ul li a {
	color: #ccc;
	font-size: 0.85em;
}
#footer ul li.last {
	border-right: 0;
}
/* ******************************************************* */





















/*
#search {
	padding: 2em;
	text-align: center;
	margin-bottom:  2em;
}
#search input.txtSearch {
	border: 2px solid #036;
	width: 600px;
	background: url(../img/icon-search-38-36.png) -2px 2px no-repeat ;
	height: 20px;
	padding: 5px;
	padding-left: 40px;
	font-size: 16px;
	font-weight: bold;
}
#search .lnkSearch {
	width: auto;
	background: #fff;
	padding: 5px;
}
*/
/* ******************************************************* */
