/* CSS Document */

#infocontent img.centre, #infocontent img, table.infoadmin img.centre {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 4px;
}
#infocontent img.droite, table.infoadmin img.droite{
	padding: 4px;
	float: right;
}  
#infocontent img.gauche, table.infoadmin img.gauche{
	padding: 4px;
	float: left;
} 

#infocontent{
	text-align:justify;
} 

p.infoauteur {
	text-align: right;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 10px;
}

p.infosource {
	text-align: right;
	margin-top: 6px;
	margin-bottom: 6px;
	padding-right: 10px;
}

p.infonextprev{
	text-align: center;
}


div.infolist {
	border: 1px solid #000000;
	width:500px;
	margin: 4px;
	float:left;
	clear:left;
}

div.infobox {
	border: 1px solid #000000;
	width:310px;
	margin: 4px;
	float:left;
}

p.infobox {
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	font-weight: bold;
}

ul.infobox {
	list-style-type: none;
	margin: 2px;
	padding: 2px;
}

/* Archives */

.archiveMois {
	padding-top:30px;
	margin-left:10px;
	font-size: 1.2em;
	font-weight: bold;
}

.archiveTitre {
	color: #666666;
	margin-bottom:3px;	
}

.archive {
	margin-left:40px;
	margin-right:10px;
	text-indent:20px;
}

.fluo {
	background-color:#FFFF00;
}

/* Boîte de recherche page archives */

div.search_float { 	
	float:right;
	border:dotted 1px black;
	background-color:#D6DBD0;
	margin-right:3px;
	padding:3px;
	padding-bottom:0;
	text-align:center;
}	
.search_float p {
	font-weight:bold;
	padding:3px;
	padding-bottom:0;	
	text-align:center;
}
.search_float input {
	margin:3px;
}


/* ADMINISTRATION **************************************************************************************** */

div.admininfomenutop{
	background-color: #FF3300;
	text-align: center;
	height:2.5em;
	width: 25em;
	vertical-align:middle;
	border: thin solid #000000;
	margin-right:auto;
	margin-left:auto;
}

div.admininfomodifdel{
	background-color: #FF3300;
	text-align: center;
	width: 15em;
	line-height:1.5;
	vertical-align:middle;
	border: thin solid #000000;
	float: right;	
}
div.admininfomenutop a, div.admininfomodifdel a {
	color: #000;
	text-decoration: none;
}
div.admininfomenutop a:hover, div.admininfomodifdel a:hover {
	color: #0000FF;
	text-decoration: none;
}

hr.infoadmin {
	width:70%;
	margin:20px auto;
	color:#000000;
	background-color:#000000;
}

table.infoadmin{
	width:660px;
	margin-left:auto;
	margin-right:auto;
	border: 2px solid black;
	padding:2px;
	background-color: #fff8ff;
}
/* Fix un bug IE et Opéra */
#bodyarea a {
	text-decoration:none;
}

div#preview
{
	width: 600px;
	height: 200px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid black;
	overflow: auto;
	margin-top: 1px;
	text-align:justify;
}
textarea#message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* BBCODE ************************************************************************************************* */
/*
.wcode span.gras { font-weight: bold; }
.wcode span.italique {font-style: italic; }
.wcode span.souligne {text-decoration: underline; }
.wcode span.fluo{ background:#ffff00; }

.wcode p.gauche { text-align: left; }
.wcode p.centre { text-align: center; }
.wcode p.droite { text-align: right; }
.wcode p.justifier { text-align: justify; }

.wcode img.cliquable { cursor: pointer; }
.wcode img { margin: 6px; }

.wcode img.centre { 
	margin-right:auto;
	margin-left:auto;
}


.cachediv { display: none; }

.wcode ul{
  	list-style-position: inside;
  	padding:0 0 0 0;
	margin: 3px 0px 3px 10px;
  }

.wcode ul.normal{ list-style-type: disc; }
.wcode ul.numeros{ list-style-type: decimal; }
.wcode ul.lettres{ list-style-type: lower-alpha; }

.wcode pre{
  	font-size: 12px;
  	font-family: Courier New;
  	margin: 0px;
  	text-align: left;
  	background: #ffffff;
  	border: 0px;
    border: #8888bb 1px solid;
    padding: 5px;
	overflow:scroll;
  }
  */