/* CSS de la page index.html du site web http://www.aloha-surf.fr */

body
{

background-image : url('image/mise_en_page/fond_index.jpg');
background-repeat: repeat;
margin: auto;
 
}

h1
{
text-align : center;
color: rgb(255, 255, 51);
font-size : 3em;
}

#w3c
{
text-align : right;
border : 0px;
}


a img
{
margin-left:23%;
border : 0px;
}

p
{
color: rgb(255, 255, 51);
text-align : justify;
font-size : 1.2em;
margin-left: 23%;
margin-right: 23%;
}