/* Theme Keepsake par Kozlika http://www.kozlika.org */

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

}

.arc90_linkpic { display: none; position: absolute; left: 0; top: 1.5em; } .arc90_linkpicIMG { padding: 0 4px 4px 0; background: #FFF url(/tools/c/images/linkpic_shadow.gif) no-repeat bottom right; }

.tabcentre table{
margin: 0 auto ;
text-align: center;
}

img.bordure {
border : 3px solid #c3a758;
}

.bordure object{
border : 3px solid #c3a758;
}

.bord {
border : 3px solid #c3a758;
margin : 10px;
padding : 10px;
}

p { margin : 1em 0; }

img { border : none; margin:0; }
img.smiley { border : none; margin : -0.25em 0; }
img.gravatar_img { border : none; float : left; margin: -1em 0.5em 0.5em -30px; width: 40px; }

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

h1 { font-size : 2.50em; margin : 0.67em 0; }
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; }

code { 
	font-family : "Courier New",monospace; 
	font-size : 1.1em; 
	background : #feeeef;
 }
 
pre { 
	font-family : "Courier New",monospace; 
	font-size : 1.1em; 
	background : #ffa2a3;
	max-height:15em;
	max-width:600px;
	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 : #C3A758;
	text-decoration:underline;
}
a:visited {
	color : #C3A758;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color : #FFFFFF;
	background-color : #C3A758;
}
a:active {
  color : #8d6e68;
  text-decoration:none;
}
a:focus {
	text-decoration:underline;
}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color:#CED6D9; 
	background : transparent;
}

a {
	outline: none; }

acronym, abbr {
	border-bottom: 1px dotted #999;
	cursor:help;
}

.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 {

	background: transparent url(images/bg-body-sidebard.png) repeat-y;
  background-position: right;
  
}


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

#postlude {
  bottom : 0;
  margin : 0;
  padding-left : 15px;
  font-size : 0.85em;
}

/* Les trois lignes suivantes √  supprimer si vous souhaitez voir s'afficher le prelude */
#prelude, #prelude a, #postlude, #postlude a { 
	color:#8d6e68;
  text-decoration:none;
 } 

/* Titre
-------------------------------------------------------- */
#top {
	font-family : Georgia,"New Century Schoolbook",Times,serif;
	text-align : center;
	height:270px;
}
#top h1 {
	margin : 0;
	padding : 0.86em 1px;
	letter-spacing : 2px ;
}
#top a {
	color : #C3A758;
	background : transparent;
	text-decoration : none;
	font-weight:normal;
}


/* conteneur des trois colonnes
------------------------------------------------------------------------ */
#carcasse {
	margin:0;
	padding : 0 17.5em;
	margin-top: -64px;
	/* margin-top: -64px; SANS le mybloglog */
}


/* Centre (partie des billets)
-------------------------------------------------------- */
.ext-main {
	width: 100%;

}
.ext-main[class] { /* pour mozilla */
	padding-bottom: 0.1px;
}
.main {
	float: left;
	width: 99%;
	position: relative;
	z-index: 0;
}
.main[class] { 
	margin-right: -1px;
}
.main-content {
	margin: 0 1.5em;
}
#content {
	float:right;
	width:99%;
	font-family : Georgia,"Times New Roman","New York",serif;
	border-left : 1px dashed #ada095;
	border-right : 1px dashed #ada095;
}

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

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

#content h4 {
	color :#666;
}
	
.day-date {
	padding-bottom : 4px;
	padding-top : 4px;
	padding-right : 1em;
	padding-left : 1em;
	margin-top : -1.5em;
	margin-right : -0.3em;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size : 1em;
	font-weight : bold;
	float : right;
	color : #c3a758;
	background-color : black;
	border : 3px solid #c3a758;
}

.titre {
	padding-bottom : 4px;
	padding-top : 4px;
	padding-left : 1em;
	margin-left : -0.5em;
	font-family : "Lucida grande",Verdana,Lucida,Helvetica,sans-serif;
	font-size : 1.2em;
	font-weight : bold;
	text-align : left;
	color : #c3a758;
	background-color : black;
	border : 3px solid #c3a758;
}

.post {
	margin-top:2em;
}

.post-title {
	font-weight:normal;
	font-size:1.33em;
	background : transparent url(images/ico_entry.png) no-repeat 0 40%;
	padding-left : 12px;
	margin:0;
	color:#333;
}

.post-title a {
	color:#000;
	text-decoration:underline;
}

.post-chapo {
	margin-top:0.25em;
}

.post-content {
	text-align:justify;
	margin-top:0.5em;
}

.post-content p {
	margin-top:0.25em;
	line-height:120%;
}

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

.post-info-co {
	background : transparent url(images/ico_comments.png) no-repeat 0 40%;
	margin-top:0;
	margin-bottom:0.5em;
	padding-left : 13px;
}

.post blockquote {
	font-family:Tahoma, "Lucida Grande", "Trebuchet MS", sans-serif;
	background: transparent url(images/cite.gif) repeat-y;
	margin:2em 0;
	padding-left:2em;
}

.post blockquote p {
	margin-top:1em;
}


.post-info-co span {
	background : transparent url(images/ico_tb.png) no-repeat 100% 40%;
	padding : 0 15px 0 0;
}

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

#rajout {
  margin-top:1em;
  margin-bottom:1em;
	border-top: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, #comments blockquote, #comment-preview 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; */
}

.comment-info {
	margin : 0;
	padding : 0.3em 0 0.3em 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 : 1.8em;
}
.comment-number a {
	text-decoration : none;
}

.comments-dev {
font-size : 0.9em;
}

/* #comments-dev img.smiley { border : none; margin : -0.25em 0; width:14px; height:14px;} */

.comments-dev img.gravatar_img { border: none; float: left; margin: 1px 1em 0 -33px; width: 20px; height: 20px}

.comments-dev p { margin: 0; }

.trackbacks-dev h3, .comments-dev h3, .comment-preview-dev h3 {
	font-size : 0.9em; 
	margin : 0.5em 0;
}

.trackbacks-dev blockquote, .comments-dev blockquote, .comment-preview-dev blockquote {
	display : block;
	margin : 0 0 5px 5px;
	padding : 1px 1em;
	font-style : normal;
	font-size : 0.9em;
	color : #666;
/*	background : transparent url(images/line-1.png) repeat-x 0 0; */
}

.comment-info-dev {
	margin : 0;
	padding : 0.3em 0 0.3em 18px;
	font-size : 0.9em;
}

.comment-number-dev {
	font-family : Georgia,"Times New Roman","New York",serif;
	font-size : 1em;
}

.post ul, .post ul li {
	list-style:none;
	padding-left: 1em;
	margin: 1em 0 1em 0;
}
.post ul li {
	display:block;
	background : transparent url(images/ul.gif) no-repeat 0 4px;
	padding-left:14px;
}
.post ul ul li {
	display:block;
	background : transparent url(images/ulul.png) no-repeat 0 4px;
	padding-left:9px;
}

.post ol, .post ol li {
	margin: 1em 0 1em 0;
}

/* 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;
	width: 17.5em;
	overflow: hidden;
}

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

.clear {
	clear: both;
}

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

#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;
	color : #e2d6ad;
	background : transparent url(images/fleche.png) no-repeat 0 0.25em;
}

#extra a {
	text-decoration : none;
}

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


/* Menu droit
-------------------------------------------------------- */
#sidebar2 {
	float:right;
	margin-right:-17.5em;
	z-index:11;
	font-size:0.86em;
}

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

#sidebar2 h2 {
	font-size:1.25em;
	font-weight : bold;
	color : #756435;
	padding : 10px 0 0 0;
	text-align:center;
	background : transparent url(images/bg-title-sidebar.png) no-repeat 100% 100%;
}

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

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

#dercoms li {
background : none;
padding-left : 0;
}

#sidebar2 a {
	text-decoration : none;
}

#sidebar2 li:hover {
	color : #e2d6ad;
}

/* 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%;
}

#postlude {
	border-bottom : 1px solid #999;
	padding-bottom : 1em;
}

#trombi {
	padding : 0.5em;
position: absolute;
top: 170px;
left: 21px;
z-index: 100;
	background-color : #C3A758;
	border : 1px solid #8d6e68;
}

#trombi a:link {
	color : #000000;
	text-decoration:underline;
}

#trombi a:hover {
	text-decoration:none;
	color : #FFFFFF;
	background-color : #C3A758;
}
#trombi a:visited {
	color : #000000;
	text-decoration:underline;
}
#trombi a:active {
	text-decoration:none;
	color : #FFFFFF;
	background-color : #C3A758;
}
/* Calendrier
-------------------------------------------------------- */
#calendar {
font-size : 0.8em;
}

#calendar h2 {
	font-size : 1.66em;
}

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

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

#calendar a {
}

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


/* No SMS
-------------------------------------------------------- */
.nosms {
border: 1px solid #ff0000;
padding: 9px;
}


.me blockquote {
border : 1px solid #8d6e68;
}

/* 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: #ffe99a;
}

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

input[type=submit]:hover {
	background : #8d6e68;
	color : #fff;
}

textarea {
	width : 100%;
}

input:hover, select:hover, input:focus, select:focus, textarea[name]:hover, textarea[name]:focus
{
	border: #8d6e68 1px solid;
	background-color: #FFFFFF;
}

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 {
}

/* Nuage de Tags
-------------------------------------------------------- */

#sidebar2 #nuage ul {
	list-style-type: none;
	text-align: center;
	margin: 0 0.5em 1em 0.5em;
	padding: 0;
}

#sidebar2 #nuage li {
	display: inline;
	background:none;
	padding-left:0px;
}

#sidebar2 #nuage .level-1 {
	font-size: 0.8em;
}

#sidebar2 #nuage .level-2 {
	font-size: 1em;
}

#sidebar2 #nuage .level-3 {
	font-size: 1.2em;
}

#sidebar2 #nuage .level-4 {
	font-size: 1.4em;
}

#sidebar2 #nuage .level-5 {
	font-size: 1.6em;
}




#toclink {

}

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

.left {
  text-align : left;
}

.justify {
  text-align : justify;
}

#archives ul.archives_year {
   list-style-image: url(images/ul.gif);
   list-style-position: inside;
   font-weight: bold;
}
#archives a {
   text-decoration: none;
}
#archives a:hover {
   text-decoration: none;
}
#archives .archives_month {
   padding-left: 20px;
}

.tag-list {
	margin:0;
}

.nosou a {
   text-decoration: none;
   float:right;
}

.coprss {
display:none;
}


			.wikiotext {font-family:Arial,Helvetica,sans-serif;font-size:9px;color:#666666;}
			.wikiobutton{width:47px;border:solid 1px #b7bbbe;margin:0px;padding:0px;background-color:#FFFFFF;}
			.wikio{height:15px;margin-left:1px;}
			.wikio img{border:0px;margin:0px;padding:0px;}
			.wikiotxt{height:50px;text-align:center;} 
			.a{	background:url(http://www.wikio.fr/shared/img/vote/trait.gif) repeat-x bottom;}
			.b{	background:url(http://www.wikio.fr/shared/img/vote/degrade.gif) repeat-x bottom;}
			.wikionote{font-family:Arial, Helvetica, sans-serif;font-weight:bold;padding:6px 0 4px 0;}
			.wikioaction {font-family:Arial, Helvetica, sans-serif;font-weight:bold;font-size:11px;color:#333333;}
			.wikionote a {text-decoration:none;color:#f18717;font-size:16px; border:0px;}
			.wikionote a:visited {text-decoration:none;color:#f18717;font-size:16px; border:0px;}
			.wikionote a:hover{text-decoration:none;color:#f18717;font-size:16px; border:0px;}
			.wikioaction a {text-decoration:none;color:#333333; border:0px;}
			.wikioaction a:visited {text-decoration:none;color:#333333; border:0px;}
			.wikioaction a:hover{text-decoration:underline;color:#333333; border:0px;}

.alignleft {
	float:left;
	margin-left: 2em;
}
.alignright {
	float:right;
	margin-right: 2em;
}

