body {
background-color:#FFFFFF;
margin:0px;
padding:0px;	
}

#conteneurGeneral {
border:0px solid green;
background-image: url(img/sofipaca_attente_back.jpg);
background-repeat: no-repeat;
background-position:0 0;
position:absolute;
top:50px;
left: 50%; 
margin-left: -275px; /* moitié de la largeur */
width:450px;
}


#conteneurForm {
border:0px solid red;
position:relative;
top:120px;
left:0px;
float:left;
width:450px;
}

#conteneurForm table {
position:relative;
border:0px solid orange;
width:200px;
font-family:verdana;
font-size:11px;
left:165px;
top:-5px;
}


#conteneurBottom {
position:relative;
float:left;
width:100%;
border:0px solid purple;
text-align:center;
font-family:verdana;
font-size:9px;
color:#034102;
}





#resAct {
position:relative;
border:0px solid red;
font-family:verdana;
font-size:11px;
top:-13px;
width:450px;
float:left;
text-align:center;
}




#conteneurForm table td {text-align:right;vertical-align:top;color:#034102;}
#conteneurForm select {font-family:verdana;font-size:10px;}

#conteneurForm input, textarea {
color:#0F6B8E;
text-indent:3px;
background-color:#EBF8FC;
border-top: 1px solid #6DA3D2;
border-left: 1px solid #6DA3D2;
border-bottom: 1px solid #BBD3EA;
border-right: 1px solid #BBD3EA;
font-size:11px;
width:200px;
}

textarea {
font-family:verdana;
font-size:10px;
height:120px;
font-style: normal;
}


#buttonEnvoyer {
width:111px;
height:25px;
background-image: url(img/button_envoyer.png);
background-repeat: no-repeat;
background-position:0 0;
cursor:pointer;
}