/**
 * @version $Id: bot_ch_group.css,v 1.6 2007/10/23 15:39:50 cch Exp $
 * @package chaffoteaux
 * @copyright Copyright (C) 2007 BROCELIA. All rights reserved.
 */
 
#page #corps #groupe {
	width: 490px;
	min-height:257px;
	background-image: url(group_top.png);
	background-repeat: no-repeat;
	background-position: left 22px;
	font-size: 0px;
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	float:left;
	position:relative;
}

#page #corps #groupe .onglet {
	float: left;
	width: 96px;
	overflow: hidden;
	height: 51px;
	vertical-align: middle;
	position: absolute;
	top:0;
	z-index:100;
}
#page #corps #groupe #onglet1 {
	margin-left: 1px;
	margin-top:0;
	*margin-top: 1px;
}
#page #corps #groupe #onglet2 {
	margin-left: 99px;
}
#page #corps #groupe #onglet3 {
	margin-left: 197px;
}
#page #corps #groupe #onglet4 {
	margin-left: 295px;
}
#page #corps #groupe #onglet5 {
	margin-left: 393px;
}

#page #corps #groupe a.onglet  {
	display: block;
	font-size: 11px;
	background-image: url(group_onglet_off.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 44px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	color: #004595;
	text-decoration: none;
	padding-top: 5px;
}
#page #corps #groupe #groupe_onglets a.onglet:hover, #page #corps #groupe a.selected {
	background-image: url(group_onglet_on.png);
}


#page #corps #groupe .content {
	position: relative;
	min-height:245px;
	width: 490px;
	background-image: url(group_bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:0;
	margin-top: 49px;
	padding-bottom:4px;
}
#page #corps #groupe .content .texte{
	background-color:#fff;
	border-left: 1px solid #cedbe5;
	border-right: 1px solid #cedbe5;
	font-size:11px;
	min-height: 198px;
	padding: 25px 30px 20px 20px;
}