body {
	font-family:verdana;
	font-size:small;
	margin:0px;
}

* html body{ /* MSIE */
	font-size:x-small;
}

table {
	font-size:100%;
}

h1, h2, h3, h4 {
	color:#5B9FC2;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

.supraTitle, .subTitle { /* To be used inside any H1 to H4 tag */
	font-size:0.75em;
}

ul li {
	list-style-type:square;
}

a {
	color: blue;
	text-decoration:underline;
}

h1 a, h2 a, h3 a, h4 a {
	color:#5B9FC2;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	text-decoration:none;
	border:none;
}

small {
	font-size:0.85em;
}

/* Top Banner */

#siteLogo {
	float:left;
	margin-top:4px;
	margin-right:5px;
	margin-bottom:0px;
}

#siteName {
	margin:10px 0 5px 0;
}

.mainMenu {
	background:#CCCC99;
	color:black;
	font-size:10px;
	font-weight:bold;
	padding:5px;
}

.mainMenu a {
	padding: 4px 1px 4px 1px;
	border:solid 1px #CCCC99;
	color:black;
	text-decoration:none;
}

@media print {
	.mainMenu {
		display:none;
	}
}


.mainMenu a:hover, .mainMenu a.selected {
	border:solid 1px #929261;
	background-color: #E7E7B2;
	text-decoration:none;
}

.breadcrumbTrail {
	clear:both;
	font-size:10px;
}



.pageContent {
	clear:both;
	margin:10px;
	border:solid 1px white; /* trick to make mozilla display upper */
}

address { /* Used in each page footer */
	clear:both;
	text-align:center;
	font-size:85%;
	border-top: solid 1px #CCCC99;
	margin: 15px 0 20px 0;
}

/* Table of Content of a magazine issue */

.issueToc .author {
	font-size:85%;
}

.issueToc h2, .issueToc h3 {
	margin:5px 0 5px 0;
}

.issueToc ul {
	margin-top:0px;
	margin-bottom:0px;
}

/* For plain text pages */

.plainText {
	font-size:0.9em;
	line-height:1.5em;
	width:600px;
	float:left;
	background-color:white;
}

.plainText p {
	text-align:justify;
}

.sideInfos {
	margin-left:620px;
	width:300px;
	font-size:0.9em;
}

@media print {
	.sideInfos {
		clear:both;
		margin:0px;
	}
}

/* Home Page */

.lastIssueToc {
	float:left;
	width:55%;
	padding-right:30px;
/*	padding-top:20px;*/
}


.homepage .lastIssueToc h1 {
	margin-top:0px;
}

.agenda {
	margin-left:57%;
}

.homepage .agenda h2 {
	margin-top:0px;
}

.agenda h2 {
	padding-left:9px;
}
.agenda .event {
	/* border-bottom: dashed 1px #CCCC99; */
	padding: 5px 9px 5px 9px;
	border-bottom:solid 1px #D7D7D7;
}

.date {
	font-weight:bold;
	color:black;
}

.sticky {
        
	border-bottom:solid 1px #D7D7D7;
	border-right: solid 1px #D7D7D7; 
	border-top: solid 1px #E9E9E9;
	border-left: solid 1px #E9E9E9;
	background-color:#F4F4F4;
	/* border-bottom:dashed 1px #CCCC99; */
        /*background-color: #E7E7B2;*/
}


/* Search Form */

.formrecherche .inputText {
	border: solid 1px #5B9FC2;
}

.formrecherche .button {
	border: solid 1px black;
	background: #5B9FC2;
	color: white;
	font-weight: bold;

}
/* Tag Cloud */

.tagCloud {
	line-height: 2em;
}

.tagCloud .big {
	font-weight: bold;
	font-size: 130%;
}

.tagCloud .normal {
	font-weight: bold;
}

.tagCloud .small {
	font-weight: normal;
	font-size: 80%;
}

.tagCloud .count {
	color: gray;
	font-size:smaller;
}

