/*
-----------------------------------------------------
Feuille de style \ufffdcrite par Emmanuel Riboulet-Deyris
-----------------------------------------------------
*/


/* -- BODY -- */
body {
    margin:0;
    padding:0;
    background:#656 url("http://www.lastree.net/img/body.bg.orig.3.gif");
    font:small Verdana,Sans-serif;
    line-height:10.5pt;
    font-size:9pt
    }


/* -- CONTAINER -- */
#container{
    overflow:hidden;
    display:block;
    position:relative;
    width:750px;
    margin:0 auto;
    padding:0;
    background:transparent;
    border:solid;
    border-color:#000;
    border-top-width:0px;
    border-bottom-width:0px;
    border-left-width:1px;
    border-right-width:1px;
    }

/* -- GENERAL -- */

a.icon {
    text-decoration:none;   
    border-bottom-width:0px;
    }

a img {
    border-width:0;
    }

/* -- HAUT -- */
#haut{
    display:block;
    float:left;	
    width:750px;
    height:30px;
    width:100%;
    margin:0;
    padding:0;
    border:solid;
    border-width:0 0px;
    border-color:#000;
    background-color:#000;
    background-image:url("http://www.lastree.net/img/haut.bg.7.gif");
    background-repeat:repeat-x;
    text-align:left;
    }

#haut p {
    float:left;
    margin-left:20px;
    margin-right:0;
    margin-top:8px;
    margin-bottom:0;    
    padding:0;
    font-size:100%;
    text-indent:0;
    text-decoration:none;
    color:#7d774e;
    }

#haut a:link {
    text-decoration:none;
    color:#7d774e;
    }

#haut a:hover {
    color:#FFEFC6;
    text-decoration:none;
    }

#haut a:active {
    color:#FFEFC6;
    text-decoration:none;
    }

#haut a:visited {
    color:#4c4f3b;
    text-decoration:none;
    }

/* -- ENTETE -- */
#entete {
    display:block;	
    float:left;
    height:158px;
    width:100%;
    margin:0;
    padding:0;
    border:solid;
    border-width:0 0px;
    border-color:#000;
    background:#7B121E;		       
    }

#entete img {
    width:750px;
    height:160px;
    border:0px;
    margin:0px;
    }

/* -- NAVIGATION -- */
#navigation{
    display:block;
    float:left;
    width:750px;
    height:30px;
    margin:0;
    padding:0;
    border-width:0px;
    background-color:#49120b;
    background-repeat:repeat-x;
    background-image:url("http://www.lastree.net/img/navigation.bg.5.gif");    
    }

#navigation strong{
    float:left;
    height:22px;
    margin: 0px;
    padding:0px;
    padding-left:10px;
    padding-right:10px;
    padding-top:8px;
    padding-bottom:0px;
    border:solid #a17552;
    border-width: 0 1px 0 0;
    font-size:100%;
    text-indent:0;
    text-decoration:none;
    font-weight:bold;
    color:#FFEFC6;
    background:#000000;    
    }

#navigation p {
    float:left;
    margin:0;
    padding:0;
    }

#navigation a {
    float:left;
    height:22px;
    padding-left:10px;
    padding-right:10px;
    padding-top:8px;
    padding-bottom:0px;
    border:solid #a17552;
    border-width: 0 1px 0 0;
    font-size:100%;
    text-indent:0;
    vertical-align:middle;
    text-align:center;
    text-decoration:none;
    }

#navigation a.debut {
    margin-left:20px;
    border-width:0 1px 0 1px;
    }

#navigation a:link {    
    color:#a17552;    
    }

#navigation a:hover {	    
    color:#a17552;
    background:#000000;
    }

#navigation a:active {
    color:#a17552;
    background:#000000;
    }

#navigation a:visited {
    color:#4c4f3b;
    }


/* -- MAIN -- */

#main{
    float:left; 
    display:block;
    width:750px;
    border-top-width:0px;
    border-bottom-width:0px;
    border-left-width:0px;
    border-style:solid;
    border-color:#000;
    background-image:url("http://www.lastree.net/img/background1.jpg");
    background-repeat:repeat-y;
    }

/* -- LEFT --*/

#left {
    display:block;
    float:left;
    width:505px;
    margin:0;
    padding:0;
    background:#ffffff;
    overflow:hidden; 
    }

#left h1 {
    float:left;
    width:485px;
    height:40px;
    margin:0;
    padding-top:20px;  
    padding-bottom:0px; 
    padding-left:20px;
    padding-right:0px;
    font-size:115%;
    font-weight:normal;
    text-indent:0;
    text-decoration:none;
    letter-spacing:2pt;
    font-variant:small-caps;
    color:#67452c;
    background:#f6e9cf;
}

#left h2{
    float:left;
    margin:0;
    width:485px;
    padding-top:1.5em;  
    padding-bottom:1em; 
    padding-left:20px;
    padding-right:0px;
    font-family:Georgia,Serif;
    font-weight:bold;
    font-size:140%;
    text-indent:0;
    text-decoration:none;
    letter-spacing:2pt;
    font-variant:normal;
    color:#49120b;
    background:#ffffff;                  
}

#left h2 a{
    text-decoration:none;
    color:#49120b;
    }


#left p {
    float:left;
    margin:0;
    width:465px;
    padding-top:0.5em;
    padding-bottom:0em; 
    padding-right:20px;
    padding-left:20px;
    font-size:100%;
    font-weight:normal;
    font-family:small Verdana,Sans-serif;
    text-indent:20px;
    text-decoration:none;
    color:#353734;
    line-height:1.6em;
    letter-spacing:0.3pt;
    }

#left p.date {
    font-family: "New York", Georgia, Times, "MS Serif", serif;
    color: #999999;
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .15pc;
    padding-top: 20px;
    text-align: right;
    }

#left p a:link {
    text-decoration:none;
    color:#527c86;
    border-bottom:1px dotted #527c86;
    }

#left p a:hover {
    text-decoration:none;
    color:#997777;
    border-bottom:1px dotted #997777;
    }

#left p a:visited {
    text-decoration:none;
    color:#527c86;
    border-bottom:1px dotted #527c86;
    }

#left p.rule {
    float:left;
    width:465px;   
    border-bottom:1px dotted #353734;
    margin-left:20px;
    margin-right:20px;
    margin-top:0px;
    margin-bottom:10px;
    padding:0px;    
    }

#left p.posted {
    float:left;
    width:465px;
    margin:0;
    padding-top:30px;
    padding-bottom:20px; 
    padding-right:20px;
    padding-left:20px;
    font-size:100%;
    font-weight:normal;
    font-family: "New York", Georgia, Times, "MS Serif", serif;
    text-indent:0px;
    text-decoration:none;
    color:#999999;
    letter-spacing:0.1pc;    
    }

#left p.posted a.icon:link {
    text-decoration:none;   
    border-bottom-width:0px;
    }

#left p.posted a.icon:hover {
    text-decoration:none;   
    border-bottom-width:0px;
    }

#left p.posted a.icon:visited {
    text-decoration:none;   
    border-bottom-width:0px;
    }

#left p.posted a:link {
    text-decoration:none;
    color:#999999;
    border-bottom:1px dotted #a9a9a9;
    }

#left p.posted a:hover {
    text-decoration:none;
    color:#997777;
    border-bottom:1px dotted #997777;
    }

#left p.posted a:visited {
    text-decoration:none;
    color:#527c86;
    border-bottom:1px dotted #527c86;
    }

#left img.text {
    float:right;
    margin-right:0px;
    padding:1px;
    margin-top:10px;
    margin-left:10px;
    margin-bottom:0px;
    border:solid;
    border-color:#000;
    border-top-width:1px;
    border-bottom-width:1px;
    border-left-width:1px;
    border-right-width:1px;
    }


/*-- RIGHT --*/

#right {
    display:block;
    float:right;
    width:244px;	
    height:100%;
    margin:0;
    padding:0; 
    overflow:hidden;
    border:dotted #000000;
    border-width : 0 0 0 1px;       
    background:#d2bb9c;
    }

#right h1 {
    display:block;
    float:left;
    width:244px;
    height:40px;
    background:#b79a85;
    padding-top:20px;
    margin:0;
    }

#right h2{
    float:left;
    width:204px;
    margin:0;
    padding-top:2em;  
    padding-bottom:0.5em; 
    padding-left:20px;
    padding-right:20px;
    font-size:120%;
    font-weight:normal;
    font-family:Georgia,Serif;
    text-indent:0;
    text-decoration:none;
    color:#A17552;
    }

#right h2 a{
    text-decoration:none;
    color:#A17552;
    }

#right p {
    float:left;
    width:204px;
    margin:0;
    padding-top:0.5em;
    padding-bottom:0.5em; 
    padding-right:20px;
    padding-left:20px;
    font-size:100%;
    font-weight:normal;
    font-family:small Verdana,Sans-serif;
    text-indent:0;
    text-decoration:none;
    color:#6A6F68;
    }

#right p.more {
    float:left;
    width:214px;
    margin:0;
    padding-top:0.75em;
    padding-bottom:25px; 
    padding-right:10px;
    padding-left:20px;
    font-size:90%;
    font-weight:normal;
    font-family:small Verdana,Sans-serif;
    text-indent:0em;
    text-decoration:none;
    color:#353734;
    line-height:1.6em;
    letter-spacing:0.1pt;    
    }

#right p.more a:link {
    text-decoration:none;
    color:#527c86;
    border-bottom:1px dotted #527c86;
    }

#right p.more a:hover {
    text-decoration:none;
    color:#997777;
    border-bottom:1px dotted #997777;
    }

#right p.more a:visited {
    text-decoration:none;
    color:#527c86;
    border-bottom:1px dotted #527c86;
    }

#right h3 {
    float:left;
    margin:0;
    width:144px;
    padding-top:0.75em;  
    padding-bottom:0.75em; 
    padding-left:20px;
    padding-right:20px;
    font-family:Georgia,Serif;
    font-weight:normal;
    font-size:100%;
    text-align:left;
    text-indent:0;
    text-decoration:none;
    letter-spacing:2pt;
    font-variant:normal;
    color:#6A6F68; 
    }

#right h3 a {
    text-decoration:none;
    color:#6A6F68;
    }

#right p.number {
    float:left;
    width:20px;
    margin:0;
    padding-top:0.75em;
    padding-bottom:0.75em; 
    padding-right:0px;
    padding-left:0px;
    font-size:100%;
    font-weight:normal;
    font-family:Georgia,Serif;
    text-indent:0;
    text-decoration:none;
    color:#6A6F68;   
    }

#right .treemenu {
        float:left;
        width:244px;
	padding-top : 0em;
        padding-bottom : 0em;
        padding-right:0px;
        padding-left:0px;       
	margin:0;
	list-style : none;
}

#right .treemenu ul {
	list-style : none;
	margin : 0px 0px;
	padding : 0px 20px;
}

#right .treemenu li {
	display : inline;
}

#right .treemenu a {
	text-decoration : none;
        color:#6A6F68;
}

#right .treemenu .treeopen {
	background-image : url('http://www.lastree.net/img/moins.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

#right .treemenu .treeclosed {
	background-image : url('http://www.lastree.net/img/plus.gif');
	background-repeat : no-repeat;
	background-position : left;
}

#right p.space {
    width:244px;
    height:30px;
    }

#right h3.article {
    float:left;
    margin:0px;
    width:204px;
    padding-top:0.5em;  
    padding-bottom:0em; 
    padding-left:20px;
    padding-right:20px;
    font-family:Georgia,Serif;
    font-weight:normal;
    font-size:110%;
    text-align:left;
    text-indent:0;
    text-decoration:none;
    letter-spacing:1pt;
    font-variant:normal;
    }

#right h3.article a{
    text-decoration:none;
    color:#527c86;
    }
#right p.posted {
    float:left;
    width:214px;
    margin:0;
    padding-top:0.75em;
    padding-bottom:20px; 
    padding-right:10px;
    padding-left:20px;
    font-size:90%;
    font-weight:normal;
    font-family:small Verdana,Sans-serif;
    text-indent:0;
    text-decoration:none;
    color:#353734;
    line-height:1.6em;
    letter-spacing:0.1pt;    
    }

#right p.posted a.icon:link {
    text-decoration:none;   
    border-bottom-width:0px;
    }

#right p.posted a.icon:hover {
    text-decoration:none;   
    border-bottom-width:0px;
    }

#right p.posted a.icon:visited {
    text-decoration:none;   
    border-bottom-width:0px;
    }

#right p.posted a:link {
    text-decoration:none;
    color:#527c86;
    border-bottom:1px dotted #527c86;
    }

#right p.posted a:hover {
    text-decoration:none;
    color:#997777;
    border-bottom:1px dotted #997777;
    }

#right p.posted a:visited {
    text-decoration:none;
    color:#527c86;
    border-bottom:1px dotted #527c86;
    }

/*-- PIED --*/


#pied{
    clear:both;
    width:750px;
    height:75px;
    margin:0;
    padding:0;
    border-width : 0px 0px;
    background-color:#633020;    
    background-repeat:repeat-x;
    background-image:url("http://www.lastree.net/img/pied.bg.3.gif");
    }

#pied p{
    margin:0;
    padding:10px 20px;
    text-align:center;
    text-indent:0;
    line-height:1.6em;
    color:#4c4f3b;    
    font-size:90%; 
}

#pied a{
    text-decoration:underline;    
    color:#7B7B5C;
}

