﻿#titre{
	left:25px;
}

#corps{
	clear:both;
	display:block;
	padding:1em;
	width:730px;
	margin-left:25px;
	margin-bottom:15px;
}
#corps .txt{
 	clear:left;
	height:300px;
	padding-top:10px;
}
#corps .txt .scrollable{
	height:300px;
	overflow:auto;
}
#corps .txt img{
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	width:160px;
	height:186px;
	border:1px solid #999999;
	padding:3px;
}
#corps .txt .img{
	float:left;
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	width:168px;
	overflow:hidden;
}

/* /////////// fourthNav VERTICALE pour pages manager //////////*/

#fourthNav {
	display:block;
	clear:left;
	float:left;
	width:190px;
	padding-top:4px;
	border:0;
	height:300px;
	overflow:auto;
}
#fourthNav ul, #fourthNav li{
	padding:0;
	list-style:none;
}
#fourthNav li a{
	display:block;
	font-size:0.8em;
	width:150px;
	text-transform:uppercase;
	color:#666666;
	text-decoration:none;
	border-bottom:dashed 1px #CCCCCC;
	/**/
	padding:0 0 2px 15px;
	margin:3px 0 0 0;
	background:transparent url(/_fr/_fr/html/company/Img/common/chevrons.gif) no-repeat 0 2px;
	
}
#fourthNav li a:hover, #fourthNav li a:focus{
	color:#660033;
}
#fourthNav li a.selected{
	font-weight:bold;
	color:#660033;
}


