/* ########## REMISE A 0 ########## */

* {
margin : 0px;
padding : 0px;
}

a {
color : black;
text-decoration : underline;
border : 0px;
}

a:hover {
color : black;
text-decoration : none;
}

a img, img {
border : 0px;
margin-bottom : -3px;
}

li, blockquote {
margin-left : 20px;
}

fieldset {
border : 0px;
}

table {
border-collapse : collapse;
}

/* ########## BODY ########## */

body {
font-family : arial, helvetica, sans-serif;
font-size : 10pt;
color : black;
}

body#migc {
text-align : center;
background : #93a3a0;
}

/* ########## PAGE ########## */

div#page {
width : 980px;
height : auto;
margin-left : auto;
margin-right : auto;
text-align : left;
position : relative;
background : white;
}


/* ########## HEADER ZONE ########## */

div#header_zone {
width : 980px;
height : 195px;
margin-left : auto;
margin-right : auto;
background : url('../usr/layout/header_zone_home.png');
position : relative;
}

div#logo {
padding-left : 131px;
padding-top : 35px;
}

div#powered {
width : 135px;
position : absolute;
top : 18px;
right : 18px;
font-size: 9px;
color : #818580;
}

div#powered a{
color : #818580;
}

h1 {
color : #f39b40;
font-size : 14pt;
padding-left :307px;
padding-top : 15px;
font-weight : normal;
}

/* ########## MIN HEIGHT ########## */

div#minheight1 {
height: 403px;
width: 0px;
float : left;
font-size : 0px;
line-height : 0px;
}

div#minheight2 {
clear: both;
font-size : 0px;
line-height : 0px;
height: 0px;
width: 0px;
}

/* ########## CENTER ZONE ########## */

div#center_zone {
width : 980px;
height : auto;
margin-left : auto;
margin-right : auto;
}

div#left_content {
width : 165px;
height : 381px;
float : left;
padding-left : 60px;
background : url('../usr/layout/left_content_home.png') repeat-y top left;
color : gray;
padding-top : 25px;
}

div#center_content {
width : 755px;
height : auto;
float : left;
}

/* ##########MENU NIV.1 ########## */

ul#menu_level1 {
text-align : left;
}

ul#menu_level1 li{
margin-left : 0px;
list-style-type : none;
padding-bottom : 8px;
}

ul#menu_level1 li a {
color : #4e5452;
text-decoration : none;
font-weight : normal;
font-size : 9pt;
}

ul#menu_level1 li a:hover {
color : #f8af51;
}

ul#menu_level1 li a.migc_selitem {
color : #f8af51;
text-decoration : none;
font-weight : normal;
}
