html{
	background-color:#FFF;
}
body{
	color: #000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
}
/* GENERAL */

h3{
	font-size: 28px;
	font-weight: bold;
	/*padding-bottom:5px;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background-color:white;*/
	}
#title-content{
	font-size:14px;
	font-weight:bold;
	line-height:normal;
}
h4{
	font-size:36px;
	font-weight:bold;
	line-height:normal;
	text-align:right;
}
h6{
	font-size:36px;
	font-weight:bold;
	line-height:normal;
	text-align:left;
}
h5{
	font-size:24px;
	font-weight:bold;
	line-height:normal;
	text-align:left;
	color:#000;
	margin-bottom:5px;
}
a{
	font-size: 11px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
}
.alink{
	font-size: 11px;
	text-decoration:underline;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}
.alink:hover{
	text-decoration:underline;
	color:#333;
}
.linkmap{
	font-size: 11px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
.linkmap:hover{
	color:#FFF;
}
a.button{
	
}
#button{
	background-image:url("../img/puces/puce_000000.png");
	background-position:0px center;
	background-repeat:no-repeat;
	padding:5px 5px 5px 25px;
	height: 34px;
	line-height: 10px;
	color:#000000;
	text-decoration:none;
	font-size:13px;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#button:hover{
	background-image:url("../img/puces/puce_bleucanard.png");
	color: #004163;
}
#button_white{
	background-image:url("../img/puces/puce_ffffff.png");
	background-position:10px center;
	background-repeat:no-repeat;
	padding:5px 5px 5px 30px;
	height: 34px;
	line-height: 10px;
	color:#ffffff;
	text-decoration:none;
	font-size:13px;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#button_white:hover{
	background-image:url("../img/puces/puce_acacia.png");
	color: #cdc92a;
}
#button_elysee{
	background-image:url("../img/puces/puce_elysee.png");
	background-position:10px center;
	background-repeat:no-repeat;
	padding:5px 5px 5px 30px;
	margin-left:-10px;
	height: 34px;
	line-height: 10px;
	color:#7b8384;
	text-decoration:none;
	font-size:13px;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#button_elysee:hover{
	background-image:url("../img/puces/puce_perle.png");
	color: #E6D9D3;
}
#bg_contact_button{
	position:absolute;
	left:30px;
	top:170px;
	width:50px;
	height:38px;
	padding:0;
	margin:0;
}
#button_contact{
	background-color:#000;
	padding: 10px 20px 10px 40px;
	height: 34px;
	line-height: 10px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
}

#button_contact:hover{
	background-color:#333;
}
#imgmap{
	padding:30px;
	padding-top:10px;
}
#imgfacts{
	padding:10px;
	padding-top:20px;
}
/* CONTAINER */
#container{
	position:relative;
	padding-top:10px;
}

#header{
	height:	60px;
}

	#header img{
		float:left;
		padding-bottom:15px;
		padding-top:5px;
	}
	#header #lang{
		float:right;
		overflow:hidden;
		margin-right:0;
	}
	#header #lang li{
		float:left;
		list-style:none;
		margin-left:10px;
	}
#divtitle{
	}
#banner{
	padding-top: 0;
	margin-bottom:10px;
	}
#navigation{
	height:50px;
}
#main{
	clear: both;
	background-color:#FFFFFF;
	padding-top: 10px;/* padding/margin IE fix*/
	padding-bottom:10px;
}
	#main #sub1{
		margin-right:5px;
	}
		#main #sub1 img{
			float:left;
		}
	#main #sub2{
		margin-left:0px;
		margin-right:0;
		border-left: 3px black dotted;
	}
		#main #sub2 p{
			margin-left:15px;
			margin-right:10px;
		}
		#main #sub2 #button{
			margin-left:80px;
		}
	#main #sub3{
		padding-top: 10px;
		background-color:#008D58;
		height:395px;
		margin-left:20px;
		margin-right:0;
		padding-left:10px;
		margin-top:-30px;
		padding-bottom:20px;
		text-align:left;		
		border-width:0px;
		border-color:#999999;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		/*IE DOES NOT SUPPORT BORDER RADIUS*/
		-moz-box-shadow:0px 0px 2px #000000;
		-webkit-box-shadow:0px 0px 2px #000000;
		box-shadow:0px 0px 2px #000000;
		/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	}
		#main #sub3 #button{
			margin-left:130px;
		}
	#main #sub3 #newshome{
		padding:5px;
		margin-left:-10px;
		margin-top:-30px;
	}
	#main #sub3 #newshome tr td{
		background-color:#FFFFFF;
		padding:5px 5px 5px 10px;
	}
	#main #sub3 #newshome a{
		text-decoration:underline;
		color:#666;
		font-weight:normal;
	}
	#main #sub3 #newshome a:hover{
		text-decoration:none;
	}
	#main #sub3 ul{
		overflow:hidden;
		margin-right:0;
		background-color:#960722;
	}
		#main #sub3 li{
			list-style: none;
			background-color:#FFF;
			padding: 5px 5px 5px 5px;
			margin-bottom: 10px;
			margin-left: 0px;
			margin-right: 10px;
		}
		#main #sub3 li a{
			text-decoration: underline;
			color:#000;
		}

	#main #sub4{
		padding-top: 10px;
		background-image:url(../img/home_reasons.jpg);
		background-repeat:no-repeat;
		height:180px;
		margin-top:10px;
	}
		#main #sub4 img{
			padding-top:10px;
			padding-left:30px;
			padding-bottom:20px;
		}
		#main #sub4 ul{
			overflow:hidden;
			margin-left:0px;
		}
		#main #sub4 li{
			float:left;
			display:block;
			list-style:none;
			color:#000000;
			font-size:11px;
			font-weight:bold;
		}
	#main #sub5{
		padding-top: 10px;
		background-image:url(../img/home_sustainable_development.jpg);
		background-repeat:no-repeat;
		margin-left:0px;
		margin-right:0;
		margin-top:10px;
		padding-left:10px;
		height:180px;
		font-size:11px;
	}
		#main #sub5 div{
			padding-top:85px;
			padding-left: 20px;
			padding-bottom: 15px;
			line-height:1.2;
		}
		#main #sub5 #button{
			margin-left:20px;
		}
/* PAGE ACHIEVEMENTS */
#main #achievementssub1{
}
	#main #achievementssub1 img{
		float:right;
	}
#main #achievementssub2{
	padding-bottom:20px;
	border-left:3px black dotted;
	padding-left:20px;
}
	#main #achievementssub2 ul{
		
	}
	#main #achievementssub2 li{
		list-style:none;
		font-weight:bold;
		color:#000;
		margin-left:0;
	}
#main #achievementssub3{
	/*background-color:#EFF3EC;*/
	width: 500px;
}
	#main #achievementssub3 img{
		/*margin-left:50px;
		margin-top:20px;*/
	}
/* PAGE ACHIEVEMENTS */
/* PAGE ABOUT */
#main #aboutsub1{
}
#main #aboutsub2{
	margin-left:0px;
	margin-right:0px;
	padding-left:15px;
	border-left:3px black dotted;
}
#main #aboutsub3{
	padding-top: 10px;
	background-color:#ffffff;
	/*height:100%;*/
	margin-left:10px;
	margin-right:0;
	margin-top:-30px;
	padding-left:10px;
}
	#main #aboutsub3 #divbrochure{
	background:url(../img/imgAboutBrochure.jpg) no-repeat;
	height:207px;
	width:285px;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	padding-top:0px;
	}
	#main #aboutsub3 #divbrochure #button{
			margin-left:20px;
		}
#center #aboutcenter1{
	padding-top:10px;
}
	#center #aboutcenter1 ul{
		overflow:hidden;
		display:inline;
	}
	#center #aboutcenter1 li{
		list-style:none;
		margin-left:0;
		margin-top:0;
	}
	#center #aboutcenter1 li p{
		margin-left: 100px;
		margin-top:-90px;
		margin-bottom:40px;
		font-size:12px;
	}
#center #aboutcenter2{
	padding-bottom: 20px;
}
	#center #aboutcenter2 ul{
		overflow:hidden;
		display:inline;
	}
	#center #aboutcenter2 li{
		list-style:none;
		margin-left:0;
		margin-top:0;
		padding-top:30px;
		margin-bottom:0px;
	}
	#center #aboutcenter2 li p{
		margin-left: 85px;
		margin-top:-70px;
		font-size:10px;
		margin-bottom:0px;
		line-height:normal;
		height:40px;
	}
	#center #aboutcenter2 li a{
		font-size:10px;
	}
/* PAGE BOARD OF DIRECTORS */
#center #boardcenter1{
	padding-top:10px;
}
	#center #boardcenter1 ul{
		float:left;
	}
	#center #boardcenter1 li{
		float:left;
		list-style:none;
		margin-bottom:10px;
		margin-left:0px;
		margin-right:10px;
		padding:10px;
		width:250px;
	}
	#center #boardcenter1 li p{
		margin-bottom: 0px;
		margin-left:100px;
		margin-top:-100px;
		padding-left:10px;
		width:130px;
	}
#center #boardcenter2{
	padding-top:30px;
}
	#center #boardcenter2 ul{
		display:inline;
		overflow:hidden;
	}
	#center #boardcenter2 ul li{
		float:left;
		list-style:none;
		margin-left:20px;
		margin-right:20px;
	}
/* PAGE VALUES */
#main #valuessub1{
}
#main #valuessub2{
	margin-left:0px;
	margin-right:0;
	padding-left: 15px;
	border-left:3px black dotted;
}
#main #valuessub3{
	padding-top: 10px;
	background-color:#FFFFFF;
	/*height:100%;*/
	margin-left:10px;
	margin-right:0;
	margin-top:-30px;
	padding-left:10px;
}
	#main #valuessub3 img{
		padding-bottom:10px;
		padding-top:10px;
	}
	#main #valuessub3 #divcountries{
		background-image:url(../img/values_countries.gif);
		background-repeat:no-repeat;
		width:285px;
		height:107px;
		padding-left:20px;
	}
	#main #valuessub3 #divsubs{
		/*background-image:url("../img/values_subsidiaries.gif");
		background-repeat:no-repeat;*/
		background-color:#cdc92a;
		width:285px;
		height:180px;
		/*padding-left:20px;*/
	}
	#main #valuessub3 #divsubs img{
		padding:0;
		margin:0;
	}
	#main #valuessub3 #divsubs #button{
		margin-left:20px;
	}

/* PAGE SUSTAINABLE DEVELOPEMENT*/
#main #susdevsub1{
}
	#main #susdevsub1 img{
		float:right;
	}
#main #susdevsub2{
	margin-left:2px;
	margin-right:0;
	border-left: 6px dotted #cece29;
}
	#main #susdevsub2 p{
		padding-left:20px;
		padding-right:20px;
	}
#main #susdevsub3{
	padding-top: 0px;
	margin-left:10px;
	margin-right:0;
	margin-top:-30px;
	padding-left:0px;
}
#center #susdevcenter1{
	margin-top: 10px;
}
	#center #susdevcenter1 li{
		list-style:none;
		margin-left:0;
		margin-top:10px;
	}
	#center #susdevcenter1 li p{
		margin-left: 80px;
		margin-top:-70px;
		margin-bottom:40px;
		font-size:12px;
	}
#center #susdevcenter2{
	padding-bottom:10px;
		padding-top:10px;

}
	#center #susdevcenter2 #button{
		margin-left:0px;
	}
		#center #susdevcenter2 #button span{
			text-decoration:underline;
		}
/* PAGE ACHIEVEMENTS BUS*/
#main #abussub1{

}
	#main #abussub1 ul{
		float:left;
	}
	#main #abussub1 li{
		float:left;
		list-style:none;
		margin-left:0;
		margin-right:10px;
	}
	#main #abussub1 li div{
		overflow:hidden;
		color:#FFF;
		font-weight:bold;
		padding:5px 37px 5px 5px;
		text-align:right;
		margin-top:-50px;
		margin-bottom:25px;
		margin-left:15px;
		}
#main #abussub2{
    border-left: 3px dotted black;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#main #abussub3{
	padding-top: 10px;
	background-color:#cdc92a;
	height:795px;
	margin-left:0px;
	margin-right:0;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	border-width:0px;
	border-color:#999999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*IE DOES NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow:0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 2px #000000;
	box-shadow:0px 0px 2px #000000;
	/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
	#main #abussub3 #imgtitle{
		padding-bottom:20px;
	}
	#main #abussub3 ul{
		float:left;
		padding-left: 20px;
	}
	#main #abussub3 li{
    background-color: #FFFFFF;
    float: left;
    list-style: none outside none;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 10px;
    padding: 10px;
    width: 240px;
	}
		#main #abussub3 li p{
			/*float:left;*/
			color:#000;
			text-align:left;
			margin-top:-50px;
			margin-bottom:0px;
			margin-left:100px;
			/*padding:5px;*/
			padding-left:10px;
			width:140px;
			font-size:12px;
		}
	#main #abussub3 #button{
		padding-left:50px;
		padding-right:50px;
		padding-bottom:15px;
		padding-top:15px;
		line-height:35px;
	}
#center{
}

	#center #abuscenter3 {
		margin-top:20px;
	}
	#center #abuscenter4 {
		padding-bottom:20px;
		padding-top:20px;
	}
	#center #abuscenter4 img{
		margin-bottom:20px;
	}
	#center #abuscenter4 #button{
		margin-left:30px;
	}
		#center #abuscenter4 #button span{
			text-decoration:underline;
		}
		
		
/* PAGE ACHIEVEMENTS TRAM*/
#main #atramsub1{

}
	#main #atramsub1 ul{
		float:left;
	}
	#main #atramsub1 li{
		float:left;
		list-style:none;
		margin-left:0;
		margin-right:10px;
	}
		#main #atramsub1 li div{
		overflow:hidden;
		color:#FFF;
		font-weight:bold;
		padding:5px 37px 5px 5px;
		text-align:right;
		margin-top:-50px;
		margin-bottom:25px;
		margin-left:15px;
		}
#main #atramsub2{
    border-left: 3px dotted black;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#main #atramsub3{
	padding-top: 10px;
	background-color:#8ad2e1;
	height:610px;
	margin-left:0px;
	margin-right:0;
	margin-top:0px;
	padding-left:0px;
	
	-moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 0 0 2px #000000;
    border-color: #999999;
    border-width: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 10px;
}
	#main #atramsub3 #imgtitle{
		padding-bottom:20px;
	}
	#main #atramsub3 ul{
		float:left;
		padding-left: 20px;
	}
	#main #atramsub3 li{
    background-color: #FFFFFF;
    float: left;
    list-style: none outside none;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 10px;
    padding: 10px;
    width: 240px;
	}
		#main #atramsub3 li p{
			/*float:left;*/
			color:#000;
			text-align:left;
			margin-top:-50px;
			margin-bottom:0px;
			margin-left:100px;
			/*padding:5px;*/
			padding-left:10px;
			width:130px;
			font-size:12px;
		}
	#main #atramsub3 #button{
		padding-left:42px;
		padding-right:42px;
		padding-bottom:15px;
		padding-top:15px;
		line-height:35px;
	}
#center{
}
	#center #atramcenter1{
		margin-top:10px;
	}
	#center #atramcenter2{
		margin-top:0;
		padding-top:10px
	}
	#center #atramcenter5{
		margin-top:10px;
	}
	#center #atramcenter6 {
		padding-bottom:20px;
		padding-top:10px;
	}
	#center #atramcenter6 img{
	padding-bottom:40px;
	}
	#center #atramcenter6 #button{
	margin-left:30px;
	}
		#center #atramcenter6 #button span{
			text-decoration:underline;
		}
	
/* PAGE ACHIEVEMENTS METRO*/
#main #ametrosub1{

}
	#main #ametrosub1 ul{
		float:left;
	}
	#main #ametrosub1 li{
		float:left;
		list-style:none;
		margin-left:0;
		margin-right:10px;
	}
		#main #ametrosub1 li div{
			overflow:hidden;
			color:#FFF;
			font-weight:bold;
			padding:5px 37px 5px 5px;
			text-align:right;
			margin-top:-50px;
			margin-bottom:25px;
			margin-left:15px;
		}
#main #ametrosub2{
	margin-left:0;
	margin-right:0;
	border-left:3px black dotted;
	padding-left:15px;
	padding-right:15px;
}
#main #ametrosub3{
	padding-top: 10px;
	background-color:#bd1932;
	height:700px;
	margin-left:0px;
	margin-right:0;
	margin-top:0px;
	padding-left:0px;
	border-width:0px;
	border-color:#999999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*IE DOES NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow:0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 2px #000000;
	box-shadow:0px 0px 2px #000000;
	/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
	#main #ametrosub3 #imgtitle{
		padding-bottom:20px;
	}
	#main #ametrosub3 ul{
		float:left;
		padding-left:20px;
	}
	#main #ametrosub3 li{
		/*display:inline;*/
		float:left;
		list-style:none;
		margin-left:0;
		margin-right:10px;
		margin-bottom:15px;
		background-color:#FFF;
		padding:10px;
		width:240px;
	}
		#main #ametrosub3 li p{
			/*float:left;*/
			color:#000;
			text-align:left;
			margin-top:-50px;
			margin-bottom:0px;
			margin-left:100px;
			/*padding:5px;*/
			padding-left:10px;
			width:130px;
			font-size:12px;
		}
		#main #ametrosub3 #button{
		padding-left:50px;
		padding-right:50px;
		padding-bottom:15px;
		padding-top:15px;
		line-height:35px;
	}
#center{
}
	#center #ametrocenter1{
		margin-top:10px;
	}
	#center #ametrocenter2 {
		padding-bottom:10px;
		padding-top:10px;
	}
	#center #ametrocenter2 #button{
	margin-left:30px;
	}
		#center #ametrocenter2 #button span{
			text-decoration:underline;
		}
		
/* PAGE ACHIEVEMENTS RAIL */
#main #arailsub1{
}
	#main #arailsub1 ul{
		float:left;
	}
	#main #arailsub1 li{
		float:left;
		list-style:none;
		margin-left:0;
		margin-right:10px;
	}
		#main #arailsub1 li div{
		overflow:hidden;
		color:#FFF;
		font-weight:bold;
		/*padding:5px 25px 5px 5px;
		text-align:center;*/
		margin-top:-50px;
		margin-bottom:25px;
		margin-left:15px;
		}
#main #arailsub2{
    border-left: 3px dotted black;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
}
#main #arailsub3{
	padding-top: 10px;
	background-color:#f47a27;
	height:700px;
	margin-left:0px;
	margin-right:0;
	margin-top:0px;
	padding-left:0px;
	
	border-width:0px;
	border-color:#999999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	/*IE DOES NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow:0px 0px 2px #000000;
	-webkit-box-shadow:0px 0px 2px #000000;
	box-shadow:0px 0px 2px #000000;
	/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
}
	#main #arailsub3 #imgtitle{
		padding-bottom:20px;
	}
	#main #arailsub3 ul{
		float:left;
		padding-left: 20px;
	}
	#main #arailsub3 li{
    background-color: #FFFFFF;
    float: left;
    list-style: none outside none;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 10px;
    padding: 10px;
    width: 240px;
	}
		#main #arailsub3 li p{
			/*float:left;*/
			color:#000;
			text-align:left;
			margin-top:-43px;
			margin-bottom:0px;
			margin-left:100px;
			/*padding:5px;*/
			padding-left:10px;
			width:130px;
			font-size:12px;
		}
.textachievements {
		font-weight:normal;
			}
#center{
	
}
	#center #arailcenter1{
		margin-top:10px;
	}
	#center #arailcenter2 {
		padding-bottom:20px;
		padding-top:10px;
	}
	#center #arailcenter2 img{
	padding-bottom:30px;
	}
	#center #arailcenter2 #button{
	margin-left:20px;
	}
		#center #arailcenter2 #button span{
			text-decoration:underline;
		}
/* CENTER (div set to width  100%) */
#center-wrap{
	overflow:hidden;
	background-color:#EFF3EC;
	width:100%;
	padding-top: 20px;
}
#center{
	overflow:hidden;
	padding-bottom:20px;
}
	#center-wrap img{
		/*padding-top: 30px;
		padding-bottom: 5px;*/
	}
.img_transports{
	padding-bottom:10px;
}

/* PAGE GLOBAL SUBSIDIARIES */
#subsidiaries{
    border-left: 3px dotted #8ad2e1;
    margin: 0;
    padding: 0;
}
	#subsidiaries p{
		margin-left:30px;
	
}
#subsidcenter1{
	height:40px;
	padding-bottom:20px;
}

/* PAGE NEWS AND MEDIA */
#main #news1{
		margin-right:0;
	}
#main #news3{
		padding-top: 10px;
		/*background-color:#bc1730;*/
		margin-left:10px;
		margin-right:0;
		padding-left:10px;
		margin-top:-30px;
	}
	#main #news3 #button{
			margin-left:20px;
		}
	#main #news3 #contactpress{
		background:none;
		height:100px;
		border:1px solid red;
		margin-top:0;
	}
	#main #news3 #newscontact{
		background-color:#8ad2e1;
		color:#000000;
		margin: -30px 0 10px;
		padding: 10px 20px 2px;
				
		border-width:0px;
		border-color:#999999;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		/*IE DOES NOT SUPPORT BORDER RADIUS*/
		-moz-box-shadow:0px 0px 2px #000000;
		-webkit-box-shadow:0px 0px 2px #000000;
		box-shadow:0px 0px 2px #000000;
		/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	}
	#main #news3 #newsbrochure{
		padding-top: 10px;
		background-color:#bc1730;
		height:350px;
		margin: 0px 0 0px;
		padding: 10px 20px 0px;
		
		border-width:0px;
		border-color:#999999;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		/*IE DOES NOT SUPPORT BORDER RADIUS*/
		-moz-box-shadow:0px 0px 2px #000000;
		-webkit-box-shadow:0px 0px 2px #000000;
		box-shadow:0px 0px 2px #000000;
		/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	}
#center #centernews1 {

}
#center #centernews1 #ratpbrochure{
	width:300px;
	height:95px;
	line-height:1.5;
}
#center #centernews1 #ratpbrochure p{
	padding-left:10px;
	margin-top: -70px;
}
#center #centernews1 #ratppresskit{
	width:300px;
	height:95px;
	line-height:1.5;
}
#center #centernews1 #ratppresskit p{
	padding-left:10px;
	margin-top: -70px;
	text-align: left;
    width: 189px;
}
#center #centernews2 ul{
	margin-top:-60px;
}
#center #centernews3{
	/*background-color:#8ad2e1;
	color:#000000;
	padding-left:10px;
	margin-left:0;
	height:190px;
	padding-top:20px;
	padding-bottom:20px;*/
}
	#center #centernews3 p{
		margin-left:40px;
		margin-top: 10px;
	}
	#center #centernews3 #button_contact{
		margin-left:35px;
	}
/* PAGE CONTACT */
#main #contact1 #careers{
	background-image:url(../img/title_careers.jpg);
	width:220px;
	height:168px;
	color:#000000;
	margin-top:10px;
}
#main #contact1 #careers p{
	padding-left:20px;
	padding-right:10px;
	padding-top:60px;
	padding-bottom:0px;
	line-height:1.2;
	text-align:left;
}
#main #contact2 #button{
	margin-left:20px;
	font-size:16px;
}
#main #contact3{
		padding-top: 25px;
		background-color:#8ad2e1;
		/*margin-left:0px;
		margin-right:0;
		padding-left:10px;*/
		margin-top:-30px;
		
		border-width:0px;
		border-color:#999999;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		/*IE DOES NOT SUPPORT BORDER RADIUS*/
		-moz-box-shadow:0px 0px 2px #000000;
		-webkit-box-shadow:0px 0px 2px #000000;
		box-shadow:0px 0px 2px #000000;
		/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	}
		#main #contact3 #button{
		margin-left:20px;
		font-size:16px;
		}
		#main #contact3 table{
		margin-top:30px;
		margin-left:15px;
		}
	#main #contact3 img{
		padding-left:20px;
	}
#center #suscontact1{
	padding-bottom:20px;
}
		#center #suscontact1 #button{
		margin-left:0px;
		font-size:16px;
		}
#center #suscontact2{
	background-image:url(../img/img_ratp_contacts.jpg);
	width:280px;
	height:197px;
}
		#center #suscontact2 p{
		margin-top:30px;
		padding:30px;
		}

/* PAGES SUBSIDIARIES  */
#main #subsid1{
	
}
	#main #subsid1 img{
		float:right;
		padding-bottom:10px;
	}
	#main #subsid1 #button{
		float:right;
		text-decoration:underline;
		padding:15px;
	}
#main #subsid2{
	margin-left:0;
	margin-right:0;	
}
	#main #subsid2 img{
		float:right;
	}
	#main #subsid2 h5{
	padding-bottom:10px;
}
#main #subsid3{
	padding-top: 10px;
	margin-left:10px;
	margin-right:0;
	margin-top:0px;
	padding-left:10px;
}
	#main #subsid3 img{
		float:right;
	}

/* FOOTER */
#footer{
	overflow:hidden;
	padding-top: 15px;
	padding-bottom:50px;
}
	#footer p{
		float:left;
	}
	#footer #footernav{
		float:right;
	}
	#footer #footernav li{
		float:left;
		list-style:none;
	}
		#footer #footernav a{
			font-size:12px;
		}



/* text colors*/
.text-white{
	color:#FFF;
}
.text-pink{
	color:#AB0041;
}
.text-orange{
	color:#EE7F00;
}
.text-lightblue{
	color:#008ECD;
}
.text-green{
	color:#CECB00;
}
.text-red{
	color:#960722;
}
.text-darkblue{
	color:#1C5097;
}
.text-darkgreen{
	color:#00924C;
}
.text-yellow{
	color:#EAB800;
}
.text-black{
	color:#000000;
}
/*  background colors*/
.bg-white{
	background-color:#FFF;
}
.bg-pink{
	background-color:#AB0041;
}
.bg-orange{
	background-color:#EE7F00;
}
.bg-lightblue{
	background-color:#008ECD;
}
.bg-green{
	background-color:#CECB00;
}
.bg-red{
	background-color:#960722;
}
.bg-darkblue{
	background-color:#1D599F;
}
.bg-darkgreen{
	background-color:#00924C;
}
.bg-grey{
	background-color:#EFF3EC;
}
.bg-yellow{
	background-color:#EBC611;
}
/* NEW COLORS */
.text-bleucanard{
	color:#14489f;
}
.text-sapin{
	color:#008D58;
}
.text-pervenche{
	color:#8AD2E1;
}
.text-bordeaux{
	color:#BD1932;
}
.text-acacia{
	color:#CDC92A;
}
.text-orange{
	color:#F47A27;
}
.text-perle{
	color:#E6D9D3;
}
.text-elysee{
	color:#7F8386;
}
.text-noir{
	color:#000000;
}
.text-grey{
	color:#333333;
}
/* SITEMAP */
.titlesitemap{
	color:#FFF;
	background-color:#000;
	padding:10px;
	font-weight:bold;
}
.tdsitemap{
	height:40px;
}
#main #sitemap1{
}

#main #sitemap2{
}

#main #sitemap3{
}
#main #termsleft{
	
}
#main #terms{
	border-left:3px dotted #000;
	padding-left:20px;
}
	#main #terms #title{
		font-size:16px;
		font-weight:bold;
}
	#main #terms #subtitle{
		font-size:14px;
		font-weight:bold;
}
/* PAGE CAREERS*/
#main #careerssub1{
}
	#main #careerssub1 img{
		float:right;
	}
#main #careerssub2{
	margin-left:2px;
	margin-right:0;
	border-left: 3px dotted #000000;
}
	#main #careerssub2 p{
		padding-left:20px;
		padding-right:20px;
	}
	#main #careerssub2 ul{
	}
	#main #careerssub2 ul li{
		list-style: none outside none;
		margin-bottom: 15px;
		margin-left: 0;
		padding: 0 10px 10px 0;
		width: 450px;
	}
	#main #careerssub2 ul li .careerstitle{
		text-transform:uppercase;
		padding:5px;
		background-color:#EFF3EC;
		font-weight:bold;
		margin-left:20px;
		margin-bottom:0px;
		text-align: left;
	}
	#main #careerssub2 ul li .careersdesc{
		padding:5px;
		margin-left:20px;
		margin-bottom:0px;
	}
	#main #careerssub2 ul li #button{
		margin-left:270px;
	}
#main #careerssub3{
	/*padding-top: 0px;
	margin-left:10px;
	margin-right:0;
	margin-top:-30px;
	padding-left:0px;*/
	
	padding-top: 25px;
	background-color:#ffffff;
	/*margin-left:0px;
	margin-right:0;
	padding-left:10px;*/
	margin-top:-30px;
	padding-left: 10px;
}
#main #careerssub3 #careerssubs{
	background-image:url("../img/300X300_map_subsidiaries.jpg");
	background-position:0px center;
	background-repeat:no-repeat;
	width:290px;
	height:323px;
	padding-top:40px;
}
#main #careerssub3 #careerssubs p{
	position: relative;
    top: 200px;
	height:35px;
	background-color:#eff3ec;
	padding-top: 20px;
}
#main #careerssub3 #careerssubs p #button{
		margin-left:20px;
		margin-top:5px;
		line-height:18px;
	}
#center #careerscenter2{
	padding-top:40px;
}
#center #careerscenter3{
	padding-bottom:10px;
	padding-top:40px;
	font-size:14px;
	line-height:1.5;
	color:#003f91;
}
#quotes{
	padding-top:100px;
}
#main #careersmixite{
	
}
#main #careerssub3 #mixite{
		background-color:#f0f3ec;
		color:#000000;
		margin: -30px 0 10px;
		padding: 10px 20px 2px;
		height:230px;
		border-width:0px;
		border-color:#999999;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		border-radius:10px;
		/*IE DOES NOT SUPPORT BORDER RADIUS*/
		-moz-box-shadow:0px 0px 2px #000000;
		-webkit-box-shadow:0px 0px 2px #000000;
		box-shadow:0px 0px 2px #000000;
		/*IE DOES NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	}
	#main #careerssub3 #mixite p{
	padding:60px 0 0;
	line-height:1.2;
	text-align:left;
	}
	#main #careerssub3 .imgright{
		float:right;
		width:85px;
	}
	#main #careerssub3 #button{
		margin-top:80px;
		margin-left:5px;
		}
