/*maj EG:20070112   */

/*LAYOUT   ---    */

html, body{
width: 1024px;
height: 100%;
position: center;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page{
position: center;
top: 10px;
	width: 100%;
	height: 100%;
	margin: 0;
	text-align: left;
	background-image: url(img/site20070112.png) ;
	background-repeat: no-repeat;
}

#top{
position: relative;
top: 0;
left: 0;
	height: 180px;
width: 100%;
	margin: 0 0 0 0;
}

#sidebar{
position: relative;
left: 0;
top: 0;
width: 18%;
height: 100%;
padding-left: 2px;
margin-left: 2px;
}

#main{
position: absolute;
top: 200px;
left: 0;
width: 75%;
height: 80%;
margin-left: 22%;
padding-right: 20px;
overflow: auto;
}

#search{
width: 75%;
	margin: 5px ;
	padding: 3px;
}

#top h1{
	margin: 0;
}

#content{
	margin: 0 0 0 0;
	padding: 0;
}

.post{
	margin-bottom: 2em;
}

#sidebar div{
	margin: 1 3px 1px 3px;
	padding: 0.2em 0 0.2em 0.2em;

}

/*   ---   HTML   ---    */
body{
	background: #FCFCFC;
	color: #111;
	font-size: 80%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 0.1em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

h2 {
	margin : 0;
	color : #060;
}

h3 {
  color : #48954a;
  margin-top : 10px;
  margin-bottom : 5px;
  background : transparent;
  }

h4 {
  margin : 0;
}

ul {
  margin-top : 0;
}

p {
  margin-top : 0;
  margin-bottom : 3px;
}

a {
  color : #000;
  text-decoration : underline;
}

a:visited {
  font-weight : bold;
}

a:hover {
  text-decoration : none;
}

.droite {
  float : right;
}

.gauche{
  float : left;
}

#content {
  text-align : justify;
}

/*   ---   INPUTS & AREAS   ---   */

.field label{
	display: block;
}

input{
	border: 1px solid #999;
}

/*   ---   PAGE   ---    */
/* #page{
	background: #DBDBDB;
}  */

/*   ---   TOP   ---   */
#top{
	background: transparent ;
	padding-bottom : 1px;
}

#top h1{
	height: 8px;
	line-height: 20px;
	margin: 0 10px ;
	padding-top: 140px;
	color: #060;
}

#top h1 a{
	text-decoration: none;
	color: #060;
}

#top h1 a:hover{
  border : 0;
}

/*   ---   CONTENT   ---    */
.post-content p, .post-chapo p {
   margin : 0 0 8px 0;
   padding : 0;
}

.post-title {
  padding: 0 0 0 450px;
  font-size : 200%;
  font-weight : bold;
  border : 0;
  line-height : 35px;
}

.stitre {
	background : transparent url(img/stitre.png) no-repeat left center;
	padding-left : 27px;
	line-height : 25px;
}

.date {
  font-size : 0.8em;
  font-weight : bold;
  color : #666;
}

/*   ---    MENU   ---    */

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style-type : none;
}

#sidebar li {
  padding-left : 20px;
  background : transparent url(img/puce.png) no-repeat left;
}

#sidebar h2 {
	font-size : 1.2em;
	color: #F0F0F0;
	margin: 5px;
	border : 0;
	padding : 5px;
	background : transparent ;
	height: 20px;
}

#sidebar h3 {
	font-size : 1em;
	color: #48954a;
	margin: 3px;
	border : 0;
	padding : 3px;
	height: 15px;
}

#sidebar a{
  font-size : 0.8em;
  color : #C0C0C0;
  text-decoration : none;
}

#sidebar a:hover{
  text-decoration : underline;
}

#search h2{
	font-size : 1em;
	color: #48954a;
	margin: 0;
	border : 0;
	padding : 0;
	height: 20px;
}

#search form {
  margin : 0px;
}	

#search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 5px;
	background: #fff url(img/q.png) no-repeat 4px 4px;
	width : 120px;
}

#search .submit {
  cursor : pointer;
}

/*   ---   FOOTER   ---    */
#footer{
	clear : both;
	height : 20px;
	margin: 0;
	padding : 0 0 5px 0;
	background: #ffffff url(img/bottom2.png) no-repeat left top;
	text-align : center;
}

#footer a{
	color: #999;
	text-decoration : none;
}

.small {
  margin : 5px 0 8px 0;
  font-size : 80%;
  text-align : center;
  line-height : 70%;
}

.small a {
  color : #48954a;
}

/*   ---   TABLEAUX   ---   */
table {
  border-collapse : collapse;
  text-align : center;
  width : 100%;
}

td, th{
  border : 1px solid #666;
}

span.highlight0 {background-color: #ff9;}
span.highlight1 {background-color: #f9f;}
span.highlight2 {background-color: #9ff;}
span.highlight3 {background-color: #f99;}
span.highlight4 {background-color: #99f;}

/*   ---   HOME   ---   */
.home{
  background : transparent url(img/deco.jpg) no-repeat 240px 0;
}


