/*structure */

body {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 16px;
}

p {
	text-align: justify;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

sup {
    vertical-align: text-top;
    font-size: xx-small;
}

abbr, acronym {
	border-bottom: none;
}

ul {
	list-style-type: square;
}

.nom {

}

.prenom {

}

.fct {
	display: none;
}

.date {

}

.categorie {

}

.titre {
	font-weight: bold;
}

.ouvrage {
	font-style: italic;
}

.initiale {
	text-decoration: underline;
}



/*Definition des blocs*/

#bloc1 {
	position: absolute;
	left: 13px;
	top: 33px;
	width: 324px;
	height: 324px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

.bkgcarte {
	background-image: url('images/carte_324.jpg');
}

#bloc11 {
	margin: 3px 10px 3px 10px;
}

#bloc11 dt {
	width: 80px;
	float: left;
	clear: both;
}

#bloc11 dt:after {
	content: ":";
}

#bloc11 dd {
	font-weight: normal;
	margin-bottom: 0.2em;
	margin-left: 80px;
}


#bloc2 {
	position: absolute;
	left: 340px;
	top: 33px;
	width: 600px;
	height: 600px;
	z-index: 1;
	overflow: hidden;
}

#bloc21 {
	margin: 3px 10px 3px 3px;
}

#bloc21 #corps {
	margin: 13px 20px 25px 20px;
}

#bloc21 dt {
	font-weight: normal;
	float: left;
	clear: both;
	width: 180px;
	text-align: left;

}

#bloc21 dd {
	margin-bottom: 1em;
	margin-left: 185px;
}

#bloc21 ul {
	list-style-type: square;
}

#bloc21 ul li {
	margin-bottom: 0.6em;
}

#bloc21 .col2 {
	-moz-column-count: 2;
}


#bloc3 {
	position: absolute;
	left: 13px;
	top: 335px;
	width: 324px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}

#bloc3 p {
	margin: 3px 10px 3px 3px;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
}

#bloc3 a:hover {
	text-decoration: none;
	color: #60B040;
}

#bloc3 a.inactif:hover {
	color: #998;
}

#bloc3 .inactif {
	color: #998;
}

#bloc3 .ici {
	color: #776;
	font-size: smaller;
}

/*menus de navigation*/

#navigation {
	position: absolute;
	left: 13px;
	top: 14px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

#navigation dl {
    margin: 0px;
	position: absolute;
	top: 0px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	font-weight: normal;
	font-size: 10px;
	}

#navigation dl#menu4 {
    width: 214px;
    left: 0px;
}
#navigation dl#menu5 {
    width: 105px;
    left: 218px;
}

#navigation dl.actu {
	border-right: 1px solid;
	border-bottom: 1px solid;
}

#navigation dd {
}

#navigation dd ul{
    margin: 0.5em 1px 0.5em 0px;
    padding-left: 0px;
    list-style-type: square;
    text-align: left;
}

#navigation li {
	margin-left: -18px;
}

#navigation dt {
    padding: 2px 0px 2px 2px;
	font-weight: bold;
	margin: 0px;
    width: 100%;
    line-height: 100%;
}

#navigation a {
	text-decoration: none;
}

#navigation a:after {
	content: "";
}

#navigation a.actu {
}

#navigation a:hover {
	text-decoration: underline;
}

/*zone de la carte*/
#carte_fsv {
	width: 600px;
	height: 600px;
	z-index: 9;
}