/* ***** BEGIN LICENSE BLOCK *****
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 * The Original Code is DotClear Weblog.
 * The Initial Developer of the Original Code is
 * Olivier Meunier.
 * See complete copyright notice on dotclear web site.
 * This is truncated to save bandwitdh.
 * ***** END LICENSE BLOCK ***** */

body {
	margin : 0;
	padding : 1em;
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 0.9em;
	background : url(/images/coin_avion_petit.jpg) #e0e8f8 bottom right no-repeat ;
}
/* #79B6F2 */
p { margin : 1em 0; }

img { border : none; padding : 1px; margin : 0.5em ; }
x.billet { overflow : auto }
#content .billet p img { float : left; }
img { max-width : 90% ; height : auto }
#content img { float : left; }
form { display : block; margin : 0; padding : 0; }
h1 { clear : left ; }
h2 { clear : left ; }
h3 { clear : left ; }

#ours { padding : 25px 4em 0px 4em ; }
#xxseparetete { margin-top : 0px ; }

h1 { font-size : 2em; margin : 0.67em 0; background : #fbfcfe ; border-bottom : solid 1px #e0e8f8 }
h2 { font-size : 1.5em; margin : 0.83em 0; background : #fbfcfe ; border-bottom : solid 1px #e0e8f8 }
h3 { font-size : 1.17em; margin : 1em 0; background : #fbfcfe ; border-bottom : solid 1px #e0e8f8 }
h4 { font-size : 1em; margin : 1.33em 0; background : #fbfcfe ; border-bottom : solid 1px #e0e8f8 }
h5 { font-size : 0.83em; margin : 1.67em 0; background : #fbfcfe ; border-bottom : solid 1px #e0e8f8 }
h6 { font-size : 0.67em; margin : 2.33em 0; background : #fbfcfe ; border-bottom : solid 1px #e0e8f8 }

code,pre { font-family : "Courier New",monospace; font-size : 1em; }

q { font-style : italic; }

a {
	color : #036;
}

a:hover {
	text-decoration : underline;
}

a:link {
	text-decoration : underline;
}

a[hreflang]:after {
	content: "\0000a0(" attr(hreflang) ")";
	color : #666;
	background : transparent;
}

h2, h3 {
	font-family : Georgia,"Times New Roman",serif;
}

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

/* Titre
-------------------------------------------------------- */
#top {
/*	position : absolute;
	top : 0;
	left : auto;	
	right : 1em;	*/
	margin : 1em;
	padding : 0;
	background : #fff;
	border : none;
	font-family : Georgia,"Times New Roman",serif;
	text-align : center;
	float: left;
}

#top a {
	padding : 0.2em;
	color : #000;
	background : transparent;
	text-decoration : none;
}

/* Page
-------------------------------------------------------- */
#page {
/*	position : relative; */
	max-width: 82em;
	margin-top : 1.5em;
	margin-left : auto;
	margin-right : auto;
	background : white;
	border : 1px solid #f0f4fc ;
padding : 0px;
}

/* Main
-------------------------------------------------------- */
#main {
/*	position : absolute; */
/*	top : 0; */
/*	left : 15em; */
/*	border-left : 1px solid #999;
	border-bottom : 1px solid #999;*/
}

#main h2 {
	margin-top : 1.5em;
	color : #036;
}

#main h3 {
	color : #333;
	margin-top : 2em;
}

#main p.day-date {
	font-size : 1em;
	font-weight : bold;
	margin-top : 2em;
	text-align : right;
	border-bottom : 1px solid #ccc;
	color : #666;
	background : transparent;
}

#main p {
	line-height : 1.6em;
}

.chapo {
	margin-bottom : 2em;
}
.chapo p:first-letter {
	/*font-weight : bold;
	font-size : 2.5em;
	font-family : serif;
	float : left;
	margin-right : 0.2em;*/
}

.post-info {
	font-size : 0.85em;
	text-align : right;
	clear : left;
}

hr.invisible {
	border : none;
	color : #fff;
	background : transparent;
}

hr.separateur {
	width : 60em ;
	display : block;
}

div.separateur { 
	text-align : center;
	margin : 1em;
	}

/* Content
-------------------------------------------------------- */
#content {
	margin : 1em;
	padding : 1em;
	max-width : 60em;
	}

/* Liste commentaires + formulaire
-------------------------------------------------------- */
#co {
	margin : 0 2em;
/*clear : both;*/
}

#co blockquote {
	display : block;
	margin : 0;
	padding : 1px 1em;
	font-style : normal;
	border : 1px solid #999;
	color : #666;
	background : transparent;
}

.comment-info {
	margin-bottom : 0;
	font-size : 0.85em;
}

.erreur {
	border : 1px solid;
	padding : 0.5em;
}

/* Menu
-------------------------------------------------------- */
#menu {
	width : 14em;
	max-width : 100%;
	border : 1px solid #3868CE;
	padding : 0.1em;
	margin : 0 0 1em 1em;
	float : right;
	background: #fff url(/fondciel-01.jpg) no-repeat bottom center;
}

#menu h2 {
	font-weight : normal;
	color : #114;
}

#menu ul {
	padding-left : 1.5em;
	margin-left : 0;
}

#menu li {
	list-style : square;
	margin-top : 0.15em;
	color : #999;
	background : transparent;
}

#menu li:hover {
	color : #333;
	background : transparent;
}

/* Footer
-------------------------------------------------------- */
#footer {
/*	position : relative;*/
/*	border-top : 1px solid #ccc; */
	/*width : 15em;*/
/*	margin : 0 0 2em 0;*/
}

#footer p {
	text-align : center;
}

/* Conteneur de colonne
-------------------------------------------------------- */
.col-content {
	padding : 1em;
}

/* Calendrier
-------------------------------------------------------- */
.cal {
}

.cal table {
	border-collapse : collapse;
	font-size : 0.85em;
}

.cal caption {

	padding : 0 0 0.3em 0;
	font-size : 1.2em;
}

.cal abbr {
	border : none;
}

.cal th, .cal td {
	border : none;
	padding : 0.2em;
}
.cal td {
	border : black 1px;
	text-align : center;
}

.cal td.active a {
	text-decoration : none;
        padding : 0.3em;
	background : #fb7;
	font-weight : bold;
}

.cal td a {
	text-decoration : none;
        padding : 0.3em;
	background : #fdb;
	font-weight : bold;
}

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

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

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

textarea {
	width : 100%;
	max-width : 60em;
}

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

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

/* Classes diverses
-------------------------------------------------------- */
.petit {
	font-size : 0.85em;
}

.droite {
	text-align : right;
}

