/*  
Template name: Simple Magazine
Template URI: http://templates.arcsin.se/simple-magazine-website-template/
Release date: 2009-08-02
Last updated: 2009-08-07
Description: A simple and lightweight magazine styled website template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #ececec;
	background-image: url(http://www.daldax.org/squelettes/images/background-site_1600x1200.png);
    background-repeat: no-repeat;
    background-position: center top; 
    background-attachment: fixed;
	color: #333;
	font: normal 75% sans-serif;
	line-height: 1.5;
	text-align: justify;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Links */

a {
	color: #444;
	text-decoration: none;
}
a.feed {
	background: url('http://www.daldax.org/squelettes/img/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}

/* More links */
a.more {
	color: #444;
	font-weight: bold;
}
a.more:hover {color: #000;}


/* Text elements */

p {margin-bottom: 1em;}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.5em;}
del, blockquote { color:#666; }
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}



/* Special lists */

ul.plain-list li, ul.nice-list li, ul.tabbed li {list-style: none;}

ul.tabbed {
	display: inline;
	margin: 0;
}
ul.tabbed li {float: left;}

ul.plain-list {margin: 0;}

ul.nice-list {margin-left: 0;}
ul.nice-list li {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;
}
ul.nice-list li:first-child {border-top: none;}
ul.nice-list li .right {color: #999;}




/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 1px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 1px solid #DDD;}
table.data-table td, table th {padding: 10px;}
table.data-table td {
	background: #F6F6F6;
	border: 1px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}


/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.15em;}
.larger {font-size: 1.25em;}
.largest {font-size: 1.35em;}

.hidden {display: none;}

.quiet {color: #999;}
.loud {color: #000;}
.highlight {background:#ff0;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-separator {padding: 0 5px;}

.error, .notice, .success {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {background: #FBE3E4; color: #8A1F11; border-color: #FBC2C4;}
.error a {color: #8A1F11;}

.notice {background: #FFF6BF; color: #514721; border-color: #FFD324;}
.notice a {color: #514721;}

.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {border-color: #F00;}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

.bordered,.alignleft,.alignright,.aligncenter {
	height: auto;
	width: auto;
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 4px;
	margin-bottom: 5px;
}

.bordered_art{
	padding: 3px;
	border: 1px solid #CCCCCC;
}

.bordered_rub{
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 4px;
	height: auto;
	width: auto;
	background-color: #FFF;
	border: 1px solid #DDD;
}

img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}



/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}


/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	background: #D5D5D5;
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 1px;	
}
.content-separator {margin: 10px 0;}
.archive-separator {margin: 10px 0;}


/* 
   Posts 
------------------------------------------------------------------- */

.post a {text-decoration: none;}
.post a:hover {text-decoration: underline;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-title h1, .post-title h2, .post-title h3 {margin-bottom: 0;}
.post-title-article {
	margin-bottom: 0;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #990000;
}

.post-jaune {
	background: #fcfce5;
	border: 1px solid #DDD;
	color: #333;
	padding: 6px 10px;
}
.post-jaune a {color: #333; }
.post-jaune a:hover {color: #000;}

.post-body {font-size: 1.1em;}
.post-body a {color: #444;}
.post-body a:hover {color: #333;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}

.post-body-clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}
.post-body-sommaire {font-size: 1.1em; height: 100px; padding-top:5px;}

/* Archives */
.archive-pagination {margin-bottom: 16px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post-title .post-date {margin: 0;}
.archive-post-title {padding-top: 4px;}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive_contact { padding: 0.5em 0.7em; margin: 0; background: url(http://www.daldax.org/squelettes/images/email_author.png) no-repeat 0 8px;  }

/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center-wrapper {
	margin: 0 auto;
	width: 980px;
}

/* Network */

#network {background: #f2db15;}
#network .left {
	color: #333;
	padding: 6px 0;
}
#network .tabbed a {
	display: block;
	padding: 6px 10px 7px;
	text-decoration: none;
	color: #666;
}
#network li a:hover {
	background: #F6F6F6;
	color: #000;
}
#network li.current-tab a {
	background: #FFF;
	font-weight: bold;
}
#network .text-separator, #network span {color: #999;}

/* Header */

#header {margin-bottom: 10px;}

/* Navigation */

#navigation {margin-bottom: 24px;}
#navigation a {
	display: block;
	text-decoration: none;
}

/* Main navigation */

#main-nav a {
	color: #888;
	font-size: 1.5em;
	padding: 9px 14px;
}
#main-nav li {background: url('http://www.daldax.org/squelettes/img/navigation-separator.gif') no-repeat left center;}
#main-nav li:first-child {background: none;}
#main-nav li.current-tab a, #main-nav a:hover {color: #002;}
#main-nav li.current-tab a{background: url('http://www.daldax.org/squelettes/img/navigation-arrow.gif') no-repeat center bottom;}


/* Subnav */

#sub-nav {background: #eeeeee; padding: 0 5px;}
#sub-nav a {
	color: #666;
	font: bold 1.2em sans-serif;
	padding: 10px;
}
#sub-nav li.current-tab a, #sub-nav a:hover {color: #000;}


/* Main */

.main {margin-bottom: 18px;}

.main#main-two-columns {background: url('http://www.daldax.org/squelettes/img/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns .sidebar {width: 260px;}
.main#main-two-columns #main-left {width: 671px;}

.sidebar a {text-decoration: none;}
.sidebar a:hover {text-decoration: underline;}

#sidebar-1 {margin-left: 37px;}

/* Columns */
.col3 {width: 32%;}
.col3-mid {margin-left: 2%;}

/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 16px;}
.section-title {
	background-color: #eeeeee;
	border-top: 2px solid #000;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.section-jaune {
	background-color: #f2db15;
	border-top: 2px solid #000;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.network-section .section-title {
	background-color: #eeeeee;
	border-color: #000000;
}


/* Dashboard */

#dashboard {
	background: #000 url('http://www.daldax.org/squelettes/img/dashboard.gif') repeat-y left top;
	border: 2px solid #f2db15;
	color: #CCC;
	border-radius:10px;
	margin-bottom: 5px;
}

#dashboard .column {width: 244px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}
#dashboard .column-title {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#dashboard a {color: #CCC; border-bottom:1px dotted #fff; padding:2px; display:block;}
#dashboard a:hover {color: #000; background: #f2db15;}

/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: auto; margin-bottom: 1em; border-collapse: collapse; border-spacing: 0; line-height: normal; }
table.spip caption { caption-side: top; /* bottom pas pris en compte par IE */ text-align: center; margin-right: auto; margin-left: auto; font-weight: bold; }
table.spip tr.row_odd { background: #EEE; }
table.spip tr.row_even { background: #DDD; }
table.spip th, table.spip td { padding: 0.20em 0.40em; text-align: left; border: 1px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }

/*********************************
/* Navigation Bar*/
#navbar {
	margin:0 auto;
	margin-top:0px;
	padding:0px 5px;
	text-transform:uppercase;
	background:#2c2c2c;
	z-index:500; position:relative;
	}

#page-bar {
	height:20px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:center;
	list-style:none;
	cursor: pointer;
	display:block;
	}

#page-bar li:hover {
	background: #f2db15;
	}


#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:10px 15px;
	font-weight:bold;
	font-size: 12px;
	color:#ecebeb;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	color:#333;
	}

/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 180px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	background: #333;
	width: 180px;
	height:24px;
	float: none;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	border-top: 1px solid #ecebeb;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #ececec;
	padding: 10px 10px 0px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}
	
.slideshow { height:246px; width:980px; background:#333; margin: auto; display: block;}
	
/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
#head {
	margin:0px auto;
	padding:0px;
	font-size:0.9em;
	}
	
/* Logo documents joints */
.logo_documents_joints { padding: 0 10px 0 0; margin: 0 0 0.25em 0; float: left; }
.logo_documents_joints img { float: left; margin: 0; }
.logo_documents_joints a img { background: #FFFFFF; padding: 2px; margin: 0; border: 0; }
.logo_documents_joints a:hover img { background: #f2db15; padding: 2px; margin: 0; border: 0; }

.home_recent_title a { font-weight: bold; }
.home_recent_title a:hover { color: #000000; background: #f2db15; }

h2.post_comm { text-transform: uppercase; font-size: 0.8em; line-height: 1.8em; font-weight: bold; padding: 0.3em 0 0.2em 0; margin: 0 0 0.2em 0; letter-spacing: 0.1em; color: #000; border-bottom: 1px solid #dadada; background: url(http://www.daldax.org/squelettes/images/bg/stripe.png) repeat; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: 0; }
.spip_logo { float: left; margin: 0 10px 0 0; padding:4px; border:1px solid #ccc; }

#transparent {
background-image: url(../images/transparent.gif);
width: 450px;
height: 10px;
}

/* Pagination */
.pagination {float: right;}
.pagination a,
.pagination .on  { padding: .2em .5em; margin: 0 1px; }
.pagination a { background: #EED; text-decoration: none; }
.pagination .on { font-weight: bold; background: #222; color: #fff; }
.pagination .sep { display: none; }

.archive_post_meta { float: left; color: #999999; font-weight: bold; padding: 0 0 20px 0; }
.archive_post_meta a, .post_meta a { color: #444; }
.archive_post_meta a:hover, .post_meta a:hover { color: #000; text-decoration: underline; }

.postMeta {
background:url(http://www.daldax.org/squelettes/images/dot.gif) repeat-x left center;
text-transform:uppercase;
font-size:11px;
text-align:right;
margin-bottom:5px;
}

.postMeta span.date {
background:#FFF;
color:#7F7F7F;
padding:0 2px 0 4px;
}

.post-video {
	background-image: url(http://www.daldax.org/squelettes/images/background_video.png);
	background-repeat: no-repeat;
	width: 590px;
    height: 370px;
	padding: 10px 10px 0 0;
	margin-left:50px;
}
.post-radio {
	background-image: url(http://www.daldax.org/squelettes/images/background-radio.png);
	background-repeat: no-repeat;
	width: 660px;
    height: 150px;
	padding: 10px 10px 0 0;
	margin-left:10px;
}

.post-twitter {
	background-image: url(http://www.daldax.org/squelettes/images/background_twitter.png);
	background-repeat: no-repeat;
    background-position: right;
	color: #000;
    width: 680px;
}

/* Portfolio */
#documents_portfolio { clear: both; margin: 0.5em auto; text-align: center; }
#documents_portfolio .spip_logos { margin: 6px 3px 0 3px; border: 4px solid #DDD; }
#documents_portfolio a.on .spip_logos { border-color: #F57900; }
#documents_portfolio a:focus .spip_logos,
#documents_portfolio a:hover .spip_logos,
#documents_portfolio a:active .spip_logos { border-color: #f2db15; }

/* Box Logo Video
--------------------------------------------*/
.logo-video {
margin-left: 5px;
margin-bottom: 15px;
float: left;
height: 30px;
}

.thumbnail:hover {
filter: alpha(opacity:0.9);
KHTMLOpacity: 0.9;
MozOpacity: 0.9;
-khtml-opacity:.90;
-ms-filter:"alpha(opacity=90)";
-moz-opacity:.90;
filter:alpha(opacity=90);
opacity:.90;
}

/* Formulaires */
.formulaire_spip {}
.formulaire_spip li { clear: both; margin-bottom: 0.75em; }
.formulaire_spip .boutons { clear: both; margin: 0; padding: 0; text-align: right; }
.formulaire_spip .boutons input,
.formulaire_spip .boutons button {}
@media print {
	.formulaire_spip { display: none; }
}

/* Liens de SPIP */
a.spip_note { font-weight: bold; } /* liens vers notes de bas de page */
a.spip_in {} /* liens internes */
a.spip_mail {}
a.spip_out {font-weight: bold; color:#666} /* liens sortants */
a.spip_url {} /* liens url sortants */
a.spip_glossaire {} /* liens vers encyclopedie */
@media print {
	a.spip_out:after,
	a.spip_url:after { content: " (" attr(href) ")"; }
}