#header
{
background: #fff url(../images/photo.jpg) center center no-repeat;
color: #fff;
}
#conte
{
background: #fff url(../images/conte_dauphins.jpg) center center no-repeat;
color: #fff;
}
#nav
{
background: #fff url(../images/gradient1.png) top left repeat-x;
color: #333;
}
#extra
{
background: #fff url(../images/gradient1.png) top left repeat-x;
color: #333;
}
#extra1
{
background: #fff url(../images/gradient1.png) top left repeat-x;
color: #333;
}
#extra2
{
background: #fff url(../images/gradient1.png) top left repeat-x;
color: #333;
}
#content
{
background: #fff url(../images/gradient1.png) top left repeat-x;
color: #222;
padding: 20px;
}
#footer
{
background: #fff url(../images/gradient1.png) top left repeat-x;
color: #444;
}

a,a:link,a:visited
{
color: #06c;
}
a:hover,a:focus,a:active
{
background-color: #06c;
color: #fff;
text-decoration: none;
}

/* Lighter link colours in the header */

#header a,#header a:link,#header a:visited
{
color: #5af;
}
#header a:hover,#header a:focus,#header a:active
{
background-color: #5af;
color: #000;
}