
/*
 * 	Gabarit offre et drh
 */
div {
    border: 0px solid white;
}

select {
    width: 260px;
    font-size: 10px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 15px;
}

.titre {
    color: #680c61;
    font-weight: bold;
    font-size: 12px;
    line-height:20px;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: top;
    padding-bottom: 2px;
}

.corpstexte {
    color: #57656e;
    font-size : 11px;
}

.detail_ref {
    color : #57656e;
    font-size : 12px;
    text-transform : uppercase;
    padding: 2px;
    border-bottom: 1px solid #cac0c2;
    width: 290px;
}
.metiers {
    color: #660066;
    font-weight : bold;
}

#menu_annonce {
    padding-right: 20px;
	position: absolute;
	top: 205px !important;
	top: 185px;
	left: 65px;
	width: 300px;
	height: 372px;
    background-color: transparent;
}

#detail_annonce {
   	padding-right: 20px;
	position: absolute;
	top: 205px;
	left: 400px;
	width: 510px;
	height: 332px !important;
    height: 302px;
    background-color: transparent;
}

#m3_acc
{
	width: 990px;
	height: 44px;
	background-image:url(../imgs/home/m3_acc_bg.png);
	background-repeat: no-repeat;
	background-position:0% bottom;
	padding-top : 10px;
}

#list_center_content {
	height:453px;
	line-height: 20px;
	border : 0px solid red;
}
 
#m3_center_content {
	height:376px !important;
	height:455px;
	line-height: 20px;
	border : 0px solid red;
}

#offre_recherche {
    width: 350px;
    height: 250px;
    margin-left : 610px;
    margin-top: 80px;
}

#m3_top_menu {
	padding-top : 15px;
	background-image:url(../imgs/home/bg_logo.png) !important;
  background-image:url('../imgs/vide.gif');
	background-repeat: no-repeat;
	background-position:center top;
}

#m3_nav_bottom {
	width: 990px;
	background-repeat: no-repeat;
	background-position:0px bottom;
	height: 25px;
}

#userList
{
    color : #666666;
    border: 0px solid black;
    width : 870px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-left: 20px;
    font-family: Arial,Helvetica,sans-serif;
}

#userList td {
    /*text-transform: uppercase;*/
    border-bottom : 1px solid #cccccc;
    font-size : 11px;
    padding : 3px;
    padding-left : 10px;
    cursor: pointer;
}

#userList a {
    color : white;
    font-weight: bold;
    text-decoration : none;
    font-size : 12px;
}

#fond_blanc {
    background-color: white;
    padding-right: 20px;
	position: absolute;
	top: 185px !important;
	top: 185px;
	left: 45px;
	width: 890px;
    height: 372px;
    opacity: 0.5; /* CSS Standard */
	filter:alpha(opacity=50); /* IE */
	-moz-opacity:0.5; /* Old Mozilla (ex : Netscape) */
	-khtml-opacity: 0.5; /* Safari 1.x */
}

#liste_annonce {
   	padding-right: 20px;
	position: absolute;
	top: 185px !important;
	top: 185px;
	left: 45px;
	width: 890px;
	height: 372px;
    background-color: transparent;

}

/* Sortable table */

th.sortable,
th.sortable-text,
th.sortable-date,
th.sortable-keep,
th.sortable-date-dmy,
th.sortable-numeric,
th.sortable-currency,
th.sortable-sortByTwelveHourTimestamp,
th.sortable-sortIPAddress,
th.sortable-sortEnglishLonghandDateFormat,
th.sortable-sortScientificNotation,
th.sortable-sortImage,
th.sortable-sortFileSize,
th.header,
th.sortable-sortAlphaNumeric,
th.sortable-sortEnglishDateTime{
        cursor:pointer;
        background:  url(../imgs/img_fond_liste.png) no-repeat;
		height: 40px;
        border: 0px solid black;
        padding-left : 10px;
        padding-top : 5px;
        color: white;
        font-size : 12px;
        font-weight: bold;
		/*vertical-align : absolute-middle;*/
}
th.forwardSort{
        background: url(../imgs/img_fond_liste_down.png) no-repeat 0 0;
}
th.reverseSort{
        background: url(../imgs/img_fond_liste_up.png) no-repeat 0 0;
}



