/* ***** 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 *****
 *
*/

body{
	color: #FFFFF0;
	font-family: Arial ,  Verdana ,  Geneva ,  Helvetica ,  sans-serif;
	background-image: url(  ../../images/theme/fond.jpg );
	background-repeat: repeat;
	background-position: inherit;
}
#page{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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


a:hover {
	color: #F5F5F5;
/*	text-decoration: none;*/
}
h1 {
	font-size: 4em;
	margin: 5px 5px 10px 5px;
}
h2 { font-size : 3.2em;
	margin : 5px 5px 10px 5px;
}
h3 { font-size : 2em;
	margin : 0px 0px 0px 0px;
}
h4 {
	font-size: 1.5em;
	margin : 0px 0px 0px 0px;
}
h5 {
	font-size: 0.85em;
	margin : 0px 0px 0px 0px;
}
h6 {
	font-size: 0.67em;
	margin : 0.3em 0px 0px 0px;
	color: #6495ED;
}
h7 {
	font-size: 1.17em;
	color: #6495ED;
	font-weight: bold;
}


p { margin : 1em 0em 0em 0em; }
img { border : none; }


div {
	border: none;
}

form {
	letter-spacing: normal;
	line-height: normal;
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0em 0em;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
}

#prelude {
	position: fixed;
	top: 0px;
	color: #191970;
	border-top: 1px solid #F4F7FB;
	border-left: 1px solid #F4F7FB;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	padding: 0em 0.0em 0.05em 0.0em;
	margin: 0em 0.0em 0.05em 0.0em;
	background-image: url(../../images/theme/fond1.gif);
	text-align: center;
	font-family: verdana,sans-serif;
	font-size: 0.87em;
	font-weight: 300;
	left:1px;
	right:1px;
	clear: both;
	width: auto;
	z-index: 2;
	cursor:default;
}

#footer {
	background-image: url(../../images/theme/fond1.gif);
	position: fixed;
	bottom: 0px;
	left: 1px;
	right: 1px;
	padding: 0.05em 0.0em 0.05em 0.0em;
	margin: 0em 0.0em 0.0em 0.0em;
	border-top: 1px solid #F4F7FB;
	border-left: 1px solid #F4F7FB;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	clear: both;
	width: auto;
	z-index: 2;
	color: #483D8B;
	cursor: default;
}


#adresse {
/*	color: #879fbd;*/
	font-family: verdana,sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	margin-right:0.5em;
	float:right;
}
#copy {
/*	color: #879fbd;*/
	font-family: verdana,sans-serif;
	font-size: 0.55em;
	font-weight: 300;
	margin-left:0.5em;
	margin-top:0.2em;
	float:left;
}

#prelude a:hover,#footer a:hover {
	color: #F5F5F5;
	background-image: url(../../images/theme/fond2.gif);
}
#footer a {
	text-decoration: underline;
}

.titre_s {
	float: none;
	background-image: url(../../images/theme/fond-trans.png);
	background-repeat: repeat;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	cursor:default;

}
#nom_t {
	position: absolute;
	top: 2em;
	left: 50%;
	margin-left: -19em;
	width: 38em;
}
#titre_t {
	position: absolute;
	top: 6.8em;
	left: 50%;
	width: 29em;
	margin-left: -5.5em;
}
#colonne {
	top: 1em;
	left: 10%;
	width: 18em;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#colonne_d {
	top: 1em;
	right: 10%;
	width: 18em;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#colonne_c {
	top: 1em;
	left: 50%;
	width: 20em;
	position: absolute;
	margin: 0px 0px 45px 0px;
	padding: 0px 0px 0px 0px;
	margin-left:-10em;
}

.lst_lien {
	padding: 1px 1px 1px 1px ;
	margin: 1px 1px 1px 1px ;
	width: 90%;
	height:48px;
}

.lst_lien img {
	border :1px solid #859dbb;
}

.lst_lien a {
	color: #fffff0;
	font-size : 2em;
	border-top: 1px solid #F4F7FB;
	border-left: 1px solid #F4F7FB;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	display:block;
	margin: 1px 1px 10px 1px ;
}
.lst_lien a:hover {
	color: #191970;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;
	border-bottom: 1px solid #F4F7FB;
	border-right: 1px solid #F4F7FB;
}

.lst_lien:hover {
	width: 90%;
}
#news {
	position:absolute;
	top: 1em;
	left: 0.10em;
}
#bio {
	position:absolute;
	top: 7em;
	right: 0.10em;
}
#peinture {
	position:absolute;
	top: 7em;
	left: 0.10em;
}
#atelier {
	position:absolute;
	top: 1em;
	right: 0.10em;
}
#contact {
	position:absolute;
	top: 13em;
	left: 0.05em;
	right: 0.05em;
}

#hide {
	position: absolute;
	top: 18em;
	left: 0%;
	width: 0.1em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.hidep {
	padding: 3em 0.5em 3em 0.5em;
	margin: 3em 0.5em 3em 0.5em;
	vertical-align: baseline;
	height: 50px;
	min-height: 50px;
}

fieldset {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	background: no-repeat;
}
#web2mail{
	background-image: url(../../images/theme/contact.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

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

input[type], textarea[name] {
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;
	border-bottom: 1px solid #F4F7FB;
	border-right: 1px solid #F4F7FB;
	background-color: #FFFAFA;
}

input[type=submit], input[type=reset] {
	background : #e4e5fb;
	color : #9ea0f0;
	border-top: 1px solid #F4F7FB;
	border-left: 1px solid #F4F7FB;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
}

input[type=submit]:hover, input[type=reset]:hover {
	background : #9ea0f0;
	color : #e4e5fb;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;
	border-bottom: 1px solid #F4F7FB;
	border-right: 1px solid #F4F7FB;
}
#wmail{
	position: absolute;
	left: 0em;
	right: 0em;
	top: 6em;
	height: 25em;
	width: 38em;
/*	background-image: url(../../images/theme/fond.jpg);*/
	border-top: 1px solid #F4F7FB;
	border-left: 1px solid #F4F7FB;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	margin: 0px 0px 0px 0px;
	padding: 0.01em 0.01em 0.01em 0.01em;
	background-color: #E4E5FB;
}
.wm_l {
	text-align: right;
	padding: 4px 2px 0px 2px;
	margin: 4px 2px 0px 2px;
	color: #9EA0F0;
	width: 25%;
}
.wm_r {
	text-align: left;
	padding: 4px 2px 0px 2px;
	margin: 4px 2px 0px 2px;
	color: #9EA0F0;
}

#main {
	position: absolute;
	top: 13em;
	left: 0.3em;
	right: 0.3em;
	margin: 0.00em 0.00em 0.00em 2.00em ;

}
#content {
	position: absolute;
	top: 0.1em;
	left: 4em;
	right: 4em;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.post {
	color:#4682B4;
}
.post-title {
	font-size: 1.5em;
	color: #F8F8FF;
}
.day-date, .post-info, .post-info-co {
	display: none;
}

#toc h3,.error h3 {
	text-decoration: none;
	display: block;
	margin: 15px 2px 2px 15px;
	padding: 2px 2px 2px 5px;
	text-align: left;
	border-top: 1px solid #F4F7FB;
	border-left: 1px solid #F4F7FB;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
}
#toc h4 {
	text-decoration: none;
	display: block;
	text-align: left;
	color: #4682B4;
	font-size: 1.5em;
}

#toc li, #toc ul {
	list-style: none;
	margin-top: 2px;
	color: #6A5ACD;
}

.fond_tr {
	background-image: url(../../images/theme/fond-trans.png);
	text-decoration: none;
	display: block;
	margin: -2px 2px 2px 15px;
	padding: 2px 2px 2px 5px;
	text-align: left;
}

.post-content {
	background-color: #edf4f5;
	padding: 1em 1em 2em 1em;
	margin: 1em 0.1em 3em 0.1em;
}

.post-content li {
	font-family: Verdana ,  Geneva ,  Helvetica ,  sans-serif;
	font-weight: 550;
	padding: 0.1em 0.1em 0.3em 0.1em;
	margin: 0em 0em 0em 0em;
	font-size: 0.85em;
}

.post-content p {
	font-family: Verdana ,  Geneva ,  Helvetica ,  sans-serif;
	font-weight: 550;
	padding: 0.1em 0.1em 0.3em 0.1em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	font-size: 0.85em;
}

#Liens {
	cursor:default
}

#Liens li {
	list-style:none;
	display: block;
	padding: 1px 1px 1px 1px ;
	margin: 5px 1px 1px 1px ;
	width: 90%;
	text-align:center;
}

#Liens li a {
	color: #fffff0;
	border-top: 1px solid #F4F7FB;
	border-left: 1px solid #F4F7FB;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	display: block;
	font-size : 2em;
	margin: 1px 1px 1px 1px ;
	font-style: italic ;
	width:100%;
}
#Liens li a:hover {
	color: #191970;
	border-top: 1px solid #7C7C7C;
	border-left: 1px solid #7C7C7C;
	border-bottom: 1px solid #F4F7FB;
	border-right: 1px solid #F4F7FB;
}

.post-content img {
	left:5%;
	max-width:400px;
	margin-top:1em;
	margin-left:1em;
	margin-bottom:0.8em;
}
#contactl {
	width: 18em;
	float: left;
	margin: 0.1em 0.1em 0.1em 0.5em;
	padding: 0.05em 0.05em 0.05em 0.05em;
}
#contactr {
	float: right;
	width: 18em;
	margin: 0.1em 0.5em 0.1em 0.1em;
	padding: 0.05em 0.05em 0.05em 0.05em;
	text-align: right;
}

#vide {
	color: #0003a4;
	float: none;
	width: 38em;
	height: 5.1em;
	margin: 0px 0px 0px 0px;
	padding: 0.01em 0.01em 0.01em 0.01em;
	background-image: url(../../images/theme/fond-trans.png);
	background-repeat: repeat;
	border-top: 1px solid #F4F7FB;
	border-left: 1px solid #F4F7FB;
	border-bottom: 1px solid #7C7C7C;
	border-right: 1px solid #7C7C7C;
	font-size: 1em;
}

.imgr {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align:right;
}

.imgc {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
	text-align:center;
}

