body,h1,h2,h3,h4,p,ul,li,a,form
{
margin:0px;
padding:0px;
}
img
{
border:0;
}

body
{
background-color:#151515;
background-image: url(../images/accueil_fond_bas.jpg);
background-repeat:repeat-x;
font-family: Verdana, Arial;
font-size:x-small;
line-height:1.5;
}

#content
{
width:700px;
margin:100px auto 0px auto;
}

#content img
{
display:block;
float:left;
}

#descriptions
{
width:700px;
margin:0px auto;
}

#francais, #anglais, #neerlandais
{
float:left;
width:200px;
height:240px;
padding:0px 15px;
text-align:left;
color:#ddd;
}


#neerlandais
{
background-image: url(../images/accueil_separateur.jpg);
background-repeat:no-repeat;
background-position:left top;
}
 #anglais
{
background-image: url(../images/accueil_separateur.jpg);
background-repeat:no-repeat;
background-position:left top;
/*border-left:1px solid #a5a79e;*/
}

#descriptions p
{
padding-top:10px;
}

#logo_awex
{
position:absolute;
bottom:10px;
right:10px;
}

#logo_awex img
{
display:block;
float:left;
margin-right:10px;
}

a:link
{
color:#ddd;
text-decoration:underline;
}
a:visited
{
color:#ddd;
text-decoration:underline;
}
a:hover
{
color:#8c5b63;
text-decoration:underline;
}
