@import "colors.css";

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; 
	color: #0099FF;
}

a:visited {
	color: #0066FF;
}

a:hover {
	color: #C1C1C1;
}

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

/* PAGENAV
-------------------------------------------------------- */
.pagenav {
	font: 0.9em;
	margin-top:4px;
}

p.pagenav a {
	background : #ddd;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}

p.pagenav a:hover {
	background:#FF3300;
	color:white;
}

p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}

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

/* TOP
-------------------------------------------------------- */
#top {
	padding: 20px;
	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;
}

/* 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: 145px;
}

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

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

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

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

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

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

/* TICKER
-------------------------------------------------------- */
#ticker {
    width: auto;
    padding: 2px;
    background: #DDD;
    margin-bottom: 10px;
    font: 16px arial, sans-serif;
    color: #394553;
}

#ticker a {
    color: #394553;
}
/* CONTENT
-------------------------------------------------------- */
#content {
    margin: 0 0 0 0;
    text-align: left;
    font: 12px arial, helvetica, sans-serif;
}

/* SIDEBAR
-------------------------------------------------------- */
#sidebar {
    width: 138px;
    text-align: left;
    padding : 0 0 0 15px;
    float: right;
    line-height: 12px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    color: #666;
}

#sidebar h1 {
    padding: 3px;
    padding-left: 5px;
    margin : 0;
    margin-bottom : 2px;
    text-align: left;
    background: #DDD;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#sidebar img {
    border: solid 1px #CCC;
}

/* 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: 48px;
    width: 517px;
    padding-bottom: 20px;
}

.post p {
    padding: 0;
    margin: 0;
}

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

.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;
	color: #0099FF;
}

.post-title a {
    color: #0099FF;
}

.post-title a:hover {
	color: #C1C1C1;
}

.post-title a:visited {
	color: #0099FF;
}

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

.post-info a {
	color: #999;
}

.post-info a:visited {
	color: #999;
}

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

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

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


/* LISTE COMMENTAIRES + FORMULAIRE
-------------------------------------------------------- */
#comments, #trackbacks, #note {
    padding: 0 15px 20px 15px;
    margin: 0;
    width: 517px;
    margin-left: 48px;
    font: 12px arial, helvetica, sans-serif;
}

#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;
}