#col_beta {
    width: 470px;
/*    float: right;*/
}

#col_alpha {
    width: 430px;
/*    float: left;*/
}

#col_beta h3 {
    background: none;
    color: #333;
    padding: 0;
    margin: 0px 0px 2px 0px;
}

#why_choose {
    background: #E4E8F1;
    padding: 20px;
}

#why_choose h3 {
    background: none;
    margin: 0px 0px 5px 0px;
    padding: 0;
}

#why_choose li {
    margin-left: 30px;
    line-height: 2em;
}

#regions {
    text-align: center;
    font-weight: bold;
}

#regions h3 {
    text-align: left;
}

#regions a {
    color: #999;
    font-size: 0.9em;
    font-weight: normal;
}

#regionMap {
    border: 1px solid #D3DBED;
}

#regionIntro {
    padding: 10px;
    background-color: #E4E8F1;
    color: #325AB6;
    text-align: center;
}

/***** Region Specific CSS ****/
#regionAquitaine {
    display: none;
}

#regionBrittany {
    display: none;
}

#regionCoteDAzur {
    display: none;
}

#regionDordogne {
    display: none;
}

#regionGascony {
    display: none;
}

#regionLanguedoc {
    display: none;
}

#regionProvence {
    display: none;
}

#regionVendee {
    display: none;
}

.region_clear {
    clear: left;
    border-bottom: 1px dotted #ccc;
    margin: 10px 0px;
}