
/* ---------- Styles specific to the project ----------- */

td.header1 {
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 20px;
        font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 13px;
        color: rgb(34,39,139);
        text-decoration: none;
        text-align: left;
        border-bottom: 0px;
        background: #ffffff url(../images/menu_st.gif) no-repeat center left;
        height: 20px;
        }

div.fill {
        height: 40px;
        }


/* TABLEAUX */
table.Editize {
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        width: 100%;
        }
tr.Editize {
        }
td.Editize {
        padding: 0px 10px 0px 10px;
        }


/* BOITE RECHERCHE HEADER */
div#boxSearch {
		position: absolute;
        top: 31px;
        margin-left: 874px;
		text-align: left;
        width: 195px;
		height: 30px;
		background: url(../images/search_champ.gif) no-repeat 0px 2px;
		/*border: 1px solid yellow;*/
        }
input.fieldSearch {
		margin-left: 5px;
		padding: 1px 3px 3px 0px;
		font-size: 11px;
        color: #c8d6dd;
        text-decoration: none;
        text-align: left;
		width: 138px;
		background: none;
		border: 0px;
		/*border: 1px solid green;*/
        }
input.btnSearch {
		margin-left: 10px;
		padding: 4px 0px 0px 0px;
		text-indent: -9999px;
		cursor: pointer;
		color: #c1c1c1;
		font-size: 11px;
		font-weight: normal;
		text-align: right;
		text-decoration: none;
		height: 25px;
		width: 28px;
		background: transparent url(../images/search_btn.gif) no-repeat 0px 4px;
		border: 0px;
		/*border: 1px solid red;*/
        }
input.btnSearch:hover {
		background: transparent url(../images/search_btn.gif) no-repeat 0px 4px;
		border: 0px;
        }


/* PAGE LISTE MEMBRES */
table.listMembers {
        margin: 0px;
        padding: 0px;
        width: 100%;
        }
td.infosMember {
        padding: 13px 0px 14px 0px;
        font-weight: normal;
        color: #555555;
        text-decoration: none;
        text-align: left;
        vertical-align: top;
        width: 70%;
        border-bottom: 1px dotted #cccccc;
        }
td.imageMember {
        padding: 13px 30px 15px 0px;
        font-weight: normal;
        color: #555555;
        text-decoration: none;
        text-align: left;
        vertical-align: top;
        width: 30%;
        border-bottom: 1px dotted #cccccc;
        }
span.titleMember {
        padding: 0px;
        font-weight: bold;
        font-size: 13px;
        color: #333333;
        }