﻿#titre{
	left:25px;
}

#corps{
	clear:both;
	display:block;
	padding:2em 1em 1em 1em;
	width:730px;
	margin-left:25px;
	margin-bottom:15px;
	overflow:hidden;
	height:330px;
}
#corps .txt{
	height:320px;
}
#corps .txt .scrollable{
	height:320px;
	overflow:auto;
}
#map{
	width:212px;
	height:300px;
	display:block;
	float:left;
}
#countries{
	width:175px;
	height:330px;
	overflow:auto;
	display:block;
	float:left;
}
#countries li a{
	display:block;
	margin:0 0 5px 0px;
	padding:0 0 0 15px;
	font-size:1em;
	color:#666666;
	background:transparent url(/_pt/_br/html/company/Img/common/chevrons.gif) no-repeat 0 3px;
	text-decoration:none;
}
#countries li a.selected{
	display:block;
	margin:0 0 5px 0px;
	padding:0 0 0 15px;
	font-size:1em;
	color:#660033;
	background:transparent url(/_pt/_br/html/company/Img/common/chevrons.gif) no-repeat 0 3px;
	text-decoration:none;
	font-weight:bold;
}
#countries li a:hover, #countries li a:focus{
	color:#660033;
}

#IE6 #countries {
	/*background:red;*/
	position:relative;
}
#IE6 #countries li a{
	float:left;
	width:135px;
	display:block;
	margin:0 0 5px 0px;
	padding:0 0 0 15px;
	font-size:1em;
	color:#780747;
	background:transparent url(/_pt/_br/html/company/Img/common/chevrons.gif) no-repeat 0 3px;
	text-decoration:none;
}

#country{
	width:298px;
	height:314px;
	display:block;
	float:left;
	border:0;
	background:transparent url(/_pt/_br/html/company/Img/world/worldCountryBckg.png) no-repeat;
	margin:0 0 0 15px;
	padding:10px 10px 10px 15px;
}
#IE6 #country{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/_pt/_br/html/company/Img/world/worldCountryBckg.png,sizingMethod='image');
	background-image: none;
}
#country .content{
	height:314px;
	width:298px;
	overflow:auto;
}
#map ul, #map li, #countries ul, #countries li{
	padding:0;
	list-style:none;
}
#map li a:hover, #map li a:focus{
	font-weight:bold;
}
#map h2{
	width:202px;
	font-weight:normal;
	font-size:1em;
	color:white;
	text-transform:uppercase;
	background: transparent url(/_pt/_br/html/company/Img/world/worldTitleBckg.gif) no-repeat top left;
	height:16px;
	display: block; 
	padding: 0 6px 2px;
}
#graphicmap{
	clear:left;
	padding-top:70px;
}
#graphicmap img{
	width:202px;
	height:118px;
}
.region{
	text-transform:uppercase;
	color:#6D5F5F;
	font-size:1em;
}
.country{
	text-transform:uppercase;
	color:#660033;
	font-size:2em;
}
#country .content{
	color:#660033;
}
#country .content .titre{
	color:#6D5F5F;
}
#country .content .countryUrl a{
	font-size:0.8em;
	text-decoration:none;
	color:#6D5F5F;
}
#country .content .countryUrl a:hover, #country .content .countryUrl a:focus{
	font-weight:bold;
	color:#6D5F5F;
}
/******************* combobox régions ****************************/
#regionsCombo{
	width: 202px; 
	float: left; 
	margin-top: 5px;
	position: relative; 
	color:white;
	background: url(/_pt/_br/html/company/Img/world/comboBox.gif) left top no-repeat;/* */
}
#regionsCombo p{padding-bottom: 2px;}
#regionsCombo p a{
	color:#980558;
	font-size: 1em; 
	height:18px;
	display: block; 
	background: url(/_pt/_br/html/company/Img/world/comboBox.gif) left top no-repeat;
	padding-left: 9px; 
	text-decoration: none;
}
#regionsCombo p a:hover, #regionsCombo p a:focus{
	font-weight:bold;
}
#regionsCombo ul{
	position: absolute; 
	left: 0; 
	top: 18px; 
	width: 202px; 
	zoom: 1; 
	overflow: hidden; 
}
.js #regionsCombo ul{left:-10000px; }
#regionsCombo ul.js{left:0px; }
#regionsCombo ul li{
	list-style: none; 
	float: left; 
	width: 202px; 
	zoom: 1; 
	overflow: hidden;
}
#regionsCombo ul li a, #regionsCombo ul li a:active, #regionsCombo ul li a:visited{
	font-size: 1em;
	height:16px;
	display: block; 
	padding: 0 6px 2px; 
	text-decoration: none; 
	color:#980558;
	text-transform:uppercase;
	background: url(/_pt/_br/html/company/Img/world/comboBoxItem.gif) left top no-repeat;
	border-bottom: 0;
}
#regionsCombo ul li a:hover, #regionsCombo ul li a:focus{
	text-decoration: none;
	font-weight:bold;
}


/* Loading pour AJAX */
.ajaxLoad{
	display:block;
	float:left;
	width:100px;
	margin-left:auto; 
	margin-right:auto;
	background-color:transparent;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
.ajaxLoad .message{
	height:32px;
}
.ajaxLoad .message img{
	display:block;
	float:left;
}
.ajaxLoad .message p{
	padding-left:10px;
	padding-top:10px;
	display:block;
	float:left;
}
