/* CSS Document */

#cadre {
width:243px;
height:10px;
background-image:url(top.gif);
background-repeat:no-repeat;
background-position:left;
}
#cadreMilieu {
width:234px;
background-image:url(pix.gif);
background-repeat: repeat-y;
background-position:left;
margin:0;
padding:0;
height:100px;
}
#cadreBas {
width:234px;
height:10px;
background-image:url(bas.gif);
background-repeat:no-repeat;
background-position:left;
margin:0;
padding:0;
position:relative;
}

#bt {
height:28px;
width:202px;
background-image:url(pix.png);
background-repeat: repeat-x;
background-position:left;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
text-align:center;
padding-top:4px;
float:left;
}

#btright {
height:28px;
width:8px;
background-image:url(right.png);
background-repeat: no-repeat;
background-position:left;
position:relative;
padding-top:4px;
float:right;
}

#btleft {
height:28px;
width:8px;
background-image:url(left.png);
background-repeat: no-repeat;
background-position:left;
position:relative;
padding-top:4px;
float:left;
}

#btContent {
width:218px;
margin-left:10px;
}

.bouton {
width:212px;
height:38px;
background-image: url(bt.png);
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
text-align:center;
}
