/*                         TAKEFU : LABO
                             les styles                        
---------------------------------------------------------------*/


/* ---Structure------------------------------------------*/

body {			background-color: white;
			text-align: center;
			
}


#format {	 	width: 720px;
		 	margin: 0 1px;
		 	text-align: left;
}

#en_tete{		width: 717px;
			height: 100px;
		 	margin: 5px 0 0;
			padding: 5px 0 5px 5px;
			background: white url("images/plafondneuf.jpg") no-repeat;
			border: none;
}

#cadre {		width: 720px;
			border: 1px solid black;
			margin: 5px 0;
}


#billets {		float:left;
			width: 483px;
			margin: 0 0 15px;
			padding: 15px 0 5px 15px;
}

#col_droite {		width: 180px;
			padding: 15px 15px 0;
			margin: 0 0 0 506px;
}

#auteur, #categories, #archives, #autrement {
			margin: 0 0 24px 0;
}


#pied_page {		clear: both;
			height: 24px;
			margin: 0 15px;
			padding: 6px 0 0;
			border-style: solid;
			border-width: 1px 0 0;
			border-color: black;
}

.boite_titre, .post_titre, .col_droite_titre {		
			border-style: solid;
			border-width: 0 0 1px;
			border-color: black;
}

.boite_titre .post_titre {
			width: 100%
}

.col_droite_titre {	
			width: 180px;
}

#labo, #idees {		margin: 0;
}


/*----Zone test----------------------------------------
#col_droite, #billets {background-color: #eeeeee;}
.col_droite_titre {background-color: #dddddd;}
-----------------------------------------------------*/


/* ---Fixtures: générales--------------------------------*/

img { 			border : none;
}

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

q {			font-style : italic;
}

blockquote {		margin: 9px 24px 0;
			text-indent: 24px;
			text-align: justify;
			font-size: 0.9em;
}


/* ---Les polices : famille, taille et style------------ */

body {			font-family : Arial,Geneva,Helvetica,sans-serif;
			font-size : 12px;
}

code, pre {		font-family : "Courier New",monospace;
			font-size : 1em;
}	
			
#labo {			font-size: 3em;
			font-weight: bold;
}

#idees {		font-size: 2.3em;
			font-style: italic;
			font-weight: bold;
}

.boite_titre, .post_titre, .col_droite_titre, .comment-number {
			font-size: 1.8em;
			font-style: italic;
}

.entree, .post, #col_droite li {
			font-size: 1em;
}

p.quiquand, p.sectcomm, p.post_quiquandou, blockquote {
			font-size: 0.9em;
}

p.a_suire, #pied_page p, {
			font-size: 0.8em;
}

#pied_page{		text-align: right;
}

#archives h3{		font-weight: normal;
}


/* ---Les liens------------------------------------------*/

a {			text-decoration: none;
}

a:hover {		text-decoration: underline;
}

#labo a:hover, .boite_titre a:hover {
			text-decoration: none;
}


/* ---Les couleurs---------------------------------------*/

#labo, #labo a, {	color: black;
}

#pied_page, #pied_page a, p.sectcomm, p.sectcomm a, p.a_suire, p.a_suire a, #col_droite a, #col_droite li {		
			color: #333333;
}

a, a:hover { color: #8B4513;
}

.titre, .boite_titre, .boite_titre a, p.quiquand, .post_titre, p.post_quiquandou, 
p.post_quiquandou a, .col_droite_titre p, .comment-info a, #archives h3 {
			color: #336600;
}

#comments blockquote, #comment-preview blockquote { color: #660000;}


/* ---Les billets----------------------------------------*/

.entree p, {		margin: 9px 0 0;
			text-align: justify;
			text-indent: 24px;
}

pre {			text-indent: 0px
}

.boite_titre p {	text-indent:0;
			margin:0;
}

p.quiquand {		text-align: right;
			margin: 9px 0 0;
}

p.sectcomm {		text-align: center;
			margin: 9px 0;
}

p.a_suire {		text-align: right;	
}

.citation {		margin: 9px 24px 0;
			text-indent: 24px;
			text-align: justify;
			font-size: 0.9em;
}

.post {			text-align: justify;
			text-indent: 24px;
}

.post p {		margin: 9px 0 0;
}

.post_titre{		text-indent:0;
			margin:0;
}

.post_contenu{
}

p.post_quiquandou {	text-align: right;
}


/* ---La Colonne de droite-------------------------------*/

#col_droite ul {	padding-left : 0;
			margin : 9px 0 0 0;
			list-style : none;
}

#col_droite li {	display : block;
}

.col_droite_titre p {	/*margin: 0;*/
}


/* ---Commentaires---------------------------------------*/

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

#comments blockquote, #comment-preview blockquote {
			margin: 0 0 12px 0;
}

.comment-info {		padding : 4px 0 4px 18px;
}

#comments .comment-info {background-position : 4px 60%;
			background-repeat : no-repeat;
}

#comments blockquote, #comment-preview blockquote {
			display : block;
			padding : 1px 12px;
			font-style : normal;
			background : transparent;
}


/* Interactions
-------------------------------------------------------- */

fieldset {		display : block;
			border : none;
			margin : 0;
			padding : 0;
}

input, textarea {	font-size : 12px;
			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;
}


/* Messages d'erreur-------------------------------------*/

.error {		border : 1px solid #c00;
			background : #fee;
			padding : 6px;
}

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

.error li {		list-style : square;
}

