/* ################################ GENERAL ########################## */

/* La page */
html {
	color : #444444;
	background : #EEEADE;
        background:  url('background.png') fixed;
}

/* Les liens */
a:link {
	text-decoration : none;
	color : #747537;
}
/* Les liens visités */
a:visited {
	text-decoration : none;
	color : #747500;
}
/* Les liens sous la souris */
a:hover {
	text-decoration: underline overline;
}

/* emphasis */
em {
	color : #FF0000;
	font-weight: bold;
}
/* préformaté */
pre {
	font-size : x-small;
	margin-left : 1.5cm;
	margin-right : 0.5cm;
	border: inset 2px #D4A537;
	background:  url('background2.png') fixed;
}
/* paragrphe */
p, dl {
	margin-left : 1cm;
	text-align : justify;
	font-size : small;
}

/* les descriptions */
dt {
	font-weight: bold;
}

/* Les images */
img {
	border: none;
}
/* Les éléments de formulaire */
input[type="text"], textarea {
	border: solid 1px #D4A537;
	background:  url('background.png') fixed;
}
input[type="submit"], select {
	border: solid 1px #D4A537;
	background:  url('background.png') fixed;
	-moz-border-radius: 15px 15px 15px 15px;
}

/* Les niveaux de titres */
h1 {
	font-size : x-large;
	-moz-border-radius: 15px 15px 15px 15px;
	background : #D4A537;
	border : outset 2px #D4A537;
}
h2 {
	margin-left : 0.5cm;
	font-size : large;
}
h3 {
	margin-left : 1cm;
	font-size : large;
}
/* ################ MISE en PAGE ################################### */

/* Corps */
#site-body {
	/* overflow : hidden; // bug avec Mozilla 1.6 et Konqueror 3.2 */
}


/* Le corps du site */
#site-main {
	clear:both;
}

/* Menu */
#site-menu {
	-moz-border-radius: 15px 15px 15px 15px;
	border : inset 2px #D4A537;
	font-size : medium;
	margin-bottom: 5px;
	float:right;
	width:150px;
	background:  url('background2.png') fixed;
}

/* Titre du site */
#site-title {
	border : none;
	float:right;
	width: 250px;
	height:100px;
	background: url('logo.png');
}

/* Séparateur */
#site-separator {
	clear:both;
	display: none;
}

/* Header du site */
#site-header {
	clear:both;
	margin-bottom: 50px;
}

/* Footer du site */
#site-footer {
	margin-top:20px;
	margin-right:200px;
}

/* Corps */
#site-body {
	margin-right:160px;
}

/* Header */
#header {
	font-size : x-small;
	margin-left:0;
	margin-right:250px;
}

/* Titre du header */
#header-title {
	font-weight: bold;
}


#comment {
	font-size : x-small;
}

/* Date de dernière modification */
#lastModified {
	font-style : italic;
	font-size : small;
}

/* ################ DIVERS ############################### */

/* Les formulaires */
#site-body form {
	font-size : small;
	margin-left : 1.5cm;
	margin-right : 0.5cm;
	border: inset 2px #D4A537;
	background:  url('background2.png') fixed;
}

/* Les images des sections */
#site-body .section-img {
	float: right;
	margin: 7px;
}
#site-body .section-img img {
	border : inset 2px #D4A537;
}

/* les captures */
.captureImg {
	text-align:  center;
	width: 100%;
}
.capture img {
	border : outset 2px #D4A537;
}

.capture img:hover {
	border : inset 2px #D4A537;

}

.capture {
	border: inset 2px #D4A537;
	background:  url('background2.png') fixed;
	margin: 5px;
	padding:5px;
}
.captureComment {

}

.links {
	-moz-border-radius:15px 15px 15px 15px;
	border : inset 2px #D4A537;
	margin-bottom: 5px;
	background:  url('background2.png') fixed;
}

/* ######################### MENU ################################ */

.menuTitle {
	-moz-border-radius: 15px 15px 0px 0px;
	background : #D4A537;
	border : outset 2px #D4A537;
	color : #FFFFFF;
	font-size : medium;
	text-align: center;
}

.menuTitle a {
	background : #D4A537;
	color : #FFFFFF;
}

.menuContent {
	padding-left : 0.2cm;
	font-size : small;
}
.menuContent ul {
	padding-left:10px;
	margin : 0px;
}
.menuContent li {
	margin : 0px;
}
.menuContent > ul {
	padding-left: 20px;
}

.menuFeuille {
	list-style-image: url(page.png);
}
.menuFeuille-selected {
	border: outset 1px;
	list-style-image: url(page.png);
}
.menuRep {
	list-style-image: url(repertoire.png);
}
.menuRep-open {
	list-style-image: url(repertoire_ouvert.png);
}
.menuRep-selected {
	border: outset 1px;
	list-style-image: url(repertoire.png);
}
.menuRep-selected-open {
	border: outset 1px;
	list-style-image: url(repertoire_ouvert.png);
}
/* Sélection de style */
#stylechooser * {
	font-size: x-small !important;
}


/* ########################## Bookmarks ############################### */
.bookmarks li {
				list-style: none;
				margin-left : 20px;
}
.bookmarks ul {
				margin-left : 20px;
				padding-left : 0;
}
.bookmarks > ul {
				margin-left : 0;
}

.bookmarkTitle {
        font-size : medium;
}

.bookmark {
        margin-top : 0.2cm;
}

.bookmarkFolderTitle {
				-moz-border-radius: 10px 10px 10px 10px;
        font-size : medium;
				background : #D4A537;
				border : outset 1px #D4A537;
        margin-bottom : 0.1cm;
}

.bookmarkFolder {
        margin-bottom : 0.2cm;
				border-left: solid 1px #D4A537;
}

.bookmarkDesc {
        font-size : small;
				margin-left : 10px;
}

.bookmarkFolderDesc {
        display:none;
				margin-left : 10px;
}

/* ######################### BLOG ################################ */

.blogItem {
	-moz-border-radius:15px 15px 15px 15px;
	border : inset 2px #D4A537;
	font-size : medium;
	margin-bottom: 5px;
	background:  url('background2.png') fixed;
}

.blogItem h2 {
	-moz-border-radius:15px 15px 0px 0px;
	background : #D4A537;
	color : #FFFFFF;
	font-size : medium;
	border : outset 2px #D4A537;
	text-align: center;
	margin : 0cm;
}

.blogComment {
	padding-right : 0.5cm;
	font-size : small;
}


