#teamPage{
    text-align: center;
    font: normal 11px verdana,tahoma,arial,"Verdana", sans-serif;
    color: #333;
}

#container{
    width:100%;
    background: transparent;
}

#header{
    margin-bottom: 20px;
    text-align: justify;
}

#logo{
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}

#header p.presentation{
    margin-bottom: 5px;
    padding: 10px;
    color: #666;
    font-size: 12px;
    line-height: 150%;
    text-align: justify;
    background-image: url("/public/images/membreBackground.png");
    background-repeat: repeat;
	border-left: 1px solid #DDDDFF;
    border-top: 1px solid #DDDDFF;
}

#header p.presentation a{
    font-size: 12px;
    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{
    margin: 10px 0 10px 0;
    border: 0;
    font-size: 11px;
}

h2.nomPrenom{
    text-align:left;
    font:normal 20px tahoma,arial, sans-serif;
    font-weight:normal;
    margin:0;
    padding:4px 6px;
    color: #006699;
}

.photo{
    margin-top:5px;
}
p.ligne{
    border-bottom: #ddd 1px solid;
    width: 100%;
    text-align: left;
    margin: 0px 0px 10px 0px !important;
    padding-bottom: 2px;
}

.legend{
    text-align: left;
    text-indent: 2px;
    float: left;
    font-weight: bold;
    width: 88px;
    font-size: 11px;
    color: #999;
}

.ponctuation{
    font-weight: bold;
    font-size: 11px;
    color: #999;
}

.content{
    text-align: left;
    font-size: 11px;
    color: #333;
    left: 120px;
}

.contentB{
    text-align: left;
    margin-left: 96px;
    font-size: 11px;
    color: #333;
    left: 120px;
}

div.membre{
    margin-bottom: 20px;
    padding: 10px;
    background-image: url("/public/images/presentationBackground.png");
    background-position: top left;
    background-repeat: repeat-x;
	border-top: 1px solid #ddeea9;
	border-left: 1px solid #ddeea9;
}

div.membre a{
    text-decoration: none;
    color: #2F94F9;
    padding-bottom: 2px;
    padding-right: 20px;
    background-image: url(/public/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%;
}

/*
CSS de la page equipe/admin
*/

.titre{
    color:black;
	font-size:10pt;
    font-weight:bold;
    padding-left: 150px;
}
.tabProposal{
    text-align: left;
    padding-left: 150px;

}

.TD1{
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    padding: 6px 6px 6px 12px;
    color:black;
}

.tabProposal div{
    font-size: 9pt;
    font-family: arial;
    margin: 2px;
}

.tabProposal div div{
    /*text-align: right;*/
    float: left;
    width: 180px;
}

.addingPanel2{
    cursor: pointer;
    font-size: 10pt;
    font-family: arial;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    padding: 4px;
    margin: 6px;
    -moz-border-radius : 10px;
}
.AddingPanel{
    border-style: solid;
    border-width: 3px;
    border-color: #ddd;
    background-image: url(../images/kitlivrebg.gif);
    -moz-border-radius : 10px;
}

.TDM {
    font:  12px Trebuchet MS, sans-serif;
    padding: 6px 6px 6px 12px;
    color: black;
}
