/*********************************************************
* CSS print
* 
* name:     Beoust me
*
* date:     2007.05.15
* author:   erational <http://www.erational.org>
* version:  0.1
* licence:  GPL
*
**********************************************************/

/* layout */
body {  font: x-small sans-serif;  margin: 0;  padding: 0;  }
#container {  font-size: 126%;	padding: 0;	margin: 0;	}
.spacer {clear:both;}

#container #header  {display:none;}          
#container #wrapper { overflow:hidden;}
#container #wrapper #content {display:none;}   
#container #wrapper #column  {width: 660px; padding:55px 0 0 0;} 
.spip-admin-float  {display:none;} 



/* tags */
body {  font-family:  Arial, Verdana, sans-serif;  color: #000;  background: #fff;  }
div, form, fieldset, img, ul, li, p {padding:0;margin:0;}
ul.indent {margin:5px 0 0 20px;}
img {border:0;}
a {color:#8e7575; text-decoration:none;}
a:hover { color:#000;}
h1,h2,h3,h4,h5,h6 {padding:0;margin:0;font-size:11px;font-weight:normal;}
h1 span,h2 span,h3 span, h4 span,h5 span,h6 span {display:none;}

/* container */
#container {}
#container #wrapper {}
#container #footer  {}

/* tools */
#tools { font-size:0.9em; width:100%; text-align:right; padding:6px 2px; color:#2d81a5;}
#tools a{ margin:0 5px;}


/* content */

/* spip */
.spip_surligne {	background: yellow;}
a.spip_out {	background: url(../img/spip_out.png) right center no-repeat;	padding-right: 15px;	border-bottom: 1px solid; }
a.spip_in  {	text-decoration:underline; margin:0 3px;}
p.spip { margin: 0 0 1.2em 0;}
.spip-admin-float {}
.spip-admin-boutons {}
.spip_doc_titre {  margin:5px auto; float:left;}
.spip_documents {}
.spip_documents_left {  float: left;  margin-right: 8px;  margin-bottom: 8px;}
.spip_documents_right {  float: right;  padding-left: 8px;  padding-bottom: 8px;}
.spip_documents_center {  display: block !important;  text-align: center;  margin: 0 0 15px 0;}
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* column */
#column {}
#column h2 {font-family:Georgia,Times,sans-serif;font-size:22px; margin:0 0 0.2em 0;}
#column h2.cartouche {margin:1em 0 0 0; border-bottom:1px solid #eee;}
#column h3 {font-size:1em; margin:0.4em 0 0.4em 0;font-weight:bold;}
#column h4 {font-family:Georgia,Times,sans-serif; font-size:1.6em; margin:1.8em 0 0.2em 0; color:#9a9b43;}
#column h5 {font-family:Georgia,Times,sans-serif; font-size:1.4em; margin:0.6em 0 0.1em 0; color:#9a9b43;}
#column #tab { padding:4px 0 50px 0;}
#column #tab ul {list-style:none;}
#column #tab li,#column #tab li h3 {display:inline;}
#column #tab li h3 a {float:left;display:block;width:110px;text-align:center; color:#000;margin:0 4px 0 0;}
#column #tab ul li h3 a {margin:0;font-weight:normal; padding:2px 0; border-right:1px solid #838080;}
#column #tab ul li h3 a.last { border-right:0 solid #fff;}
#column #tab ul.item1 li h3 a:hover {background:#b6fcff; color:#000; }
#column #tab ul.item1 li h3 a.current {color:#00dbe3;}  
#column #tab ul.item2 li h3 a:hover {background:#eeccf6; color:#000; }
#column #tab ul.item2 li h3 a.current {color:#8b01aa;}    
#column #tab ul.item3 li h3 a:hover {background:#ccffc9; color:#000; }
#column #tab ul.item3 li h3 a.current {color:#1ee610;}  
#column #tab ul.item4 li h3 a:hover {background:#ffd5a9; color:#000; }
#column #tab ul.item4 li h3 a.current {color:#ec7a00;}
#column .col_bi {width:47%; float:left; margin:0 15px 0 0;   }
#column .col_ter {width:30%; float:left; margin:0; text-align:center;}
#column .col_ter dt.spip_doc_titre { display:block; width:100%;text-align:center;}

/* gallery : 
  Siriux Gallery 2 Theme
	Copyright 2005-2006 Nico Kaiser.
*/
.gallery-thumb { /*width: 230px; height: 230px; */}
.gallery-thumb {	margin: 5px;	float: left;	text-align: center;}
.gallery-thumb img {	background: #f3f3f3;	border: 1px solid #ddd;	padding: 7px;	margin: 1px;	-moz-border-radius: 3px;}
.gallery-thumb a img {	border-color: #ccc;}
.gallery-thumb a:hover img {	border-width: 2px;	border-color: #38c;	margin: 0;	-moz-border-radius: 5px;}

.gallery-items {	margin: 0;	clear: both;}
.gallery-empty {	padding: 0.5em 1.5em;	margin: 1.5em 3em;	border: 1px solid #ddd;	background: #ffe;	font-size: 1.2em;}

