body {
	background-color: #370F56;
	color: #FFF;
	font-family: 'Papyrus', 'arial', serif;
	margin: 0;
	padding: 0;
}

#page {
	background-color: #B37EC4;
	background-image: url(/img/voxana-gueule.jpg);
	background-repeat: no-repeat;
	background-position: 1em 1em;
	color: #000;
	margin: 0 1em;
	padding: 1em;
	border-left: 5px double #370F56;
	border-right: 5px double #370F56;
}


/********************/
/*           En-tete           */
/*******************/

#en-tete h1 {
	font-size: 3em;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 3em;
	line-height: 3em;
}

#en-tete a {
	text-decoration: none;
	background-color: #B37EC4;
	color: black;
}


/************************/
/*               Menu                   */
/************************/

ul#menu {
	position: absolute;
	top : 8em;
	right: 2em;
	left: 2em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	border-bottom: 2px solid #370F56;
}

ul#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#menu a {
	border-left: 1px solid #370F56;
	border-right: 1px solid #370F56;
	border-top: 1px solid #370F56;
	padding : 0 1em;
	text-decoration: none;
	background-color: #FFF;
	color: #370F56;
	font-weight: bold;
}

ul#menu a:hover {
	text-decoration: underline;
	background-color: #370F56;
	color: #FFF;

}


/******************************/
/*               Navigation                      */
/******************************/

ul#nav {
	position: absolute;
	top: 10em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
}

ul#nav h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}

ul#nav ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

*.hidden {
	display: none;
}

ul#nav h3 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}

ul#nav a {
	display: block;
	background-color: #B37EC4;
	text-decoration: underline;
	font-weight: bold;
	color: #370F56;
	width: 85%;
	margin: 2px auto;
	text-align: center;
	font-size: small;
	line-height: 2em;
	border: 1px solid #370F56;
}

ul#nav a:hover {
	background-color: #370F56;
	color: #B37EC4;
}

/******************************/
/*                 Contenu                         */
/******************************/

div#contenu {
	margin: 0 0 0 210px;
	padding: 1em;
	border-left: 2px solid #370F56;
	text-align: justify;
	height: 60em;
}

html>body div#contenu {
	height: auto;
	min-height: 60em;
}


div#contenu h2 {
	margin: 0 0 1em 0;
	padding: 0;
	color: #FFF;
}

div#contenu h3 {
	color: #000;
}

div.image-para {
	text-align: center;
}

/*******************************/
/*                 Pedigres                          */
/*******************************/

table.pedigre, .pedigre td {
	border: 1px solid #FFF;
	text-align: center;
	margin: auto;
}

div.img-seule {
	text-align: center;
}


/**********************/
/*         Galleries               */
/**********************/

div.thumb_portrait {
	float:left;
	margin: 10px;
	height: 100px;
	width: 100px;
	padding : 5px;
	text-align: center;
	border : 1px solid #370F56;
}

div.thumb_paysage {
	float:left;
	margin: 10px;
	height: 100px;
	width: 100px;
	padding : 5px;
	text-align: center;
	border : 1px solid #370F56;
}

div.thumb_portrait p {
	display : inline;
}


div.thumb_paysage p {
	vertical-align : middle;
}


div.thumbs img {
	display : inline;
	border : none;
}

div.thumbs a:hover img {
	border : 1px solid #370F56;
}

div.thumbs a {
	margin : 0;
	padding : 0;
}



/*************/
/*     Amis         */
/*************/

p.logo-amis, p.chat-amis {
	text-align: center;
}


.clearboth, div#pied {
	clear: both;
}


/*************************/
/*             Livre d'or               */
/*************************/


div#formulaire {
	border: 1px solid white;
	width: 50%;
	margin: 0 auto;
	padding: 1em;
}

div#formulaire fieldset {
	border: none;
	border-top: 1px solid white;
	text-align: center;
}

div#formulaire legend, div#formulaire label {
	font-weight: bold;
}

div#formulaire ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#formulaire li {
	display: inline;
}

div#formulaire #dernier-fs {
	text-align: center;
}

div.commentaire {
	
}

p.en_tete_commentaire {
	background-color: purple;
	color: white;
	border: 1px solid white;
}

/********************/
/*        Palmares             */
/********************/

table.palmares {
	border: 1px solid white;
	border-collapse: collapse;
	margin: 10px auto;
	text-align: center;
}

table.palmares caption {
	font-size: 1.4em;
	font-weight: bold;
}

table.palmares th{
	border-bottom: 1px solid white;
}

table.palmares td {
	border-right: 1px solid white;
	padding: 1px 5px;
}

/*****************/
/*   LAst NEWS       */
/*****************/

#last-news {
	background-color: #FFF;
	color: #000;
	width: 400px;
	margin: 0 auto;
	font-size: small;
	font-family: 'Times New Roman';
	text-align: justify;
	border-right: ridge 3px #AAA;
	border-bottom: ridge 3px #AAA;
	border-left: ridge 3px #AAA;
	border-top: ridge 3px #AAA;
}

#last-news h3 {
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	padding: 10px;
	border-bottom: 5px double black;
}

#last-news .news {
	float: left;
	width: 30%;
	height: 200px;
	margin: 2px 0 0 3px;
	padding: 0 3px 0 0;
	border-right: 2px solid black;
}

html>body #lasr-news .news {
	height: auto;
	min-height: 200px;
}

#last-news p  {
	margin: 0;
	padding: 3px;
}

#last-news .clearboth {
	text-align: right;
}

#last-news p.text:first-letter {
	font-weight: bold;
	font-size: 2em;
}

#last-news h4 {
	text-align: left;
	padding: 3px;
	margin: 0;
}

#last-news .date {
	font-style: italic;
}

a img {
	border: none;
}
