
* { margin:0;padding:0; }



a.title {
	color:#5BCF4F;
	text-decoration:none;
	font-weight:bold;
}

a.title:hover {
	color:#3C3E3C;
	text-decoration:none;
	font-weight:bold;
}

body {
	height:100%;
	font:normal 0.7em "Trebuchet MS",Verdana,Helvetica,sans-serif;
	color:#3A3A3A;
}

#page {
	width:808px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background:url('./images/interface/fond.jpg') repeat-y;
	border-top:3px solid black;
	border-bottom:3px solid black;	
}

#partie_gauche {
	float:left;
	width:200px;
	margin-left:4px;
	display:inline;
}

h1#header {
	width:200px;
	height:175px;
	background:url('./images/interface/aktif.jpg') top no-repeat;
	text-indent:-9000px;
}

#menu {
	width:200px;
	text-align:center;
}

#menu h2 {
	letter-spacing:4px;
	font-size:1em;
	/*color:#959595;*/
	color:#FFFFFF;
	font-weight:normal;
	margin:10px;
}

#menu ul {
	list-style-type:none;
	width:200px;
	margin-top:10px;
}

#menu li {
	width:170px;
	height:30px;
	border-top:1px solid #4F4F4F;
	margin-left:15px;
}
#menu .pub li {
	margin:15px;
	border:0px;
}

#menu a {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#9F9F9F;
	padding-top:5px;
}

#menu a:hover {
	display:block;
	width:170px;
	height:25px;
	text-decoration:none;
	color:#9F9F9F;
	background-color:#4F4F4F;
}

#partie_droite {
	width:600px;
	float:left;
}

#partie_droite p, h3, h4, h5 {
	padding:5px;
}

#barre_haut {
	background-color:#fdba37;
	height:20px;
	color:#FFF;
	font-size:1.1em;
	padding-top:2px;
	text-align:left;
	padding-left:10px;
	font-weight:bold;
}

#bloc {
	width:350px;
	float:left;
}
#doublebloc {
	width:590px;
	float:left;
	padding:5px;
}

#gallerie {
	width:250px;
	float:left;
}

#gallerie img {
	border:1px double #EFEFEF;
}

#gallerie img:hover {
	border:1px double #A3A3A3;
}

.citation {
font-style:italic;
margin:5px;
margin-left:15px;
padding-left:10px;
border-left:2px solid #fdba37;
}

.align_droite {
text-align:right;
}
