/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
	TEMPLATE NAME: 	PixelGreen
   TEMPLATE CODE: 	S-0010
   VERSION:          1.2   
	LAST MODIFIED:    June-05-2007       	
 *******************************************/ 

 /********************************************
   MODIFIED BY:  			Veronique Sebastien 
   WEBSITE:   			http://bluebird.univ-reunion.fr/vassantha/
   LAST MODIFIED:    October-25-2008       	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }



body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #000;
	background: #FFF;
	text-align: center;		
}


/* links */
a { background: inherit; color: #37795a; text-decoration: none; }
a:hover { background: inherit; color: #1f80a8; text-decoration: underline; }
a:visited { background: inherit; color: #008359; text-decoration: none; }
a:visited:hover { background: inherit; color: #1f80a8; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #FFF; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}


/* images */

img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #f3dff7;
  /*border: 1px solid #008359;  */
  border-left: 3px solid #da8fed;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #f3dff7; 
	background-position: 8px 10px;
	border: 1px solid #008359; 
	border-left: 3px solid #da8fed;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #892195;	
}

/* start - table */
table {
	border-collapse: collapse;
	margin: auto;
	width: 95%;
}
th strong {
	color: #fff;
}
th {
	background: #45a284;
	height: 29px;
	/*padding-left: 7px;
	padding-right: 7px;*/
	text-align: center;
	color: #fff;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}
tr {
	height: 30px;
}
td {
	/*padding-left: 7px;
	padding-right: 7px;*/
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;
}
/* end - table */

/* form elements */
form {
	color: #45a284;
	margin:5px 10px; padding: 5px;
	 
	/*background-color: #008359; */
}

form ul {
	list-style: none;
}

fieldset {
	border: none;
}

legend {
	padding: 5px;
}

input.checkbox {
	margin:0;
	padding: 0;
	width: 15px;
}

label {
	font-weight:bold;
	/*margin:5px 0;*/
}
input {
	width:110px;
	padding: 2px;
	border:1px solid #d2d2d2;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}


textarea {
	width:95%;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #d2d2d2;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #d2d2d2;	
}

/* search form */


.searchform {
	color: #b6d6c7;
}

.searchform p { margin: 5px; padding: 0; }

.searchform input {
	width: 25px;
}

.searchform input.text {
	width: 110px;
}
.searchform input.textbox { 
	width: 80%;
	color: #333; 
	height: 20px;
	padding: 2px;	
	/*vertical-align: top;*/
}
.searchform input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;		
}

/***********************
	  LAYOUT
************************/

#header-content, #content-wrap, #footer-content {
	/*width: 760px;*/
	width: 900px;
}

/* header */
#header {
	height: 80px;
	border-bottom: solid 6px #008158;
	text-align: left;
	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;	
	font: bold 14px 'helvetica';
	/*letter-spacing: 2px;*/
	color: #008158;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 25px; left: 53px;
}
#header-content h1#logo a {
	/*text-decoration: none;*/
	color: #008158;
}
#header-content #slogan {
	position: absolute;	
	font:  bold 18px 'helvetica', Sans-serif;
	text-transform: none;
	color: #008158;	
	margin: 0; padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 40px; left: 53px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 0; top: 56px;
	font: 'Trebuchet MS', sans-serif;
	color: #b6d6c7;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
	
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 7px;	
	color: #008359;
	/*background-color: #4c8f0d;*/
	text-decoration: none;	
	border-right: 1px solid #45a284 ;
}
#header-content li a:hover {
	/*background: #45a284;*/
	color: #3d8218;
}
#header-content li a#current  {
	/*background: #45a284;*/
	/*color: #45a284;*/
}

/* change url to change the logo */
#header-logo {
	position: absolute;
	top: 15px;
	margin: 0;
	padding: 0;
	background: url(logoreserve2.png) no-repeat;
	width: 250px;
	height: 50px;
}
/* header photo */
.headerback {
	margin: 0 auto;
	width: 900px;
	height: 97px;
	padding: 0; 
	background: #FFF;	
}

.headerphoto img{
	width: 100%;
	height: 100%;
}

.headerphoto{
	margin: 0;
	padding: 0;
	height: 97px;
}
/* content */
#content-wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	/height: 100%; 
	/*background: center url(colonbg2.png) repeat-y;*/
	background: #FFF url(bandeaumenudroite.jpg) right bottom no-repeat;

}
#content {
	position: relative;
	text-align: left;	
	/height: 100%;
	background: #008359 url(bandeaumenugauche.jpg) left bottom no-repeat;
}

#top {
	float: top;
	width: 100%;
	color: #008359;
	margin: 0;
	padding: 5px 0px 5px 5px;
	font-size: 0.9em;
	/*background: #FFF;*/
}

/* left-sidebar prov*/
#left-sidebar {
	width: 180px;
	float: left;
	margin: 0;
}

#left-sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}

/*#left-sidebar-img-c {
	overflow: hidden;
	clear: both;
	float: left;
	width: 100%;
	/*background: center url(colonbg2.png) repeat-y;*/
	/*background: #FFF;
	
}*/



#right-sidebar-img {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: #008359 url(bandeaumenudroite.jpg) right bottom no-repeat;
	width: 180px;
	height: 467px;

	margin:0;
}

/* right-sidebar prov*/
#right-sidebar {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 180px;
	margin: 0;
}	
#right-sidebar h1 {
	padding: 10px 0px 5px 10px;

	margin: 0;	
	font: bold 1.3em 'Trebuchet MS', Tahoma, Sans-serif;
}

.sidebox {
	margin: 0;
	padding: 5px;

}

.sidebox form {
	padding: 1px;
}

.sidebox div.partenaire img {
	border: none;
	margin: 10px;
}

.sidebox input.textbox { 
	width: 80%;
	color: #333; 
	height: 20px;
	padding: 1px;	
	vertical-align: top;
}
.sidebox input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 40%;
	height: 20px;
	border: 1px solid #DADADA;
	padding: 1px 1px;	
	vertical-align: top;
}



.sidebox form ul li{
	list-style: none;
	margin:0;
}

.sidebox a{
	color: #b6d6c7;
}

/* left-sidebar menu */

#left-sidebar ul {
	list-style:none;
	margin: 0;
	padding: 0;
	/*background: #008359;	*/		
}
#left-sidebar ul li {
	padding: 5px 5px;
}

#left-sidebar ul li ul li{
	padding: 2px;
	margin: 0 0 0 25px;
}

#left-sidebar form legend{
	padding: 5px;
	margin: 0;
}

#left-sidebar form ul li {
	padding: 0;
	margin: 5px;
}

#left-sidebar form ul li.editer_session div.choix {
	display: inline;
	text-align: left;
}

#left-sidebar ul.pde a {
	font-weight:normal;
	color: #FFF;
	height: 1.5em;	
	padding:0;
	text-decoration:none;
}

#left-sidebar ul.pde a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #45a284;
	color: #FFF;		
	font-style:italic;
}


/* right-sidebar menu */


#right-sidebar ul {
	list-style:none;
	margin: 10px 10px 15px 0;
	padding: 0;			
}


#right-sidebar div.sidebox div.feed{
	position: absolute;
	top: 0px;
	right: 0px;

}
#right-sidebar div.sidebox div.feed ul li{
	list-style-type: square;
	color: #45a284;
	margin-left: 2em;	

}

#right-sidebar div.sidebox div.feed h3 a{
	color: #FFF;
	font-size: 85%;
}

#right-sidebar ul li {
	padding: 0px 10px;
}


/* main */
#main {
	margin: 0 180px;
	background: #b6d6c7;
	padding: 0;
	min-height: 600px;
}

#main img {
	border: none;
	padding: 2px;
	margin: 2px;
}

#main h1 {
	color: #FFF;
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #008359; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}

#main h2{
	color: #008359;
	border-bottom: 1px solid #008359;


}

#main h3 a {
	color: #FFF;

}

#main ul li {
	/*list-style-image: url(bullet.gif);*/
	list-style-type:none;
	margin: 10px 25px;
}

#main ol li {
	/*list-style-image: url(bullet.gif);*/
	margin: 15px 30px;
}

.post ul li {
	list-style-image: url(bullet.gif);
	padding: 0 0 0 10px;
}

.post {
	margin: 10px; padding: 5px;
}
.post .post-footer {
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 2px;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: center;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {
	border-top: 1px solid #EAEAEA;
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #777;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #333;
}
#footer-content ul {
	display: inline;
	list-style: none;
	margin: 5px; padding: 10px;
}

#footer-content ul li{
	display: inline;
	margin-right: 15px;
}

#footer-content ul li ul li{
	display: block;
	margin-right: 15px;
}

#footer-content img{
	border: none;
}

#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 33%;
	padding: 0 0 30px 0;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.pink  { color: #d3a9cd; }
.green  { color: #3d8218; }



/* + -----------------------------------------------------
	Styles appliqués au Calendrier
+ ----------------------------------------------------- */

#calendar table{
	border-width: thin;
	margin: 5px 5px;
}

#calendar td{
	text-align: center;
	margin: 5px 5px;
	background: #FFF;
}

/* + -----------------------------------------------------
	Styles appliqués au nuage de mot-clé
+ ----------------------------------------------------- */

/*nuage de mot-cle*/
ul.nuage {
  /*ajout perso */
  /*background: #FFF;*/
  /*fin ajout perso */
	list-style: none;
	padding: 20px 10px 10px 5px; margin: 0 10px 0 5px;
}

/*chaque mot-cle, element de liste*/
ul.nuage li {
	display: inline;
	/*white-space: nowrap;*/
}

/*chaque mot-cle, lien*/
ul.nuage li a {
  /*rien par defaut*/
  /*ajout perso */
  /*color: green;*/
  /*fin ajout perso */
  padding: 5px 5px 5px 5px; margin: 0 10px 0 5px;
}

/*mot-cle expose*/
ul.nuage li a.on {
  /*rien par defaut*/
  /*ajout perso */
  color: #FFF;
  /*fin ajout perso */
}

/*frequence accessible et cachee*/
ul.nuage li a span.frequence {
	display: block;
	float: left;
	height: 0;
	overflow: auto;
	width: 0;
}


/* + -----------------------------------------------------
	Styles appliqués aux commentaires sur un article
+ ----------------------------------------------------- */

ul.forum li.forum-fil{
	background: #f3dff7;
	border: 1px solid #c586d1;
}

/* + -----------------------------------------------------
	Styles appliqués au forum
+ ----------------------------------------------------- */

#formulaire_forum form input.submit{
	width: 300px;
}

#formulaire_forum form td input.barre{
	width: 330px;
}

#formulaire_forum form ul li.saisie_titre input{
	width: 330px;
}

table.spipforum td.col_smileys table td.verdana1{
	/*background-color: red;
	margin: 0;
	padding: 0;*/
}

#formulaire_ecrire_auteurnew form p.boutons input{
	width: 150px;

}