/*
 * Projet : plume
 * Auteur : Pierre-Emmanuel Fringant
 * Fichier créé le 15 mai 07
 * 
 * Description :
 * Feuille de style de Plume Mag
 */

/* Temporaire : voir le debug */
.cakeSqlLog {
	clear: both;
	margin: 40px;
	font-size: .8em;
}
.cakeSqlLog td, .cakeSqlLog th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
	padding: 4px 8px;
	background: #fff;
	text-align: left;
}

/* STRUCTURE
 * ------------------------------------------------------------------------------------------
 */
* {
    margin: 0;
    padding: 0;
}
#container {
    text-align: left;
    width: 960px;
    margin: 0 auto;
}
#wrapper {
    float: left;
	background: #fff;
}
#main {
    float: left;
    width: 685px;
	overflow: hidden;
}
#navigation {
    float: left;
    width: 263px;
    overflow: hidden;
}
#extra {
    float: right;
    width: 12px;
	height: 153px;
}
#footer {
    float: left;
	width: 100%;
}

/* STYLES GENERAUX
 * ------------------------------------------------------------------------------------------
 */
body {
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 100.01%;
    text-align: center;
	background: #000;
}
#wrapper {
	background: #fff url("../img/wrapper_bg.gif") repeat-y;
}
.content-home {
	font-size: .8em;
}
.content {
	font-size: .85em;
}
.content {
	margin: 22px;
}
p {
	margin: 8px 0;
	line-height: 1.6em;
}
.content a {
	color: #428fc6;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dashed;
}
.content a:hover {
	color: #f60;
}
hr {
	width: 100%;
	height: 1px;
	float: left;
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.bullet-list {
	list-style-type: none;
	line-height: 1.7em;
}
#content-wrapper .bullet-list {
	clear: both;
}
.bullet-list li {
	background: url("../img/bullet_wh_bg.gif") no-repeat 0 6px;
	padding-left: 16px;
}
.bullet-list li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
.bullet-list li a:hover {
	color: #81aab2;
}
.big-list {
	margin: 1em 3em;
}
#mentions {
	margin: 16px 12px;
	font-size: .9em;
	color: #888;
}
#mentions a {
	color: #000;
}
#mentions a:hover {
	color: #888;
}
a.rss-ico {
	background: url("../img/rss.gif") no-repeat right 2px;
	padding-right: 16px;
}
.thumb {
	float: left;
	margin: 14px 12px 0 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.date {
	font-size: .85em;
	font-weight: bold;
	color: #999;
}

/* FORMULAIRES
 * ------------------------------------------------------------------------------------------
 */
#main form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #80aed5 1px solid;
}
#main form legend {
	font-weight: bold;
	color: #80aed5;
	padding: 0 5px;
}
#main form div {
	padding: 4px 0;
	font-size: .9em;
}
#main form label {
	margin-right: 5px;
	padding-right: 5px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-weight: bold;
}
.submit {
	text-align: center;
}
.form_error, .form-error {
	border: 1px solid red;
	background: #fcf5f6;
}
.error-message {
	margin-left: 160px;
	color: #C7424D;
	font-weight: bold;
}
.required {
	background: url("/img/required.png") no-repeat 150px 4px;
}

/* 
 * MESSAGES
 * ------------------------------------------------------------------------------------------
 */
.message {
	border: 1px solid;
	margin: 12px 0;
	background: no-repeat 8px 10px;
}
.mssg_txt {
	/*font-size: .9em;*/
	color: #333;
	margin: 8px 8px 8px 48px;
}
.mssg_error {
	border-color: #e01616;
	background-color: #fdf3f3;
	background-image: url("/img/forbidden.gif");
}
.mssg_notice {
	border-color: #f57900;
	background-color: #fef8f2;
	background-image: url("/img/exclamation.gif");
}
.mssg_success {
	border-color: #47c518;
	background-color: #f6fcf3;
	background-image: url("/img/success.gif");
}
.mssg_error strong {
	color: #e01616;
}
.mssg_notice strong {
	color: #f57900;
}
.mssg_success strong {
	color: #47c518;
}

/* MAIN
 * ------------------------------------------------------------------------------------------
 */
#header {
	background: url("../img/top_bg.jpg") no-repeat 0 0;
}
#logo-wrapper {
	float: left;
}
#logo a {
	display: block;
	text-indent: -99999px;
	text-decoration: none;
	background: url("../img/plume_magazine.gif") no-repeat 0 0;
	width: 202px;
	height: 120px;
	border-bottom: none;
}
#flash-concours {
	width: 483px;
	height: 120px;
	float: right;
}
#main-menu {
	clear: both;
	/*background: #428fc6 url("../img/top_menu_bg.gif") no-repeat 0 0;*/
	background-color: #428fc6;
}
#main-menu ul {
	list-style-type: none;
	padding: 8px;
}
#main-menu li {
	display: inline;
	padding-left: 12px;
	background: url("../img/sep.gif") no-repeat 2px 6px;
}
#main-menu li a {
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#main-menu li a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
}
#main-menu .first, 
#footer-links .first {
    background: none;
}
.content h1 {
	color: #001e5b;
	font-size: 1.6em;
}
.content h1 span {
	font-size: .7em;
}
.content h2 {
	color: #428fc6;
	margin-top: 16px;
	font-size: 1.2em;
}
.content h2 span {
	font-size: .8em;
}
.content h3 {
	color: #80aed5;
	margin-top: 16px;
	font-size: 1.1em;
}

/* NAVIGATION
 * ------------------------------------------------------------------------------------------
 */
#navigation {
	color: #fff;
	background: #294b63 url("../img/navigation_bg.jpg") no-repeat 0 0;
}
.nav-section {
	margin: 14px;
}
#offres-speciales {
	margin: 14px 0;
}
#offres-speciales h3 {
	margin-left: 14px;
}
.nav-section h3 {
	color: #98d4ff;
	font-size: 1.3em;
	margin: 20px 0 8px 0
}
.nav-section fieldset {
	border-color: #a9c6cc;
	margin-bottom: 6px;
	padding: 6px;
}
.nav-section legend {
	color: #a9c6cc;
	font-size: .9em;
	font-weight: bold;
	padding: 0 5px;
	margin: 0 10px;
}
.nav-form div {
	padding: 8px 0;
}
.nav-form label {
	margin-right: 4px;
	padding-right: 4px;
	width: 84px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
	font-size: .75em;
}
.nav-menu,
#nav-categories {
	list-style-type: none;
	margin-left: 6px;
}
.nav-menu {
	font-size: .75em;
	line-height: 1.8em;
}
#nav-categories {
	font-size: .9em;
	line-height: 2em;
}
.nav-menu li,
#nav-categories li {
	background: url("../img/bullet_dk_bg.gif") no-repeat;
}
.nav-menu li {
	background-position: 0 5px;
}
#nav-categories li {
	background-position: 0 9px;
}
.nav-menu li a,
#nav-categories li a {
	margin-left: 16px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
.nav-menu li a:hover,
#nav-categories li a:hover {
	border-bottom: 1px dashed;
}
#nav-product-list {
	font-size: .75em;
	margin-left: 20px;
}
#nav-product-list li {
	margin: 8px 0;
}
#nav-product-list li a {
	color: #fcfec1;
	text-decoration: underline;
}
#nav-product-list li a:hover {
	color: #fff;
}
#caddy-total {
	text-align: right;
	font-size: .8em;
	border-top: 1px solid #a9c6cc;
	padding-top: 3px;
}
#caddy-button {
	text-align: center;
	margin: 6px;
}
.nav-note {
	font-size: .75em;
}

/* EXTRA
 * ------------------------------------------------------------------------------------------
 */
#extra {
	background: url("../img/extra_bg.jpg") no-repeat 0 0;
}

/* FOOTER
 * ------------------------------------------------------------------------------------------
 */
#footer {
	background: url("../img/footer_bg.jpg") no-repeat 0 0;
	font-size: .75em;
}
#footer p {
    color: #fff;
    float: left;
	margin: 12px;
}
#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px dashed;
}
#footer-links {
	float: right;
	list-style-type: none;
	margin: 12px;
}
#footer-links li {
	float: left;
	margin-right: 4px;
	padding-left: 8px;
	background: url("../img/sep.gif") no-repeat 0 3px;
}

/* PAGES
 * ------------------------------------------------------------------------------------------
 */

/* HOME */
#home-left-wrapper {
	width: 465px;
	float: left;
}
#home-right-wrapper {
	width: 220px;
	float: left;
	background: url("../img/home_shadow.gif") repeat-y;
}
#home-left, #home-right {
	padding: 22px;
}
#home-right {
	background: url("../img/home_shadow_end.gif") no-repeat bottom left;
}
#home-teaser {
	margin-top: 22px;
}
#home-cover {
	float: left;
	width: 230px;
}
#home-teaser-infos {
	float: right;
	width: 176px;
}
#home-teaser-infos h1 {
	font-size: 2.2em;
}
#home-teaser-infos h1 a {
	color: #001e61;
	text-decoration: none;
}
#home-teaser-infos h1 a:hover {
	color: #428fc6;
}
#home-teaser-infos h1 a span {
	font-size: 1.4em;
}
#home-teaser-infos-dates {
	font-size: 1.2em;
	font-weight: bold;
	color: #001e61;
	margin-top: 0;
}
#home-teaser-infos-options {
	margin-top: 30px;
	font-size: 1.1em;
}
.home-events {
	clear: both;
	padding: .75em 0;
}
.home-events h2 {
	color: #428fc6;
	font-size: 1.3em;
	border-bottom: 1px solid #428fc6;
}
.home-events-list {
	list-style: none;
	padding: .5em 1em;
}
.home-events-list li {
	font-weight: bold;
	background: url("../img/bullet_wh_bg_events.gif") no-repeat 0 4px;
	padding-left: 16px;
	margin: .25em 0;
}
.home-events a,
.event-summary a {
	color: #d81500;
	text-decoration: none;
	border-bottom: none;
}
.home-events a:hover,
.event-summary a:hover  {
	color: #000;
}
.horizontal-right-list {
	float: right;
}
.horizontal-right-list li {
	float: left;
}
#home-right {
	font-size: .85em;
}
#home-right h2 {
	color: #001c62;
	margin-bottom: 16px;
}
#home-right #sommaire p {
	line-height: 1.75;
	margin-bottom: 1em;
}
/*#home-right font {
	font-size: 1.1em;
}*/
/* ACTUALITES */
.event-summary {
	margin: .6em 0 1em;
}
.event-summary p {
	margin: .6em 2em 1em;
}
#event-body {
	margin: 1em 2em;
}
a.rub-link {
	font-size: .8em;
	color: #428fc6;
}
a.rub-nav-link {
	color: #428fc6;
	border-bottom: 1px dashed;
	text-decoration: none;
}
a.rub-nav-link:hover {
	color: #000;
}

/* NUMEROS */
.mag-summary {
	margin: .6em 0 1em;
}
.mag-summary h2 {
	clear: both;
}
.mag-summary p {
	margin: .6em 2em 1em;
}
.mag-summary a {
	color: #217a73;
	text-decoration: none;
	border-bottom: none;
}
.mag-summary a:hover {
	color: #000;
}
#mag-edito,
#mag-index {
	margin: 1em 2em;
}
#mag-teaser {
	float: left;
	margin-bottom: 22px;
}
#mag-cover {
	float: left;
}
#mag-teaser-infos {
	float: left;
	padding-left: 20px;
}
#mag-teaser-infos h1 {
	font-size: 2.1em;
}
#mag-teaser-infos h1 span {
	font-size: .7em;
}

/* CATEGORIES */
.categorie-header {
	border-bottom: 1px dashed #428fc6;;
}
.categorie-header a {
	border-bottom: none;
}
.categorie-header a:hover {
	border-bottom: none;
}

/* REFERENCES */
.dl {
	float: right;
	clear: both;
	height: 28px;
}
dl {
	float: right;
	font-size: 1em;
	border: 1px #428fc6 dashed;
	margin-bottom: 1.8em;
}
dt {
	float: left;
	padding: 4px 8px;
	color: #fff;
	background: #428fc6;
}
dd {
	float: left;
	padding: 4px 8px;
	background: #e3eef7;
	border-left: 1px #428fc6 dashed;
}
dd b {
	color: #f30;
}
.content dd a {
	color: #428fc6;
	text-decoration: none;
	font-weight: bold;
	background: url("../img/cart_small.gif") no-repeat 0 0;
	padding-left: 24px;
	border-bottom: none;
}
dd a:hover {
	color: #000;
}
a.ico-pdf {
	color: #c00;
	padding-left: 20px;
	background: url('../img/pdf.gif') no-repeat;
}

/* SPECIAL SOMMAIRE DE MAG */
#sommaire a {
	color: #555;
	text-decoration: none;
	border-bottom: 1px dashed;
}
#sommaire a:hover {
	color: #000;
}

/* CADEAUX */
.cadeau {
	width: 580px;
	margin: 12px auto;
	clear: both;
	padding-top: 12px;
}
.cadeau span {
	float: left;
	margin: 4px 12px 0 0;
}

/* PANIER
 * ------------------------------------------------------------------------------------------
 */
.tr-odd   { background-color: #f3f3f3; }
.tr-even   { background-color: #FCFCFC; }
.tr-highlight { background-color: #EAF7FE; }

.panier {
	margin: 1em 0;
}
.panier th, 
.panier td
{
    padding: .5em;
	vertical-align: top;
}
.panier th
{
	color: #fff;
	border-bottom: 1px solid #006;
	background: #428fc6;
	white-space: nowrap;
}
.panier td
{
	border-bottom: 1px solid #d3d3d3;
}
.panier td a
{
	color: #428fc6;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
.panier td a:hover
{
	color: #000;
}
.panier td span {
	color: #666;
	font-size: .95em;
}
.panier td span a {
	color: #f60;
	font-weight: normal;
}
.input-quantite {
	text-align: right;
}

/* COMMANDE
 * ------------------------------------------------------------------------------------------
 */
.step-button {
	background: #294b63 url("/img/step-button_right.gif") no-repeat top right;
	height: 35px;
}
.step-button p {
	background: url("/img/step-button_left.gif") no-repeat top left;
	margin: 0;
	float: left;
}
.step-button p a {
	color: #fff;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	padding: 7px 16px 6px 34px;
	border-bottom: none;
}
.step-button p a:hover {
	color: #a9c6cc;
}

/* CLIENT LOGIN CHECK
 * ------------------------------------------------------------------------------------------
 */
.column {
	width: 50%;
}
#left-column {
	float: left;
}
#left-column-content {
	margin-right: 12px;
}
#right-column {
	float: right;
}
#right-column-content {
	margin-left: 12px;
}

/* PAGINATOR
 * ------------------------------------------------------------------------------------------
 */
.results-bar {
	font-size: .9em;
	margin: 16px 0;
}
.results-counter {
	color: #666;
}
.results-counter span {
	float: right;
}
.results-pages {
	text-align: center;
	margin-top: 2px;
	padding-top: 12px;
	border-top: 1px solid #ccc;
}
.results-pages span, 
.results-pages a {
	padding: 1px 6px;
	margin: 0 4px;
	border: 1px solid;
}
.results-pages span {
	font-weight: bold;
	border-color: #ccc;
}
.results-pages a {
	border-color: #428fc6;
}
.results-pages a:hover {
	border-color: #f60;
}

/* LAST NUMS
 * ------------------------------------------------------------------------------------------
 */
#lastnums {
	list-style: none;
}
#lastnums li {
	float: left;
	width: 160px;
	text-align: center;
}
#lastnums li small {
	color: #999;
	font-size: .8em;
}