body {
    width: 878px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    text-align:justify;
    font-family:Helvetica, Arial, Verdana, sans-serif;
	/*background-image:url(img/bgtrame.png);*/
	background-repeat:repeat;
    color: black;/*#555753;*/
    font: 75% arial,sans-serif;
}
li{margin-left:30px;}

tr{
background-color: #ffffff;

}
td {text-align : justify;
padding:8px;
}


form {
    margin-right:0;
    padding:0;
}



/* specific divs */

#container {
	margin-right: auto;
    margin-left: auto;
	padding:30px;
    background-color: #FFFFFF;
    border:1px solid #d2d7dc;
    border-radius:30px;
    -moz-border-radius:30px;
    box-shadow:0 0 15px rgba(0,0,0,.25);
    -moz-box-shadow:0 0 15px rgba(0,0,0,.25);
    -webkit-box-shadow:0 0 15px rgba(0,0,0,.25);
}

/* Classes */


.champstextes {
 text-align:right
}

.title_array 
{
    background-color:#92A923;
	color:white;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
}
.field_mandatory
{
	color:red;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
}
.field_warning
{
	color:white;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
	background-color:red;
}

.header_title
{
	color:#000000;
    font-weight: bold;
    font-size: 16px;
    text-align:center;
	vertical-align:middle;
	margin-bottom:20px;
}

.logosBanque
{
	text-align:center;
	vertical-align:middle;
	margin-bottom:20px;
}

.chooseLang
{
	color:#0000CC;
    font-size: 14px;
    text-align:left;
	float:left;
	width:200px;
	margin-top:30px;
}

.subtitle
{
	color:#773306;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
	text-decoration:underline;
	
	
}

.placeValid{
text-align:right;
margin-right:70px;
margin-top:30px;
}

.validationButton {
    background:#00FF00;
    background: -moz-linear-gradient(top, #92A923 0%, #BACB00 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92A923), color-stop(100%,#BACB00));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92A923', endColorstr='#BACB00',GradientType=0 );
    border:1px solid black;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font:12px bold arial,sans-serif;
    font-weight:bold;
    margin:0 auto 10px;
    padding:5px 20px;
    text-shadow: 1px 1px 2px #444444;
}
.validationButton em{
font-style:normal;
}

.logos_PBD  {
	margin-left: auto;
    margin-right: auto;
	
}
.logos_lang  {
	text-align:center;
}
