/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	background: #0164a5;
	font-size: 12px;
	color: #1e1e1e;
}

p {
	margin: 0px;
	padding: 0px;
}

.contentbox ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.contentbox ul li {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	
	/* Au lieu d'utiliser une image de bullet, on le met en background avec un padding-left, ce qui permet plus de controle sur le bullet. */
	padding-left: 15px;
	background:url(../images/bullet.gif) left 5px no-repeat;
}

form {
	margin: 0px;
	padding: 0px;
	border: none;
}

form .input_text {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border: none;
	height: 15px;
	padding-left: 3px;
	padding-right: 3px;
	background:url(../images/txtinput_bg.gif) top left repeat-x;
}

form a.input_submit {
	/* Utilise un <a> à la place d'un <input> pour le submit button, envoit le formulaire avec un javascript */
	/* le <input> submit est difficile a styler pour qu'il soit pareil dans tout les navigateurs. */
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	text-decoration: none;
	background:url(../images/btn_bg.gif) top left repeat-x;
}

form a.input_submit:hover {
	color: #FFFFFF;
}

#page {
	width: 873px;
	margin: auto;
	float:left;
	overflow:visible !important;
	overflow:hidden;
}

#global {
	min-width:953px;
	background:url(../images/bg_bot_r.jpg) bottom left repeat-x;
}
#Main {
	width:953px;
	margin:auto;
	overflow:hidden;
}

#body2 {
	min-width:953px;
	background:url(../images/bg_top_r.jpg) top left repeat-x #FFFFFF;
}

.bg_top_left {
	float:left;
	width:40px;
	margin:0;	
}

.bg_top_right {
	float:left; 
	width:40px;
	margin:0;
}

/*** nav1 ***/

#nav1 {
	margin-right: 18px;
	position: relative;
	height: 31px;
	display: block;
}

#nav1 a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#nav1 a:hover {
	color: #6e8994;
	text-decoration: none;
}

form.search {
	position: absolute;
	right: 0px;
	top: 10px;
}

form.search .input_text {
	width: 150px;
	position: absolute;
	right: 25px;
	top: 0px;
}

form.search .input_submit {
	width: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
}

.lang_btn {
	position: absolute;
	top: 11px;
	right: 190px;
}

.nav1_separator {
	position: absolute;
	top: 0;
	right: 240px;
}

.nav1_icones {
	position: absolute;
	top: 0;
	right: 260px;
}

/*** nav2 ***/

#nav2 {
	margin-right: 18px;
	clear:right;
	height: 31px;
	font-size: 10px;
	display: block;
}

#nav2 a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 9px;
	text-align: center;
	float:right;
}

#nav2 a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background:url(../images/nav2_over_bg.gif) top center no-repeat;
	padding-top: 10px;
	padding-bottom: 9px;
	text-align: center;
	float:right;
}

#nav2 .separateur {
	padding-top: 10px;
	padding-bottom: 9px;
	padding-right: 7px;
	padding-left: 7px;
	background:url(../images/nav2_separator.gif) center no-repeat;
	float:right;
}

/*** rapibus_logo ***/

#rapibus_logo {
	position:relative;
}

/*** menuh ***/
#menuh-container
	{
	/*position: absolute;
	top: 1em;
	left: 1em;*/
}

#menuh
	{
	font-size: 10px;
	font-weight: bold;
	width:770px;
	margin:0 auto;
	padding: 8px 7px 0 7px;
	}
		
#menuh a
	{
	text-align: center;
	display:block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	padding-bottom: 17px;
	text-transform:uppercase;
	}
	
#menuh ul a:link, #menuh ul a:visited, #menuh ul a:active	/* menu at rest */
	{
	color: #ffffff;
	text-decoration:none;
	}
	
#menuh ul a:hover						/* menu on mouse-over  */
	{
	color: #ffffff;
	text-decoration: none;
	}	
	
#menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background:url(../images/nav3_over_bg.gif) bottom center no-repeat;
	}
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	}
#menuh ul li.sep{
	width:auto;
	padding:0;
	margin:0;
	float:left;
}
#menuh ul li img {
	margin:0 7px;
}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	width:auto;	
	padding: 0;
	border:solid #FFF;
	border-width:1px 1px 0 1px;
	background:#0099FF;
	}
#menuh ul ul a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width:200px;
	background-image:none;
	padding:10px 0;
	border-bottom:1px #ffffff solid;
}
#menuh ul ul a:hover {
	color:#ffffff;
	background-color:#54b948;
	/*background:url(../images/nav3_over_bg.gif) right center no-repeat;*/
	background-image:none;
	padding:10px 0;
}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/*** banner ***/

#acc_banner {
	/*position: relative;*/
	height: 247px;
	clear:both;
	/*background-color:#FFFFFF;*/
}

#banner {
	/*position: relative;*/
	height: 127px;
	clear:both;
}

.banniere_left {
	float: left;
	height: 127px;
}

.acc_banniere_left img {
	float: left;
	height: 247px;
}


.acc_banniere_right {
	position: relative;
	/*background: url(../images/acc_banniere_right_bg_w.jpg) bottom left repeat-x #f7f7f7;*/
	background-color:#f7f7f7;
	float: right;
	width: 423px;
	height: 247px;
}

.acc_banniere_right .greenbanner {
	background: url(../images/acc_banniere_right_bg.jpg) top left repeat-y #0e8301;
	width: 382px;
	float: right;
	color: #FFFFFF;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
	padding: 15px;
	margin-top: 10px;
}

.banniere_right {
	/*background: url(../images/acc_banniere_right_bg_w.jpg) bottom left repeat-x #f7f7f7;*/
	background-color:#f7f7f7;
	float: left;
	width: 422px;
	height: 127px;
}

.banniere_right .greenbanner {
	background: url(../images/acc_banniere_right_bg.jpg) top left repeat-y #0e8301;
	width: 362px;
	float: right;
	color: #FFFFFF;
	/*font-size: 20px;*/
	font-size: 24px;
	font-family:Arial, Helvetica, sans-serif;
	height: 57px;
	padding: 25px;
	margin-top: 10px;
}

.acc_fille_sacados { 
	position: absolute;
	width:183px;
	top:0px;
	left:266px;
}

.banner_txtbox {
	float: left;
	width: 235px;
	margin-top: 8px;
	padding-left: 28px;
}

.plusbtn {
	float: right;
	margin-top: -15px;
}

/*** contentbox ***/

#contentbox {
	background: url(../images/content_bg_r.gif) top left repeat-y;
	width: 877px;
}

#contentbox_fullwidth {
	background: url(../images/content_bg_r_full.gif) top left repeat-y;
	width: 877px;
}



.content_bg_top_fullwidth {
	background: url(../images/content_bg_top_full.gif) top left no-repeat;
	display: block;
	position: relative;
}

.content_bg_bot_fullwidth {
	background: url(../images/content_bg_bot_full.gif) bottom left no-repeat;
	/* - min-height fix pour IE - */
	min-height:450px;
	height:auto !important;
	height:450px;
	/* --- */
	
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 25px;
	padding-bottom: 25px;
}


.content_bg_top {
	background: url(../images/content_bg_top.gif) top left no-repeat;
}

.content_bg_bot {
	background: url(../images/content_bg_bot.gif) bottom left no-repeat;
	/* - min-height fix pour IE - */
	min-height:450px;
	height:auto !important;
	height:450px;
	/* --- */
	
	padding-left: 37px;
	padding-right: 13px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.ins_col1{
	width: 679px;
	float: left;
}
.ins_col1_fullwidth{

}

.ins_col2{
	width: 194px;
	float: left;
}

/*** contentbox accueil ***/
#acc_contentbox {
	background: url(../images/acc_content_bg_r.gif) top left repeat-y;
	width: 877px;
}

#acc_contentbox .dernierenouv{
	margin-left: 19px;
	font-size: 18px;
	color: #FFFFFF;
}

#acc_contentbox .infocapsules{
	font-size: 18px;
	color: #FFFFFF;
}


.col1{
	width: 566px;
	float: left;
}

.col2{
	width: 307px;
	float: left;
}

.plusbtn2 {
	float: right;
}

.c_left {
	position:relative;
	width: 547px;
	margin: auto;
	background: #FFFFFF;
	overflow:visible;
}

.block1 {
	float:left;
	width:274px;
}

.block2 {
	float:left;
	width:259px;
}
.block2 div {
	padding: 9px 7px 15px 7px;
}
.block2_plus {
	position:relative;
	height:0px;
	/*top:127px;*/
	top:-25px;
	left:523px;
	width:24px;
}

.block3 {
	float:left;
	width:254px;
	background: url(../images/acc_c_left_col1_bg.jpg) top left no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.blocksep34 {
	float: left;
	width: 1px;
}

.block4 {
	float:left;
	width:252px;
	background: url(../images/acc_c_left_col2_bg.jpg) top left no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.block3_plus {
	float:left;
	width:274px;
}

.block4_plus {
	float:left;
	width:273px;
}

.block_bot {
	width: 547px;
	margin: auto;
}

.acc_content_bg_bot {
	float: left;
}

.acc_c_left_btn_nouv {
	float: right;
}

/*** bottom ***/

#bottom {
	background:url(../images/bot_bg.gif) top left repeat-x #ffffff;
	width: 873px;
	position: relative;
}

#ins_bottom {
	background:url(../images/bot_bg.gif) top left repeat-x;
	width: 873px;
	position: relative;
}

.baspage_left_tmpimg {
	margin-left: 15px;
}

.bg_bot_left {
	display: block;
	position: absolute;
	top: -10px;
	left: -40px;
	width: 40px;
	height: 438px;
}

.bot_col1 {
	float: left;
	width:333px;
}

.bot_col2 {
	float: left;
	width:247px;
	padding-right: 10px;
}

.bot_col_sep23 {
	float: left;
	width:1px;
}

.bot_col3 {
	float: left;
	width:262px;
	padding-left: 10px;
	padding-right: 10px;
}


#ins_bottom h1 {
	color: #3d4142;
	font-size: 19px;
	padding-top: 14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-left: 12px;
}

#ins_bottom ul {
	margin-top: 10px;
}

#bottom h1 {
	color: #3d4142;
	font-size: 19px;
	padding-top: 14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-left: 12px;
}

#bottom ul {
	margin-top: 10px;
}

/*** img png en bas de la page d'accueil ***/

.acc_suivez_travaux {
	position: relative;
}

.acc_suivez_travaux_img {
	position: absolute;
	top: -75px;
	right: -5px;
}

/*** autobus rapibus ***/


.rapibus_bus {
	position: relative;
}

.ins_rapibus_bus {
	position: relative;
}

.rapibus_bus_img {
	position: absolute;
	top: -90px;
	right: -40px;
	display: inline-block;
}

.ins_rapibus_bus_img {
	position: absolute;
	top: -130px;
	right: -40px;
	display: inline-block;
}

/*** NAV4 ***/


#nav4 {
	margin-top: 40px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 40px;
	display: block;
}


.ins_nav4 {
	margin-top: 0px;
}

#nav4 a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: center;
}

#nav4 a:hover {
	color: #9ec6e0;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: center;
}

#nav4 img {
	margin-left: 7px;
	margin-right: 7px;
}

#nav4 ul {
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}

#nav4 ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/*** NAV5 ***/

#nav5 {
	font-size: 10px;
	text-align: center;
	display: block;
	height: 35px;
}

#nav5 a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: center;
}

#nav5 a:hover {
	color: #9ec6e0;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: center;
}

#nav5 img {
	margin-left: 7px;
	margin-right: 7px;
}

#nav5 ul {
	margin: 0px;
	padding: 0px;
	padding-top: 8px;
}

#nav5 ul li {
	background: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/*** copyrights ***/

#copyrights {
	margin-top: 10px;
	height: 31px;
	display: block;
	width:873px;
}

#copyrights a {
	color: #5aa6d7;
	text-decoration: none;
}

#copyrights a:hover {
	color: #5aa6d7;
	text-decoration: underline;
}


.copyrights_col1 {
	float: left;
	width: 464px;
	color: #5aa6d7;
	font-size: 10px;
}

.copyrights_col2 {
	float: left;
	width: 339px;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}

.copyrights_col3 {
	float: left;
	width: 40px;
	color: #5aa6d7;
	font-size: 10px;
}
#presse_top{
background:url(../images/fr/dossier_presse/dossier_presse_top.jpg) #ffffff no-repeat top left;
padding-top:23px;
margin-left:-13px;
}
#presse_titre{
padding-left:17px;
color:#FFFFFF;
font-size:11px;
}
#presse_note{
	position:relative;
}	
#contactPhotoDiv{
	position: absolute;
	left: 549px;
	top: 17px;
}
#presse_l{
background:url(../images/fr/dossier_presse/dossier_presse_l.jpg) repeat-y;
}
#presse_r{
background:url(../images/fr/dossier_presse/dossier_presse_r.jpg) repeat-y right top;
}
#presse_bg_t{
background:url(../images/fr/dossier_presse/dossier_presse_in.jpg) repeat-x;
padding-left:7px;
}
#presse_bg_r{
background:url(../images/fr/dossier_presse/dossier_press_in_b.jpg) repeat-y;
margin-left:10px;
margin-right:10px;
}
.presse_section{
color:#000000;
font-size:14px;
}
.liste_presse{
	padding:0px;
	padding-left:15px;
	margin:0px;
	list-style:none;
}

.liste_presse li{
	margin: 0px;
	padding: 0px;
	/* Au lieu d'utiliser une image de bullet, on le met en background avec un padding-left, ce qui permet plus de controle sur le bullet. */
	padding-left:20px;
	padding-bottom:10px;
	color:#065588;
	background:url(../images/fr/dossier_presse/presse_bullet.png) left 4px no-repeat;
}

/*-------------------------------------------------------------- VIDÉO DÉBUT ----------------------------------------------------*/

/*------------------------------------ ACCUEIL -------------------------------------*/

#VideoPlayer {
	width:300px;
	margin: 0;
	background:url(../images/videoBG_home.gif) repeat-x left top #04253b;
}
#Player {
	padding: 0 10px;
	margin: 0;
}
#playerEcran {
	width:280px;
	height:159px;
}
#VideoList {
	padding: 1px 10px 0 10px;
	margin: 0;
}
#VideoList2 {
	height:92px;
	width:280px;
	margin: 0;
	overflow:auto;
}

/*------------------------------------ INTÉRIEUR -------------------------------------*/

#VideoPlayerINT_container {
	/*margin: 10px;*/
}
#VideoPlayerINT {
	width:300px; 
	margin: 0;
	background:url(../images/videoBG_home.gif) repeat-x left top #04253b;
}
#PlayerINT {
	padding: 0 10px;
	margin: 0;
}
#VideoListINT {
	padding: 1px 10px 0 10px;
	margin: 0;
}
#VideoListINT2 {
	height: 30px;
	width:280px;
	margin: 0;
	overflow: auto;
}

/*------------------------------------ TOUS -------------------------------------*/

#VideoList img, #VideoListINT img {
	margin:5px;
}
#VideoList .ligne1, #VideoList .ligne2, #VideoList .ligneOn, #VideoListINT .ligne1, #VideoListINT .ligne2, #VideoListINT .ligneOn {
	background-repeat:repeat-y; 
	background-position:left;
	margin-bottom:1px;
	min-height:30px;
	height:auto !important;
	height:30px;
	overflow:auto !important;
	overflow:visible;
	clear:both;
	overflow: hidden;
}
#VideoList .ligne1, #VideoListINT .ligne1 {
	background-image:url(../images/player_bg_line1.gif);
}
#VideoList .ligne2, #VideoListINT .ligne2 {
	background-image:url(../images/player_bg_line2.gif);
}
#VideoList .ligneOn, #VideoListINT .ligneOn {
	background-image:url(../images/player_bg_lineOn.gif);
}
#VideoList img, #VideoListINT img {
	margin:5px;
	float:left;
}
#VideoList .arrow, #VideoListINT .arrow {
	margin-top:12px;
}
#VideoList .lien, #VideoListINT .lien{
	float:left;
	width:220px;
	margin-top:9px;
	padding-bottom:5px;
}
#VideoList a, #VideoListINT a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
}
#VideoList a:hover, #VideoListINT a:hover {
	text-decoration:underline;
}

/*-------------------------------------------------------------- VIDÉO FIN ----------------------------------------------------*/

.carte_rout{
margin-left:-18px;
margin-bottom:35px;
}

.carte_rout a{
text-decoration:none;
color:#ffffff;
font-weight:bold;
font-size:11px;
}
.carte_rout a.autre:hover{
text-decoration:none;
color:#2189cc;
font-weight:bold;
font-size:11px;
}

.carte_rout a.actif:hover{
text-decoration:none;
color:#ffffff;
font-weight:bold;
font-size:11px;
}
.page_select{
font-size:11px;
padding-right:43px; 
padding-left:20px; 
color:#FFFFFF;
font-weight:bold;
}
.page_select2{
font-size:11px;
padding-right:50px; 
color:#FFFFFF;
font-weight:bold;
}
.page_select3{
font-size:11px;
padding-right:40px; 
color:#FFFFFF;
font-weight:bold;
}
.page_select4{
font-size:11px;
padding-right:50px; 
color:#FFFFFF;
font-weight:bold;
}
.page_select5{
font-size:11px;
color:#FFFFFF;
font-weight:bold;
}
.page1{
background:url(../images/fr/carte_interactive/onglet_1.gif) top left no-repeat;
height:28px;
width:822px;
padding-top:20px;
float:left;
}
.page2{
background:url(../images/fr/carte_interactive/onglet_2.gif) top left no-repeat;
height:28px;
padding-top:20px;
width:822px;
float:left;
}
.page3{
background:url(../images/fr/carte_interactive/onglet_3.gif) top left no-repeat;
height:28px;
padding-top:20px;
width:822px;
float:left;
}
.page4{
background:url(../images/fr/carte_interactive/onglet_4.gif) top left no-repeat;
height:28px;
padding-top:20px;
width:822px;
float:left;
}
.page5{
background:url(../images/fr/carte_interactive/onglet_5.gif) top left no-repeat;
height:28px;
width:822px;
padding-top:20px;
float:left;
}
.coin_left_v{
background:url(../images/fr/carte_interactive/coin_top_left_v.gif) top left no-repeat;
height:48px;
width:20px;
float:left;
}
.coin_left_b_o{
background:url(../images/fr/carte_interactive/coin_top_left_b_o.gif) top left no-repeat;
height:48px;
width:20px;
float:left;
}
.tech{
background:url(../images/fr/carte_interactive/og_fiche_tech_b.gif) top left repeat-x;
font-family:Arial, Helvetica, sans-serif;
height:28px;
padding-top:20px;
width:96px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
}
.tech_v{
background:url(../images/fr/carte_interactive/og_fiche_tech_v.gif) top left repeat-x;
font-family:Arial, Helvetica, sans-serif;
height:28px;
padding-top:20px;
width:96px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
}
.tech_b_o{
background:url(../images/fr/carte_interactive/og_fiche_tech_b_o.gif) top left repeat-x;
font-family:Arial, Helvetica, sans-serif;
height:28px;
padding-top:20px;
width:96px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
}
.plan{
background:url(../images/fr/carte_interactive/og_plan_v.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-weight:bold;
font-size:11px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.plan_b{
background:url(../images/fr/carte_interactive/og_plan_b.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-weight:bold;
font-size:11px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.plan_v_o{
background:url(../images/fr/carte_interactive/og_plan_v_o.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-weight:bold;
font-size:11px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.plan_b_o{
background:url(../images/fr/carte_interactive/og_plan_b_o.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-weight:bold;
font-size:11px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.audio{
background:url(../images/fr/carte_interactive/og_audio_v.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.audio_b_o{
background:url(../images/fr/carte_interactive/og_audio_b_o.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.audio_b{
background:url(../images/fr/carte_interactive/og_audio_b.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.photo{
background:url(../images/fr/carte_interactive/og_photos_v.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.photo_b{
background:url(../images/fr/carte_interactive/og_photos_b.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.photo_b_o{
background:url(../images/fr/carte_interactive/og_photos_b_o.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.retour{
background:url(../images/fr/carte_interactive/og_retour_carte_v.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.retour_b_o{
background:url(../images/fr/carte_interactive/og_retour_carte_b_o.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.retour_b{
background:url(../images/fr/carte_interactive/og_retour_carte_b.gif) top left repeat-x;
height:28px;
padding-top:20px;
color:#ffffff;
font-size:11px;
font-weight:bold;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
.switch_1{
background:url(../images/fr/carte_interactive/switch_1_bv.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_1_vb{
background:url(../images/fr/carte_interactive/switch_1_vb.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_1_vb_o{
background:url(../images/fr/carte_interactive/switch_1_vb_o.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_1_bb{
background:url(../images/fr/carte_interactive/switch_1_bb.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_1_bb_o{
background:url(../images/fr/carte_interactive/switch_1_bb_o.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_1_bv_o{
background:url(../images/fr/carte_interactive/switch_1_bv_o.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_1_bv{
background:url(../images/fr/carte_interactive/switch_1_bv.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_1_vv{
background:url(../images/fr/carte_interactive/switch_1_vv.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_2{
background:url(../images/fr/carte_interactive/switch_2_vv.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_2_vb_o{
background:url(../images/fr/carte_interactive/switch_2_vb_o.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_2_vb{
background:url(../images/fr/carte_interactive/switch_2_vb.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_2_vb_o{
background:url(../images/fr/carte_interactive/switch_2_vb_o.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_2_bv_o{
background:url(../images/fr/carte_interactive/switch_2_bv_o.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_2_bb_o{
background:url(../images/fr/carte_interactive/switch_2_bb_o.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_2_bb{
background:url(../images/fr/carte_interactive/switch_2_bb.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_2_bv{
background:url(../images/fr/carte_interactive/switch_2_bv.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_2_vv{
background:url(../images/fr/carte_interactive/switch_2_vv.gif) top left no-repeat;
height:48px;
float:left;
width:60px;
}
.switch_3{
background:url(../images/fr/carte_interactive/switch_3_vv.gif) top left no-repeat;
height:48px;
float:left;
width:59px;
}
.switch_3_vb_o{
background:url(../images/fr/carte_interactive/switch_3_vb_o.gif) top left no-repeat;
height:48px;
float:left;
width:59px;
}
.switch_3_vb{
background:url(../images/fr/carte_interactive/switch_3_vb.gif) top left no-repeat;
height:48px;
float:left;
width:59px;
}
.switch_3_bb_o{
background:url(../images/fr/carte_interactive/switch_3_bb_o.gif) top left no-repeat;
height:48px;
float:left;
width:59px;
}
.switch_3_bb{
background:url(../images/fr/carte_interactive/switch_3_bb.gif) top left no-repeat;
height:48px;
float:left;
width:59px;
}
.switch_3_bv_o{
background:url(../images/fr/carte_interactive/switch_3_bv_o.gif) top left no-repeat;
height:48px;
float:left;
width:59px;
}
.switch_3_bv{
background:url(../images/fr/carte_interactive/switch_3_bv.gif) top left no-repeat;
height:48px;
float:left;
width:59px;
}
.switch_4{
background:url(../images/fr/carte_interactive/switch_4_vv.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_4_vb_o{
background:url(../images/fr/carte_interactive/switch_4_vb_o.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_4_bv_o{
background:url(../images/fr/carte_interactive/switch_4_bv_o.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_4_bv{
background:url(../images/fr/carte_interactive/switch_4_bv.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_4_bb_o{
background:url(../images/fr/carte_interactive/switch_4_bb_o.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_4_bb{
background:url(../images/fr/carte_interactive/switch_4_bb.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_4_vb{
background:url(../images/fr/carte_interactive/switch_4_vb.gif) top left no-repeat;
height:48px;
float:left;
width:57px;
}
.switch_5{
background:url(../images/fr/carte_interactive/swich_5_v.gif) top left no-repeat;
height:48px;
float:left;
width:56px;
}
.switch_5_b{
background:url(../images/fr/carte_interactive/swich_5_b.gif) top left no-repeat;
height:48px;
float:left;
width:56px;
}
.switch_5_bv_o{
background:url(../images/fr/carte_interactive/swich_5_b_o.gif) top left no-repeat;
height:48px;
float:left;
width:56px;
}
.coin_right{
background:url(../images/fr/carte_interactive/coin_top_right.gif) top left no-repeat;
height:48px;
float:left;
width:80px;
}
#center_r{
background:url(../images/fr/carte_interactive/centre_r.jpg) #e8f6ff top left no-repeat;
margin-left:11px;
margin-right:20px;
display:block;
}
#shadow_r{
background:url(../images/fr/carte_interactive/repeat_shadow.gif) repeat-y;
width:822px;
}
#texte_contenu{
/*height:291px;*/
min-height:291px;
padding: 5px 10px;
}
.conteneur{
/*position:absolute;*/
position:relative;
top:36px;
left:18px;
padding-top:10px;
clear:both;
}

.pageCourrante a:hover{
	color: #000000;
	text-decoration: underline;
}

.pageCourrante a:link{
	color: #000000;
}

.pageCourrante a:visited{
	color: #000000;
}

#coinGauche{
	width:20px;
	height:48px;
	float:left;
}


.ongletSelect{
	height:33px;
	background:url(../images/fr/carte_interactive/ongletSelect.gif) ;
	background-repeat:repeat-x;
	float:left;
	padding-top:15px;
	margin-bottom:-15px;
	padding-bottom:15px;
	margin-left:-3px;
	margin-right:-3px;
	padding-right:3px;
	padding-left:3px;
}

.ongletNormal{
	height:33px;
	background:url(../images/fr/carte_interactive/onglet.gif) ;
	background-repeat:repeat-x;
	float:left;
	padding-top:15px;
	margin-bottom:-15px;
	padding-bottom:15px;
	margin-left:-3px;
	margin-right:-3px;
	padding-right:3px;
	padding-left:3px;
}

.separateurOnglet{
	width:57px;
	height:48px;
	float:left;
}

#ongletFin{
	width:56px;
	height:48px;
	float:left;
}

#entete{
	position:absolute;
	top:0px;
	left:0px;
	width:822px;
	height:48px;
	min-width:822px;
	z-index:1;
	margin-left:3px;
}


#backgroundNormal2{
	float:left;
	width:782px;
	height:48px;
	min-width:782px;
	margin-left:5px;
}

#backgroundCoin2{
	float:left;
	width:20px;
	min-width:20px;
	height:48px;
}

#onglet{
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	//margin-left:0px;
}

#enteteSmall{
	position:absolute;
	top:0px;
	left:0px;
	width:635px;
	height:48px;
	min-width:635px;
	z-index:1;
	margin-left:3px;
}

#backgroundNormal2Small{
	float:left;
	width:605px;
	height:48px;
	min-width:605px;
	margin-left:5px;
}

#shadow_rSmall{
background:url(../images/fr/carte_interactive/repeat_shadowSmall.gif) repeat-y;
width625px;
}

#center_rSmall{
background:url(../images/fr/carte_interactive/centre_rSmall.jpg) #e8f6ff top left no-repeat;
margin-left:11px;
margin-right:20px;
display:block;
}

.imageOngletSelect{
	//margin-right:-6px;
}

.titreNouvelle{
	padding-left:10px;
	font-size:16px;
	font-weight:bold;
	
}
.boiteNouvelle{
	background-color:#98C4E9;
}

.carte_rout .pagebrowserbottom a{
color:#000000;
}

.carte_rout .pagebrowserbottom a:hover{
color:#2189cc;
}

.carte_rout .titreRecherche a{
color:#0064A3;
}
.browsebox a{
color:#0064A3;
}

form.searchRes {
	position: absolute;
	left: 0px;
	top: 10px;
}
form a.input_submitRes {
	/* Utilise un <a> à la place d'un <input> pour le submit button, envoit le formulaire avec un javascript */
	/* le <input> submit est difficile a styler pour qu'il soit pareil dans tout les navigateurs. */
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	height: 14px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	text-decoration: none;
	background:url(../images/btn_bg.gif) top left repeat-x;
	position: absolute;
	left: 122px;
	top: 15px;
}
.ongletSelectRes{
	height:33px;
	background:url(../images/fr/carte_interactive/ongletSelect.gif) ;
	background-repeat:repeat-x;
	float:left;
	padding-top:18px;
	margin-bottom:-15px;
	padding-bottom:1px;
	margin-left:-3px;
	margin-right:-3px;
	padding-right:3px;
	padding-left:10px;
	font-size:14px;
	color:#ffffff;
	font-weight:bold;
}

.bot_col2 p{
padding-left:15px;
}

.block75_25{
	min-height:67px;
}

.banniere_right .greenbanner .eng {
	background: url(../images/acc_banniere_right_bg.jpg) top left repeat-y #0e8301;
	width: 362px;
	float: right;
	color: #FFFFFF;
	/*font-size: 20px;*/
	font-size: 18px;
	font-family:Arial, Helvetica, sans-serif;
	height: 57px;
}

.csc-textpic-caption{
	font-size: 8px;
}

.align-center{
	text-align: center;
}

.imageVideoBas{
	margin-top:-1px;
	/margin-top:0px;
}

#fm_commentaire{
width:620px;
height:650px;
}

#fm_commentaire2{
width:620px;
height:700px;
}

#nouvellePrincipale{
position:static;
}
