/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

body
{
	text-align: left; 
	background: rgb(255, 255, 255);
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding:0;
}
a img
{
  border:0 !important;
}
h2,h3 
{
  margin : 1em 0 0;
}
#contenu
{
	width: 760px; 
	height: auto;
	text-align: left;
	position: relative;
	margin: 0;
	padding:0 ;
}
#header
{
	margin: 0; 
	padding: 0; 
}
#header #titre
{
	display:block;
	color:#33C;
	font-weight:900;
}
#menu
{
}
#menu a
{
	text-decoration:none;
	color:#3C3;
	font-weight: 600 ;
}
#menu a:hover {
	color:#3F3;
	text-decoration:underline;
}
#menu ul
{
	list-style: none;
	padding:0;
}
#menu li
{
	list-style: none;
	float:left;
	padding: 0 .6em;
}
#menu form{
	display:inline;
	float:right;
}
#menu form:after{
	clear:both;
}
#src input#q
{
	background: #fff url(style/search.png) no-repeat 5px center;
	padding-left: 20px;
	margin:3px 0 !important;
	border: 1px #ccc solid;
	font-size:80%;
}
#src input#q:focus,#src input#q:hover
{
  background-color:#eee;
}
#main
{
	margin-left:13em;
        clear:both;
}

#main h3
{
	color:#C33;
}
#main ul
{
	padding-left:1.5em;
}
#main img 
{
	padding:0 .2em;
}
#text li
{
	list-style:url(style/puce.jpg);
}
#main #side
{
  font-size: 90%;
  position: absolute;
  left:0;
  top: 95px !important;
  padding:.5em;
}
#side h4{
  height:23px;
  color:#000;
  padding:.3em;
  text-align:center;
  font-size:110%;
  border-width:1px 0 0 1px;
  border-color:#ccc;
  border-style:solid;
  background:#ddf;
}
#side ul
{
  list-style:none;
  width:160px;
  padding: 0 0 3px 0;
  margin-bottom:3px;
  margin-top:-25px; 
  margin-left:0;
}
#side li
{
  padding:0;
  text-align:center;
  margin:0;
  list-style:none;
  background:#eef;
  border-left:1px solid #ccc;
}
#side li a
{
	display:block;
	text-decoration:none;
	color:#004c7f;
	font-weight: 600;
	margin:0 2px;
}
#side li a:hover
{
	text-decoration:underline;
	color:#fff;
	background:#004c7f;
	margin:0 2px;
}
#pub
{
  display:none;
}

#footer
{
  font-size:80%;
  text-align:center;
}
.right
{
  text-align:right;
  float:right;
}
#admin
{
	display:block;
	position:fixed;
	top:0;
	right:0;
	z-index:1000;
}
#admin input#ask input#picturefile
{
	font-size:65%;
	width:8em;
}
#admin form
{
	display:inline;
}
#admin a
{
	color:rgb(255, 255, 255);
}
#editor
{
position:fixed !important;
position:expression('absolute');
top:0px !important;
top:expression('body.scrollTop');
	right:0;
	background:#fea;
	opacity:.9;
	z-index:1000;
	border:1px solid #800;
} 

/* TIMOT */
.upload
{
	background: #fea;
	display:inline;
}


