/* 
    Document   : homeSquares
    Created on : 25 janv. 2010, 10:44:09
    Author     : André Lambelet
*/


.homeSquare {
    display: block;
    width:360px;
    height:205px;
}

.square {
    width: 725px;
}

.square h1 {
    color: #990000;
    font-size: 15px;
    font-weight: bold;
    padding-left:20px;

}


.square_table {
    width: 518px;
    
}

.square_content {
}

.square .bullet {
    width: 60px;
    text-align: right;
    padding-right: 10px;
}
.square .title {
    width: 458px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
.square .paragraph {
    padding-left: 40px;
    padding-right: 20px;
    text-align: justify;
}
