/* ///////////////////////////////////// */
/*                                       */
/*             ASGARD 2009               */
/*         by Thierry Lienard            */
/*         info_at_asgard.be             */
/*                                       */
/* ///////////////////////////////////// */

body
{
margin: 0;
padding: 0;
/*height: 100%;*/

}

a:visited
{
color: #dd0000;
}

a img
{
	border:none;
}

table
{
	text-align: center;
}

table img
{
	align: center; 
	
}



/* ///////////////////////////////////// */
/* ///////////// CLASS ///////////////// */
/* ///////////////////////////////////// */

.center
{
	text-align: center;
}



/* ///////////////////////////////////// */
/* /////// Containers Header /////////// */
/* ///////////////////////////////////// */

#header
{
height: 170px;
background: url(../img/Header/bg_Header2.png) repeat-x;
}

#header_box
{
width: 800px;
height: 170px;
margin: auto;
}



#header_logo
{
float: left;
position: relative;
top: 25px;
padding: 124px 0 0 200px;
background: url(../img/Header/mini_Asgard.png) no-repeat;
}

#header_texte
{
float: right;
position: relative;
top: 15px;
font-family: tahoma;
font-size: 28px;
font-style: italic;
}

#header_container_bouton
{
float: right;
position: relative;
top: 25px;
width: 488px;
height: 100px; 
}



/* ///////////////////////////////////// */
/* /////// Containers Centre /////////// */
/* ///////////////////////////////////// */


#centre
{
	position: relative;
	min-height: 450px;
}




/* ///////////////////////////////////// */
/* /////// Containers Footer /////////// */
/* ///////////////////////////////////// */

#footer
{
	position: relative; 
	bottom: 0px; 
	left: 0;
	width: 100%;
	height: 200px;
/*	background: url(../img/Footer/bg_footer2.png);*/
/*	background-repeat: repeat-x;*/
}

#footer_box_up
{
width: 800px;
height: 170px;
margin: auto;
}

#footer_box_up_left
{
float: left;
position: relative;
width: 348px;
height: 130px;
top: 24px;
overflow: auto;
background-color: #3a3a3a;
}

#footer_box_up_middle
{
float: left;
position: relative;
width: 248px;
height: 130px;
margin-left: auto;
margin-right: auto;
top: 20px;

}

#footer_box_up_right
{
float: right;
position: relative;
width: 204px;
height: 130px;
top: 22px;
background-color: #3a3a3a;
}

#infos
{
width: 200px;
margin: 0 auto 0 auto;
font-size: 10pt;
/*color: #ffffff;*/
color: #000000;
}

#adresse
{
float: left;
width: 200px;
height: 30px;
margin: 0 0 20px 0;
}

#adresse img
{
float: left;
margin: 0 10px 30px 0;
}

#fax
{
float: left;
height: 15px;
margin: 5px 0 0 0;
}







#footer_box_down
{
position: relative;
width: 800px;
height: 35px;
margin: auto; 
/*background-color: #141414;*/
}


#footer_liens
{
 
padding: 0 0 0 75px;
color: #3a3a3a;
font-family: tahoma;
font-size: 14px;
font-weight: bold;


}

/* ///////////////////////////////////// */
/* /////// Containers Flux RSS ///////// */
/* ///////////////////////////////////// */

#titre_element_rss
{
margin: 5px;
color: #00F;
font-size: 12px;
font-weight: bold;
}

#corps_element_rss
{
margin: 5px;
font-size: 14px;
}


/* ///////////////////////////////////// */
/* ////////////// Menu  //////////////// */
/* ///////////////////////////////////// */


* {padding:0; margin:0} 
/* body {font:12px Verdana, Arial, Helvetica} */
#wrapper {width:790px; padding:25px; margin:0 auto}
#leftcolumn {float:left; width:210px}
#rightcolumn {
	float:right;
	width:580px
}
.dropdown {display:block; position:relative}
.dropdown dt {width:150px; border:2px solid #9ac1c9; padding:8px; font-size: 13px; font-weight:bold; cursor:pointer; background:url(../inc/flyout/images/header.gif)}
.dropdown .upperdd {border-bottom:none}
.dropdown dt:hover {background:url(../inc/flyout/images/header_over.gif)}
.dropdown dd {position:absolute; top:0; overflow:hidden; width:208px; display:none; background:#fff; opacity:0.0; Filter:Alpha(Opacity=0.0)}
.dropdown ul {width:204px; border:2px solid #9ac1c9; list-style:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#333; text-decoration:none; background:#eaf0f2; width:194px}
.dropdown a:hover {background:#d9e1e4; color:#000}
.dropdown .underline {border-bottom:1px solid #b9d6dc}

/* /////////////////////////////////////////////////////////////////////////// */
/* ///////////////////////////// Formulaires ///////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////// */

form
{
width:400px;
margin: 30px auto 50px auto;
border: 2px dashed #cc0000;
padding: 20px 5px 20px 20px;
}

label
{
float: left;
width: 30%;
font-weight: bold;
font-size: 10pt;
color: #4b7eba;
}

input[type="text"], textarea
{
border:1px solid #262323;
}

input[type="text"]:focus, textarea:focus
{
border:1px solid #cc0000;
}

input[type="button"], input[type="reset"]
{
background: #4b7eba;
border: 1px solid #fff;
color: #fff;
font-weight:bold;
}
input[type="button"]:hover, input[type="reset"]:hover
{
background: #cc0000;
}

#adress
{
display: none;
}
#news {
	float: left;
	position: relative;
	width: 210px;
	height: 230px;
	top: 24px;
	overflow: auto;
	background-color: #999;
}

