﻿#titre{
	left:25px;
}

#corps{
	clear:both;
	display:block;
	padding:1em;
	width:730px;
	margin-left:25px;
	margin-bottom:15px;
}
#corps .txt{
	height:320px;
	padding-top:10px;
}
#corps .txt .scrollable{
	height:320px;
	overflow:auto;
}


/* image format 159x185px */
#corps .txt img{
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	width:159px;
	height:185px;
	border:1px solid #999999;
	padding:3px;
}
#corps .txt .img{
	float: left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	width:167px;
	overflow:hidden;
}
/* fin image format template1bis 159x185px */



/******************* liste de 42 liens sur 3 cols */
#ethicslinks p{
	display:block;
	margin-bottom:10px;
}
#ethicslinks a{
	margin:5px 0 0 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 2px;
	text-decoration:none;
}
#ethicslinks a:hover, #ethicslinks a:focus{
	color:#660033;
}
#ethicslinks ul, #ethicslinks li{
	padding:0;
	list-style:none;
}
#ethicslinks .col{
	display:block;
	float:left;
	width:170px;
	margin-right:5px;
}
#ethicslinks .collast{
	display:block;
	float:left;
	width:170px;
	margin-right:0;
}


/* IE6 bug des objets qui débordent et ne sont plus scrollables !*/

#IE6 #ethicslinks a{
	display:block;
	float:left;
	width:150px;
	background-color:red;
	
	margin:5px 0 0 0px;
	padding:0 0 0 15px;
	font-size:1em;
	color:#780745;
	background:transparent url(/_pt/_br/html/company/Img/common/chevrons.gif) no-repeat 0 2px;
	text-decoration:none;

}
#IE6 #corps .txt .scrollable{
	height:320px;
	overflow:auto;
	display:block;
	position:relative;
}
