
#title_left{
    height: 115px;
    width:  60%;
    float: left;
}

#title_left_logo{
	margin-left: 4px;
	margin-top: 4px;
    height: 111px;
    width:  396px;
    position: absolute;
    background: url("./images/logo.png");
}

#title_left_baseline{
	margin-left: 130px;
	margin-top: 75px;
    height: 111px;
    width:  396px;
    color: gray;
    position: absolute;
    font-size: 15px;
}


#title_right{
    height: 115px;
    width:  40%;
    float: right;
}

#title_right_top{
    height: 52px;
    width:  100%;
}

#title_right_top_boutique{
    height: 36px;
    width:  87px;
    background: url("./images/boutique.png");
    color: white;
    font-size: 14px;
    padding-left: 26px;
    padding-top: 16px;
    float: left;
}
#title_right_top_langage{
    height: 40px;
    width:  100px;
    float: right;
    margin-right: 20px;
}

#title_right_bottom{
    height: 120px;
    width:  100%;
    padding = 20px;
}

.title_right_top_langage{
	width: 30px;
	height: 22px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
}

.title_right_top_langage.fr{
	background: url("./images/drapeau_fr.png");
}
.title_right_top_langage.en{
	background: url("./images/drapeau_en.png");

}