/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  background-color:#1e7cab;
	  margin-top:5px;
	  }

	#container {
	  /*width: 1000px;*/
	  width:750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  padding:5px;
	  border:1px solid #2763A5;
	  overflow:hidden;
	  }
	  
	#container2 {
	  /*width: 996px;*/
	  width:746px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  line-height: 1.6em;
	  color: #666666;
	  background-color: #FFFFFF;
	  border-bottom: 2px solid #2763A5;
	  }
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }
		
	a {
	  color: #6DA6E2;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  
	/* Liens des sites ayant amenés le plus de visiteurs */
	.linkTopSite {font-family:arial; font-size:10px; color:#2763A5;}

/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 5px 0;
	  background-color:white;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 5px 12px;
	  }

/**************** form styles ****************/
	form {
	  float:right;
	  font-size: 9px;
	  }
		
	input,textarea {
	  background-color: #FFFFFF;
	  color: #353535;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  padding: 3px;
	  }
	
	.button {
	  padding: 2px;
	  background-color: #6DA6E2;
	  color: #FFFFFF;
	  border: 1px solid #2763A5;
	  font-size: 11px;
	  }

/**************** header styles ****************/
	#header {
	  /*width: 1000px;*/
	  width:750px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }

/**************** menu styles ****************/
    #tabs10 {
      float:left;
      /*width:1000px;*/
	  width:750px;
      font-size:93%;
	  padding-bottom: 1px;
	  border-bottom:4px solid #2763A5;
      line-height:normal;
      }
    #tabs10 ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabs10 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs10 a {
      float:left;
      background:url("./images/tableft10.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs10 a span {
      float:left;
      display:block;
      background:url("./images/tabright10.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    #tabs10 a span {
	  float:none;
	  }
    #tabs10 a:hover {
      background-position:0% -42px;
      }
    #tabs10 a:hover span {
      background-position:100% -42px;
      }

/****************   Tab Content   ****************/
	ul.tabsContent{
		height:30px;
		margin:0 !important;
		padding:0;
	}
	
	ul.tabsContent li{
		margin-top:7px;
		float:left;
		list-style-image:none !important;
		list-style-type:none !important;
		margin:0 !important;
	}
	
	ul.tabsContent li a{
		background-color:#2763a5;
		border-color:#666666 #666666 -moz-use-text-color;
		border-style:solid solid none;
		border-width:1px 1px 0;
		color:#FFFFFF;
		display:block;
		float:left;
		font-size:13px;
		height:18px;
		margin-right:2px;
		padding:5px 30px;
		position:relative;
		text-decoration:none;
		top:1px;
		-moz-border-radius-topleft:4px;
		-moz-border-radius-topright:4px;
	}
	
	/* mouseover state */ 
	ul.tabsContent a:hover { 
		background-color:#6da6e2; 
	} 
	 
	/* active tab */ 
	ul.tabsContent a.current { 
		background-color:#6da6e2; 
	} 
	
	div.panes{
		display:block;
		background-color:#DDDDDD;
		border-color:#666666 !important;
		border-style:solid;
		border-width:1px;
		min-height:150px;
		padding:15px 20px;
	}
	
/**************** content styles ****************/
	#content {
	  /*width: 670px;*/
	  width:520px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
	  float: left;
	  }
		
	#content p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
	 #content div {
	  	border-bottom: 1px solid #DDDDDD;
	  	display:block;
	 }
	 
	 #content li {
		margin-top: 0px;
	 	margin-left: 10px;
	 }
	 
	 #content ul li span{
	 		font-weight:bold;
	 }
	 
	 #content div.blocH{
		margin-bottom:5px;
		display:block; 
		overflow:auto; 
		border:0px;
		clear:both;
	 }
	 
	 #content div.blocH img{
		height:113px;
		width:150px;
		float:left;
	 }
	 
	 #content div.blocH a.blocHlink{
		position:relative;
		top:20px;
		color:#C80202; 
		background-color:#DDDDDD;
		text-decoration:underline;
	 }
	 
	  #content div.blocH a.blocHlink:hover{
		text-decoration:none;
	 }
	 
	 #content div.blocH span.text{
		color:#2763A5; 
		background-color:#EEEEEE; 
		font-weight:bold; 
		display:block; 
		margin-top:60px;
	}
	
/**************** Special Mise en forme ****************/	
	div.blocPromo{
		/*border:1px solid #DDD !important;*/
		position:relative;
		margin-top:5px;
		background-color:#6da6e2;
		width:100%;
		min-height:110px;
		text-align:center;
	}
	
	div.blocPromo .promoTitle{
		font-size:12pt;
		font-weight:bold;
		padding-bottom:4px;
		padding-top:4px;
		background-color:#2763a5;
		color:#FFF;
	}
/**************** sidebar styles ****************/
	#sidebar {
	  /*width: 275px;*/
	  width:175px;
	  padding-left: 21px;
	  padding-right: 0px;
	  padding-top: 10px;
	  padding-bottom:10px;
	  float: right;
	  text-align:left;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	 
	#sidebar h2{
		-moz-border-radius-topleft:4px;
		-moz-border-radius-topright:4px;
		background-color:#2763A5;
		border-color:#666666 #666666 -moz-use-text-color;
		border-style:solid solid none;
		border-width:1px 1px 0;
		color:#FFFFFF;
		display:block;
		font-size:13px;
		height:18px;
		margin-right:2px;
		padding:5px 10px;
		position:relative;
		text-decoration:none;
		top:1px;
		width:88%;
	}
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  /*width: 992px;*/
	  width:742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
	  
/**************** Galerie Images ****************/
	#tabIndexIma {
		margin:auto; 
		border:none; 
		width:98%; 
		margin-bottom:0px; 
		text-align:center;
	}
	
	#tabIndexIma td {
		vertical-align:middle; 
		border:1px solid #2763A5; 
		text-align:center; 
		padding:5px; 
		margin-top:10px; 
		background-color:#DDDDDD;
	}
	
/**************** Encadrement ****************/

	#borderTop{
		width: 750px;
	  	margin: 0 auto;
		background-color:#CCFFEE;
	}
	
	#topCornerLeft, #topCornerRight, #bottomCornerLeft, #bottomCornerRight {
		height:25px; width:26px;
		background-repeat:no-repeat;
		font-size:1px; //Correction bug IE
	}
	
	#topCornerLeft {
		background-image:url(/images/top-left-corner.gif); 
	}
	
	#topBorder {
		background-image:url(/images/top.gif); 
		background-repeat:repeat-x;
		height:25px;
		border:none;
		float:both;
		margin:auto;
		font-size:1px;
	}
	
	#topCornerRight {
		float:right;
		background-image:url(/images/top-right-corner.gif); 
	}
	
	#bottomCornerLeft{
		background-image:url(/images/bottom-left-corner.gif); 
	}
	
	#bottomCornerRight{
		float:right;
		background-image:url(/images/bottom-right-corner.gif); 
	}
	

/**************** RedTram ****************/

 	#toprtn4pmblent{
 		margin:auto;
 		width:504px;
   		background-color:#2763A5;
   		color:#FFFFFF;
   		text-align:center;
   		font-weight:bold;
   	}
   
	#rtn4pmb_lent{
		margin:auto; 
		margin-top:0px;
		width:502px; 
		margin-bottom:20px; 
		text-align:center;
		background-color:#DDDDDD;
		border-width:0px;
	}
  
	#rtn4pmb_lent div{
	  	border-width:0px;
	  	margin:0px;
	}
	
	#rtn4pmb_lent table{
	  	width:98%;
	  	padding:0px;
	}
	
	#rtn4pmb_lent table td{
		background-color:#C3D9FF;
		border:1px solid #2763A5;
	}
	
	#rtn4pmb_lent table td img{
			float:left;
	}
	
	#rtn4pmb_lent table td a.rttitle{
			background-color:#C3D9FF;
			color:#CC0000;
	}
	
	#rtn4pmb_lent table td a.rtdesc{
			background-color:#C3D9FF;
			color:#000000;
	}
	
/**************** RedTram Petite image ****************/

	#toprtn4pmb_ban{
		margin:auto;
 		width:160px;
   		background-color:#2763A5;
   		color:#FFFFFF;
   		text-align:center;
   		font-weight:bold;
	}
	
	#rtn4pmb_ban{
		margin:auto;
		background-color:#DDDDDD;
		padding-top:5px;
		padding-bottom:5px;
		width:160px;
	}
	
	#rtn4pmb_ban a{
		background-color:#DDDDDD;
		color:#CC0000;
	}
	
/**************** RedTram Gratte-ciel avec photos ****************/

	#toprtn4pmb_neb{
		margin:auto;
 		width:160px;
   		background-color:#2763A5;
   		color:#FFFFFF;
   		text-align:center;
   		font-weight:bold;
	}
	
	#rtn4pmb_neb{
		margin:auto;
		background-color:#DDDDDD;
		padding-top:5px;
		padding-bottom:5px;
		width:160px;
	}
	
	#rtn4pmb_neb a{
		color:#CC0000;
	}
	
	#rtn4pmb_neb a.rtdesc{
		color:#000000;
	}

/**************** Page accueil ****************/
	#TextAccueil li {
		padding-bottom:15px;
	}
	#BonsPlans{
		margin-bottom:10px;
		border:0px;
		overflow:hidden;
	}
	
	#BonsPlans div {
		margin:auto;
		border: 1px dashed #808080;
		padding:5px;
		min-height:70px;
		margin-top:3px;
		overflow:hidden;
	}
	
	#BonsPlans div:hover a{
		background-color:#FAF2AA;
	}
	
	#BonsPlans div:hover{
		background-color:#FAF2AA;
	}
	
	#middle_partenaire{
		margin:auto;
		text-align:center;;
		padding:5px;
		padding-bottom:10px;
	}
	
	#middle_partenaire a{padding-top:3px;}
	
	.lienPartenaire { font-size:7pt; }
