@import "colors.css";
*:focus{outline:none;outline-width:0px;-moz-outline-width:0px;}

body {
    background-color: #E6E5E3;
	padding-top: 20px;
	margin: 0px;
	text-align: center;
}

img { border : none; }

form { display : block; margin : 0; padding : 0; }

a { 
    text-decoration: none; 
}

div.clearer { clear: both; line-height: 0; height: 0; margin: 0; font-size: 0; }

/* PAGE
-------------------------------------------------------- */
#page {
    position: relative;
	background : #FFFFFF;
	width: 764px;
	padding: 10px;
	border: 1px;
	text-align: left;
	margin: 0 auto;
}

/* TOP
-------------------------------------------------------- */
#top {
	padding: 20px;
	padding-bottom: 10px;
	border: 0px;
    text-align: left;
    -moz-box-sizing: border-box;
}

#top a {
    display: block;
    width: 90%;
	text-decoration: none;
    padding-left: 1px;
    padding-right: 2px;
}

#top a:hover {
	text-decoration: none;
}

#top h1 {
    font: 10px arial, sans-serif;
    margin-bottom : 15px;
}

#top h2 {
    font: 10px arial, sans-serif;
    text-transform: uppercase;
    margin : 0;
}

/* BUTTON
-------------------------------------------------------- */
.button {
    display: block;
    width: 100%;
	text-decoration: none;
    color: #FFF;
    background: #999;
    border: solid 1px #CCC;
    text-align: center;
    text-transform: uppercase;
    font: 10px arial, sans-serif;
    cursor: hand;
}

.button:hover {
	text-decoration: none;
    background: #CCC;
    color: #666;
}

/* TICKER
-------------------------------------------------------- */
#ticker {
    width: auto;
    padding: 4px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    font: 12px arial, sans-serif;
}

#ticker a {
    color: #394553;
}

/* TUMBLR
-------------------------------------------------------- */
#tumblr {
    width: auto;
    padding: 4px;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 10px;
    font: 12px arial, sans-serif;
}

#tumblr a {
    color: #394553;
}

/* LOGO
-------------------------------------------------------- */
#logo {
    padding-right: 12px;
    vertical-align: top;
}

#logo a:hover {
    background: transparent;
}

/* MENU NAVIGATION
-------------------------------------------------------- */
.menu {
    padding-left: 10px;
    width: 130px;
    vertical-align: top;
    height: 100px;
    
}

#q {
    border: solid 1px;
    margin-top:1px;
    margin-bottom:5px;
    font: 10px arial, sans-serif;
    height: 10px;
}

/* ARCHIVES 
-------------------------------------------------------- */
#archives {
    overflow: hidden;
    height: 103px;
}

/* CALENDRIER
-------------------------------------------------------- */
#calendar {
    padding-left: 10px;
    width: 180px;
    vertical-align: top;
}

#calendar table {
    font: 10px arial, sans-serif;
    text-transform: uppercase;
}

#calendar caption {
    font: 10px arial, sans-serif;
    text-transform: uppercase;
    color: #DDD;
}

#calendar td {
    padding: 0px;
    margin: 0px;
}

#calendar a {
    font: 10px arial, sans-serif;
    text-transform: uppercase;
    display: inline;
}

/* MAIN
-------------------------------------------------------- */
#main{
	width: auto;
	float: left;
}

/* ADS
-------------------------------------------------------- */
#ads {
    margin: 0 0 0 0;
    padding: 10px;
    width: 517px;
    margin-left: 48px;
    text-align: center;
    border-left: 1px solid #FF09C9;
}

/* CONTENT
-------------------------------------------------------- */
#content {
    margin: 0 0 0 0;
    text-align: left;
}

/* SIDEBAR
-------------------------------------------------------- */
#sidebar {
    width: 164px;
    text-align: left;
    padding : 0 0 0 10px;
    float: right;
    line-height: 12px; 
    margin-top: 10px;
}

/* DATETIME
-------------------------------------------------------- */
.datetime {
    float: left;
    margin-top: 5px;
    width: 32px;
}


/* DATE
-------------------------------------------------------- */
.date, .time {
    font: 10px arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 12px;
    padding: 1px;
}

/* POST
-------------------------------------------------------- */
.post {
    padding: 0 0 0 15px;
    margin-left: 40px;
    width: 517px;
    padding-bottom: 20px;
}

.post img {
    float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 1px;
}

.post hr {
    display: block;
    clear: left;
    margin: -4px;
    visibility: hidden;
}

.post-content, .post-chapo {
    font: 12px arial, helvetica, sans-serif;
    margin-bottom: 6px;
}

.post-content a, .post-chapo a {
}

.post-content a:hover, .post-chapo a:hover {
}

.post-title {
    font: 20px Georgia, Tahoma, helvetica, arial, sans-serif;
    margin: 0px;
	margin-bottom: 10px;
}

.post-title a {
}

.post-title a:hover {
}

.post-info {
    font: 10px arial, sans-serif;
    text-transform: uppercase;
}

.post-info a {
	text-decoration: none;
}

.post-info a:hover {
	text-decoration: none;
}

.post-info img {
    float: none;
    border: 0;
    margin: 0 2px 0 0;
}

.post-chapo {
    
}
.post blockquote {
    font: 12px arial, helvetica, sans-serif;
    display: block;
    padding-left : 10px;
}

.post .separator {
	border-right: 1px solid;
}

.post ul, li {
}

.post ul {
    margin-bottom : 10px;
}

/* LISTE COMMENTAIRES + FORMULAIRE
-------------------------------------------------------- */
#comments, #trackbacks, #note {
    padding: 0 15px 20px 15px;
    margin: 0;
    width: 517px;
    margin-left: 40px;
}

#comments h1, #trackbacks h1, #note h1 {
    font: 16px  Tahoma, helvetica, arial, sans-serif;
    margin: 0px;
    padding: 1px 2px 2px 5px;
}

#comments h2, #trackbacks h2, #note h2 {
    font: 12px arial, helvetica, sans-serif;
    margin: 0px;
}

#comments blockquote, #trackbacks blockquote, #comment-preview blockquote {
    font: 12px arial, helvetica, sans-serif;
}

.comment-info {
	margin-bottom : 0;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}


/* ERROR MESSAGES
-------------------------------------------------------- */
.error {
	border : 1px solid;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}

/* FORMULAIRES
-------------------------------------------------------- */
fieldset {
	display : block;
	border : none;
	margin : 0;
	padding : 0;
}

input, textarea {
	font : 12px Arial, Helvetica,sans-serif;
	border-width : 1px;
}

input[type], textarea[name] {
}

input[type=submit], input[type=reset] {
}

textarea {
	width : 500px;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
    font: 10px arial, sans-serif;
    text-transform: uppercase;
	display : block;
}

/* FOOTER
-------------------------------------------------------- */
#footer {
    clear: both;
	margin: 0px;
    padding: 10px;
    padding-top: 0px;
}

#footer legend {
	margin: 0px;
    height: 35px;
}

#footer .box {
    float: left;
    border-left: 1px solid;
    padding: 5px;
    margin-right: 10px;
    margin-top: -10px;
    font: 10px arial, sans-serif;
    text-transform: uppercase;
    height:40px;
}

#dotclear {
    width:250px;
}

#ccc {
    width:270px;
}


/* MINI_ME STYLE
-------------------------------------------------------- */
.bd {
    border:solid 1px #CCC;
    width:166px;
    float:left;
    padding:5px;
    margin:2px;
}

.bdcell {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #000000; 
    font-size: 9px;
    vertical-align: bottom;
    text-align: center;
}

.bdcell img {
    border:0;
    margin: 0 auto;
    float:none;
}