/***********************************************/
/* 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: #7ec133;
}

/******* hyperlink and anchor tag styles *******/
img {
	border:none;
	}

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


a:hover{
	text-decoration: underline;
}

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

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

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

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

h4{
 font: bold 110% Arial,sans-serif;
 color: #333333;
 text-decoration:none;
 margin: 10px 0 0 0;
 padding: 0px;
}

h5{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 font-style:italic;
 margin: 0 0 10px 10px;
 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                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 112px;
	left: 2%;
	right: 2%;
	/*width:95.6%;*/
	width:960px;
	background-color: #ffffff;
}

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

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

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	/*width:95.6%;*/
	width:960px;
	background-image:url(../images/bandoHaut.jpg);
	height:92px;

}

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

#content{
	border-left: 1px solid #ccd2d2;
	/*Modif JU 04/2007 ///// height:1000px;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

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

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

#utility a{
	color: #ffffff;
}

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

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

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

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

#globalNav{
position: relative;
width: 100%;
min-width: 640px;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
margin-top:90px;
background-image: url(../images/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: 66px;
	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;
}

.skipLinks {display: none;}

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

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

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

.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 5px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

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


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

.feature{
	font-size: 80%;
	min-height: 200px;
	height: 1200px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
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 {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

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

.story p {
	padding: 0px 0px 10px 0px;
}

.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;
}
td.storyLeft_centre{
	text-align:center;
}
td.storyLeft_warning{
	text-align:center;
	font-size:1.5em;
	border:#FF0000 solid 2px;
}


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

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	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;
}

/********************* special ajax **********************/
.tumevoispas
{
 visibility: hidden;
}

.tumevois
{

 visibility: visible;
 m

}

table.table_sansbord{
 border: 0px black solid;

}
  /*table {
        background-color: black;
        border: 1px black solid;
        border-collapse: collapse;
      }*/
      th {
        border: 1px outset silver;
        background-color: maroon;
        color: white;
      }
      tr {
        background-color: white;
        margin: 1px;
      }
      tr.striped {
        /*background-color: coral;*/
		background-color:#CCC;
      }
      td {
        padding: 1px 8px;
      }

	  #bloc_imp{
	  margin-left:500px;
	  }
	  .bloc_fond{
	background-color:#CCCCCC;
	  }


	  #gauche_picto{
	  width:100px;
	  text-align:center;
	  }
	    #gauche_picto p{
	text-align:center;
	font-size: 10px;
	margin-top:0px;

		}

	  #tableau_alpha{
	  margin-left:50px;

	  }

	  .dommav{
	text-transform: uppercase;
	  }

	  .niv1{
	  color:#000099;

	  }

	  #bloc_adorga{

		  position:absolute;
		  margin-left:680px;
		  margin-top:10px;
	  }

		 #bloc_adorga1{

		  position:absolute;
		  margin-left:450px;
		  margin-top:10px;

	  }
		 #bloc_adphysique{

		  position:absolute;
		  margin-left:550px;
		  margin-top:50px;

	  }
	   input.tumevois {
		margin-top:3px;
		margin-left:0px;
		position:absolute;
		}

		 input.tumevoispas {
		margin-top:3px;
		margin-left:-200px;
		position:absolute;
		}
		select.tumevois {
		margin-top:3px;
		position:absolute;
		margin-left:0px;
		margin-bottom:0px;
		margin-top:-7px
		}

.legende {
	font-style: italic;
	font-size:0.8em;
}

legend {

		display: block;
		width: 250px;
		background-color:#CCCCCC;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;

	}

legend2 {

		display: block;
		width: 1000%;
		background-color:#CCCCCC;
		text-align: center;
		font-size: 1.2em;
		font-weight: bold;

	}

td.modif1 a, h3.modif1, h2.modif1, a.modif1{
	color:#C00;


}
td.modif2 a, h3.modif2, h2.modif2, a.modif2{
	color:#060;



}

#gauche_picto{
	position: fixed;



	z-index: 600;


	}
	/*input {

	border-color:#666666;


	border-style:solid;
	border-width:thin;
	}
	*/
	.obligatoire {
	border-color:#FF0000;

	border-style:solid;
	border-width:thin;


	}

	.alerte {
	color:#FF0000;
	text-align:center;
	font-size:15px;
	}
	legend {

		color:#000099;
		font-size:1.1em;

		padding-left:10px;
		padding-right:10px;


	}

	#id_toto {

	border-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
	}

	#resume h1 {

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


	.sansbord{
	border:none;

	}

	.choixA{
	font-weight: normal;

	}

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


	}
	
	
#avertissement p {
  font-size: 14px;
  color: red;
  
  }
  
	.gros{
	font-size: 16px;


	}

	.essai{
	font-size: 12px;
	margin-right: 70px;


	}

	#avancement p{
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;

	}
	.etape{
	color: red;

	}
form fieldset {
/*padding: 1em;
background: #eef;
border: 1px solid #4475ce;
margin: 0 0 15px 15px;
width: 450px;*/
display: block;  }


form fieldset legend {
width: 350px;
padding: 4px;
/*border: 1px solid #4475ce;
background:#4475ce;
color: #fff;
margin-bottom: 10px; */ }

 form label {
/* display:inline;
  width: 120px;
  float:left;
  margin: 3px 0 3px 0; */ }

  #aff ul{
  margin-bottom: -10px;

  }
    #aff h2{
    margin-top: 15px;
  margin-bottom: -20px;
  

  }
    #aff h2.niv2{
    margin-top: 15px;
  margin-bottom: -40px;
 

  }
     #aff h1{
    margin-top: 18px;
  margin-bottom: -10px;
  font-size: 15px;

  }
  
   #aff h3{
    margin-top: -20px;
 	margin-bottom: 0px;
  font-size: 12px;

  }
  
  #aff2 li.nivo1{
  color: black;
  font-size: 11px;
  
  }
    
.ulpetit{

}

  .affniv1{
  font-size: 14px;
  margin-left: -30px;
  
  }
