/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 * Theme Keepsake par Kozlika http://www.kozlika.org 
 */


/* 
9c3829

:%s/C3A758/9c3829/cg

*/


body {
	margin : 0;
	padding : 0;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size : 75%;
	color:#333;
	/* background: #fff url(images/bg-body-sidebarg.jpg) repeat-y; */
	background: #fff;
}

p { margin : 1em 0; }
img { border : none; margin:0; }
form { display : block; margin : 0; padding : 0; }

h1 { font-size : 3.0em; margin : 0.67em 0; font-style:italic; }
h2 { font-size : 1.5em; margin : 0.83em 0; }
h3 { font-size : 1.17em; margin : 1em 0; }
h2, h3 { font-family : Georgia,"New Century Schoolbook",Times,serif; }
h4 { font-size : 1em; margin : 1.33em 0; }
h5 { font-size : 0.83em; margin : 1.67em 0; }
h6 { font-size : 0.67em; margin : 2.33em 0; }

.envoi { 
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size : 1.2em; 
	text-align : left;
	margin-left : 13px;
	margin-top : -45px;
	margin-bottom : 20px;
}
.envoi a:link { 
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align : left;
	color : #9c3829;
}
.envoi a:visited { 
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align : left;
	color : #9c3829;
}
.envoi a:hover { 
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align : left;
	color : orange;
}


.soustitre { 
	font-family : Georgia,"New Century Schoolbook",Times,serif; 
	font-size : 1.2em; 
	font-style : italic; 
	color : #9c3829;
	margin-bottom: 20px;
	width: 350px;
	text-align : left;

}

code, pre { 
	font-family : "Courier New",monospace; 
	font-size : 0.8em; 
	background : #f7f7f7; }

pre { 
	margin : 0 auto; 
	margin-bottom : 1em; 
	padding : 0.5em; 
	text-align:left;
	white-space:normal;
		/* cachÃ© pour IE 5 Mac qui sait pas faire \*/
		white-space:pre;
		width: 90%; 
		overflow : auto;
		/* End hack */
}

q { 
	font-style : italic; 
 }

a:link {
	color : #9c3829;
	text-decoration:none;
}
a:visited {
	color : #999;
	text-decoration:none;
}
a:hover {
	text-decoration : none;
	color : #8d6e68;
}
a:focus {
	text-decoration:underline;
}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color:#CED6D9; 
	background : transparent;
}

acronym, abbr {
	border-bottom: 1px dotted #999;
	cursor:help;
}
.connected {
	font-size:0.9em; color:#666666;
}
.connectedspan {
	font-size:2em; color:#666666;
}

.footnotes {
	font-size:0.9em; color:#666;
	border-top:1px dashed #999;
	border-bottom:1px dashed #999;
}
.footnotes h4 {
	margin: 0.5em 0;
}

ul {
	position : relative;
} /* pour eviter la disparition d'image aleatoire au survol des liens */

/* Structure
-------------------------------------------------------- */
#page {
}


/* Prelude
-------------------------------------------------------- */
#prelude {
	position : absolute;
	top : 0;
	margin : 0;
	padding : 0;
	font-size : 0.85em;
}


/* Les trois lignes suivantes Ã  supprimer si vous souhaitez voir s'afficher le prelude*/
/* 
#prelude, #prelude a {
	color:#000;
}
*/


/* Titre
-------------------------------------------------------- */
#top {
	background:transparent url(images/ardoise-ecrire.gif) no-repeat 100%;
	background-position: 0 .5em;
	font-family : Georgia,"New Century Schoolbook",Times,serif;
	padding-left:180px;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align : left;
	height:180px;
}
#top h1 {
	margin : 0;
	padding-bottom : 0.86em 1px;
	letter-spacing : 1px ;
	font-size : 3em;
	font-weight : extrabold;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}
#top a {
	color : #9c3829;
	background : transparent;
	text-decoration : none;
	font-weight:normal;
}

.pub1 {
	margin-top:-171px;
	width: 470px;
	float: right;
	position: relative;
}
.pub2 {
	margin-top:-180px;
	width: 200px;
	float: right;
	position: relative;
}
.pub1firefox {
	margin-top:-200px;
	width: 200px;
	padding-top:25px;
	font-size : 1em;
	font-weight : bold;
	float: right;
	position: relative;
	border-top : 1px solid #9c3829;
}




/* conteneur des trois colonnes
------------------------------------------------------------------------ */
#carcasse {
	margin:0;
	padding : 3em 16em;
	margin-top:-35px;
}


/* Centre (partie des billets)
-------------------------------------------------------- */
.ext-main {
	width: 100%;
}
.ext-main[class] { /* pour mozilla */
	padding-bottom: 0.1px;
}
.main {
	float: left;
	width: 86%;
	/* taille importante */
	position: relative;
	z-index: 0;
}
.main[class] { 
	margin-right: -1px;
}
.main-content {
	margin: 0 2em;
}
#content {
	float:right;
	width:99%;
	font-family : Georgia,"Times New Roman","New York",serif;
	/* border-left : 4px dashed #ada095;*/
	/*	border-right : 1px dashed #ada095; */
}

#content[id] { 
	margin-left:-1px;
}

#content h3 {
	color : #666;
	margin-top : 2em;
	font-size:1.1em;
	font-weight:normal;
}

#content h4 {
	color :#666;
}
	
.day-date {
	padding-bottom : 4px;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size : 1em;
	text-align : right;
	color : #ada095;
	border-top : 1px solid #9c3829;
	text-transform : lowercase;
}

.post {
	margin-top:2em;
}


.post-title {
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-weight:normal;
	font-size:1.3em;
	background : transparent url(images/miniardoise.png) no-repeat 0 40%;
	padding-left : 30px;
	margin:0;
	color : #9c3829;
}

/* La maitresse a epingle, mais il y a une diff entre firefox et ce con de ie */
h2.post-title {
	font-size:1.3em;
	text-decoration:underline;
}

.post-title a {
	color : #9c3829;
	text-decoration:underline;
}
.post-title a:hover {
	color : #9c3829;
	text-decoration:none;
}

.post-chapo {
	color: #9c3829;
	font-size:1.15em;
	margin-top:0.25em;
}
.post-chapo blockquote {
	color: #9c3829;
	font-size:1.30em;
	margin-top:0.25em;
}
.post-chapo a {
	text-decoration:underline;
}
.post-chapo a[href ^="http://"] {
        background: url(/themes/retourneAuCM1/images/external.png) center right no-repeat;
	padding-right: 13px;
	text-decoration:underline;
}


/* style du contenu du billet 
	ce qui est important c'est le margin-bottom:4em pour espacer correctement les Trackbacks à la suite
*/
.post-content {
	margin-top:0.5em;
	text-align:justify;
	color: #9c3829;
	font-size:1.1em;
	margin-bottom:4em;
}

.post-content p {
	margin-top:0.25em;
	line-height:120%;
	color: #9c3829;
}
.post-content a {
	text-decoration:underline;
}

.post-info {
	margin-bottom: 0;
	color:#999;
}

.post blockquote {
	background: transparent url(images/ouvre.gif) left top no-repeat;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin:2em 0;
	padding-left:2em;
	font-size:1em;
	font-style:italic;
}
.post blockquote p {
	padding-top: 0;
	padding-left: 18px;
	padding-right: 48px;
	padding-bottom: 12px;
	background: transparent url(images/ferme.gif) right bottom no-repeat;
	margin-top:1em;
}






p.post-info-co {
	margin-left:0;
	padding-left:0;
	background : transparent url(images/ico_tb.png) no-repeat;
}
p.post-info-co a {
	padding-left : 15px;
}

span.post-info-co-chiffre {
	font-size : 1.3em; 
}
span.post-info-tb-chiffre {
	font-size : 1.3em; 
}
span.post-info-lect-chiffre {
	font-size : 1.3em; 
}

#trackbacks {
	border-top:1px dashed #ada095;
	border-bottom:1px dashed #ada095;
}

#comments {
}

#comment-preview {
}

#trackbacks, #comments, #comment-preview {
	margin : 0 ;
}

#trackbacks h3, #comments h3, #comment-preview h3 {
	font-size : 1em; 
	margin : 1em 0;
}



#trackbacks blockquote  {
	display : block;
	margin : 0 0 1em 2em;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	background : transparent url(images/line-1.png) repeat-x 0 0;
}


#comments blockquote , #comment-preview blockquote {
	display : block;
	margin : 10px 0 1em 2em;
	padding : 1px 1em;
	font-style : normal;
	color : #666;
	/* background : transparent url(images/hautbulle.png) repeat-x 100px -14px; */
	border: 1px solid #9c3829;

	/* opacity: 0.1;
	background : #9c3829; */
}


.comment-info {
	margin : 0;
	padding : 0 0 0 18px;
}
#trackbacks .comment-info {
	background-image : url(images/ico_tb.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
#comments .comment-info {
	background-image : url(images/ico_comments.png);
	background-position : 4px 60%;
	background-repeat : no-repeat;
}
.comment-number {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 2em;
}
.comment-number a {
	text-decoration : none;
}
.post ul, .post ul li {
	list-style:none;
	padding-left: 1em;
	margin: 0 0 0 0;
}
.post ul li {
	#display:block;
	#background : transparent url(images/ul.gif) no-repeat 0 4px;
	display: list-item;
	list-style-type: circle;
	padding-left:14px;
	margin-left:10px;
	padding-bottom:0.2em;
}
.post ul ul li {
	display:block;
	background : transparent url(images/ulul.png) no-repeat 0 4px;
	padding-left:9px;
}


/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}
/* Calage des sidebar
-------------------------------------------------------- */

.ext-col {
	position: relative;
	/* taille des 2 colonne droite ET gauche */
	width: 16em;
	overflow: hidden;
}
.ext-col_g {
	position: relative;
	width: 17em;
	overflow: hidden;
}
.ext-col_d {
	position: relative;
	width: 25em;
	overflow: hidden;
}

.int-col {
	margin: 0 1em;
	padding-bottom:2em;
}

.clear {
	clear: both;
}

/* Menu gauche
-------------------------------------------------------- */
#extra {
        float:left;
        margin-left:-17em;
        z-index:10;
	text-align:right;
	font-size:0.86em;
	padding-top:56px;
}

#extra[id] {
	margin-right:1px;
}

#extra h2 {
	font-weight : normal;
	color : #756435;
	padding : 10px 0 0 0;
}

#extra ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#extra li {
	display : block;
	margin-top : 0.15em;
	padding-left : 15px;
	padding-bottom : 3px;
	color : #e2d6ad;
	/* background : transparent url(images/fleche.png) no-repeat 0 0.25em; */
	background : transparent url(images/miniardoisepuce.png) no-repeat 0 0.25em;
}

#extra a {
	text-decoration : none;
}

#extra li:hover {
	color : #333;
}


/* Menu droit
-------------------------------------------------------- */
#sidebar2 {
	float:right;
	/* taille colonne droite */
	margin-right:-18em;
	z-index:22;
	font-size:0.86em;
	/* border-left: solid 1px; */
}

#sidebar2[id] {
	margin-left:1px;
}

#sidebar2 h2 {
	font-size:1.25em;
	font-weight : normal;
	color : #756435;
	padding : 10px 0px 0px 0px;
	border-top : 1px solid #9c3829;

}

#sidebar2 h3 {
	font-size : 1.15em;
	color : #756435;
	font-weight : normal;
}

#sidebar2 ul {
	padding-left : 0;
	margin : 0 0 0 0;
	list-style : none;
}

#sidebar2 li {
	display : block;
	margin-top : 0.15em;
	padding-left : 15px;
	background : transparent url(images/miniardoisepuce.png) no-repeat 0 0.25em;
}

#sidebar2 a {
	text-decoration : none;
}

#sidebar2 li:hover {

}

#top10 li {
	display : block;
	margin-top : 0.15em;
	padding-left : 15px;
	padding-bottom : 10px;
	background : transparent url(images/miniardoisepuce.png) no-repeat 0 0.25em;
}

/* Search form */
#search {
}
#q {
}

/* Categories box */
#categories {
}

/* Archives box */
#archives {
}

/* Links box */ 
#links {
}

/* Syndication box */
#syndicate {
}


/* Footer
-------------------------------------------------------- */
#footer {
	font-size:0.9em;
	border-top : 1px solid #999;
	margin : 0 0 1em 0;
	padding: 0 2em;
	color: #666;
	text-align: right;
	line-height: 100%;
}

/* Calendrier
-------------------------------------------------------- */
#calendar {
}

#calendar h2 {
}

#calendar table {
	border-collapse : collapse;
	font-size : 1em;
	text-align:center;
	margin : 0;
	padding:0;
}

#calendar caption {
	margin : 0 auto;
	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

#calendar abbr {
	border : none;
}

#calendar th, .cal td {
	border : none;
	padding : 1px;
}
#calendar td {
	text-align : center;
	padding-bottom:5px;
}

#calendar td.active a {
	font-weight : bold;
}

#calendar a {
	font-weight : bold;
	border-bottom : 1px solid #9c3829;
}

/* Error messages
-------------------------------------------------------- */
.error {
	border : 1px solid #c00;
	background : #fee;
	padding : 0.5em;
}
.error ul {
	padding-left : 20px;
}
.error li {
	list-style : square;
}


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

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 1em;
	border-width : 1px;
	border-color : #ccc;
}

input[type], textarea[name] {
	background: #f1f0ed;
}

input[type=submit], input[type=reset] {
	background : #ccc;
	color : #000;
}

input[type=submit]:hover {
	background : #598F9A;
	color : #fff;
}

textarea {
	width : 95%;
}

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

p.field label {
	display : block;
	font-weight : bold;
	font-size : 0.85em;
}

.form-help {
}

#comment-form {
}

input.preview {
}
input.submit {
}

#c_nom {
}
#c_mail {
}
#c_site {
}
#c_content {
}
#c_remember {
}


.pagenav {
	font: 0.9em;
}

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

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

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


.navigationpages {
	border-top : 2px solid #999;
	padding-top : 10px ;
	text-align : center;
	}

.correctionrouge {
	color: red;
	font-weight : bold;
}


.precedentsuivant {
	margin : 10px ;
	padding : 2px ;
	border : 1px solid #999;
	background: #ffe;
	
}

.precedentsuivant p {
	padding : 0px ;
	margin : 2px ;
}


.epingle_logos {
  float: left;
  width: 80px;
  margin: 4px;
  padding-right : 4px ;
  padding-bottom : 4px ;
}
.epingle_texte {
  margin: 0px;
  padding : 2px ;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.epingle_texte a:hover {
	text-decoration : none;
	color : #9c3829;
	font-size:150%;
}

.epingle_texte a.big {
	text-decoration : none;
	color : #9c3829;
	font-size:150%;
}
.pubfirefox {
}


.moderationboxleft   {
        width: 60px; float: left;
}
.moderationboxright  {
        width: 370px;
        margin-left: 10px;
        margin-top: 50px;
        float: left;
        border: 1px solid #9c3829;
        padding: 10px;
}

.formcommentleft {
        clear: both;
}





.post_cal {
        border: 0px solid #A6A6A6;
        text-align: center;
        width: 60px;
        height: 60px;
        float: left;
        margin: 0 10px 5px 0;
        background:url(/themes/retourneAuCM1/cal.png) no-repeat right top;

}

.post_cal .dayname {
        border-bottom: 0px solid #A6A6A6;
        color: #FFFFFF;
        font-size: 7px;
        font-weight: bolder;
        width: 100%;
}

.post_cal .daynum {
        border-bottom: 0px solid #A6A6A6;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
}

.post_cal .month {
        font-size: smaller;
        width: 100%;
}

.corrige {
        border: 1px solid #A6A6A6;
	background: #ffe;
}


.googlecolonne {
        border-left: 4px solid #9c3829;
        margin-left: 4px;
	padding-left:25px;
	text-align:left;
	
}
.tribune {
        margin-left: 4px;
        color: #CC00FF;
	
}
