form {
	display: inline;
}
div.texte {
	display: inline;
}
img {
	border-width: 0;
}
fieldset {
	padding:10px;
	font-size: 85%;
}
a {
	text-decoration:none;
	color: #6C2300;
}
a:hover {
	color: #C0561C;
}
#bas {
  clear:both;
  width:800px;
  margin:0px auto;
  text-align:center;
}
/*--- espacement haut de page ---*/
#agenda {
  margin: 10px;
  width: 180px;
  font-size: 12px;
}
/*--- Bandeau haut de page - copyright ---*/  
#decalage {
  float:left;
  width:140px;
  height:210px;
}
#bandeau {
	color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-top: 10px;
	font-style: italic;
}
#bandeau a {
	color: #888888;
}
#bandeau a:hover {
	color: #6C2300;
}
/*--- Titre de rubrique ---*/
#bande-chemin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	margin: 10px;
	font-weight: bold;
	font-style: italic;
}
#bande-chemin a {
	color: #682F17;
}
#bande-chemin a:hover {
	color: #C0561C;
}
/*--- Menu fixe de gauche ---*/
#badges {
   margin-left: 20px;
}
#gauche {
	font-family: Arial, Helvetica, sans-serif;    
	float:left;
	width:200px;
}
#gauche .menu {
   margin-left: 10px;
}
#gauche .menu a {
	font-size: 80%;
	color: #682F17;
	text-decoration: none;
	padding: 1px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
}
#gauche .menu a:hover {
	color:#C0561C;
}
#gauche .menu a.on {
	color:#7A3712;
}
#partenaires {
  padding-top:40px;
  padding-left:23px;
}
#partenaires img {
  margin:2px;
}
#simpleview {
  width:600px;
  height:600px;
}  
.wince {
  display:none;
}  
.programme {
  width:300px;
  font-size: 90%;
}
.programme fieldset {
  border: 1px solid #C0561C;
  padding:5px;
  margin-right:3px;
  width:280px;
}
.programme legend {
	color: #C0561C;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.programme fieldset ul {
  margin:0;
  padding:0;
}

label,input,select {
	color: #C0561C;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/*--- colonne de droite ---*/
#droite {
	font-family: Arial, Helvetica, sans-serif;
	font-size:70%;
	margin-bottom:10px;
	min-height: 100px;
	display:inline-block ;
}
#centre {
	/*colonne centrale*/
	border: 0px;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	padding-left: 200px;
}
.aGauche {
  float:left;
}
float140 {
  width:140px;
  float:left;
}
/*--- Editorial ---*/
#edito {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
/*--- styles des articles ---*/
.descriptif {
  font-weight: bold;
}
.doc {
	font-size: 75%;
	margin: 10px;
	width:280px;
	float:left;
}
.vignette {
	float: right;
	font-size: 75%;
	width: 300px;
	margin: 10px;
}
.clear {
	clear:right;
}
.annonce {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-top: 5px;
}
.contenu {
	margin-top: 10px;
}
.detail {
	color: #444444;
	font-size: 70%;
}
.surtitre {
	color: #555555;
	font-size: 80%;
	font-style: italic;
}
.titre {
	color: #682F17;
	font-size: 130%;
	font-weight: bold;
}
.soustitre {
	color: #555555;
	font-size: 80%;
}
.chapo {
	margin-top: 5px;
	font-weight: bold;
}
.texte {
	margin-top: 5px;
}
.post-scriptum {
	margin-top: 5px;
	font-size: 80%;
	font-style: italic;
	border-top: 1 solid #C0561C;
}
.notes {
	margin-top: 5px;
	font-size: 70%;
	color: #7A3712;
}
.en-tete {
  margin-top: 15px;
	font-style: italic;
	color: #555555;
}
.image {
	padding: 5px;
}
.logo {
	padding: 5px;
}
.chemin {
	display: inline;
}
.chemin a {
	color: #682F17;
}
.chemin a:hover {
	color: #C0561C;
}
.suite {
	float:right;
	font-size: 75%;
	font-weight: bold;
}
/* forums */
.visualisation {
	margin: 15px;
	border-top: 1px dashed #CC7D1B;
	border-left: 1px dashed #CC7D1B;
	padding: 5px;
	font-size: 85%;
	clear:right;
}
.visualisation .texte {
	font-size: 85%
}
.forum .titre {
	color: #CC7D1B;
	font-size: 80%;
	font-weight: bold;
}

/* special spip */
.spip_surligne { background: #FFFF66; }

/* Puces générées par un tiret seul en début de ligne */
/* Ces puces ne sont pas incluses dans une balise <ul> et le code obetnu est <li class="spip"> */
li.spip { 
  list-style-position: inside;
}
/* Puces générées par un tiret suivant d'un ou plusieurs asterisques (ex: -* blabla...) */
/* Ces puces sont incluses dans une balise <ul class="spip"> et le code de chaque item est <li class="spip"> */
ul.spip  { 	
  margin-left: 1em;
  padding-left: 1em;
}
ul.spip li.spip { 	
  list-style-position: inside;
}
ul.spip ul.spip  { 
   margin-left: 1em;
	padding-left: 1em;
}
ul.spip ul.spip li.spip { 
	list-style-position: inside;
}
.texte TABLE.spip {
  width:100%;
}
.texte TABLE.spip TD {
  text-align:center;
}
.texte TABLE.spip .row_first {
  background-color : #E09C5A;
}
.texte TABLE.spip .row_odd {
  background-color : #EAB888;
}
.texte TABLE.spip .row_even {
  background-color : #F0CBA6;
}