    body {
    	font: 0.6em "arial";
		color: black;
		margin: 0px;
		text-align: center;
        background: #eee;
	}
/****************  Typography **********************/
    h1, h2, h3, h4, h5, h6	{
	   font-family: Georgia, "Times New Roman", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	   font-weight: normal;
	   margin-top: 25px;
	   margin-bottom: 2px;
	   letter-spacing: 1px;
	}
    acronym {
        border-bottom: 1px dotted #aaa;
        cursor: help;
    }
/***************** Principal contenair **************/
    div#main {
        background: white url(../img/patchwork/patchwork.jpg) no-repeat top left;
        border: 2px solid #ddd;
        padding: 20px;
        width: 750px;
        margin: 0 auto;
        text-align: left;
    }
/********************* link **********************/
    a:link, a:visited {
        font-weight : bold;
        text-decoration : none;
        color: #000;
        background: transparent;
        padding-left: 15px;
        background: transparent url(../img/patchwork/link.png) no-repeat center left;
	}
    a:hover {
        color: #999;
        background: transparent;
	}
    a:active {
        color: #526968;
        background: transparent;
	}
/********************** Common **********************/
	.title {
        font-size: 1.9em;
        color: #aaa;
    }
    .footer {
        font-size: 1.1em;
        color: #444;
    }
    .button {
        background: #000;
        border: 1px dotted #aaa;
        color: white;
        font-weight: bolder;
        width: 30px;
    }
	#header {

	}
	#footer {
        color: black;
		clear: both;
		margin: 0px 30px 30px 30px;
		text-align: center;
	}
/************************ Post *****************/
	.contenair {
        width: 490px;
        margin-top: 400px;
	}
    .content {
        text-align: justify;
        font-size: 1.2em;
        letter-spacing: 1px;
        color: #444;
        background: #eee;
        padding: 5px;
    }
    .content:first-letter {

    }
	h2.posttitle {
        background: #eee;
        font-size: 1.9em;
        letter-spacing: 6px;
        border-top: 1px solid #000;
        color: #000;
	}
	h2.posttitle a {
        background: transparent url(../img/patchwork/link.png) no-repeat center left;
        width: 15px;
	}
    h2.posttitle:first-letter {
        font-weight: bold;
    }
	.date {
        letter-spacing: 1px;
        text-align: right;
        font-size: 1em;
        font-weight: 300;
        background: #ddd;
        margin-bottom: 2px;
    }
	span.note {
	   font-size: 1.1em;
	   color: grey;
	   font-style: italic;
	}
/******************** Comment ****************/
	.contenairComment {
        border: 1px solid black;
        padding: 20px;
        background: white;
        margin: 10px;
        text-align: right;
	}
    .contenairComment a:link.mail {
        padding-left: 20px;
        background: transparent url(../img/patchwork/mail.png) no-repeat center left;
    }
    .commentInput input, textarea {
        border: 1px solid #ddd;
        background: #fff;
    }
    .commentInput span {
        text-align: justify;
        color: #aaa;
        margin-left: 5px;
    }
	.comment {
        border-bottom: 1px solid #000;
        margin-top: 2px;
        margin-bottom: 50px;
        font-size: 1.4em;
        font-weight: 300;
        background: #ddd;
	}
    .comment a {
        background: transparent url(../img/patchwork/comment.png) no-repeat center left;
        padding-left: 15px;
    }
    .comment a:hover {
        color: #999;
        background: transparent;
    }
    span {
        font-size: 0.9em;
        color: #444;
    }
    span.djam {
        color: #CB0404;
    }
    span.amorosa {
        color: #CB6C04;
    }
/************************ nav ****************/
	#nav {
        float: right;
        background: white;
        width: 200px;
        padding-bottom: 20px;
	}
    div#styles select {
        margin-top: 2px;
        text-align: center;
        margin-left: 1%;
        width: 80%;
    }
    #nav h2 {
        background: #eee;
        padding-left: 5px;
        font-size: 1.7em;
    }
    #nav div.menuprim {
        margin-bottom: 25px;
    }
	#nav div.img {
	    width: 200px;
	    text-align: center;
        margin: 10px auto;
        margin-bottom: 5px;
		border: 0px;
	}
    #nav div.img img {
        background-color: #fff;
        border: 1px solid #a9a9a9;
        padding: 4px;
    }
/************** new *******************/
/************* links ******************/
	.bookkind {
	   background: #eee;
	   padding-left: 5px;
	}
    ol, ul {
	   margin: .5em 0;
	   padding-left: 10px;
	   margin-left: 10px;
	   text-align: left;
	}
    li {
        list-style: disc url(../img/patchwork/puce.png) inside;
    	vertical-align: bottom;
    }
/*************** chat **************/
    div#mainChat {
        background: white;
        padding: 20px;
        width: 750px;
        margin: 0 auto;
        text-align: left;
    }
    span.time, span.text {
        font-size: 1.4em;
    }
    span.name {
        font-size: 1.4em;
        font-weight: bolder;
    }
    div.postchat {
        padding-left: 5px;
    }
    div.chatInput input {
        margin-right: 5px;
        margin-top: 20px;
        border: 1px dotted #ddd;
        background: #fff;
    }
    div.chatInput input:hover {
        background: #eee;
    }
    div.postChat {
        background: #eee;
        margin: 5px;
    }
    div.chatContenair {
        border: 1px dotted #ddd;
        margin-bottom: 5px;
        width: 470px;
    }
/*************** stickers **************/
/*************** photos ***************/
    div.photo {
        padding: 5px;
        margin: 20px;
        background: #fff;
        border: 2px solid #ddd;
        text-align:center;
        float: left;
    }

