/* CSS Document */
a{
color:#0277b7;
text-decoration:none;
}
a:hover{
color:#003555;
text-decoration:underline;
}
h1{
color:#003555;

}
h2{
color:#01507d;
}
h3{
color:#003555;
}
h4{
color:#003555;
}
#box_blue{
background-image:url(../images/boite_bleue.jpg);
background-repeat:no-repeat;
color:#00304E;
}
#box_blue a{
border-bottom: 1px solid #3B88B3;
}
#box_blue a:hover{
background-color:#65B3D6;
color:white;
text-decoration:none;
}
strong 
{
color:#027AB9;
}
em
{
color:#027AB9;
}

