/* ************************************************
	CSS du site Michel Baud : aquarelles et poesies
				par Nic : nicg@free.fr
	*********************************************** */

/* *** GENERAL *** */
body{
	background-color: #f9e4b3;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#site{
	width:796px;
	margin: 1px auto;
	padding:0;
	border: 0;
	top: 0px;
	height:100%;
}

#menu a{
	/*text-indent: -9000px;*/
}

.align_droite{
	text-align:right;
}
.italique{
	font-style:italic;
}
img{
	border: 0;
}

/* *** Menu du bas *** */
#menu {
	float : left;
	width : 100%;
	line-height : normal;
}
#menu ul {
    margin : 0;
    padding : 0;
    list-style : none;

}
#menu a{
	text-decoration:none;
	display:block;
	height: 100%;
}

#menu li {
	float : left;
	margin : 0;
	padding : 0;
	background-repeat : no-repeat;
	background-position : 0 0;
	height: 100px;
}
#menu a:hover {
	background-position : 0 -100px;
}
#menuAuteur {
	width: 200px;
	background-image:url(gfx/auteur.png);
}
#menuParcourir {
	width: 206px;
	background-image : url(gfx/parcourir.png);
}
#menuCommander  {
	width: 225px;
	background-image : url(gfx/commander.png);
}
#menuEmail  {
	width: 161px;
	background-image : url(gfx/email.png);	
}

/* *** Auteur *** */
#vcard{
	margin: 10px;
	padding: 60px;
	background-color:#e4e4e4;
	display:block;
	border: 2px solid #ccc;
}
#vcard p{
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#vcard p.signature{
	font-style: italic;
	text-align: right;
}
#bio{
	float:right;
	width: 170px;
	font-family:"Times New Roman", Times, serif;
	font-size: 10px;
	text-align:justify;
	margin-left: 70px;
}
#bio img{
	margin-left: 15px;
}

/* *** Menu choix aquarelles *** */
#choix {
	width: 770px;
	margin: 1px auto;
	padding: 3px 0 0 3px;
	background-color:#e4e4e4;
	border: 2px solid #ccc;
	overflow: auto;
	white-space:nowrap;
	height: 88px;
}
#choix a:link, #choix a:visited{
	border: 1px solid #e4e4e4;
}
#choix a:hover, #choix a:active{
	border: 1px solid #666;
}
#aquarelle{
	padding: 0;
	margin: 0;
	text-align:center;
}

/* *** Formulaire de commande *** */
#commande{
	font-family:"Times New Roman", Times, serif;
}
#details{
	padding: 5px 0 10px 20px;
	margin: 5px 0 10px 0;
	background-color:#e4e4e4;
	border: 2px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#details img{
	float:right;
	width: 270px;
	border: 1px solid #666;
	margin: 10px;
}
#form{
	background-image:url(gfx/form.jpg);
	margin-bottom: -10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000;
	font-weight: bold;
	height: 490px;
}
#bouton{
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#formulaire{
	background-image:url(gfx/65w.png);
}
#confirme{
	padding: 5px 0 10px 20px;
	margin: 5px 0 10px 0;
	background-color:#e4e4e4;
	border: 2px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#confirme img{
	float:right;
	width: 300px;
	border: 1px solid #666;
	margin: 10px;
}
#description{
	width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align: center;
	color:#f9e4b3;
}
