@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background:#d9d5ba;
}

#global{
	width:51%;
/*        background: #008a9f url("img/haut.png") bottom  repeat-x;*/
        height:133px;       
}

#cadre_central{
	margin:0 auto;
	padding:0;
	width:980px;
	border:none;
	background:none;
}

.infos_pp{
	width:1000px;
	margin: 0 auto;
	background:transparent;
}

.infos_pp .texte_pp{
	margin:10px 0 0 0;
        width: 980px;
        padding-left: 10px;
        margin-top: -1px;
}

.infos_pp .logo_pp{
	margin:0 auto;
	height:150px;
	background:transparent url("img/fondtabaccueil.jpg") no-repeat 0px ;
	display:block;
}

.rch_pp{
	margin:-10px 0 10px 10px;
        height: 40px;
        width: 980px;        
}

table.rch_mots_pp{
	border-collapse:separate;
	border-spacing:0 4px;
}
	
table.rch_mots_pp td{
        width:25%;
        height:18px;
        border:none;
        font-size:11px;
        font-weight:bold;
}
	
table.rch_mots_pp td	{
        width:25%;
        height:18px;
        border:none;
        font-size:11px;
        font-weight:bold;
}

table.rch_mots_pp td input{
        border:1px solid #61492d;
}
		
table.rch_mots_pp td.motscles {
        width:40%;
}
		
table.rch_mots_pp td.valid input{
        padding:0 2px 2px 2px;
        font-size:10px;
        background:#d9d5ba;
}

.menu_pp{
	width:980px;
	height:50px;
        margin: -1px 0 0 10px;
        background-color: #ffffff;
        padding: 10px 0 0 0;
}

.menu_pp a{
        margin:0 3px;
        width:320px;
        height:35px;
        font-size:13px;
        background:#d9d5ba;
        color:#61492d;
        border:none;
}
.menu_pp a:hover,.menu_pp a.selected{
        background:#61492d;
        color:#d9d5ba;
}


.pagination{
    height:34px;
}

div.pagination_data {
    border:1px solid #819707;
    background:#FFFFFF
}

div.pagination_data a, div.pagination_data .a{
    background:#d9d5ba;
    color:#000000;
}

div.pagination_data .selected,div.pagination_data a:hover {
    background:#61492d;
}
	
.no_element
{
    background:#FFFFFF;
}
	
#liste_consultations{
    border:none;
    width:980px;
    margin:-10px 0 0 10px;
    background:#d9d5ba;
    padding: 5px 0 0 0 ;
}

#liste_consultations div.separateur{
/*    margin-bottom:  20px;*/
}

#liste_consultations table.consultation{
    margin:0 auto 10px auto;
    font-size:11px;
    border:none;
    border-collapse:collapse;
    width:100%;
}

#liste_consultations table.consultation tr.tr_pa{
    display:none;
}

#liste_consultations table.consultation td{
    border:1px solid #FFFFFF;
    background:#FFFFFF;
    color:#000000
}

#liste_consultations table.consultation tr.tr_proc td{
    background:#fdecd0;
}

#liste_consultations table.consultation tr.tr_type td,#liste_consultations table.consultation tr.tr_date_clot td{
    background:#61492d;
    color:#FFFFFF;
}

#liste_consultations table.consultation td.action a{
    font-size:11px;
    font-weight:normal;
    color:#61492d;
}