/* general stuff */ 
* { margin:0; border:0px; }
body{ padding:0; font-family:verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#545454; }

#container {}
#header { height:79px; background:url("./img/bg_header.png") top left repeat-x; }
#header .inside_center { background: url("./img/header_text1.gif") 215px 0px no-repeat; }

#right_side ul { list-style: disc; }
#right_side li { margin-left:35px; padding-bottom: 10px; padding-top: 5px; }

#top_menu { float:right; margin-top:49px;}
#top_menu ul { list-style:none; }
#top_menu li { float:left; margin-left:2px; }

#top_menu a { 
	display:block; 
	background:url("./img/menu_top_left.gif") top left no-repeat; 
	color:#FFF; 
	padding-left:8px; 
	font-size:14px; 
	font-weight:bold; 
	letter-spacing:-1px; 
}
#top_menu a span { display:block; background: url("./img/menu_top_right.gif") top right no-repeat; padding:7px 13px 6px 5px;  }
#top_menu a:hover { text-decoration: none; background:url("./img/menu_top_left.gif") bottom left no-repeat; color:#2a2a2a; }
#top_menu a:hover span { background:url("./img/menu_top_right.gif") bottom right no-repeat; }

/*
#top_menu #active_menu-nav { text-decoration: none; background:url("./img/menu_top_left.gif") bottom left no-repeat; color:#2a2a2a; }
#top_menu #active_menu-nav span { background:url("./img/menu_top_right.gif") bottom right no-repeat;}
*/


#content-outside { min-height:300px; margin-bottom:15px; background:url("./img/bg_content.gif") top left repeat-x; }
#content { 
	border-left:1px solid #e1e1e1; 
	border-right:1px solid #e1e1e1; 
	border-bottom:1px solid #e1e1e1;  
	border-top: none;  
	width:900px; 
	margin:auto; 
	font-size: 1em;
}

#content {
	background-image:url("./img/white.gif");
	background-repeat:repeat-y;
}
#footer { width:900px; margin:auto; clear:both; }
#footer_content { background:#284764; color:#999999; padding-top:10px; }
#footer_content a { color:#FFF; padding-left:2px; padding-right:2px; }

.left_side { width:190px; margin:0px 0px 14px 14px; float:left; }
.left_side_menu {  background-color: #172e43; }
.left_side_menu:hover {  backgroundColor: #0c97be; }

#left_side_tab { background-color: #172e43; }
#left_side_tab tr { height: 23px; }
#left_side_tab input { width: 130px; height: 13px; font-size:0.8em; }
#left_side_tab select.input { width: 136px; height: 19px; font-size:0.9em; }	
#left_side_tab .submit { width: 85px; height:20px; background-color: #0c97be; }

#left_side_conn { background-color: #172e43; }
#left_side_conn tr { height: 23px; }
#left_side_conn input { width: 80px; height: 13px; font-size:0.8em; }
#left_side_conn td { font-size:0.9em; color:#FFFFFF; }	
#left_side_conn .submit { width: 85px; height:20px; background-color: #0c97be; }
#left_side_conn a { color:#FFFFFF;}
#left_side_conn a:hover { color:#0c97be;}

#right_side { width:666px; margin:14px 15px 14px 0px; float:right; } 
* html .left_side { margin:14px 0px 14px 7px; }
* html .right_side { margin:14px 7px 14px 0px; width:666px;  } 

p { margin-bottom:3px; margin-top:5px;  }
small { font-size:10px; }


#right_side div {
	margin-bottom:3px;
	margin-top:5px;
	color:#000000;
	font-size: 1em;
	letter-spacing: 0px;
	line-height: 20px;
}


a { text-decoration: none; color:#3a74a9;  }
a:hover { text-decoration:  underline;   }

h1, h2, h3 { color:#0C97BE; letter-spacing:-1px; text-decoration: underline; }

.inside_center { width:900px; margin: auto; }
.spacer { clear:both; height:0px; display:block; }

input.input { border:2px solid #ddd; padding:2px; width:137px; height: 18px; font-size: 0.9em; background-color:#a5c3df}
select.input { border:2px solid #DDD; padding:2px; width:137px;  height: 25px; font-size: 0.9em; background-color:#a5c3df}
textarea.input { border:2px solid #DDD; padding:2px; width:220px; height:80px; font-family:verdana, Arial, Helvetica, sans-serif; font-size:11px; }
.submit, input[type="button"], .button { text-align:center; cursor:pointer; border:nono; background: #284764; color:#FFF; font-size:11px; font-weight:bold; width:75px; padding:3px; } 

.titre_tableau {
	font-size: 1.2em;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.titre_tableau2 {
	font-size: 14;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
.champ_tableau {
	background-color:#e6f4f8 ;
	color:#000000;
	font-size:3; 
	font-weight:bold;
}
.champ_tableau2 {
	background-color:#284764 ;
	color:#cccccc;
	font-size:11; 
	font-weight:bold;
}
.texte_blanc {
	color:#FFFFFF;
}
.texte_mini {
	font-size:0.8em;
}
.texte_alerte {
	width: 95%;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #000;
	background-color:#EBEBEB;
	color: #ff0000;
	text-align:center;
}

/* SimulationBox */
.investmentTable {
  margin: 10px;
}
.investmentTable td {
  padding: 0 27px 5px 0;
}

.SimulationTable {
  margin: 10px 5px;
  border-spacing: 5px;
  width: 580px;
}
.SimulationTable td {
  padding: 5px;
}
.SimulationTable th {
  background: #177298;
  color: white;
  padding: 5px;
}
.goal {
  background: #999999;
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  border: 3px solid #f6f6f6;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.white {
  background: white;
}
.legend {
  font-size: 10px;
}
.borderBottom {
  border-bottom: 1px solid black;
  border-collapse: separate;
}



/* explication loi */
h3.articleTitle {
  color: #314f9c;
  text-decoration: underline;
  font-size: 13px;
  margin: 0 0 10px 10px;
  padding: 0;
  text-align: left;
}

.article {
  padding: 0 10px;
  font-style: italic;
}

/*exemle simulation*/

.investmentTable {
  margin: 10px;
}
.investmentTable td {
  padding: 0 27px 5px 0;
}
.index {
  font-weight: bold;
}
.index2 {
  margin: 0;
  padding-left: 10px;
  font-weight: normal;
}

.financingTable,
.evolution {
  margin: 10px auto;
}
.financingTable td,
.evolution td {
  width: 1%;
}
.financingTable .date,
.evolution .tableTitle {
  font-weight: bold;
  background-color: #b21212;
  text-align: center;
  color: white;
}
.evolution .end {
  text-align: center;
  font-weight: bold;
} 

.financingTable .one,
.evolution .one {
  background-color: #fffaf3;
  text-align: center;
}
.financingTable .two,
.evolution .two {
  background-color: #FDF2E1;
  text-align: center;
}

/* PresentationBox */

.evaluation {
  margin: auto;
}

.evaluation td {
  padding: 0 20px;
}

.warning {
  padding: 0 10px;
  font-size: 10px;
  color: #177298;
}

/* programmes neufs */
.MiniProgramView {
  margin: 10px;
  border: 1px solid #177298;
}

.MiniProgramView .header {
  background: #177298;
  color: white;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
.MiniProgramView h2 {
  text-align: left;
}
.MiniProgramView .header .active {
  font-size: 10px;
  background: #e50000;
  border: 1px solid white;


  padding: 0 2px;
  margin-right: 5px;
}

.MiniProgramView .header .VideoPicto {
  background: transparent url(/images/pictos/video.gif) no-repeat;
  width: 41px;
  height: 44px;
  display: block;
  float: left;
  margin: -13px 5px 0 0;
}

.MiniProgramView .header .city,
.MiniProgramView .header .name {
  color: white;
  font-size: 14px;
  margin: 0;
  text-transform: uppercase;
}
.MiniProgramView .header .city {
  font-size: 12px;
  text-transform: none;
}
.MiniProgramView .header .city .law {
  font-size: 10px;
}

.MiniProgramView .content {
  background: white;
  padding: 5px;
}
.MiniProgramView .content p {
  margin: 0;
}
.MiniProgramView .content .left,
.MiniProgramView .content .right {
  vertical-align: top;
  text-align: justify;
  padding: 0;
}
.MiniProgramView .content .image {
  margin: 0 5px 0 0;
}
.MiniProgramView .content .image img {
  height: 100px;
  border: 0;
}
.MiniProgramView .content .description {
  margin-bottom: 10px;
}

