/* PMP CONCEPT 12/2007 */


/* ------------------------------------ */
/*                                      */
/*            GENERAL	                */
/*                                      */
/* ------------------------------------ */

a img{
	border:none;
}

fieldset 
{
	padding: 0;
	margin: 0;
	text-indent: 0;
	border:none; 
}




/* ------------------------------------ */
/*                                      */
/*            FORMULAIRE                */
/*                                      */
/* ------------------------------------ */

table.tableform {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
	
table.tableform th, table.tableform td {
	margin: 0;
	padding: 8px;
}
	
table.tableform th {
	padding-top: 12px;
	text-align: right;
	vertical-align: top;
	color: #333;
	font-weight: bold;
}

table.tableform td input.checkbox {
	border: none;
} 

#fields input, #fields textarea {
	padding: 2px;
}

#fields input.button {
	border: none;
}

#boutonForm {
	text-align: center;
}


/* ------------------------------------ */
/*                                      */
/*            ZOOM		                */
/*                                      */
/* ------------------------------------ */
.pmpup {
	cursor: url('../_scripts/pmpup/graphics/zoomin.cur'), pointer;
    outline: none;
}

.pmpup span {
	display: none;
}

.pmpup-image {
    border-bottom: 1px solid white;
}

.pmpup-image-blur {
}

.pmpup-caption {
    border-bottom: 1px solid white;
    font-size: 10pt;
    padding: 5px;
    background-color: RGB(126,148,164);
	color: RGB(255,255,255);
}


.pmpup-title { 
	display: none; 
	border-bottom: 1px solid white; 
	font-size:10px; 
	padding: 5px; 
	color: RGB(126,148,164); 
	background-color:white; 
	overflow:hidden; 
	text-align:center; 
}

.pmpup-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    
    padding-left: 22px;
    background-image: url(../_scripts/pmpup/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    
}

.pmpup-display-block {
    display: block;
}

.pmpup-display-none {
    display: none;
}

.pmpup-overlay {
	display: none;
	background: #fff;
}

.pmpup-html {
    background-color: white;
}

.pmpup-html-blur {
}
.pmpup-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}

.pmpup-html-content {
	position: absolute;
	display: none;
}

.pmpup-move .control {
	float: right;
	text-decoration: none;
	background-color: white;
	padding-left: 4px;
	padding-bottom: 2px;
}

/* Necessary for functionality */
.pmpup-display-block {
    display: block;
}

.pmpup-display-none {
    display: none;
}

.pmpup-move {
    cursor: move;
	position: absolute;	
}

.pmpup-body {
	padding: 0px;
	clear: both;
}