/* ***** BEGIN LICENSE BLOCK *****
 * Copyright (c) 2005 Oeileton.fr. All rights
 * reserved.
 *
 */
body {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	background: #333333 url(data_img/bg_body.jpg) repeat-y left;
	padding: 0;
	margin: 0;
	color: white;
}


h1 {
	color: #000000;
	position: relative;
	top: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	padding: 0;
	font-size: 2em;
}

h1 em {
	font-weight: bold;
}

h1 a {
	color: #000000;
}

h2{
	margin:0px;
	font-size: 1.6em;
}

h3{
	font-size: 1.3em;
}

h4, h5 {
	font-size: 1.1em;
}

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

a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}

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

legend {
	display: none;
}

select {
	border: solid 1px #666;
	background: #E6ECF3;
	color: #666;
	font-size: 1em;
}

ul, ol, dl {
	position: relative;
}
/*********** ELEMENTS DE LA PAGE *********/

#page {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 0px;
	padding: 0;
}

#header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	top: 0px;
	height: 5px;
	padding: 0;
	background: #77cdd2;
}

#main {
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
}

html>body  #main {
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0px;
}

#content {
	position: absolute;
	top: 0px;
	left: 360px;
	padding: 10px;
	overflow:auto;
	width: 600px;
	background: transparent;
}

html>body  #content {
	position: absolute;
	top: 0px;
	left: 360px;
	padding: 10px;
	overflow:auto;
	width: 600px;
	background: transparent;
}

#sidebar {
	background: #77cdd2;
	color: #000000;
	float: left;
	margin: 0 0 0 50px;
	width: 300px;
	position: relative;
	top: 0px;
	padding: 5px 5px 15px 5px;
	text-align: center;
}

html>body  #sidebar {
	background: #77cdd2;
	color: #000000;
	float: left;
	margin: 0 0 0 50px;
	width: 300px;
	position: relative;
	top: 0px;
	padding: 5px 5px 15px 5px;
	text-align: center;
}

#footer {
	margin: 0;
	padding: 0 0 4px 0;
	color: #999;
	text-align: center;
	font-size: 0.8em;
	height: 15px;
	width: 300px;
	background: #77cdd2;
	position:absolute;
	bottom:0px;
	left: 0px;
}

html>body  #footer {
	margin: 0;
	padding: 0 0 4px 0;
	color: #999;
	text-align: center;
	font-size: 0.8em;
	height: 15px;
	width: 300px;
	background: #77cdd2;
	position:absolute;
	bottom:0px;
	left: 0px;
}

.error {
	padding: 15px;
}

/****** Fromatage TEXTE *********/
#content div {
	text-align: center;
	color: #999;
}

.titre {
	padding: 20px 5px;
	text-align: right;
	font-variant: small-caps;
	color: #77cdd2;
	font-weight: bold;
	font-size: 3em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.text {
	padding: 20px 5px;
	text-align: left;
	clear: both;
	color: #999;
	font-weight: normal;
	font-size: 1em;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.text a {
	color: #999;
	text-decoration: underline;
}

.text a:hover,.text a.hover {
	background: #999;
	color: #000;
	text-decoration: none;
}


.signature {
	padding: 20px 5px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

.entete {
	font-weight: bold;
}

TD.entete {
	font-weight: bold;
	text-align: right;
}

.erreur {
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

input {
	background: #454545;
	border: 1px solid #000000;
	color: #999;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	padding: 2px;
	margin: 0;
}

textarea {
	background: #454545;
	border: 1px solid #000000;
	width: 100%;
	color: #999;
	font-family: "Trebuchet MS", Tahoma, sans-serif;
	font-size: 1em;
	padding: 2px;
	margin: 0;
}

input.preview, input.submit {
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 3px;
}

/************* SIDEBAR ********/
#sidebar div {
	background: transparent;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

#sidebar h1 {
	color: #000000;
	position: relative;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 2.1em;
}

#sidebar h1 span {
	font-weight: bold;
	text-transform: none;
	color: #333333;
}

#sidebar h1 a {
	color: #000000;
}

#sidebar h2 {
	text-align: right;
	font-size: 20px;
	color: #000;/*#848484;*/
	text-transform: uppercase;
	margin: 0;
	padding: 10px;
}

#sidebar h3 {
	background: transparent;
	text-align: right;
	font-size: 20px;
	color: #000;/*#848484;*/
	margin: 0;
	padding: 10px;
}

#sidebar div h2 {
	margin-bottom: 10px;
	text-align: right;
	font-size: 20px;
	color: #000;
	text-transform: uppercase;
}

#sidebar div h3 {
	background: transparent;
	text-align: right;
	font-size: 20px;
	color: #000;
}

#tags p {	text-align: right;}

.level-1 {	font-size:  1em;}
.level-2 {	font-size:  1.5em;}
.level-3 {	font-size:  2em;}
.level-4 {	font-size:  2.5em;}
.level-5 {	font-size:  3em;}

.level-1 a:link, .level-1 a:visited {	text-decoration: none;}
.level-2 a:link, .level-2 a:visited {	text-decoration: none;}
.level-3 a:link, .level-3 a:visited {	text-decoration: none;}
.level-4 a:link, .level-4 a:visited {	text-decoration: none;}
.level-5 a:link, .level-5 a:visited {	text-decoration: none;}

.level-1 a:hover {	text-decoration: underline;}
.level-2 a:hover {	text-decoration: underline;}
.level-3 a:hover {	text-decoration: underline;}
.level-4 a:hover {	text-decoration: underline;}
.level-5 a:hover {	text-decoration: underline;}

#menu {
	font-weight: bold;
	text-align: right;
	color: #000000;
	display: block;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0 10px 0 0;
	padding: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 20px;
	color: #000000;
	background-color: #77cdd2;
	display: block;
}
/*
#menu li:hover , #menu li.over {
	color: #003366;
	background-color: #ffffff;
}
*/
#menu li a {
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	text-align: right;
	font-size: 20px;
	color: #000000;
	background-color: #77cdd2;
	display: block;
}

* html #menu li a {
	height: 30px;
	text-decoration: none;
	line-height: 30px;
	text-align: right;
	font-size: 20px;
	color: #000000;
	background-color: #77cdd2;
	display: block;
}

#menu li a:hover , #menu li a.over {
	background-color: #000000;
	color: #77cdd2;
}

#menu li.spacer {
	margin: 0;
	padding: 10px;
	height: 10px;
	line-height: 10px;
	color: #000000;
	background-color: #77cdd2;
	width: 100%;
	display: block;
}

#menu li.spacer:hover {
	background-color: #77cdd2;
}

/************* encadrement galerie **********/

#illust
{
	z-index: 1;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px;
	border: 1px solid #666;
	background: #ffffff url(./data_img/loading.gif) no-repeat 50% 50%;
	width: 150px;
}

img.illust
{
	z-index: 1;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 5px;
	border: 1px solid #666;
	background: #ffffff url(./data_img/loading.gif) no-repeat 50% 50%;
	width: 150px;
}

span.illust
{
	text-align: center;
	align:center;
}

#photo
{
	z-index: 1;
	text-align: center;
	margin: 5px;/*margin: 0px auto 5px auto;*/
	padding: 20px;
	border: 1px solid #666;
	background: #ffffff url(./data_img/loading.gif) no-repeat 50% 50%;
}

#thephoto {
	z-index: 1;
	width: 150px;
}
