@import url("header.css");
@import url("fra_ang.css");
@import url("esp_cat.css");
@import url("footer.css");
@import url("colorbox.css");
@import url("plan.css");
@import url("mention.css");

*
{
margin: 0; padding: 0;
}

html
{
height: 100%;
}

body
{
width: 100%; height: 100%;
margin: 0 auto;
font-family: tahoma, "trebuchet ms", serif;
background: #cdd4d1;
}

a
{
outline: none;
border: none;
}