/*  
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, 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: 1; 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: top;}
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: #FFFFFF; 
font: 1.2 em /1.5em Verdana, Geneva, sans-serif; 
color: #222222; 
line-height: 1.5;
}


formulaire_spip {
    background-color: #f8f8f8;
    border: 1px solid #eb68b3;
    color: #333;
    margin: 2.0775em 0;
    padding: 0 10px;
    position: relative;
}
/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
  font:Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h2,h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.2em;}
h2 {font-size: 2em;}
h3 {font-size: 0.8em;}
h4 {font-size: 1em;}
h5 {font-size: 1.5em;}
h6 {font-size: 0.7em;}
h3 {font-size: 0.8em;}
h7 {font-size: 1em;
color: #444;
  font:Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}

p body {
background: #FFFFFF; 
font: 1.2 em /1.5em Verdana, Geneva, sans-serif; 
color: #222222; 
line-height: 1.5;
}
/* Links */

a:focus,a:hover {color: #83003B;
font:Verdana, Geneva, sans-serif;}
a {
	color: black;
  font:Verdana, Geneva, sans-serif;
	text-decoration: none;
}
a.feed {
	background: url('img/icon-feed.gif') no-repeat left center;
	padding-left: 18px;
}

/* More links */
a.more {
	color: #579;
	font-weight: bold;
  font:Verdana, Geneva, sans-serif;
}
a.more:hover {color: #234;}

    a.more2 {
	color: #853894;
	font-weight: bold;
  font:Verdana, Geneva, sans-serif;
}
/* Text elements */

p {margin-bottom: 0.5em;
font-size: 1.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;
}
.cModal {
  ...
  visibility: hidden;
}

.cModal:target {
  ...
  visibility: visible;
}

/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 0 1.5em 1.5em;}

ul {list-style-type: none;}
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: 0px solid #EEE;
	padding: 4px 0;
	padding: 5px 0px 6px;
		background-color:white;
}
ul.nice-list li:first-child {border-top: none;background-color:white;}
ul.nice-list li .right {color: #999;background-color:white;}

 ul.nice-list li2 {
	list-style: none;
	border-top: 1px solid #EEE;
	padding: 4px 0;

}

ul.nice-list li2:first-child {border-top: none;background-color:white;}
ul.nice-list li2 .right {color: #999;background-color:white;}

/* Tables */

table {margin-bottom: 1.4em; width: 100%; align:top;}
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: 0px solid #CCB;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	background: #F0F0F0;
	border: 0px solid #DDD;
	color: #555;
	text-align: left;
}
table.data-table tr {border-bottom: 0px solid #DDD;}
table.data-table td, table th {padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom:0px;}
table.data-table td {
	background: #F6F6F6;
	border: 0px solid #DDD;
}
table.data-table tr.even td {background: #FCFCFC;}




.cadre1:hover {color: #9CCB72;}
/* 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: 0px solid #DDD;
	padding: 4px 0px 0px 4px;
	margin-bottom: 5px;
  margin-top: 10px;
}

.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;
}
.bordered_rub:hover{
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 4px;
	height: auto;
	width: auto;
	background-color: #9CCB72;
	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: 20px 0;}
.archive-separator {margin: 10px 0;}


/* 
   Posts 
------------------------------------------------------------------- */

.post a {text-decoration: none;}
.post a:hover {text-decoration: none;}

.post img.left, .post img.right {margin-bottom: 0;}

.post-date {
	color: #777;
	margin: 2px 0 10px;
}
.post-date a {color: #444;}

.post-title h1, .post-title h2, .post-title h3 {margin-bottom: 0;}

.post-meta {
	background: #F6F6F6;
	border: 1px solid #DDD;
	color: #777;
	padding: 6px 10px;
}
.post-meta a {color: #345; }
.post-meta a:hover {color: #001;}

.post-body {font-size: 1.1em;}
.post-body a {
color: #691B11;
font: bold;
}
.post-body a:hover {
color: #691B11;
font: bold;}

.post-body img.left, .post-body img.right {margin-bottom: 1em;}



/* 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;}


/* 
   Layout 
------------------------------------------------------------------- */

/* General */
.center-wrapper {
	margin: 0 auto;
	width: 980px;
}

/* Network */

#network {background: #EEE;}
#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;}


/* Toolbar */
#toolbar {
	padding: 12px 0 8px;
	font-size: 1.1em;
	color: #999;
}
#toolbar img {vertical-align: middle;}


/* Header */

#header {margin-bottom: 24px;}

/* Site title */
#site-title {
	font: normal 1.6em serif;
	border-bottom: 0px solid #CCC;
	padding-bottom: 0px;
}
#site-title span {width: 50px; color: #999;}
#site-title a {
	color: #000;
	text-decoration: none;
}

  .navigation {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #000;
  color: #fff;
  width: 200px;
  font: 1.2em "Trebuchet MS", sans-serif;
}
.navigation a, .navigation span {
  display: block;
  padding: 4px 10px;
  color: #fff;
  text-decoration: none;
  background: #000 url(menu-item.png) left bottom no-repeat;
}
.navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
  background-image: url(menu-item-deroule.png);
}
.navigation .open a, .navigation .open span {
  background-image: url(menu-item-enroule.png);
}
.navigation a:hover, .navigation a:focus, .navigation a:active {
  text-decoration: underline;
}
.navigation .subMenu {
  font-size: .8em;
  background: #ccc url(subMenu.png) 0 0 repeat-x;
  font-size: .9em;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #666;
}
.navigation ul.subMenu a {
  background: none;
  padding: 3px 20px;
}


/* Main navigation */

#main-nav a {
	color: #888;
	font-size: 1.2em;
	padding: 9px 14px;
}
#main-nav li {background: url('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('img/navigation-arrow.gif') no-repeat center bottom;}


/* Subnav */

#sub-nav {background: #83003B; padding: 0 5px;}
#sub-nav a {
	color: #678;
	font: bold 1.2em sans-serif;
	padding: 10px;
}
#sub-nav li.current-tab a, #sub-nav a:hover {color: #7bfc45;}
#sub-nav2 {background: #D9C3DB; padding: 0 5px;}
#sub-nav3 {background: #F7DADB; padding: 0 5px;}
#sub-nav a {
	color: white;
	font: bold 15px sans-serif;
	padding: 10px;
}

/* Main */

.main {margin-bottom: 18px;}

.main#main-three-columns {background: url('img/main-three-columns.gif') repeat-y right top;}
.main#main-three-columns .sidebar {width: 193px;}
.main#main-three-columns #main-left {width: 750px;}


.main#main-two-columns {background: url('img/main-two-columns.gif') repeat-y right top;}
.main#main-two-columns .sidebar {width: 260px;}
.main#main-two-columns #main-left {width: 600px;}

.sidebar a {text-decoration: none;}
.sidebar a:hover {text-decoration: none;}

#sidebar-1 {margin-left: 37px;}

/* Columns */
.col3 {width: 30%;}
.col3-mid {margin-left: 4%;}

/* Sidebar */

#sidebar-wrapper {}
#sidebar {}


/* Sidebar sections */
.section {margin-bottom: 16px;}
.section-title {
	background-color: #F2F6FA;
	border-top: 2px solid #ABC;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
}
   .section-title2 {
	background-color: #F2F6FA;
	color:#853894;
	border-top: 2px solid #853894;
	font: bold 1.5em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
}

   .section-title222 {
	background-color: #F2F6FA;
	color:#80903F;
	border-top: 5px solid #80903F;
	font: bold 1.5em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
}

 .section-title2222 {
	background-color: #F2F6FA;
	color:#80903F;
	border-top: 5px solid #275ab1;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
}

 .section-title22221 {
	background-color: #F2F6FA;
	color:#05966D;
	border-top: 5px solid #05966D;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
}

      .section-title22222 {

	color:#80903F;
	border-top: 0px solid #275ab1;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
}

.section-title122222 {

	color:#80903F;
	border-top: 0px solid #275ab1;
	font: bold 0.9em sans-serif;
	margin-bottom: 0px;
	min-height: 0;
	padding: 5px 0px 6px;
}



      .section-title222222 {

	color:#008DC6;
	border-top: 0px solid #275ab1;
	font: bold 0.9em sans-serif;
	margin-bottom: 0px;
	min-height: 0;
	padding: 4px 0px 0px;
}


 .section-title222222:hover {
  background: #9CCB72;
  color:#83003B;}
  
            .section-title2222222 {

	color:#008DC6;
	border-top: 0px solid #275ab1;
	font: bold 0.9em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
}


 .section-title2222222:hover {
  background: #008DC6;
  color:white;}

 .section-title3333 {
	background: url('img/calendrier2.png')no-repeat;
	color:#80903F;
	border-top: 2px solid #275ab1;
	font: bold 1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
}

   .section-title3 {
	background-color: #F2F6FA;
	color:#853894;
	border-top: 2px solid #853894;
	font: bold 3.5em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}


.section-title4 {
    background-color: #F2F6FA;
    border-top: 5px solid #FE0000;
    color: #FE0000;
    font: bold 1.1em sans-serif;
    margin-bottom: 5px;
    min-height: 0;
    padding: 5px 8px 6px;
}




.section-title42 {
    background-color: #F2F6FA;
    border-top: 5px solid #234CA5;
    color: #FE0000;
    font: bold 1em sans-serif;
    margin-bottom: 5px;
    min-height: 0;
    padding: 5px 8px 6px;
}


.section-title43 {
    background-color: #F2F6FA;
    border-top: 5px solid #05966D;
    color: #FE0000;
    font: bold 1.1em sans-serif;
    margin-bottom: 5px;
    min-height: 0;
    padding: 5px 8px 6px;
}

       .section-title5 {
	background-color: #F2F6FA;
	color:#853894;
	border-top: 2px solid #853894;
	font: bold 1.5em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

.section-title55 {
	background: url('img/diapo_bg.gif') repeat-x scroll left top
    background-color: ;

    color: #83003b;
    font: bold 1.6em sans-serif;
    margin-bottom: 0;
    min-height: 0;
    padding-top: 3px;
    margin-left: 8px;
 }   
 
 .section-title57 {
	background: url('img/diapo_bg.gif') repeat-x scroll left top
    background-color: ;

    color: black;
    font: bold 1em sans-serif;
    margin-bottom: 0;
    min-height: 0;
    padding-top: 3px;
    margin-left: 8px;
 } 
 
  .section-title58 {
	background: url('img/diapo_bg.gif') repeat-x scroll left top
    background-color: ;

    color: black;
    font:   0.85em sans-serif;
    margin-bottom: 0;
    min-height: 0;
    padding-top: 3px;
    margin-left: 0px;
 } 
 
 
 
 .section-title56 {
    background-color: ;
    border-top: 2px dotted #83003b;
    border-bottom: 2px dotted #83003b;
    color: #83003b;
    font: bold 1.2em sans-serif;
    margin-bottom: 0;
    min-height: 0;
    padding-top: 3px;
    margin-left: 8px;
 }  
    
    
         .section-title6 {
	background-color: ;
	color:#AD1D1D;
	border-top: 0px solid #AD1D1D;
	font: bold 2.5em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}
       .section-title7 {
	background-color: #C4E0E0;
	color:#AD1D1D;
	border-top: 0px solid #AD1D1D;
	font: bold 2.5em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

     .section-title8 {
	background: url('img/diapo_bg.gif') repeat-x scroll left top
	color:#853894;
	border-top: 0px solid #AD1D1D;
	font: bold 2em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

     .section-title88 {
	background: #83003b ;
	color:white;
	border-top: 0px solid #853894;
	font: bold 1.5em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
  border-radius: 0px 10px 10px 10px;
}
  .section-title88:hover {
  background: #9CCB72;
  color:#83003B;}
  
  
     .section-title888 {
	background: url('img/diapo_bg.gif') repeat-x scroll left top ;
	color:#853894;
	border-top: 0px solid #853894;
	font: bold 1.2em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

     .section-title8888 {
	background: #83003b ;
	color:white;
	border-top: 0px solid #853894;
	font: bold 1.1 em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
  border-radius: 0px 10px 10px 10px;
}

 .section-title8888:hover {
  background: #9CCB72;
  color:#83003B;}

       .section-title88888 {
	background: #83003b ;
	color:white;
	border-top: 0px solid #853894;
	font: bold 1.1em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
  border-radius: 0px 10px 10px 10px;
}


       .section-title188888 {
	background: #83003b ;
	color:white;
	border-top: 0px solid #853894;
	font: bold 0.9em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
  border-radius: 0px 10px 10px 10px;
}

  .section-title188888:hover {
  background: #9CCB72;
  color:#83003B;}



.section-title888888 {
	background: #83003b ;
	color:white;
	border-top: 0px solid #853894;
	font: bold 0.9em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;

}

 .section-title88888:hover {
  background: #9CCB72;
  color:#83003B;}
  
  
       .section-title9 {
	background-color: #C4E0E0;
	color:#AD1D1D;
	border-top: 5px solid #AD1D1D;
	font: bold 2.5em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

     section-title99 {
	background: white ;
	color:black;
   border:solid 1px #83003b;
	border-top: 0px solid #853894;
	font: bold 1.9em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}
  section-title99:hover {
  background: #9CCB72;
  color:#83003B;}
  
   div.surlignage:hover
{
background: #9CCB72;
height: 100px;
}
  
  
    .section-title12 {
	background-color: #CC9999;
	color:#AD1D1D;
	border-top: 0px solid #AD1D1D;
	font: bold 0.8em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}

        .section-title22 {
	background:url('squelettes/img/diapo_bg.gif') repeat-x scroll left top;
	color:#853894;
	border-top: 2px dotted #853894;
	font: bold 1.2em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 0px 6px;
  
}
       .section-bandeau1 {
	background-color: #F2F6FA;
	color:#853894;
	border-top: 0px solid #853894;
	font: bold 2em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}
  
         .section-bandeau1 hover {
	background-color: #853894;
	color:#853894;
	border-top: 0px solid #853894;
	font: bold 2em sans-serif;
	margin-bottom: 5px;
	min-height: 0;
	padding: 5px 8px 6px;
}




.network-section .section-title {
	background-color: #F6F6F6;
	border-color: #D6D6D6;
}


/* Dashboard */

#dashboard {

	border: 0px solid #E7E7E7;
}

#dashboard .column {width: 244px;}
#dashboard #column-4 {border-right: none;}

#dashboard .column-content {
	padding: 14px 16px;
}





#dashboard .column-title {
	color: #666;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 5px;
}
#dashboard a {color: #456;}
#dashboard a:hover {color: #000;}


/* Footer */

#footer {padding: 10px 0;}
#footer a {
	color: #579;
	text-decoration: none;
}
#footer .right, #footer .right a {
	color: #999;
	text-decoration: none;
}
#footer .text-separator {
	padding: 0 3px;
	color: #BBB;
}
#footer a:hover {color: #000;}


/* 
   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;}


/* Habillage des forums(tiré de SPIP - License GPL)
---------------------------------------------- */
.repondre { clear: both; margin-top: 2.50em; margin-right: 1em; text-align: right; font-weight: bold; }

/* Habillage des forums */
ul.forum { display: block; clear: both; margin: 0; padding: 0; }
ul.forum, ul.forum ul { list-style: none; }
.forum-fil { margin-top: 1.50em; }
.forum-fil ul { display: block; margin: 0; padding: 0; margin-left: 1em; }
.forum-chapo .forum-titre, .forum-chapo .forum-titre a { display: block; margin: 0; padding: 0; font-weight: bold; color: #333; }
.forum-texte { margin: 0; padding: 0.50em 1em; color: #333; }
.forum-texte .hyperlien {}
.forum-texte .repondre { margin: 0; padding: 0.10em 0; text-align: right; }

/* Boite d'un forum : eclaircissement progressif des bords */
ul .forum-message { border: 1px solid #666; margin: 0; padding: 0; margin-bottom: 1em; }
ul ul .forum-message { border: 1px solid #A4A4A4; }
ul ul ul .forum-message { border: 1px solid #B8B8B8; }
ul ul ul ul .forum-message { border: 1px solid #CCC; }
ul ul ul ul ul .forum-message { border: 1px solid #E0E0E0; }
ul ul ul ul ul ul .forum-message { border: 1px dotted #E0E0E0; }

/* Boite de titre d'un forum : mise en couleur selon la profondeur du forum */
ul .forum-chapo { border: 0; border-bottom: 1px dotted #B8B8B8; margin: 0; padding: 3px 6px 2px 6px; background: #C4E0E0; }
ul ul .forum-chapo { background: #D4E8E8; }
ul ul ul .forum-chapo { background: #E4F0F0; }
ul ul ul ul .forum-chapo { background: #F4F8F8; border-bottom: 1px dotted #E0E0E0; }
ul ul ul ul ul .forum-chapo { background: #FFF; }



/* Tableaux */
table.spip { max-width: 99%; margin-right: auto; margin-left: none; 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: none; font-weight: bold; }
table.spip tr.row_first { color: white; background-color: black; }
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: 0px solid; }
table.spip th { vertical-align: bottom; font-weight: bold; }
table.spip td { vertical-align: top; }

      
.bandeau-rouge {
    background-color:#83003b;
    border: 0 none;
    border-radius: 0px 0x 0px 0px / 0px 0px 0px 0px;
    
    .liensblanc14b {
    color: #F5F5F5;
    font-size: 18px;
    font-weight: bold;
}

.bandeau-rouge2 {
    background-color: #551f99;
    border: 0 none;
    border-radius: 8px 8px 8px 8px / 16px 16px 16px 16px;
    
    .liensblanc14b {
    color: #F5F5F5;
    font-size: 18px;
    font-weight: bold;
    font:bold 1.9em sans-serif;
}


.calendoss{
    background: url('squelettes/img/calendrier.png") no-repeat scroll 0 0 transparent;
    border: 0 solid #CCCCCC;
    float: right;
    margin-left: 8px;
    margin-top: 10px;
    padding: 8px;
    position: relative;
    text-align: center;
    top: 0;
    width: 45px;
    list-style:none;
}
.calendossnj{font-size:1em;font-weight:normal;font-family:PTSansNarrowRegular;text-transform:capitalize}
.calendossj{margin:-0.2em auto;font-weight:normal;font-family:PTSansCaptionBold;line-height:1.2em;font-size:2em;color:#900}
.calendossm{font-size:1em;font-weight:normal;font-family:PTSansNarrowRegular;color:#000;text-transform:capitalize}
.calendossa{margin:-0.2em auto;font-weight:normal;font-family:PTSansCaptionBold;line-height:1.5em;font-size:1.2em;color:#900}








          div.divhaut {
    width:150px;
    padding:30px 0 0 0;
    background-image:url('images/haut.gif');
    background-position:top;
    background-repeat:no-repeat;
    float:right;
    margin:4px;
}
div.divcontenu {
    width:150px;
    padding:0;
    background-image:url('images/bas.gif');
    background-position:bottom;
    background-repeat:no-repeat;
    max-height:300px;
    text-align:justify;
}
div.divcontenu samp {
    margin:0;
    padding:0 4px 20px 4px;
}



    #q{	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background: #eee url("../images/search.gif") no-repeat 0px center;
	padding-left: 18px;
	width: 89px;}
#q:focus {background: #fff url("../images/search.gif") no-repeat 0px center;}

/*
	www.merzok.com
	jolie saisie de recherche
	Copyleft - all rights reversed.
*/

#recherche-style { margin-bottom: 15px; }
#recherche-style input.rech { color: #7c7c7c; height: 12px; padding: 3px; margin: 0; width: 110px; border: 0; font-size: 10px; background-color: white; background-image: url(images/refond.gif); background-repeat: repeat-x; background-position: left top; vertical-align:bottom; }

#recherche-style .refond { margin-bottom: 0px; }

/* Styler le bouton submit */
#recherche-style button {
	height:17px; width:17px;
	border:0;
	background: transparent url(images/jolirecherche_ok.gif) no-repeat;
}

/* Masquer le texte du bouton submit */
#recherche-style button span {
	display:none; /* display:inline */
}

/* Masquer le bouton submit */
#recherche-style button {
	display:inline; /* display:none */
}

/* hack IE pour decaler d'un pixel vers le bas */
* html #recherche-style input.rech { position: relative; top:1px; }


            /* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #FFF;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #777;
}

.sb-search-input::-webkit-input-placeholder {
	color: #FF6600;
}

.sb-search-input:-moz-placeholder {
	color: #FF6600;
}

.sb-search-input::-moz-placeholder {
	color: #FF6600;
}

.sb-search-input:-ms-input-placeholder {
	color: #FF6600;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #e67e22;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #da6d0d;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}




