#teamPage
{
	margin: 0;
	padding: 0;
	text-align: center;
	font: normal 11px verdana,tahoma,arial,"Verdana", sans-serif;
	color: #333;
}

#container
{
	margin: 20px auto 0 auto;
	padding: 0;
	width: 750px;
	background: transparent;
}

#header
{
	margin-bottom: 20px;
	text-align: justify;
}

#header #logo
{
	height: 88px;
	width: 100%;
	/*background-image: url("./images/webTeamLogo.png");*/
	background-position: center center;
	background-repeat: no-repeat;
}

#header span
{
	color: #ff7700;
}

#header p.maj
{

	padding: 0px 10px;
	text-align: right;
	margin: 20px 0 0 0;
	color: #bbb;
	background: #fff;
}

#header p.presentation
{
	margin: 0 0 0 0;
	padding: 10px;
	color: #666;
	font-size: 12px;
	line-height: 150%;
	text-align: justify;
	background-image: url("./images/membreBackground.png");
	background-position: top left;
	background-repeat: no-repeat;
}

#header p.presentation a
{
	font-size: 11px;
	text-decoration: none;
	border-bottom: #bbb 1px solid;
	color: #222;
	font-weight: normal;
	padding-bottom: 1px;
}

#header p.presentation a:hover
{
	text-decoration: none;
	font-weight: normal;
	border-bottom: #C0E05F 1px solid;
	color: #83A420;
}

.profileTable
{
	padding: 0;
	margin: 10px 0 10px 0;
	border: 0;
	font-size: 11px;
	width: 100%;
}

h2.nomPrenom
{
	text-align:left;
	font:normal 20px tahoma,arial, sans-serif;
	font-weight:normal;
	margin:0;
	padding:4px 6px;
	color: #006699;
}

.profil
{
	float: left;
	width: 570px;
}

.photo
{
	width: 140px;
	text-align: center;
	vertical-align: top;
    float: left;
	margin-top: 10px;
	margin-top : 0px !important;
	margin-left: 10px;
}

p.ligne
{
	border-bottom: #ddd 1px solid;
	width: 100%;
	text-align: left;
	margin: 0px 0px 10px 0px !important;
	padding-bottom: 2px;
}

span.legend
{
	text-align: left;
	text-indent: 5px;
	float: left;
	font-weight: bold;
	width: 110px;
	font-size: 11px;
	color: #999;
}

.ponctuation
{
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

span.content
{
	text-align: left;
	font-size: 11px;
	color: #333;
	left: 120px;
}

span.responsable
{
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	left: 120px;
}

div.commentaire
{
	text-align: justify;
	padding: 10px;
	font-weight: normal;
	line-height: 150%;
	color: #000;
	background: #F5FAFE;
	border: #DAEDFC 1px solid;
}

div.commentaire span
{
	color: #000;
	font-weight: bold;
}

div.membre
{
	margin-bottom: 20px;

	padding: 10px;

	background-image: url("./images/presentationBackground.png");
	background-position: top left;
	background-repeat: no-repeat;
}

div.membre a
{
	text-decoration: none;
	color: #2F94F9;
	padding-bottom: 2px;
	padding-right: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

div.membre a:hover
{
	color: #97BC25;
	background-image: url(images/arrowH.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

#footer
{
	margin: 30px auto 40px auto;
	text-align: left;
	height: 50px;
	background-image: url(images/validation.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#footer p
{
	margin: 0;
	padding: 18px;
	color: #333;
}

#footer a
{
	text-decoration: none;
	color: #999;
	border-bottom: #ddd 1px solid;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-weight: bold;
}

#footer a:hover
{
	color: #111;
	border-bottom: #999 1px solid;
}