
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/******* hyperlink and anchor tag styles *******/

#masthead{
	position: absolute;
	top: 1px;
	left: 197px;
	right: 2%;
	width:88%;
	z-index: 200;
	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/


/************* globalNav styles ****************/

#globalNav{
position: absolute;
width: 610px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
}
/***** background-image: url(images/michee_glbnav_background.gif); ***/


#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 5px;
	z-index: 100;
}

.tabglink {
	text-align: center
}

a.glink, a:visited.glink{
  	font-size: small;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
}

a:hover.glink{
  	background-image: url('images/michee_glblnav_selected.gif');
	text-decoration: none;
	color: #0000FF;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;	
	border-style:solid; 
	border-width:thin; 
	top: 30px;
	width: 155px;
	visibility: hidden;
	background-color: #C3DAF9;
	z-index: 200;
}

.subglobalNav a, .subglobalNav#font-family a:link#font-family, .subglobalNav a:visited {
	font-size: 7pt;
	color: #0000CC;
}

.subglobalNav a:hover{
	color: #808080;
}

/********************* Style des sous-menus **********************/
  .subglobalNav#subglobal1 { position: absolute;
    left: 0em;
	height: 0px;
    z-index: 200;
    visibility: hidden;
    }

  .subglobalNav#subglobal2 { position: absolute;
    left: 9em;
	height: 60px;
  	z-index: 200;  
    }

  .subglobalNav#subglobal3 { position: absolute;
    left: 17em;
 	height: 45px;
   z-index: 200;
    }

  .subglobalNav#subglobal4 { position: absolute;
    left: 25em;
 	height: 57px;
   z-index: 200;
    }

  .subglobalNav#subglobal5 { position: absolute;
    left: 33em;
 	height: 57px;
   z-index: 200;
    }

  .subglobalNav#subglobal6 { position: absolute;
    left: 42em;
 	height: 125px;
	width: 180px;
   z-index: 200;
    }

  .subglobalNav#subglobal7 { position: absolute;
    left: 64em;
  	height: 0px;
  z-index: 200;
    }

#logomichee {
	position:absolute;
	float:left;
	width:106px;	
	height:100px;
	z-index:102;
	padding-left:0px; padding-top:0px
}

#logo_vertical {
	position:absolute;	
	top:20px; 
	left:835px;
	height:190px;
	z-index:102;
}

/********************* pour les brèves du sommaire **********************/

#breves_menu {
	margin-left:10px; 
	color:#FF0000
	
}

/********************* pour chapo avec logo **********************/
.chapo_article
{
	border:medium double #CCCCCC; padding:0; font-weight: bold;
	background-color:#99FFCC;
	margin:0px;
}



/********************* pour inc_rubrique **********************/
.element {
	min-width: 10em;
	border: 1px solid #CCC;
	margin-bottom: 1em;
	font-size: 0.77em;
}

.element ul p.secteur
{
	list-style: none;
	margin: 0px;
	padding: 0;
	border: 0;
}

.element ul p.secteuron
{
	list-style: none;
	margin: 0px;
	padding: 0;
	border: 0;
}

.element ul p.secteur a
{
    color: #3333CC;
    font-weight: normal;
	font-size: 12px
}

.element ul p.secteuron a
{
    color: green;
    font-weight: normal;
	font-size: 12px
}

/****************** pour Mozilla Firefox ******************************/
.sousrubrique a
{
    color: #0000FF;
   	font-size: 10px
}

.sousrubriqueon a
{
    color: green;
   	font-size: 10px;
}

/****************** pour Internet Explorer ******************************/
.element ul ul li.sousrubrique a
{
    color: #0000FF;
   	font-size: 10px
}

.element ul ul li.sousrubriqueon a
{
    color: green;
   	font-size: 10px;
}
