/* main */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin-top: 35px;
	margin-left: 15px;
}
body, td, input, select {
	font: 12px Arial, Helvetica, sans-serif;
}
td.margescell {
	padding: 0px 17px;
}
.petit {
	font-size: 10px;
}


/* partie gauche */
table#tblgauche {
	background: #F4F2E5 url(media/img/structure_page/fond1.gif) no-repeat center center;
}
table#tblgauche td {
	color: #5F1306;
	font-size: 11px;
}


/* partie centrale */
table#tblcentre {
	background: #BE3418 url(media/img/structure_page/fond2.gif) no-repeat 0px 32px;
}
table#tblcentre td {
	color: #F4F2E5;
}


/* partie droite */
table#tbldroite {
	background-color: #F4F2E5;
	height: 426px;
	width: 100%;
}

/* formulaire */
form {
	font-weight: bold;
}
form input.txtfld, form select {
	background: #F4F2E5;
	/*border: 1px solid #5F1306;*/
	color: #5F1306;
}
form div {
	white-space: nowrap;
	display: inline;
	width: 100px;
}
a.fleche {
	color: #F4F2E5;
	text-decoration: none;
	font-weight: bold;
}
a.fleche:hover {
	text-decoration: underline;
}
div.bloc {
	/*border-top: 1px solid #F4F2E5;
	border-bottom: 1px solid #F4F2E5;*/
	margin: 2em 0em;
	padding: 0.7em 0em;
}

	
#frmTelechargementCV label.error{
font-size: 11px; 
background: #fbfcda url('../js/cancel.png') no-repeat left;
border:1px solid #dbdbd3;
width:209px;
margin-top:4px;
padding-left:20px;
padding-top:3px;
padding-bottom:3px;
display:block;
color:#000000;

}