/*==============================================
 * Feuille de style du site de Nantes-wireless *
 * Auteur : Ludovic Toinel                     *
 * Email : prospere_at_nantes-wireless.org     * 
 *=============================================*/

body {
 font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
 font-size: 10pt;
 color: #ffffff; 
 background: #222222 url(./framework/background.jpg) repeat-x; 
}

/*======================================*/

img {
 	border: 0px;
 	vertical-align: middle;
 	margin: 5px;
}

/*======================================*/

hr {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-style: dashed;
	border-color: #000000;
 	border-width : 1px;
	text-align:center;
}
/*======================================*/

li {
  display: list-item;
  list-style-image: url(./framework/puce.gif);
}


/*======================================*/
/* R�criture des styles SPIP		*/
/*======================================*/


.liste-rubriques {
	font-size: 130%;
 	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 1em;
	clear: left;
  	list-style-image: url(./framework/rubrique.gif);
}

.auteur {
	font-size: 80%;
	background-image:url(./framework/bg_table.gif); 
	border-bottom: 1px solid #BBBBBB;
	padding: 2px;
}

.texte {
 	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
 	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	/*border-top: 1px dashed #DDDDDD;*/
	border-bottom: 1px dashed #DDDDDD;
	clear: right;
}

.doc {
	margin:10px;
	border: 1px solid #555555;
}

.doc th{
	text-align: center;
	background-color: #EFEFEF;
}

.doc td{
	width:150px;
	text-align: center;
	background-color: #FFFFFF;
}

.popularite {
	  font-size: 80%;
	  float:right;
	  padding: 4px;
	  border-bottom: 1px solid #AAAAAA;
	  border-left: 1px solid #AAAAAA;
	  background-color: #E8E8E8;
}

.popularite img{
	margin: 0px;
}


.spip_logos {
	margin: 10px;
}

.logo {
	margin: 10px;
	padding: 0px;
	float: left;
	clear: both;
}

.logo_syndic {
	margin: 5px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	clear: left;
}

.sommaire {
	font-family: verdana;
	width : 350px;
	font-size: 8pt;
	background-color: #EFEFEF;
	border: 1px solid #BBBBBB;
	float: right;
	margin-top : 40px;
	margin-right: 10px;
	padding: 15px;
	clear: right;
}

.liste-articles {

}

.detail {
	font-size: 8pt;
}

.spip_code {
	width: 95%;
	font-family: "Courier New", Courier, mono;
 	font-size: 9pt;
	border: 1px dashed #333333;
	border-collapse: collapse;
	background-color: #F0F0F0;
	padding-top : 0em;
	padding-bottom : 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.spip_out:link {
	color:#AD6550;
}

h3.spip{
	height: 20px;
	border: 1px solid #AAAAAA;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #999999;
	background-color: #FFFFFF;
	background-image: url(./framework/bg_title.gif);
	padding:6px;
	text-align: left;
	clear: right;
}

table.spip{
	border: 1px solid #888888; 
}

table.spip tr.row_even{
 	background-color: #EAEFF2;
}

table.spip tr.row_odd{
 	background-color: #E6E6E8;
}

.forml {
	width: parent;
	border: 1px solid #CCCCCC;
	margin: 0px;
}

.ps{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #AAAAAA;
	background-color:#E6E6E8;
}


.spip_encadrer {
	width: auto;
	border : 1px solid #AAAAAA;
	margin-left : 40px;
	margin-right: 40px;
	text-align: left;
}

.spip_bouton {
	margin: 0px;
	margin-top: 10px;
}

.forum-chapo {
	text-align : left;
}

.forum-item{
	background: #EFEFEF;
}

ul .forum-chapo {
	background: #DFDFDF;
}
ul ul .forum-chapo {
	background: #DEDEDE;
}
ul ul ul .forum-chapo {
	background: #DDDDDD;
}
ul ul ul ul .forum-chapo {
	background: #DCDCDC;
}
ul ul ul ul ul .forum-chapo {
	background: #EBEBEB;
}


/*======================================*/
/* The main layer			*/
/*======================================*/

#main {
 width: 900px;
 color: #000000;
 background-color: #FFCC00;
 margin-left: auto;
 margin-right: auto;
 margin-top: 10px;
 margin-bottom: 20px;
 border: 3px solid #000000;
 -moz-border-radius: 0px 0px 15px 15px;
}


/*======================================*/
/* The header				*/
/*======================================*/

#header {
 width: 100%;
 height: 78px;
 border-style: none;
 color : #FFFFFF;
 background-image: url(./framework/bg_menu.gif); 
 background-repeat: repeat-x;
 background-color:#FFCC00;
 margin-bottom: 20px;
}

/*======================================*/
/* Le bandeau du haut		 		*/
/*======================================*/

#logo{
  width: 106px;
  height: 56px;
  float: left;
  margin-right: 0.5em;
}

#logo2{
  width: 106px;
  height: 56px;
  float: right;
  margin-right: 0em;
}

#bandeau_texte {
	font-weight:bold;
 	background-color: transparent;
	padding-top: 26px;
	text-align:center;
}

/*======================================*/
/* The main menu			*/
/*======================================*/

#menu {
	clear:left;
	float:left;
	font-size: 9pt;
	width: 150px;
	margin-left: 5px;
	margin-bottom:5px;
	background:#000000;
	color:#FFFF00;
	border: 1px solid #888888;
	-moz-border-radius: 10px 10px 10px 10px;
}
#menu titre {
	text-align: left;
	background: transparent;
	list-style-image:none;
	padding-left:5px;
	font-weight:bold;
	color:#FFCC00;
}
#menu decalage {
	text-align: left;
	background: transparent;
	list-style-image:none;
	text-indent:10px;
}
#menu decalage a{
	color: #fff;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu decalage a:hover{
	background: #eee;
	color:#000000;
}


/*======================================*/
/* The project status			*/
/*======================================*/

#status{
	width: 450px;
	font-size: 9pt;
 	margin-left: auto;
 	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
 	/*border-style: dashed;*/
 	border-width: 1px;
 	border-color: #888888;
 	background-color: transparent;
 	text-align: center;
}

#status a {
	font-size: 7pt;
}

#status td {
	padding-bottom: 5px
}



/*======================================*/
/* The content				*/
/*======================================*/

#content {
 	width:80%;
	margin-left: 155px;
 	margin-right: auto;
	text-align: center;
}

/*======================================*/
/* La pagination			*/
/*======================================*/

#pagination {
 	width: 95%;
	font-size: 12pt;
 	margin-left: auto;
 	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 40px;
 	border-style: solid;
 	border-width: 1px;
	background-color: #DDDDDD;
 	border-color: #000000;
 	text-align: center;
	padding: 2px;
}

/*======================================*/
/* Les formulaires			*/
/*======================================*/

#form {
	width: 300px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
}

/*======================================*/
/* Le WARNING en 1ere page		*/
/*======================================*/

#warning {
	font-size: 10pt;
	width: 350px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
/*	border: 1px dashed #000000;
	background-color: #DFDFDF;*/
	text-align: center;
}

/*======================================*/
/* Boites de syndication		*/
/*======================================*/

.syndic {
 	width: 540px;
	font-size: 8pt;
 	margin-left: auto;
 	margin-right: auto;
	margin-bottom:10px;
 	border-style: solid;
 	border-width: 2px;
 	border-color: #000000;
 	background-image: url(./framework/bg_table.gif);
 	text-align: left;
	padding: 2px;
}

.syndic h1 {
	width: parent;
	font-size: 11pt;
	margin-left: auto;
 	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: dashed;
 	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-color: #AAAAAA;
	background-image: url(./framework/bg_headerbox.gif);
	background-color: #EFEFEF;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}


/*======================================*/
/* Logo de publicit�du sommaire	*/
/*======================================*/

#pub {
 	width: 450px;
	font-size: 9pt;
 	margin-left: auto;
 	margin-right: auto;
	margin-bottom:10px;
 	text-align: center;
	background-color: transparent;
	padding: 0px;
	border: 1px solid #888888;
 	-moz-border-radius: 0px 0px 20px 20px;
}

#pub img{
	margin : 5px;
}

/*======================================*/
/* Rubrique				*/
/*======================================*/

#rubrique {
 	width: 725px;
	font-size: 9pt;
 	margin-left: 5px;
 	margin-right: auto;
 	border-style: solid;
 	border-width: 2px;
 	border-color: #000000;
 	background-image: url(./framework/bg_table.gif);
 	text-align: left;
	padding: 2px;
 	-moz-border-radius: 10px 10px 10px 10px;
}

#rubrique h1 {
	width: parent;
	font-size: 13pt;
	margin-left: auto;
 	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: dashed;
 	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-color: #AAAAAA;
	background-color: #EFEFEF;
	background-image: url(./framework/bg_headerbox.gif);
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

/*======================================*/
/* Article				*/
/*======================================*/

#article {
 	width: 725px;
	font-size: 9pt;
 	margin-left: 5px;
 	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 20px;
 	border-style: solid;
 	border-width: 2px;
 	border-color: #000000;
 	background-color: #FFFFFF;
 	text-align: left;
	padding: 2px;
 	-moz-border-radius: 10px 10px 10px 10px;
}

#article h1 {
	width: parent;
	font-size: 13pt;
	margin-left: auto;
 	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border-style: dashed;
 	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-color: #AAAAAA;
	background-color: #EFEFEF;
	background-image: url(./framework/bg_headerbox.gif);
	text-align: left;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

/*======================================*/
/* The footer				*/
/*======================================*/

#footer {
	clear: both;
 	width:100%;
 	height:25px;
 	font-size: 8pt;
 	background-color: #000000;
 	background-image: url(./framework/bg_footer.gif);
 	background-repeat: repeat-x;
 	color: #ffffff;
 	text-align: center;
	margin-top: 30px;
	padding: 0px;
	padding-top : 15px;
}
/*======================================*/
/* The spacer				*/
/*======================================*/

.spacer (
	clear: both;
}


