/* CORE CSS - 20060601 */
/* BODY */

body /* These becomes the initial settings for most other elements */
{
    background-color: #FFFFFF;
    font-family: "Verdana"; /*century gothic*/
    text-align: left; /* IE method for centering page if it has fixed width */
    margin: 0;
    padding: 0;
    color: #999; 
}

/* HEADINGS */

h1, h2, h3, h4, h5, h6 /* Set general styles for all headings; some may be overridden later */
{
    font-weight: bold;
    font-style: normal;
    margin: 0 0 0.5em 0;
    padding: 0;
}

h1
{
    font-size: 1.2em;
    font-weight: normal;
}

h2
{
    font-size: 1.0em;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}




/* PARAGRAPHS */

/* LINKS */
a{
	text-decoration:none;
	outline:0;
}
a img
{
    border: none; /* Some browsers may display a border around a linked image without this attribute set to _none_. */
}


/* PRE TEXT */

pre, code
{
    font-family: "Courier New", Courier, monospace; /* Usually defaulted to monospaced font anyway, but browwsers may vary which one is used, so giving exact alternatives helps visual consistenct */
    font-size: 1em; /* Setting this exact size may also help visual consistency */
}

pre
{
    background-color: #f8f8f8;
    margin: 1em 0 1em 0;
    padding: 0.2em;
    border: 1px solid #e0e0e0;
}

pre.wordwrap /* Style for ensuring long lines in pre field won't break the design; use &nbsp; instead to preserve white-space where desired */
{
    white-space: normal;
}

pre.wordwrap span.line /* Style for tag wrapping around each line of text */
{
    display: block;
}


/* TABLES */
/* ORDERED AND UNORDERED LISTS */
/* DEFINITION LISTS */
/* FORM ELEMENTS */
/* HORIZONTAL RULERS */
/* MESSAGES TO THE USER */

div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    margin: 0.5em 0 1em 0;
    padding: 0.5em 1em 0.5em 1em;
    border: 6px solid #808080;
    background-color: #f8f8f8;
}

div.message-feedback
{
    border-color: #40b040;
}

div.message-warning, div.warning
{
	margin:10px;
	padding:5px;
	display:block;
	width:470px;
	#height:180px;
    border-color: #666;
}

div.message-error
{
    border-color: #c04040;
}


/* The remaining styles are important for proper content rendering in eZ publish - Do not remove or alter them without proper knowledge of the possible consequences */

/* POSITION CONTROL */

div.block /* Used around groups of objects which are connected in some way, and requires extra margins to the surroundings */
{
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    clear: both;
}

div.block div.element /* Used if several objects are to be stacked horizontally within the same block */
{
    padding-right: 1em;
	padding-bottom:1em;
/*  float: left;*/
}

div.block div.left /* Floats elements to the left in a block */
{
    width: 48%;
    float: left;
    clear: left;
}

div.block div.right /* Floats elements to the right in a block */
{
    width: 48%;
    float: right;
    clear: right;
}

div.object-left /* Used for floating images and other content elements to the left inside other content */
{
    margin: 0.25em 0.25em 0.25em 0;
    float: left;
    clear: left;
}

div.object-right /* Used for floating images and other content elements to the right inside other content */
{
    margin: 0.25em 0 0.25em 0.25em;
    float: right;
    clear: right;
}

.float-break
{
    height: 1%; /* Fix for IE */
}

.float-break:after /* Terminate floating elements flow */
{
    content: "-";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

div.break /* Old method for terminating floating elements flow; kept for backwards compatibility */
{
    clear: both;
    font-size: 1px; /* Fix for IE */
    height: 1px;
    margin-bottom: -1px;
}


/* MISCELLANEOUS STYLES */

.hide /* Used on elements which should only be visible if CSS in disabled or unavailable */
{
    display: none;
}

.spamfilter /* Simple fix for stopping spambots from getting correct e-mail addresses from a web page: info<span class="spamfilter>SPAMFILTER</span>@ez.no <span class="spamfilter>(Remove SPAMFILTER to reply)</span> */
{
    display: none;
}


/*menu horizontale*/
.xtl_mh_menu{
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}
.xtl_mh_menu a{
	margin:0;
	padding:0;
	padding-top:8px;
	display:block;
	position:relative;
	top:0px;
	width:150px;
	height:27px;
	color:white;
}
.xtl_mh_menu a:hover{
	background:url('../images/afiweb/menu_over.jpg');
	background-repeat:no-repeat;
	cursor:default;
}
.xtl_mh_menu ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
.xtl_mh_menu li ul{
	padding:0;
	margin:0;
	position: relative;
	top:4px;
	left:1px;
	display:none;
}
.xtl_mh_menu li ul li{
	margin:0px;
	padding:0px;
	display:block;
	position:relative;
	top:-3px;
	left:-3px;
	height:auto;
	background-color:#990033;
	/* pour IE6 */
	border-left:1px solid #660033;
	
}
.xtl_mh_menu li ul li a{
	padding:0;
	margin:0;
	display:block;
	top:0px;
	left:-1px;
	width:158px;
	height:auto;
	padding-top:3px;
	padding-bottom:2px;
	padding-left:2px;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	background-color:#990033;
	border-left:1px solid #660033;
	border-right:1px solid #660033;
	border-bottom:1px solid #660033;
}
.xtl_mh_menu li ul li a:hover{
	color:#ffcc00;
	background-image:none;
	background-color:#990033;
}


