/*-----------------------------------------------------
	version: 1.0 
	date:    2005.06.20
	author:  Raoul Meylan
------------------------------------------------------*/
/* Main tags ------------------------------------*/
html, body {
  margin: 0;
  padding:0;
  font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 82%;
	background-color: #FFFFFF;
}
a {
	margin: 3px 0;
	color: #0B9C19;
	/*text-decoration: none;*/
}
a:hover {
	color: #106719;
	/*text-decoration: none;*/
}
img { border: 0 }

/* structure ------------------------------------*/
#header {
	padding: 5px 0 5px 50px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
}
#logo1 { top: 25px; left: 25px; width: 75px; height: 105px }
#logo2 { position: absolute; top: 45px; left: 200px; width: 328px; height: 28px }
#sprache_de { position: absolute; top: 82px; left: 530px; width: 70px; height: 20px }
#sprache_fr { position: absolute; top: 82px; left: 600px; width: 70px; height: 20px }
#sprache_en { position: absolute; top: 82px; left: 670px; width: 70px; height: 20px }
#mail{ position: absolute; top: 82px; left: 740px; width: width: 70px; height: 20px }
#headerprint {display:none;}

#main {
	padding: 0px 18px 5px 34px;
	margin: 15px 200px 15px 190px;
	text-align: justify;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#breve {
	padding: 0px 18px 5px 34px;
	margin: 15px 200px 15px 190px;
	text-align: justify;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#menu {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 185px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	padding-right: 5px;
	padding-top: 30px;
}
#menu_s {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 185px;
	text-align: right;
	font-size: 16px;
	line-height: 28px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	padding-right: 5px;
	padding-top: 30px;
	font-weight: bold;
}

#translation {
	position: absolute;
	right: 20px;
	top: 160px;
	width: 170px;
	text-align: left;
	padding: 0;
	color: #999;	
	font-size: 95%;
	line-height: 120%;
}
#fichier {
	position: absolute;
	right: 20px;
	top: 230px;
	width: 170px;
	text-align: left;
	padding: 0;
	color: #999;	
	font-size: 95%;
	line-height: 120%;
}

#footer {
	color: #666;
	text-align: center;
	font-size:  90%;
	border-top: 1px solid #bbb;
	margin: 2px 200px 15px 190px;
}

#footerprint {display:none;}

/* elements -------------------------------------- */
#menu ul,  #menu ul li {
	margin: 0;
	padding: 0;
	list-style: none; /* pas de puce*/
}

#menu ul li ul li {
	border-right: 3px solid #999;
	padding-right:  5px;
}

#menu ul li img {
	margin: 0; /* uniquement pour IE*/
	padding: 0; /* uniquement pour IE*/
	height: 9px; /* Dimension des icones + et - doit ?tre de 9 */ 
	width: 9px; /* Dimension des icones + et - doit ?tre de 9 */
}
/* Couleur du menu*/
#menu a{ color: #666666; font-size: 16px; line-height: 22px; margin: 0 0 0 5px; }
/* Couleur du menu survol?*/
#menu a:hover { color: #0000ff; font-size: 16px; font-weight: bold; line-height: 22px; }
/* Couleur ds menu de la rubrique active*/
#menu ul li a.current { color: #0f8589; font-size: 16px; font-weight: bold; line-height: 22px; }

#menu a.active {}
/* footer ----------------------------------- */
#footer a, #footer a:active, #footer a:link { 
	color: #5c5c5c; 
	margin: 0px 10px 0px 10px; /* Distance avec le trait | de s?paration*/
}
#footer a:hover {color: #0000FF;}
#footerprint {display: none;}
/* rubrique *************************************/
#main .titre_rub{
	color: #000000;
	font-size: 200%;
	margin: 20px 0px 20px 0px;
}

#main .texte_rub{
	color: #000000;
}

#main .texte_rub a{
	color: #FF0000;	
}

#main .texte_rub a:hover{
	color: #778A6F;
}
/* path elements *************************************/
#path {
	padding: 15px 0px 0px 0px;
	text-decoration: none; 
}

#path a {
	color: #999999;
}

#path a:hover {
	color: #0000FF;
}

/* spip main class -------------------------------------- */
b.spip  {font-weight: bold;}
p.spip  {padding-left: 3px;}
hr, hr.spip {
	display:block;
	height: 0;	
	color: white;
	border-style:solid;
	border-color: #98DEFB;
	border-width:0 0 1px 0; 
}

.spip_encadrer {	
	margin: 10px 30px 0 30px;
	font-size:  92%;
	padding: 0;
}

.spip_encadrer b{	
	display: block;	
	background: #eee;
	padding: 4px;
	font-weight: bold;
	border-bottom: 1px solid #98DEFB;
	border-top: 1px solid #ccc;		
}

a.spip_in, a.spip_out { 
	color: #f00;
	text-decoration: none; 	
}

a.spip_in:hover,  a.spip_out:hover{
	color: #900;
	text-decoration: none;
}

.spip-admin {
	position:absolute;
	display:inline;
	top: 2px;
	right:2px;
}
.forml { width: 100% ; background-color: #FFFFFF;}

table.spip {
	margin-left: 0px;
	}
table.spip tr.row_first {
	background-color: #FCF4D0;
}
table.spip tr.row_odd {
	background-color: #C0C0C0;
}
table.spip tr.row_even {
	background-color: #F0F0F0;
}
table.spip td {
	text-align: left;
	vertical-align: middle;
	padding: 8px;
}
table.spip th {
	text-align: left;
	vertical-align: middle;
	padding: 8px;
}
/* plan site -------------------------------------------- */
#main  a.basic{
	text-decoration: none;
}
#main li.basic {
	list-style-type: circle;	
}
