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

/* Les liens */
a:after {
	content: " @[" attr(href) "]";
	font-size: small;
}

a:link {
	text-decoration : none;
	color : #551A8B;
}
a:visited {
	text-decoration : none;
	color : #551A8B;
}

/* Les images */
img {
	border : none;
}



/* ################ MISE en PAGE ################################### */

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

/* --- MENU --- */
#site-menu {
	display : none;
}

/* Titre du site */
#site-separator {
	display : none;
}

/* Header du site */
#site-header {
	display : none;
}

/* Footer du site */
#site-footer {
	display : none;
}


/* Header */
#header {
	display : none;
}

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

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

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

/* --- CAPTURE --- */
.captureComment {
	clear: left;
}

.links {
	border : dotted 1px #9999FF;
	margin-bottom: 5px;
}


/* ########################## 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 {
        font-size : medium;
	text-decoration : underline;
        margin-bottom : 0.1cm;
        display : block;
}
.bookmarkFolder {
        margin-bottom : 0.2cm;
}
.bookmarkDesc {
        border-left : solid 1px #9999FF;
        padding-left : 0.2cm;
        font-size : small;
}
.bookmarkFolderDesc {
        display:none;
}

