/* Photononstop */
/* demande de recherche */

/****** Import */
	@import url("top.css");
	@import url("left.css");
	@import url("right.css");
	@import url("bottom.css");
/****** fin Import */

/* Center */
#Center{
	color:#666;
	width:549px;
	padding-left:243px;
	padding-bottom:15px;
}

fieldset{
	margin-bottom:10px;
}.mainError{
    color:red;
    font-size: 1.44em;
    margin-bottom: 15px;
    font-weight:bold;
}

legend{
	color:#666;
	margin-left:-7px;
	display:block;
	width:100%;
	padding-bottom:2px;
	border-bottom:1px solid #E6E4DD;
	margin-bottom:10px;
}
fieldset .uploadFile  {  margin-top: 10px;}
fieldset p{
	float:left;
	width:100%;
	margin-bottom:5px;
}

html>body fieldset p{
	margin-bottom:8px;
}

fieldset label, fieldset .label{
	width:200px;
	float:left;
	text-align: right;
	font-weight: bold;
	margin-right:3px;
	color:#000;
}

fieldset .label{
	padding-top:2px;
}
	

fieldset input{	width:177px;	border:1px solid #CDC7B7;
	padding:2px 0;}
fieldset textarea{
	width:260px;
	border:1px solid #CDC7B7;
}

fieldset .line_checkbox label{
	width:100px;
	text-align: left;
	padding-top:2px;
}

fieldset .line_checkbox input{
	width:auto;
	border:none;
	margin-right:2px;
	float:left;
	padding:0;
}

.validation{
	border-top:1px solid #E6E4DD;
	padding-top: 10px;
	margin:15px 0 30px 0;
}

.validation .lnk_block{
        text-transform: uppercase;
	float:right;
	width:192px;
}


.validation input{
    color:#fff;
    border:none;
	background: url(/img/common/arrow_white_bgorange.gif) 0 2px no-repeat #f60;
    text-transform: uppercase;
	padding:0 0 0 15px;
    width:177px;
    text-align: left;
    cursor: pointer;
}






/* Fin Center */
#Left .contact{	background-color: #000;	margin:0;	padding-top: 35px;}
#Left .contact h3, #Left .contact p{	color: #fff;}
