@import url(layout.css);

body {
	background: white;
	font-size: 12px;
	font-family: arial, sans-serif;
}

#page {
	background: #fff;
}

#top {
	text-align: center;
	/*	
	border-bottom: 4px solid #ccc; 
	*/
}

a {
	color: #A71602;
	text-decoration: none;
}

#sidebar h2 {
	color: #fff;
	font-size: 1.2em;
	padding-bottom: 10px;
}

#sidebar h3 {
	color: #fff;
	font-size: 1em;
}

fieldset {
	border: none;
}

.post h3,.post h4 {
	clear: both;
}

/* ------------------------------------------------------------
	2. BALISES HTML PAR DEFAUT
------------------------------------------------------------- */
body {
	
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	margin: 5px 10px;
}

img {
	
}

sup {
	
}

abbr,acronym {
	
}

blockquote,q {
	
}

blockquote {
	
}

cite {
	
}

ul {
	margin-left: 10px;
}

#main li {
	margin-left: 30px;
}

ol {
	
}

dl {
	
}

dt {
	
}

dd {
	border-left: 5px solid yellow;
}

form {
	
}

fieldset {
	
}

input {
	
}

label {
	
}

a {
	
}

a:link {
	
}

a:visited {
	
}

a:hover {
	
}

a:focus {
	
}

a[hreflang]:after {
	
}

a img {
	
}

code,pre {
	font-size: 1em;
	border: 1px solid gray;
	border-left: 5px solid gray;
	margin-left: 7px;
	white-space: normal;
}

pre {
	
}

hr {
	
}

/* ------------------------------------------------------------
	3. PAGE
------------------------------------------------------------- */
#page {
	
}

/* ------------------------------------------------------------
	4. HAUT DE PAGE
------------------------------------------------------------- */
#top {
	background: white url("img/top.png") no-repeat;
}

#top h1 {
	padding-top: 15px;
}

#top h1 a {
	color: white;
}

#prelude {
	color: gray;
	text-align: right;
	margin-top: -60px;
	height: 10px;
	margin-right: 20px;
}

#prelude a {
	color: white;
}

/* ------------------------------------------------------------
	5. WRAPPER MAIN CONTENT
------------------------------------------------------------- */
#wrapper {
	margin-left: 0;
}

#main {
	margin-top: 25px;
}

#content {
	
}

#content-info {
	
}

#content-info h2 {
	
}

#content-info p {
	
}

.content-inner {
	
}

.pagination {
	text-align: center;
}

#navlinks {
	text-align: center;
	margin-top: 15px;
}

/* ------------------------------------------------------------
	6. BILLETS
------------------------------------------------------------- */
.post { /*
		border-bottom: 1px solid gray;
*/
	margin-bottom: 30px;
}

.post.first {
	
}

.post.odd {
	
}

.day-date {
	display: none;
}

.post-title {
	
}

.post-info {
	margin: 0px 0px 15px 20px;
	font-size: 0.9em;
	color: gray;
	font-size: 0.9em;
}

.post-tags {
	margin-top: -13px;
	font-size: 0.9em;
}

.post-tags li {
	display: inline;
}

.post-excerpt {
	
}

.post-content {
	border-left: 5px solid #990033;
	margin-left: 20px;
}

.read-it {
	
}

.footnotes {
	
}

.footnotes h4 {
	
}

.post-info-co {
	text-align: center;
}

.comment_count {
	margin-right: 250px;
}

.pings_count {
	
}

.attach_count {
	
}

#attachments {
	
}

#attachments h3 {
	
}

#attachments ul {
	
}

#attachments ul li {
	
}

#attachments li.audio {
	
}

#attachments li.package {
	
}

#attachments li.text {
	
}

/* ------------------------------------------------------------
	7. COMMENTAIRES, PINGS
------------------------------------------------------------- */
#comments {
	
}

#comments dl {
	margin-left: 30px;
}

#pings {
	
}

#pr {
	
}

#comment-form {
	
}

#comments h3 {
	margin-top: 20px;
	text-decoration: underline;
}

#pings h3 {
	text-decoration: underline;
}

#pr h3 {
	
}

#comment-form h3 {
	margin-top: 20px;
	text-decoration: underline;
}

#comments dl {
	
}

#comments dt {
	
}

#comments dd {
	
}

#comments .first {
	
}

#comments .odd {
	
}

#comments .me {
	
}

#pings dl {
	
}

#pings dt {
	
}

#pings dd {
	
}

#pings .first {
	
}

#pings .odd {
	
}

#pings .me {
	
}

#pr dl {
	
}

#pr dd {
	
}

#comment-form fieldset {
	
}

.field {
	
}

.field label {
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}

.field input {
	border: 1px solid gray;
}

.field input:focus {
	border: 1px solid #990033;
}

.field textarea {
	border: 1px solid gray;
}

.field textarea:focus {
	border: 1px solid #990033;
}

#comment-form input[type=submit] {
	
}

#comment-form input[type=reset] {
	
}

.form-help {
	
}

#ping-url {
	font-style: italic;
}

#comments-feed {
	display: none;
}

/* ------------------------------------------------------------
	8. SIDEBAR
------------------------------------------------------------- */
#sidebar {
	color: white;
	margin-top: 40px;
	padding-bottom: 40px;
	background: #990033 url("img/sidebar.png") no-repeat bottom;
}

#sidebar div {
	margin-bottom: 20px;
}

#sidebar a {
	color: white;
}

#blognav {
	
}

#blogextra {
	
}

#sidebar h2 {
	margin-bottom: 0px;
	text-decoration: underline;
}

#sidebar h3 {
	
}

#sidebar ul {
	list-style-type: none;
	margin: 2px 1px;
	padding: 0px;
}

#sidebar li {
	
}

/* boites du menu des widgets livres avec Dotclear */
#search {
	
}

#search form {
	
}

#search input[type=text] {
	
}  /* ou #search #q */
#search input[type=submit] {
	
}  /* ou #search .submit */
#topnav {
	font-weight: bolder;
	font-size: 1.3em;
	margin-top: 15px;
	text-decoration: underline;
}

#topnav ul li {
	display: inline;
}

.topnav-arch {
	
}

.topnav-home {
	
}

.selected {
	
}

.lang {
	
}

.categories {
	
}

.syndicate {
	
}

.lastposts {
	
}

.lastcomments {
	
}

.text {
	
}

.links h2 {
	margin: 0px;
	padding: 0px;
}

.links h3 {
	margin: 0px 5px;
	padding: 0px;
}

.links ul li {
	margin: 0px 10px;
	padding: 0px;
}

.tags {
	
}

.tags ul {
	
}

.tags li {
	font-size: 0.8em;
}

/* a completer separement ou globalement pour le sidebar et la page 
sp�cifique des tags avec les differentes class des tags en fonction 
de leur frequence - voir 9/ classes communes */
	/* ------------------------------------------------------------
	9. FOOTER
------------------------------------------------------------- */
#footer {
	text-align: center;
	height: 30px;
}

#footer p {
	
}

/* ------------------------------------------------------------
	10. CLASSES COMMUNES
------------------------------------------------------------- */
	/* class sur les liens rss (on peut y placer l'icone
feed.png a piocher dans le theme par defaut par ex.) */
.feed {
	padding-left: 16px;
	background: transparent url(images/feed.png) no-repeat left center;
}

/* tags dans le sidebar et dans la page les regroupant
(exemple ici pour un nuage) */
.dc-tags #content ul li,.dc-tags #content ul li a,.tags ul li,.tags ul li a
	{
	display: inline;
	width: auto;
	padding-left: 0;
	padding-right: 4px;
	background: transparent;
	line-height: 1.5em;
}

.tags ul li a:hover {
	background-image: none;
}

.dc-tags .tag0,.tags .tag0 {
	font-size: 85%;
}

.dc-tags .tag10,.tags .tag10 {
	font-size: 90%;
}

.dc-tags .tag20,.tags .tag20 {
	font-size: 95%;
}

.dc-tags .tag30,.tags .tag30 {
	font-size: 100%;
}

.dc-tags .tag40,.tags .tag40 {
	font-size: 105%;
}

.dc-tags .tag50,.tags .tag50 {
	font-size: 110%;
}

.dc-tags .tag60,.tags .tag60 {
	font-size: 115%;
}

.dc-tags .tag70,.tags .tag70 {
	font-size: 120%;
}

.dc-tags .tag80,.tags .tag80 {
	font-size: 125%;
}

.dc-tags .tag90,.tags .tag90 {
	font-size: 130%;
}

.dc-tags .tag100,.tags .tag100 {
	font-size: 135%;
}

/* messages d'erreur */
.error {
	border: 1px solid #c44;
	background: #df0;
	padding: 0.5em;
}

.error ul {
	padding-left: 20px;
}

.error li {
	list-style: square;
}

/* exemples de ceux que j'ajoute souvent */
.left {
	float: left;
	margin-right: 1em;
}

.right {
	float: right;
	margin-left: 1em;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.left-text {
	text-align: left;
}

.right-text {
	text-align: right;
}

.center-text {
	text-align: center;
}

.little-text {
	font-size: .8em;
}

.little-upper-text {
	font-size: .8em;
	text-transform: uppercase;
}

/* ------------------------------------------------------------
	11. PAGES SPECIFIQUES
	j'indique le marqueur du body, a completer pour cibler 
	plus precisement (cf l'exemple ci-dessus pour les tags)
------------------------------------------------------------- */
.dc-home {
	
}

.dc-post {
	
}

.dc-categories {
	
}

.dc-category {
	
}

.dc-archive {
	
}

.dc-archive-month {
	
}

.dc-tags {
	
}

.dc-tag {
	
}

.dc-404 {
	
}

.dc-search {
	
}

/* ---------------------------------------------------
  12. ET POUR FINIR NE PAS OUBLIER LES CLEARERS
	ici ceux le plus souvent necessaires
--------------------------------------------------- */
.post,.post-content,.footnotes,.attachments,.post-info-co,#comments,#footer
	{
	clear: both;
}
