/*
 * Urban locker - EDITORIALS
 *
 * @author Christophe Porteneuve <christophe@ciblo.net>
 * @author Julien Vignolles <julien@ciblo.net>
 * @author Thomas Lecavelier <thomas@ciblo.net>
 * @author Gregory Jaklimovitch <gregory@ciblo.net>
 * @legals © 2008-2009 Ciblo SA.
 */

.editoPage { font-size: 12px; }
.editoPage h2 { margin-bottom: 1em; font-size: 14px; color: #a98011; }
.editoPage h3 { margin-bottom: 1em; font-size: 13px; color: #856203; }
.editoPage div { padding-bottom: 1em; }
.editoPage p { color: black; margin-bottom: 1em; }
.editoPage a { text-decoration: underline; color: #a98011; }
.editoPage a:hover { color: #E1BA53; }
.editoPage .logo img { 
	float: right; width: 16.3em; height: 10.7em; margin: 0 2em; font-size: 10px; 
}
.editoPage div ul { margin: 1.5em; }
.editoPage div ul li { 
	margin-bottom: 0.2em; padding-left: 1em; 
	background: transparent url(../images/icon_marker1.gif) left 0.5em no-repeat; 
}
.editoPage table { margin-bottom: 1em; }
.editoPage table, table td { font-size: 11px; border: 1px solid #d1b15b; }
#editoPage table th, .editoPage table td { padding: 0.3em 1.5em; }
.editoPage table thead th { font-weight: bold; color: #274168; background-color: #e5ecf1; }
.editoPage table tbody td { background-color: #f9f8f9; }

#standardPage .topInfos, #helpPage .topInfos { padding: 0; }

/* helpPage */
#helpPage { width: 80%; }
/* helpList */
#helpPage .helpList { 
	width: 100%; margin: 2em 0; padding-bottom: 1em; 
	border-bottom: 1px solid #ccc; 
}
#helpPage .helpList li { margin-bottom: 0.3em; }
#helpPage .helpList li h2 { margin: 0; }
#helpPage .helpList li a { text-decoration: none; color: #a98011; }
#helpPage .helpList li a:hover { text-decoration: underline; }
/* helpList */
#helpPage .faqResponses h2 { margin: 2em 0 1em; }

/* partner */
#partners { clear: both; margin-bottom: 3em; }
#partners h2 { margin-bottom: 1em; }
#partners .logo img {
	float: right; display: inline; width: 15em; height: 10em;
	margin: 0 1.5em 1em;
}
#partners .tiny { width: 42em; }
#partners .partnerLink { font-size: 11px; }

/* sitemap */
#columns { padding: 0 1em 1em; }
#sitemap h2 { margin: 1em 0; color: black; }
#sitemap h2 a { font-size: 14px; text-decoration: none; }
#sitemap h3 { margin: 1em 0 0.5em; }
#sitemap h3 a { font-size: 12px; text-decoration: none; }
#sitemap li li { padding-left: 1em; }

/* editoItem */
.editoItem { width: 90%; padding-bottom: 2.5em; font-size: 11px; border-bottom: 1px solid #ccc; }
.timestamp { margin: 2em 0; font-size: 12px; font-weight: bold; color: #A90077; }

