body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia;
	font-size: 14px;
	color: #B4B4B4;
	text-decoration: none;
	background: url(/img/bois.jpg);
}

.base {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia;
	font-size: 14px;
	color: #B4B4B4;
	text-decoration: none;
	background-image: url(./img/bois.jpg);
}

/* Lien standard*/
a {
	font-family: Georgia;
	font-size: 12px;
	color: #B4B4B4;
	text-decoration: none;
}

a:visited {
	font-family: Georgia;
	font-size: 12px;
	color: #B4B4B4;
	text-decoration: none;
}

a:active {
	font-family: Georgia;
	font-size: 12px;
	color: #B4B4B4;
	text-decoration: none;
}

a:hover {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

/*Lien petit */
a.petitlien, a.petitlien:visited, a.petitlien:active {
	font-family: "Georgia";
	font-size: 10px;
	color: #B4B4B4;
	text-decoration: none;
}
a.petitlien:hover {
	font-family: "Georgia";
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}


/*Page Post*/
.datepost {
	color: #333333;
    font-size: 14px;
    font-family: GEORGIA;
}

.titrepost {
	color: #919191;
    font-size: 14px;
    font-family: Georgia;
    font-weight: bold;
}

.textepost {
	color: #333333;
    font-size: 12px;
    font-family: Georgia;
}




/*Commentaires*/
.couleurcomment {
	background-color: #FFFFFF;
}

.couleurcommentinfos {
	background-color: #FFCAD3;	
}
input {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	background-color: #D3D3D3;
	border: thin none;
	font-weight: bold;
}

textarea {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	background-color: #D3D3D3;
	border: thin none;
	height: 100px;
}

.textarea2 {
	font-family: Georgia;
	font-size: 12px;
	color: #333333;
	background-color: #D3D3D3;
	border: thin none;
	height: 200px;
}

.titrecomment {
	color: #C8D1D7;
    font-weight: bold;
    font-size: 15px;
    font-family: Georgia;
}

.textecomment{
	color: #999999;
    font-size: 10px;
    font-family: Georgia;
}

.whocomment{
	color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    font-family: Georgia;
}

.datecomment {
	color: #FFFFFF;
    font-size: 12px;
    font-family: Georgia;
}

.formulaire{
	color: #6D6B55;
    font-size: 10px;
    font-family: Georgia;
}

.tableau {
	border: 1px solid #000000;
}