
/*this files is for typo and colors and style*/

body {
	 font-family: "Arial", "Helvetica", sans-serif;
	 font-size: 0.8em;
	 background-color: #b4c2c3;
	}
/*Some classic. Trash the underline out*/

a:link {text-decoration:none;color: #000;}
a:visited {text-decoration:none;color: #000; }
a:hover {text-decoration:none;color: #000;}
a:active {text-decoration:none;color: #000;}

ul, li{
  list-style: none;
}


#random_quote {
    color: #ffac14;
    font-weight: bolder;
    font-size: 1.2em;
}
/*Le petit carr� des commentaires qui va bien, a styler */
#com_num{
  color: #333;
}   

#top_bck{
    background-image: url('./images/boulet_top_background_day.jpg');
} 

#bottom_bck{
 background-image: url('./images/boulet_bottom_background_day.jpg');
  margin-top : -350px;
}


#nav_bar
{
    background-color: #c5bf8e;  
}    
      
/*Ici, pour changer les couleurs des onglets, aux noms explicites*/
.tabdiv{
 background-color : #b99585; 
}
.notes_color{
background-color : #7bb9a0;
}
.com_color{
background-color : #d6c4b6;  
  border: 1px solid #000;
  padding: 1em 1em 1em 1em;
}

.archives_color{
background-color : #f5ede0; 
  border: 1px solid #000;
  padding: 1em 1em 1em 1em;
}
.liens_color{
background-color : #f2f1ec;  
  border: 1px solid #000;
  padding: 1em 1em 1em 1em;
}
.mail_color{
  background-color : #f3e0d2;
  border: 1px solid #000;
  padding: 1em 1em 1em 1em;
}

.notes_tab_color{
background-color : #7bb9a0;
}
.com_tab_color{
background-color : #a1705f;
}

#small_nav{
   
   background-color: #B99585;
}
#respond label{
background-color : #a1705f;
width: 80px;
float: left;
text-align: center;
display: block;
}



.logged-in-as {
background-color : #a1705f;
float: left;
text-align: center;
display: block
}

.archives_tab_color{
background-color : #dec197;
}
.liens_tab_color{
background-color : #dad8c3;
}
.mail_tab_color{
background-color : #d69668;
}

.com_b_color{
background-color : #b99585;
}
#respond input{
float: left;
display: block;
background-color : #b99585;
}


.archives_b_color
{
  background-color : #ddc096;
}
.liens_b_color
{
  background-color : #dad7c4;
}
.mail_b_color
{
  background-color : #e3b695;
}
#note_browser{
    font-size: 1.2em;  
    font-weight: bold;  
  background-color: #c5bf8e;

}

#tabvanilla{
    background-color: #b99585;    
}

 
.tabnav{
    font-weight: bold;
    font-size: 1.3em;
}


#cleanit{
    background-color: #EC5B0C;   
}
/*Un peu de mise en forme des commentaires*/

.commentmetadata{
    font-weight:bold;    
}

#comment a:link {color: #E78A74;}
#comment a:visited {color: #E78A76;}
#comment a:hover {color: #E78A78;}
#comment a:active {color: #E78A74;}

.pubperso{
  font-size: 0.8em;
}
/*The boss deserves a special one*/
/*Evey "imtheboss" object are emphasized. Put a "class="imtheboss" in your html code       */
.imtheboss{
  color: #A36335;
  font-size: 1.2em;
}
.imtheboss a
{
	color: #E78A74;
}

.dabagieu{
  color: #E78A74;
  font-size: 1.2em;
}
.dabagieu a
{
	color: #A36335;
}


.imthedrawer{
  color: #488670;
  font-size: 1.2em;
}
.dafamilly{
  color: #867870;
  font-size: 1.2em;
}
/*da link stuffs*/
.blogroll li{   
    border: 2px solid #333;
}

/*Footer*/
#copyright{
  font-style: none;
  font-weight: bold;  
  color: #5A3925;  
}


