#return {
    width : 100%;
    height : 54px;
}

#patri_header_content {
    overflow : hidden;
    width : 100%;
    height : 100px;
}

#patri_header_content div {
    height : 100px;
}

#patri_header_content select {
    border : 1px solid #cccccc;
}

#country_box {
    float : left;
    display : inline;
    margin-left : 10px;
    margin-right : 0;
}

#country_box h2 {
    margin : 20px 0 0 0;
}

#country_box select {
    margin : 15px 0 10px 0;
}

#flag_box {
    display : inline;
    float : left;
    width : 88px;
    margin : 0 3px 0 10px;
}

#flag_box img {
    margin : 20px 0 0 0;
}

#region_box {
    display : inline;
    float : left;
    margin : 0 10px 0 0;
}

#region_box h3{
    margin : 20px 0 0 0;
}

#region_box select {
    margin : 15px 0 10px 0;
}

#department_box {
    display : inline;
    float : left;
    margin : 0 10px 0 0;
}

#department_box  h3{
    margin : 20px 0 0 0;
}

#department_box select {
    margin : 15px 0 10px 0;
}

#city_box {
    display : inline;
    float : left;
    margin : 0 10px 0 0;
}

#city_box h3{
    margin : 20px 0 0 0;
}

#city_box select {
    margin : 15px 0 10px 0;
}

.patri_vert_sep {
    float : left;
    display : inline; 
    margin : 0 10px 0 0;
    width : 3px;
}

#patri_sous_nav_container {
    position : relative;
    overflow : hidden;
    width : 100%;
    height : 91px;
    border-bottom : 1px solid #727F8E;
}

#patri_sous_nav_top {
    overflow : hidden;
    width : 100%;
    height : 53px;
}

#patri_sous_nav_top h1 {
    margin-bottom : 5px;
}

#patri_sous_nav_info {
    display : inline;
    float : left;
    margin : 18px 0 0 43px;
}

#patri_sous_nav_imp {
    display : inline;
    float : right;
    margin : 40px 34px 0 0;
    color : #1D95AE;
}

#imp {
    display : inline;
    margin : 0 0 0 0;
}

#patri_sous_nav {
    width : 100%;
    height : 29px;
    margin : 9px 0 0 0;
}

#patri_sous_nav_content {
    overflow : hidden;
    height : 29px;
    margin : 0 0 0 65px;
}

.patri_sous_nav_lnk_cont_first {
    display : inline;
    float : left;
    margin : 0;
    background-color : #ffffff;
    padding : 3px 3px 0 3px;
}

.patri_sous_nav_lnk_cont {
    display : inline;
    float : left;
    margin : 0;
    padding : 3px 3px 0 0;
    background-color : #ffffff;
}

.patri_sous_nav_lnk {
    background-color : #345559;
    background-image : url(/ressources/_global/images/sousnavbg_a.gif);
    line-height : 25px;
    border : 1px solid #3E656A;
    border-bottom : 0;
    padding : 0 20px 0 20px;
    font-family : Georgia;
    font-size : 11px;
}

.patri_sous_nav_lnk_d {
    background-color : #345559;
    background-image : url(/ressources/_global/images/sousnavbg_d.gif);
    line-height : 25px;
    border : 1px solid #3E656A;
    border-bottom : 0;
    padding : 0 20px 0 20px;
    font-family : Georgia;
    font-size : 11px;
}

.patri_sous_nav_lnk_c {
    background-color : #345559;
    background-image : url(/ressources/_global/images/sousnavbg_c.gif);
    line-height : 25px;
    border : 1px solid #3E656A;
    border-bottom : 0;
    padding : 0 20px 0 20px;
    font-family : Georgia;
    font-size : 11px;
}

.patri_sous_nav_lnk a {
    color : #ffffff !important;
    text-decoration : none;
}

.patri_sous_nav_lnk_d {
    color : #999999 !important;
    text-decoration : none;
}

.patri_sous_nav_lnk_c {
    color : #ffffff !important;
    text-decoration : none;
}

