body {
	background-color: #070501;
}

h2, h3 { 
	border-bottom: 1px dashed #A9DA26; 
	color: #A9DA26;
}
h2 a { 
	color: #A9DA26;
}
h2 a:hover { 
	color: #FDFF5C; 
}

a {
	color: #80983F;
}

a:hover {
	color: #F1E525;
}

/* Recherche */

input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus{
	border: 1px solid #A9DA26;
}

textarea {
	border: 1px solid #4D5928;
	color: #A9DA26;
}

input{
	border: 1px solid #4D5928;
	color: #4D5928;
}

/* Commentaires */

#trackbacks blockquote, #comments blockquote{
	background-color: #070501;
	color: #A9DA26;
	border-top: 1px solid #A9DA26;
	border-bottom: 1px solid #A9DA26;
	border-right: 1px dashed #A9DA26;
	border-left: 1px dashed #A9DA26;
}


#Tuto {
	color: #FDFF5C;
}
#Accueil {
	color: #99C12E;
}

/* Le haut
*******************************************************************************/
#tete{
	background: url('images/cadretuto.gif') no-repeat;
	background-color: #272B19;
}

/* L'entête
*******************************************************************************/
#top{
	border: 1px solid #4D5928;
	background: url('images/headertuto.jpg') no-repeat;
}

/* Le menu
*******************************************************************************/
#menu{
	width: 430px;
	height: 42px;
	background: url('images/menututo.gif') no-repeat;
}
#menu a{
	color: #99C12E;
}
#menu a:hover{
	border-top: 1px dashed #99C12E;
	border-bottom: 1px dashed #99C12E;
}

/* Texte de l'entête
*******************************************************************************/
#textop {
	color: #555D3E;
}
#textop a{
	color: #555D3E;
}
#textop a:hover{
	color: #99C12E;
}

/* La page
*******************************************************************************/
#page{
	background: url('images/cadretuto.gif') no-repeat;
	background-color: #272B19;
}

.post {
	background: url(images/signtuto.gif) no-repeat bottom right;
}

/* Le pied de page
*******************************************************************************/	

#footer {
	border-top: 1px solid #4D5928;
	color: #4D5928;
}
