/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
/*body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
}*/

/*#bloc {
height: 5em;
background: yellow;
}*/

html>body #pagecell1 {
height: auto;
min-height: 800px;
}


.menu{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #F7DE39;
}

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

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
/* color: #334d55;*/
 color: #421574;
 margin: 0px;
 padding: 0px;
 font-size: 25px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#top{
    width: 800px;
    height:20px;
    background-image: url("arr_sup.png");
}

#pagecell1{
    height: 800px;
	width: 800px;
    /*background-color: #940602;*/
    background-color:#F7DE39;
    padding: 0px 0px 0px 0px;
}

#tl {
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
    overflow:hidden;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	/* color: #ffffff; */
	color: #F7DE39;
	font-weight: bold;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	position: relative;
	height: 65px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
    vertical-align:middle;
}

#pageName h2{

	font: bold 2em Arial,sans-serif;
	color: #000000;
	margin:0px 0px 0px 74px;
	padding: 20px 0px 0px 0px;
}

#pageName img{
	/*position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;*/
	position: relative;
	top: 0px;
	padding: 0px;
	margin: 0px 4px 0px 0px;
    vertical-align:middle;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
/*height: 32px;*/
height: 42px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("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;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


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

a.glink:hover{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}

a.glink img{
	border:none;
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 5px 0px 0px 235px;
	visibility: hidden;
	color: #000000;
	font-weight: bold;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #000000;
}

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

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	/*float: left;*/
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
    font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    margin: 5px 0px 5px 0px;
    width:770px;
    background-color:#D7D7D7;
	padding: 10px 0px 5px 10px;
	font-size: 80%;
}

.story h3{
    font: bold 125% "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    color: #000000;
    vertical-align:text-top;
}
.story h3 img{
    margin: 0px 5px 0px 0px;
    text-align:center;
    left:0;
    
}
.story p {
	padding: 0px 0px 10px 20px;
    margin-right:20px;
    text-align:justify;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}
.story a img{
    border:0px;
    margin-right:5px;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/**************** layout linkPane****************/
.tableLinkPane{
	margin-bottom: 10px;
	width: 145px;
}
td.tdLinkPaneTitle{
	padding-left:5px;
	border: solid black 1px;
	background-color: black;
	font-size: 8pt;
	font-weight: bold;
	color:#F7DE39;
	
}
td.tdLinkPane{
	font-size: 8pt;
	border: solid black 1px;
}

#linkPane {
	position:absolute;
	top: 10px;
	margin-left: 10px; 
	float: left;
	width: 165px;
	height: 100%;
	/*color: #ffffff;*/
}
.centered {
   border:0;
   display: block;
   margin-left: auto;
   margin-right: auto }
iframe.centered {
   display: block;
   margin-left: auto;
   margin-right: auto }
   
.memberInfo {
	position:relative;
	margin-left:5px;
	padding: 10px 0px 5px 0px;
	font-size: 80%;
	width: 510px;
}

.memberInfo h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.memberInfo p {
	padding: 0px 0px 5px 0px;
}

.memberInfo a{
	font: bold 1em Arial,sans-serif;
	color: #000000;
	display:block;
}

.memberInfo a:hover{
	text-decoration: underline;
}
.member{
	position:relative;
	padding-top:5px;
	width: 510px;
	height: 300px;

}
.memberPhoto{
	position:relative;
	float:left;
	margin-right:10px;
	width: 200px;
}

.memberDetail{
	position:relative;
    float:right;
	width: 300px;
}

#righttools{
	position: relative;
	font-family: Arial,sans-serif;
	color: #000000;
	float:right;
	padding-top:5px;
	margin-right:10px;
	height: 32px;
}

p.footertext {
	margin-top: 0px;
	margin-left: 10px;
    margin-right: 10px;
	font: 75% Arial,sans-serif;
	}

/********STYLE AGENDA************************/

.caldate{
    font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    float:left;
    width:59px;
    height:60px;
    margin-top:10px;
    background: url("./icones/bg_cal.png") no-repeat;
}
.caldate .month{
    text-align:center;
    margin:4px 0px 0px 0px;
    color:white;
    font-size:0.8em;
    font-weight:bold;
}
.caldate .day{
    text-align:center;
    margin:4px 0px 0px 0px;
    color:black;
    font-size:1.5em;
    font-weight:bold;
}
.eventdetail{
    font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    float:left;
    width:700px;
    background-color:#D7D7D7;
    margin:5px 0px 5px 10px;
    padding:5px 0px 0px 10px;
    /*border:4px solid black;*/
}
.eventdetail p{
    text-align:justify;
    overflow:hidden;
    margin:10px 15px 8px 0px;
}
.eventdetail img{
    float:left;
    margin:5px 5px 10px 0px;
}

.eventdetail h2{
    font-family: Tahoma,Helvetica,Sans-Serif;
    font-size:1.3em;
    color:#0C12AB;
}

.eventdetail .lieu{
    font-family: Tahoma,Helvetica,Sans-Serif;
    font-size:0.8em;
    font-style:italic;
    margin-left:15px;
    color:#715300;
}
.eventdetail .info{
    font-size:0.8em;
    margin:3px 0px 5px 20px;
    color:#715300;
    /*background-color:#FDFDDE;*/
    background-color:#898989;
    padding: 2px 0px 2px 0px;
    width:650px;
    line-height:18px;
}

.eventdetail ul{
    list-style-type:none;
}
.docs{
vertical-align:middle;
display:inline-block;
padding-left:45px;
line-height:50px;
background:url(./icones/File-pdf-48.png) center left no-repeat;
}
.mail{
vertical-align:middle;
display:inline-block;
padding-left:50px;
line-height:50px;
background:url(./icones/info_48.png) center left no-repeat;
}
/********************* end **********************/

/*********** STYLE NEWS PAGE *****************/


.news {
    font-family: "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    margin: 5px 0px 5px 0px;
    width:770px;
    background-color:#D7D7D7;
	padding: 10px 0px 10px 10px;
	font-size: 80%;
}

.news h3{
    font: bold 125% "Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    color: #000000;
    vertical-align:text-top;
}
.news h3 img{
    margin: 0px 5px 0px 0px;
    text-align:center;
    left:0;

}
.news p {
	padding: 0px 0px 5px 20px;
    margin-right:20px;
    text-align:justify;
}
.news a img{
    border:0px;
    margin-right:5px;
}
/******** END STYLE NEWS PAGE ***************/
.aideinfo{
    font-size:0.8em;
}

/*** from style****/
#message							{ width:180px;margin:60px 0 0 100px; }
#message h2						{ font-size:150%;color:black; }
#message p						{ color:white;font-weight:bold;margin:6px 0px; }
#checkmark						{ position:relative;top:-46px;left:-60px; }
/*** end form style *****/

