html, body {
	margin:0;
	padding:0;
	width:100%;
	font-size:12px;
	font-family: "Trebuchet MS", Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif;
	background-color:#b2b2b2;
}

ul {
	margin:0;
	padding:0;
}

ul.spip {
	margin:0 20px;
	padding:0;
	display:block;
}

li {
	margin: 0.3em 0 0.3em 0.8em;
	list-style-position: outside;
	list-style-type:square;
}

li.spip {
	list-style-type:square !important;
	margin: 0.3em 0 0.3em 0.8em;
	list-style-position: outside !important;
	padding:0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #9d1f1f;
	background-color:transparent;
	border:0;
	cursor:pointer;
}

a:hover {
	color: #303030;
}

a:focus, a:active {
	outline: none; /* @ Firefox 1.5, remove ugly dotted border */
}

a.spip_out {
	color: #9d1f1f;
	background:url(../../squelettes/images/png/link_out.png) right center no-repeat !important;
	background:transparent;
	padding:0 12px 0 0;
	font-weight:bold;
}

a.spip_in, a.spip_url {
	color: #9d1f1f;
	background:url(../../squelettes/images/png/link_in.png) right center no-repeat !important;
	background:transparent;
	padding:0 12px 0 0;
	font-weight:bold;
}

a.spip_glossaire {
	color: #9d1f1f;
}

a.cacher {
	float:right;
	margin:0 0 0 10px;
	background:url(../../squelettes/images/nav/moins.png) no-repeat;
	width:12px;
}

a.afficher {
	float:right;
	margin:0 0 0 10px;
	background:url(../../squelettes/images/nav/plus.png) no-repeat;
	width:12px;
}

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

.format_png{
	behavior: url(win_png.htc);
}

body > .format_png{
	behavior:none;
}

div#barredroite{
	width:22px;
	top:300px;
	position:absolute;
	left:94%;
	border:2px solid black;
	border-left:0;
	padding-left:4px;
	background-color:#ededed;
	right: auto; 
	bottom: auto;
}

body > div#barredroite { 
	position: fixed;
	top:50px;
	left:94%;
}

.expand, .collapse{
	cursor:pointer;
}

.barrecollection{
	float:right;
	width:220px;
	margin:12px 15px 0 0;
	padding:10px 0;
	text-align:center;
}

.collection{
	width:192px;
	margin:3px auto;
}

.vignettes{
	margin:3px 2px;
	float:left;
	border:2px #ccc;
	list-style-type:none;
}

body > div.vignettes{
	margin:3px;
}

#phpmyvisite, .logophpmv {
	display:none;
}

#portfolio {
	clear:both;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin:20px 0 50px 0;
	width:470px;
	margin:0 auto;
	text-align:center;
}

#portfolio ul{
	margin:5px;
	padding:0;
}

.reduc-img {
	margin: 2px 2px 1px 3px;
	padding:0;
	border:2px solid #ccc;
	float:left;
	overflow:hidden;
}

.reduc-imgbis {
	margin: 2px;
	padding:0;
	border:1px solid #ccc;
	float:left;
	overflow:hidden;
}

.reduc-img:hover {
	border:2px solid #d40000;
}

.reduc-img:hover img{
	opacity:.4;
}

.reduc-imgbis:hover {
	border:1px solid #d40000;
}
h1,h2,h3,h4 {
	margin:0;
	font-size:120%;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-weight:bold;
}

hr {
	border:0;
	height:1px;
	background-color:#ccc;
	clear:both;
}

option {
	font-size:100%;
}

h3.auteurs {
	font-size: 200%;
	background-color:#ededed;
	color:#666;
	padding:5px;
	text-align: left;
	margin: 20px 0 15px 0;
	padding: 0;
}

#maincol-droite h3{
	font-size: 100%;
	text-align:right;
	margin:5px;
	border-bottom:1px solid #ccc;
}

#content {
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	border:2px solid black;
	background-color: #fff;
}

#header {
	width:100%;
	height:255px;
	overflow:hidden;
	position:relative;
}

#nav-rapide{
	position:absolute;
	right:0px;
	top:0px;
	padding:0 0 0 14px;
	z-index:200;
	height:21px;
	overflow:hidden;
	width:auto;
	display:block;
	text-align:right;
	background-color:#000;
}

#nav-rapide ul{
	margin:0;
	padding:0;
	padding:3px 0;
	height:21px;
}

#nav-rapide ul li{
	display:inline;
	font-size:80%
}

#nav-rapide ul li a{
	color:#fff
}

.toptitle {
	z-index:1;
	position:absolute;
}

.toptitle-right {
	z-index:1;
	position:absolute;
	text-align:right;
	width:100%;
	right:15px;
	bottom:10px;
}

#search {
	margin:5px 5px;
	padding:0;
	font-size:100%;
}

.formrecherche {
	color: #505030;
	margin:0;
	padding: 1px;
	border: solid 1px #ccc;
	font-size: 100%;
	font-weight: normal;
}

form.formrecherche {
	margin:0;
}

#footer .formulaire_spip{
	margin-left:20px;
}

#footer .formulaire_spip input, #footer .formulaire_spip select{
	font-size:1em;
}
.formulaire_spip ul,.formulaire_spip ul li{
	list-style-type:none;
}
input {
	border: solid 1px #ccc;
	font-size: 90%;
}

input:focus {
	border:1px solid #d40000;
}

input.forml {
	background-color: #ececec;
	color:black;
	padding: 1px;
}

textarea {
	background-color: #ececec;
	border:1px solid #ccc;
	width:90%;
}

select {
	font-size: 80%;
}

.spip_bouton {
	text-align:right;
}

.spip_button .submit{
	cursor: pointer;
	border: 1px solid #404040;
	background: #d0d0d0;
	padding: 2px;
}
.spip_bouton2 {
	border: 1px solid #404040;
	font-size : 100%;
	margin:1px 0 0 0;
	padding: 2px;
	background: #d0d0d0;
	cursor: pointer;
}

#leftcol {
	padding:0;
	margin:0;
	color:#fff;
	overflow:hidden;
	position:absolute;
	width:100%;
	bottom:0;
	z-index: 200;
}

#leftcol div.cache {
	display:none;
	position:fixed;
	width:90%;
	padding:0 0 30px 50px;
	overflow:hidden;
	top:300px;
	left:3%;
	color:#ffffff;
}

.textecache{
	width:90%;
	overflow:hidden;
}

#leftcol p.auteur {
	font-size:110%;
	font-weight:bold;
	margin:0;
	padding:0;
}

#leftcol h3.titre {
	margin:20px 0 10px 0;
	font-weight:bold;
	font-variant:small-caps;
	font-size:160%;
}

#leftcol a.cool {
	border : 1px dashed #fff;
	padding:0 20px 0 3px;
	background:url(../images/nav/croix_10x10.png) 98% center no-repeat;
}

#hierarchie{
	color:#fff;
	padding:5px;
	margin:0;
	font-weight:bold;
}

#hierarchie a{
	margin:0;
	color:#fff;
	font-weight:bold;
}

#maincol {
	padding:0 0 40px 0;
	width:781px !important;
	float:left;
	background-color:#fff;
	width:778px;
}

#maincol h1 {
	border-bottom:1px solid #ccc;
	margin:5px;
	padding:10px 50px 10px 0;
	font-size:230%;
	text-align:right;
}

#maincol h2 {
	font-size: 200%;
	color:#666;
	text-align: right;
	margin: 30px 0 15px 0;
	padding: 0;
	font-weight:bold;
	font-variant:small-caps;
}

#maincol hr {
	color:#ccc;
	clear:both;
}

#maincol-droite {
	width:218px;
	float:left;
	margin:0;
	padding:0;
}

#maincol-droite h2 {
	padding:5px 0;
	text-align:center;
	height:16px;
	color:white;
	cursor:pointer;
	font-weight:bold;
	font-size:100%;
}

#maincol-droite ul{
	margin:0;
	padding:10px;
}

#maincol-droite ul li {
	margin:3px 0 3px 7px;
	padding:0;
	list-style-type:square !important;
	list-style-type:none;
}

#maincol-droite ul li a{
	font-size:80%;
}

#maincolsommaire {
	margin:0px 10px 5px 220px;
	padding:10px 0;
	background-color:#fff;
}

#maincol-pop {
background-color:#FFF;
margin:0px;
min-height:600px;
width:100%;
overflow:hidden;
}

#labos_sommaire {
text-align:right;
}

.labos_sommaire {
width:48%;
margin:10px 1% 0 1%;
float:right;
text-align:left;
}

.labos_sommaire h3 {
text-align:right;
font-variant:small-caps;
border-bottom:1px solid #000;
font-weight:bold;
border-bottom:1px solid #ededed;
font-size:13px;
margin:5px;
}

.labos_sommaire h3 a {
color:#303030;
}

.labos_sommaire ul {
margin:10px;
}

.type_projet {
float:right;
width:48%;
padding:1%;
}

.texteoption {
margin:-10px 0 0 -37px;
padding:0;
}


.texteoption li {
list-style-type:none;
display:inline;
padding:0;
margin:0 0 0 -3px;
}

.spacer {
	height:0px;
	clear: both;
}

.hidden {
	display:none;
}

.date-sommaire {
background:url(../../squelettes/images/png/sommaireimg.png) top no-repeat;
padding:4px 0;
}


.date-sommaire h1 {
text-align:right;
padding: 0 5px;
}


.txt-logo-sommaire {
background:url(../../squelettes/images/png/sommairebas.png) bottom left no-repeat;
padding:15px 0;
width:580px;
}


.txt-logo-sommaire h1 {
text-align:right;
color:white;
font-weight:bold;
padding: 0 7px 0 0;
}

.spip_logos {
display:block;
margin:0 ;
padding:0;
}


.surtitre {
	color:#666;
	margin:10px 10px 10px 10px;
	font-size:130%;
	text-align:right;
	font-weight:bold;
}


.chapo {
	color:#666;
	background:#fff;
	margin:30px;
	line-height: 1.4em;
	border-left:3px solid #ccc;
	padding:0 0 0 20px;
}

.citation {
	text-align:left;
	background-color:#ededed;
	overflow:hidden;
	padding:4px;
	width:200px;
	float:right;
	margin:5px;
	border:solid 1px #ccc;
}


.citation-gauche {
	text-align:left;
	background-color:#ededed;
	display:block;
	overflow:hidden;
	padding:0 4px 4px 4px;
	width:200px;
	float:left;
	margin:5px 5px 5px 0;
	border:solid 1px #ccc;
}

.citation-centre {
	text-align:left;
	background-color:#ededed;
	display:block;
	overflow:hidden;
	padding:4px;
	margin:5px 20px;
	border:solid 1px #ccc;
}

.texte {
	margin:10px 5% 50px 5%;
}

p.spip{
	padding:5px 0;
}

.texte h3{
	margin:20px 20px 10px 20px;
	font-weight:bold;
	font-variant:small-caps;
	font-size:150%;
	border-bottom:1px solid #ccc;
}

.texte h4 {
	font-size: 130%;
	font-variant:small-caps;	
	color:#666;
	text-align: left;
	margin: 0 10px 0 20px;
	padding: 0 40px;
	border-bottom:1px dashed #ccc;
	font-weight:bold;
}

.ps {
	font-size: 100%;
	margin: 40px;
	padding: 10px 0 0 0;
	border-top: 1px solid #ccc;
	clear:both;
}

.ps-logo {
	background:url(../images/png/sklunk.net_-_ps.png) left no-repeat;
	float:left;
	width:29px;
	height:84px;
	margin:5px;
}

.notes {
	margin: 30px 60px;
	border: 1px solid #ccc;
	padding:10px;
	background-color:#ededed;
}

.detail h3 {
	margin: 10px 0;
	font-size: 150%;
	font-variant:small-caps;
}

.propagandacarte {
	text-align:center;
	border:1px solid #ccc;
	float:left;
	margin:2px;
	padding:3px;
	width:122px;
	height:110px;
	overflow:hidden;
	position:relative;
}

.propagandalogo{
	margin:0 auto;
}

.histo_lettre {
	padding: 5px;
	float: right;
	width: 38%;
	margin-left: 10px;
}

div#footer {
	position:absolute;
	bottom:0;
	color:white;
	margin:0;
	padding:5px 0 0 0px;
	width:100%;
	text-align:left;
	background-color:#000;
}

body > div#footer{
	position:fixed;
}

#footer p {
	padding:0;
	margin:0;
}

.contenu .forum-repondre {
	text-align: left;
	font-size: 100%;
	font-weight: bold;
	margin: 0.6em 0 0 1em;
}


.plan-secteur {
margin: 0 0 3em 0;
}


.plan-secteur-futur {
margin: 0 5em 5px 5em;
background-color:#ededed;
padding-bottom:10px;
}

.plan-secteur h1 {
display: block;
border-bottom: 1px solid #a0a0a0;
margin: 0px;
padding: 8px;
font-size: 150%;
text-align:left;
}


.plan-secteur-futur h1 {
display: block;
border-bottom: 1px solid #a0a0a0;
margin: 0px;
padding: 8px;
font-size: 120%;
text-align:left;
}


.plan-rubriques {
display: block;
list-style: none;
}


.plan-rubrique {
display: inline;
padding: 3px;
}


.plan-article {
	height:20px;
	margin:0 0 0 80px;
	padding:0 0 0 30px;
	background:url(../../squelettes/images/plan/liste_plan.png) no-repeat top left;
}

.formulaire {
	color: black;
	margin:0;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	font-size: 100%;
	font-weight: normal;
}

#formulaire-auteur{
	width:70%;
	margin:0 auto;
}

.forml, .forml-focus {
background-color: #ececec;
margin: 4px;
padding: 2px;
border:1px solid #909090;
color:black;
}

.formo {
background-color: #ececec;
margin: 4px;
padding: 2px;
border:1px solid #909090;
color:black;
}

.forml:focus, .forml-focus {
border: solid 1px #d40000;
}

.formo:focus {
border: solid 1px #d40000;
}

.fondl {
	font-size: 80%;
	background-color: #ececec;
	border: 1px solid #909090;
	margin: 4px;
	padding: 1px;
}

.fondl:focus {
	border: 1px solid #d40000;
}

fieldset {
	border:1px solid #ccc;
	padding:10px;
	margin:10px 0;
}

fieldset.previsualisation {
	border: 1px solid #ccc;
}

legend {
	font-size:110%;
	font-variant:small-caps;
	font-weight:bold;
	border: 1px solid #ccc;
	background-color:#ededed;
	padding:5px;
}

label {
	color:#666;
	font-weight:bold;
}

.formerreur {
	color:#d40000;
}


.extrait {
border: solid 2px #a0a0a0;
padding: 1em;
}


table.main {
width:250px;
}


#image img {
border:1px solid #ccc;
padding:5px;
margin:0 auto;
}


#image img:hover {
border:1px solid #d40000;
}


#formulaire {
margin:0 10px;
}

.spip_documents{
	text-align: center;
	border: 1px solid #ccc;
	padding:0;
}
.spip_documents img{
	margin:5px;
}

.spip_documents_right {
	margin:5px 0 5px 15px;
	float: right;
}

.spip_documents_left {
	float: left;
	margin:5px 15px 5px 0;
}

.spip_documents_center {
	text-align:center;
	margin:5px auto;
	width:100%;
	clear: both;
	border:none;
}

.spip_documents_center img{
	border: 1px solid #ccc;
	padding:5px;
}

.spip_doc_titre { font-weight: bold; font-size: 0.8em; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; }

#labomaincol {
z-index:18;
margin:0px auto;
background-color:#fff;
min-height:600px;
width:700px;
}

.presentation {
width:380px;
margin:10px 11px;
border:1px solid #666;
float:right;
padding:10px;
background-color:#ededed;
}

.labospresentation {
	float:right;
	width:45% !important;
	width:44% !important;
	margin:20px 2%;
	background-color:#ededed;
	border:1px solid #ccc;
	min-height:400px;
}

.labospresentation h1 {
	font-variant:small-caps;
	font-size:220%;
	font-weight:bold;
}

#labomaincol span.citation-gauche {
text-align:left;
background-color:#ededed;
display:block;
overflow:hidden;
padding:4px;
width:200px;
float:left;
margin:5px 5px 5px 0px;
font-size:10px;
border:solid 1px #ccc;
}

.pagination {
	border-top:1px solid #ccc;
	text-align:center;
	padding:15px 0 0 0;
	font-weight:bold;
}

.equilibre, .edito{
	width:700px;
	margin:15px auto 15px 1%;
	padding:10px 10px 0 10px;
}

.equilibre {
	margin:0 auto 50px 1%;
}

#stats_front, #abo_front {
	padding:5px;
	margin: 10px 15px 0 0;
	text-align:right;
	border:1px solid #ccc;
	width: 208px;
}

#formulaire_envoi_ami_valide {
background-color:#ccc;
padding:10px;
width:370px;
margin:0 auto;
}

#formulaire_envoi_ami {
display:none;
position:absolute;
background-color:#ccc;
padding:10px;
width:400px;
margin:5px 50px;
}


/*Agenda*/

#agenda_important {
	border:1px solid #ccc;
	padding:0 3px;
	margin:0px 10px;
	overflow:hidden;
}

.agenda_important_txt {
	background-color:#ededed;
	padding:3px;
	margin:2px 0;
}

#agenda_sommaire {
	margin:0 5px 0 0;
}

.agenda_sommaire {
	background-color:#666;
	width:260px;
	padding:10px;
	margin:10px;
	float:right;
}

.agenda_sommaire h3 {
	font-variant:small-caps;
	font-weight:bold;
	text-align:right;
	color:white;
	border-bottom:1px solid #ededed;
	margin-bottom:5px;
	font-size:13px;
}

.agenda_sommaire h3 a {
	color:#fff;
}

.agenda_sommaire ul li {
	list-style-type:none;
}

.agenda_sommaire ul li a {
	color:#ccc;
}

.agenda_sommaire ul li a:hover {
	color:#303030;
}

.liste_ville {
	color:#666;
	margin:0 0 0 50px;
	font-size:120%;
}

.liste_pays {
	list-style-type:none;
	color:#666;
	font-size:130%;
	font-variant:small-caps
}

.liste_structure{
	border:1px solid #ccc;
	background-color:#ededed;
	margin:10px 0 0 0;
	padding:10px;
	overflow:hidden
}

.liste-articles{
	width:80%;
	margin: 15px auto;
	border:1px solid #ccc;
	padding:0;
}

#maincol .liste-articles h2{
	color:#fff;
	padding :15px;
	background-color:#666;
	margin:0;
}

.liste-articles h2 a{
	color:#fff;
}

.liste-resultats{
	padding:10px;
}

.resume {
	display:block;
	border:1px solid #ccc;
	background-color:#ededed;
	margin:10px 30px;
	padding:10px 10px 20px 10px;
	overflow:hidden;
}

.tabs-hide {
	display: none;
}

#container-1{
z-index:38;
}

#anchors1{
	z-index:40;
}

#anchors2{
	float:right;
	z-index:40;
}

.anchors {
	position:relative;
	width:22%;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index:40;
	vertical-align: top;
	font-size:13px;
}

.anchors li {
	margin: 0;
	width:100%;
	padding:4px 0;
	height:18px;
	overflow:hidden;
}

.anchors a {
	display: block;
	position: relative;
	z-index: 2;
	color: #fff;
	text-decoration: none;
	margin:0 2%;
	font-weight:bold;
}

.anchors .on a {
	font-weight: bold;
	padding-left:2px;
}

.anchors .on {
	border-top:2px dashed #666;
	border-bottom:2px dashed #666;
	padding:2px 0;
	height:18px;
}

.anchors a:hover{
	color:#666;
}

.anchors .on a:link, .anchors .on a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.anchors a:hover, .anchors a:focus, .anchors a:active {
	cursor: pointer;
}

.fragment-menu{
	position:absolute;
	top:0;
	left:22%;
	width:78%;
	font-size:95%;
	z-index:40;
}

/* rubrique projets (a rajouter dans la page spécifique?) */

div.spip_forms form label {
	float:none;
}
div.spip_forms h2 {
	margin:.2em;
	color:#543E29;
}
div.spip_forms {
	margin: 0px;
	margin-bottom: 16px;
	padding: 6px;
	font-weight: normal;
	border:none;
	background:#fff;
}
div.spip_forms form {
	padding:.5em 0 0 0;
}
div.spip_forms div.spip_descriptif {
	clear:both;
	float:left;
}
div.spip_forms h3 {
	float:left;
	display:none;
}
div.spip_forms .spip_form_champ {
	margin-bottom:1em;
}
div.spip_forms .spip_form_label {
  	font-weight: bold;
  	color:#494949;
	display:block;
}
div.spip_forms .spip_form_label label {
	text-align:left;
  	font-weight: bold;
  	color:#494949;
}
div.spip_forms .spip_form_label_obligatoire {
	font-weight: normal;
	font-style:italic;
	font-size:.9em;
}
div.spip_forms .obligatoire_oublie {
	color:#d40000;
}
div.spip_forms .spip_form_label_details{
	display:block;
	font-style:italic;
	font-size:90%;
}

div.spip_forms .spip_form_choix_multiple {
	display:block;
}

div.spip_forms .spip_form_choix_unique input, div.spip_forms .spip_form_choix_unique input.fondo, div.spip_forms .spip_form_choix_unique input.fondl {
	display:inline;
}

div.spip_forms .spip_form_choix_unique label {
	margin:0 0 5px 0;
}

div.spip_forms .spip_form_choix_multiple input, div.spip_forms .spip_form_choix_multiple input.fondo, div.spip_forms .spip_form_choix_multiple input.fondl, ul.choix_mots li input {
}

div.spip_forms ul.choix_mots {
	list-style:none;
}

div.spip_forms .spip_sondage {
	margin: auto;
}

div.spip_forms .spip_form_erreur {
	display:none;
}
div.spip_forms .spip_form_ok {
	font-weight: bold;
/*	background:#262626;
	color:#F1F1F1;*/
	margin: 1em 0 0 0;
	padding: .6em;
}
div.spip_forms .spip_form_ok a {
	color:#FFF9E2;
}
div.spip_forms .spip_form_ok a:hover {
	color:#DEB55E;
}
div.spip_forms .spip_form_ok_confirmation{
	display:block;
}
div.spip_forms .spip_sondage strong {
	display:block;
	clear:both;
	margin-left:5px;
	color:#494949;
}
div.spip_forms .spip_sondage .ligne_nom {
	width:19%;
	text-align:right;
	padding-right:1%;
}
div.spip_forms .spip_sondage .ligne_nom:after {
	content:" :";
}
div.spip_forms .spip_sondage ligne.chiffres {
	color:#525252;
}
div.spip_forms .spip_sondage .ligne_barre {
	height: 16px;
	background: url(ligne.gif) repeat-x;
	border: 1px solid black;
	width:90%;
}
div.spip_forms .spip_sondage .sondage_table {
	display: table;
	width:100%;
}
div.spip_forms .spip_sondage .sondage_ligne {
	display: table-row;
}
div.spip_forms .spip_sondage .sondage_ligne > div {
	display: table-cell;
	vertical-align: middle;
	padding: 2px;
	white-space: nowrap;
}
div.spip_forms .forml, div.spip_forms .formo {
}
div.spip_forms .forml, div.spip_forms .fondl {
}

div.spip_forms .formo, div.spip_forms .fondo {
}

div.spip_forms .champ_obli_oubli {
	border:2px solid red;
}
div.spip_forms form .forml-focus, div.spip_forms form input.forml-focus:focus, div.spip_forms form textarea.forml-focus:focus, .forml-focus {
}
div.spip_forms form .formo-focus, div.spip_forms form input.formo-focus:focus, div.spip_forms form textarea.formo-focus:focus, div.spip_forms .formo-focus {
}

div.spip_forms form .champ_obli_oubli-focus, form input.champ_obli_oubli-focus:focus, form textarea.champ_obli_oubli-focus:focus {
}

div.spip_forms fieldset {
	border:1px solid #ccc;
	padding:.4em;
	margin:.5em 0 .5em 0;
}
div.spip_forms a.resultats_sondage {
	display:block;
	float:right;
/*	background:#FFFBED;*/
	color:#444040;
	padding:.2em;
	border:1px solid #A07D7A;
	text-decoration:none;
}
div.spip_forms a.resultats_sondage:hover {
	background:#444040;
	color:#F8F5EC;	
	text-decoration:none;
}
div.spip_forms p.spip_form_ok, div.spip_forms p.spip_form_erreur, div.spip_forms form {
	clear:both;
}

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
	top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
	top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

#recommander img{
	cursor:pointer;
}

#formulaire_recommander{
	position:absolute;
	right:50px;
	width:400px;
	padding:20px;
	background-color:#ccc;
	border:2px solid #666;
	z-index:300;
}

/* Formulaire de login en haut */
.formulaire_login{
	float:left;
}

 .formulaire_spip form#formulaire_login {
	background:none;
	border:none;	
}
 .formulaire_spip form#formulaire_login fieldset{
	border:0;
	margin:3px 0pt;
	padding:0pt;
 }
.formulaire_spip form#formulaire_login ol{
	border:none;	
	background-color:transparent;
	display:inline;
	padding:0pt;
}

.formulaire_spip form#formulaire_login ol li{
	display:inline;	
}

.formulaire_spip form#formulaire_login ol li input{
	width:120px;
}

.formulaire_spip form#formulaire_login .details{
	display:none;
}

.formulaire_login .spacer,.formulaire_login #pass_securise img,.formulaire_spip form#formulaire_login .editer_session, .formulaire_spip form#formulaire_login #spip_logo_auteur,.formulaire_spip form#formulaire_login legend{
	display:none;
}

.formulaire_spip form#formulaire_login .forml{
	border:none;
	margin:0;
	padding:2px;
}

.formulaire_spip form#formulaire_login p.spip_bouton{
	display:inline;
	float:none;
}


