@import "main.css";
@import "form.css";
@import "typo.css";

p {
	text-align: justify;
	font-size: 1.2em;
}

#header {
    position:relative;
    height:70px;

    background-image:url(../../intra/includes/img/back_office/bg-top-blue.gif);
    background-repeat:repeat-x;
    background-color: #f8d7e8;

    border-top-color: #8c002c;
    border-top-style:solid;
    border-top-width: 1px;
}

#menu {
   background-color: #f7d7e7;
}

#mainmenu a {
    color: #a3074d;
    background-color: #f7d7e7;
}

#header h1 {
    color: #a30e3b;
}

h3 a {
	color: #1b7003 
}


