/*
 * CSS For ANMEA.ch
 *
 * Copyright 2004-2005 Atelier ARIHANE
 *
 * Alexis DOMJAN <adomjan@horus.ch>
 *
 * $Id: main.css,v 1.6 2007/09/24 15:05:33 adomjan Exp $
 *
 */


/* BODY */

body.normal {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	background-color: white;
	background-image: url(../images/banniere-droite.jpg);
	background-repeat: repeat-y;
	background-position: 900px 0px;
	margin: 0px;
	padding: 0px;
}


/* ADDRESS */

address.copyright {
	font-size: 7pt;
	font-style: normal;
	color: #808080;
	text-align: left;
}



/* A */

a.link {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #808080;
}


a.link:hover {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #202020;
}
/*
a.menu {
	font-size: 10pt;
	font-style: normal;
	color: #4D082F;
	background-color: #CA669E;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	border-bottom: 1px white solid;
	padding: 3px;
}

a.menu:hover {
	font-size: 10pt;
	font-style: normal;
	background-color: #B32775;
	text-decoration: none;
	color: #3D0725;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 0px 5px 0px;
}

a.submenu {
	font-size: 10pt;
	font-style: normal;
	color: #4D082F;
	background-color: #CA669E;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 100%;
	height: 100%;
	padding: 2px;
}

a.submenu:hover {
	font-size: 10pt;
	font-style: normal;
	background-color: #B32775;;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #3D0725;
	width: 100%;
	height: 100%;
	padding: 1px 0px 1px 0px;
}

*/

a.menu {
   font-size: 10pt;
   font-style: normal;
   background-color: #CA669E;
   text-decoration: none;
   color: #3D0725;
   display: block;
   padding: 3px;
   border-bottom: 1px white solid;
}

a.menu:hover {
   background-color: #B32775;
}

a.submenu {
   font-size: 8pt;
   font-style: normal;
   background-color: #CA669E;
   padding: 2px;
   display: block;
   text-decoration: none;
   color: #3D0725;
}

#bottom {
   border-bottom: 1px solid white;
}

a.submenu:hover {
   background-color: #B32775;
}

span.menu {
   font-size: 10pt;
   font-style: normal;
   background-color: #CA669E;
   text-decoration: none;
   color: #3D0725;
   display: block;
   padding: 3px;
}
   





/* P */

p.text {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: black;
}

p.copyright {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	margin-right: 5px;
	color: #808080;
}

p.text-justify {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: black;
}

p.text-author {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
	color: black;
}


p.subtitle {
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;
	display: block;
	border-bottom: #a0a0a0 1px solid;
}


p.subsubtitle {
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: black;
}


/* IMG */

.borded { border: #808080 1px solid; }



/* TD */

td.menu-bottom {
	font-size: 10pt;
	display: block;
	/*border-bottom: black 1px solid;*/
}


td.menu-multiple-start {
	font-size: 10pt;
	font-weight: bold;
	display: block;
	background-color: #CA669E;
	padding: 3px 0px 3px 1px;
	/*border-bottom: black 1px dotted;*/
}

td.menu-multiple {
	font-size: 10pt;
	padding-bottom: 0px;
	/*display: block;*/
}

/* UL */


ul.list {
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: black;
}


