@charset "ISO-8859-2";
/* CSS Document */
#content{
	padding-top:50px;
	padding-bottom:40px;
	width: 900px;
}

.equipe{
	width:280px;
	margin-left: 15px;
	float:left;
	}

.equipe h2{
	font-size: 1.4em;
	font-weight:bold;
	line-height: 1.2em;
	color:#464646;
	padding-top:65px;
	margin-left:8px;
	float:left;
}

.equipe h3{
	font-size: 1.4em;
	font-weight:normal;
	margin-bottom:20px;
	color:#464646;
	margin-left:8px;
	float:left;
}

.equipe p{
	clear:both;
	font-size:1.3em;
	line-height: 1.5em;
	padding-bottom: 15px;
}

.equipe a{
	color:#464646;
	text-decoration:none;
}

.equipe img{
	width:155px;
	height:110px;
	float:left;
	margin-bottom:17px;
}

.violet {
	border-bottom: 10px solid #6d1e7e;
}

.orange {
	border-bottom: 10px solid #ff6600;
}

.rose {
	border-bottom: 10px solid #ff0099;
}
/*
//  Navigation
*/

li.level2 a:link, li.level2 a:visited{
	background:url(../images/navigation-li.gif) no-repeat -240px -160px;
}

 li.level2 a:hover{
	background:url(../images/navigation-li.gif) no-repeat -240px -120px;
}

 li.level2 a:active{
	background:url(../images/navigation-li.gif) no-repeat -240px -160px;
}

li.level3.active a{
	width:117px;
	background:url(../images/navigation-li.gif) no-repeat -123px 0;
}

h1{
	background:url(../images/h1.gif) no-repeat 0px -40px;
}

