body {
	background-color: #e6e6e6;
	margin: 0px;
	padding: 0px;
	font-family: Helvetica Neue, Arial;
	font-size: 12px;
	font-smooth: always;
	color: #414141; /*rgb(38,38,38);*/
}

* {
	outline: 0;
}

.language_link {
	text-transform: capitalize;
}

#signature {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
}

.button {
	cursor: pointer;
}

a {
	color: #c50000 !important;
}

.button:hover {
	color: #c50000; /*rgba(255,0,0,0.7);*/
}

.menu_item {
	text-transform: uppercase;
}

.link, .menu_item, .picture_link, .sub_menu_item, #links {
	cursor:pointer;
}

.menu_item {
	font-weight: bold;
}

.picture_link:hover {
	background-color: #c50000; /*red;*/
}

.link:hover, .sub_menu_item:hover, .menu_item:hover, .selected, #links div:hover, .lang_selected {
	color: #c50000; /*rgba(255,0,0,0.7);*/
}

.picture_selected {
	background-color: #c50000; /*red;*/
}

#info_container {
	position: relative;
	float: left;
}

.info {
	width: 600px;
}

#logo {
    width: 215px;
    height: 41px;
    
    /* background-image: url('../images/logo.png'); */
    background-image: url('../images/logo@2x.png');
    
    background-size: 215px 41px;
}

#@media all and (-webkit-min-device-pixel-ratio : 1.5) {
#    #logo {
#        background-image: url('../images/logo@2x.png');
#    }
#}