/**
 * Feuille de style de la page contact
 */


div#bs_leftcolumn p#bs_contactlabel {
    text-align: justify;
    font-size:12px;
}

.bs_contactfields_label {
    width: 82px;
}

p#bs_contactval {
    text-align: center;
    margin-top: 16px;
	
}

p#bs_contactval input {
    background-image: url('images/btn_envoyer.gif');
    width: 125px;
    height: 32px;
    border: 0 none;
    margin-left: 74px;
}

div#bs_leftcolumn table {
    margin-left: 16px;
    margin-bottom: 0;
}

div#bs_leftcolumn table,
div#bs_leftcolumn table td{
    border: 0 none;
    font-size: 13px;
    vertical-align: top;
}

div#bs_leftcolumn table textarea,
div#bs_leftcolumn table input,
div#bs_leftcolumn table select {
    width: 250px;
    background: white;
}

div#bs_leftcolumn table textarea {
    height: 108px;
}

input#bs_contactfile {
    width: 200px!important;
}

table.no_contact_file {
	/*height: 0px !important;
	overflow: hidden;*/
	/*visibility: hidden;*/
	display: none;
}


/**
 * Notice
 */

div#bs_notice {
	text-align: center; 
	background-color: #F6F6F6;
}

div#bs_notice p {
	padding: 12px 0pt;
}

div#bs_notice p span.required {
	color: red;
	font-weight: bold;
}

form#contactform span.error {
	background:url("images/error.gif") no-repeat scroll 3px center  transparent;
	height:16px;
	padding:0 23px;
	vertical-align: top;
	width:16px;
}

form#contactform span.ok {
	background:url("images/ok.gif") no-repeat scroll center center transparent;
	height:16px;
	padding:0 17px;
	vertical-align:middle;
	width:16px;
}
