.round {
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
}
 
.menu{
        color:  #F87217;
        /*font-weight: bold;*/
        text-decoration: none;
}

#interets{
        font-style: italic;
        font-weight: bold;
}

a{
        color:  #F87217;
        /*font-weight: bold;*/
        text-decoration: none;
}

.content{
	padding-top:50px;
	padding-left: 50px;
	}