/* GENERAL */

html, body {margin:0; padding:0; width:100%; height:100%; /*overflow:hidden;*/}
body {font: 12px verdana, arial, sans-serif;  /* overal font and sizing */
	/*text-align:center;*/ /* centers the layout in IE */
	color:#CCC;
	line-height:16px; 
	background:#000000;
	overflow : hidden;
}
* {margin:0; padding:0;} 

img{border:0px; margin:0px; padding:0px;}

a, a.spip_out {
text-decoration:none;
color:#990000;
}
a:hover, a.spip_out:hover {
text-decoration:underline;
}


/*img {
	behavior:	url("pngbehavior.htc");
}*/

/* LAYOUT */
#all{overflow:hidden;}
#background{position:absolute; z-index:1; /*visibility:hidden;*/ display:none;}
#scroller {/*visibility:hidden;*/ display:none; position:absolute; width:100%; height:100%; top:0; left:0; /*overflow:auto;*/ z-index:2; text-align:center;}
#main {
	width:800px; /* sets the max and miin widths */
	margin-left:auto;
	margin-right:auto; /* centers the layout in SCBs */
	text-align:left; /* stops elements inheriting the body's text-center */ 
	height:550px;
	z-index:5;
	position : relative;
}
#menu {
	text-align:left; 
	margin-bottom : 1px;
	position : relative;
  z-index:10;
}
#menu-background {
	text-align:left; /* stops elements inheriting the body's text-center */ 
	height:24px;
	width : 800px;
	position : absolute;
}
#mainmain-background {
	height:498px;
	position : absolute;
	top:25px;
	width:800px;
}
#mainmain {
	text-align:left; /* stops elements inheriting the body's text-center */ 
	height:498px;
  z-index:6;
  position : relative;
}

#column1-background {
	text-align:left; /* stops elements inheriting the body's text-center */ 
	height:498px;
	width : 610px;
	position : absolute;
}
#column1 {
	text-align:left; /* stops elements inheriting the body's text-center */ 
	height:498px;
	width : 610px;
	position : absolute;
}
#column2-background {
	text-align:left; /* stops elements inheriting the body's text-center */ 
	height:498px;
	width : 189px;
	left : 611px;
	position : absolute;
}
#column2 {
	text-align:left; /* stops elements inheriting the body's text-center */ 
	height:488px;
	width : 179px;
	left : 611px;
	position : absolute
}
#footer {
	text-align:left; /* stops elements inheriting the body's text-center */ 
	height:25px;
	margin-top : 1px;
}
#logo {
	position : absolute;
	top : 10px;
	left : 10px;
	width: 147px;
	height : 150px;
  z-index:3;
}
.transparent{
	filter : alpha(opacity=90);
  -moz-opacity : 0.90;
  opacity : 0.90; 
}
.fit{
	right : 0px;
	bottom : 0px;
	top : 0px;
	position : relative;
}
.not-transparent{
	filter : alpha(opacity=100);
  -moz-opacity : 1.0;
  opacity : 1.0; 
}
.black{
	background:#000; 
}
.textcontainer{
	padding : 5px;
	text-align : justify;
	margin-right : 5px;
}
.overflow{
	overflow:auto;
}
div.ligne{
	height : 4px;
	background : url(../charte/ligne.png) no-repeat;
	margin : 0 5px 0 0;
	padding : 0 0 0 0;
	font-size : 2px;
}

div.big-ligne{
	height : 8px;
	background : url(../charte/big_ligne.png) no-repeat;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	font-size : 2px;
}

.date-actu > img{
	margin-bottom:-4px;
}
.date-actu{
	margin-left:5px;
}











span.counter {
	width: 13px;

	text-align: center;
	line-height: 10px;
	padding-left: 3px;
	background: #4e94ca;
	color: white;
	font-size: 12px;
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
}






/* SPIP HACKS */

/* Pas de marges sur les images dans les onglets */
li span.spip_documents_center{
	margin-top : 0px;
}

/* Pas de marges sur les images */
div.texte span.spip_documents img.nomargins{
	margin : 0 0 0 0;
	float : left;
}
/* Correction des styles HTML par defaut */
.formulaire_spip form, .formulaire_spip fieldset, .formulaire_spip legend, .formulaire_spip label, .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select, .formulaire_spip option { margin: 0; padding: 0; border: none; background: none; color:#CCC; }

/* Styles des formulaires de Spip */
.formulaire_spip {
	text-align: left;
}

.formulaire_spip p {
	margin: 0.5em 0;
	padding: 0; }

.formulaire_spip fieldset {
    display: block;
	margin: 0.77em 0;
	padding: 0.77em;
	border: 1px solid #222; }
.formulaire_spip legend { 
	font-weight: bold; 
	padding: 3px;
}

.formulaire_spip label {}
.formulaire_spip .forml {
	border:#CCC 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	color:#000000;
	font-size:11px;
	margin-right:3px; }

.spip_bouton { text-align: right; }
.spip_bouton input { 
	border:#CCC 1px solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:11px;
	margin-right:3px;}





/* CLEARFIX */

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */





/* SOUS MENU */
ul.holder { margin: 0; overflow: hidden; height: auto !important; height: 1%; padding: 0; }
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } 
ul.holder li { float: left; list-style-type: none; margin: 1px 0 2px 3px; line-height: 1em;}
ul.holder li.bit-box { position:relative; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #333; background: #333; padding: 1px 15px 1px 5px; }
ul.holder li.bit-box:hover { background: #BBCEF1; border: 1px solid #6D95E0; }

ul.stickers { margin: 0; overflow: hidden; height: auto !important; height: 1%; padding: 0; }
*:first-child+html ul.stickers { padding-bottom: 2px; } * html ul.stickers { padding-bottom: 2px; } 
ul.stickers li { float: left; list-style-type: none;  line-height: 1em;margin:2px 2px 0px 0px;}
ul.stickers li.sticker { /*position:relative;padding: 1px 15px 1px 5px;*/ }
ul.stickers li.sticker div.left{float:left;height:19px;width:7px;background : url(../charte/stick-left.png) no-repeat;}
ul.stickers li.sticker div.center{float:left;height:16px;padding-top:3px;width:1%;background : url(../charte/stick-center.png) repeat;}
ul.stickers li.sticker div.right{float:left;height:19px;width:7px;background : url(../charte/stick-right.png) no-repeat;}
ul.stickers li.sticker a { color : #DADADA; font-size:11px; }





















