*
{
    margin: 0;
    padding: 0;
    border: 0;
    border-collapse: collapse;
    font-family: Georgia, Arial;
    font-size: 12px;
}

a
{
    color: rgb(139,0,0);
    text-decoration: none;
}
a:hover span
{
    border-bottom: 1px dashed;    
}

h1
{
    font-family: Georgia;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
    letter-spacing: -2px;
}

h2
{
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.bleu   { color: rgb(25,25,112); }
.rouge  { color: rgb(139,0,0); }
.vert   { color: rgb(47,79,79); }
.orange { color: rgb(210,105,30); }

p
{
    margin-bottom: 10px;
}

hr
{
    border: 1px dashed rgb(200,200,200);
    margin-top: 10px;
    margin-bottom: 10px;
}

td
{
    vertical-align: top;
}

td.zone
{
    border-top: 1px dashed rgb(0,90,180);
    border-left: 1px dashed rgb(0,90,180);
    border-right: 1px dashed rgb(0,90,180);
    background-color: rgb(235,245,255);
    padding: 10px;
}

table.videos_player
{
    width: 340px;
    height: 300px;
    border: 1px solid rgb(0, 90, 180);
    background-color: rgb(235,245,255);
}

img.video_thumb
{
    width: 175px;
    border: 1px solid rgb(0,90,180);
}

img.projet_thumb
{
    width: 200px;
    border: 1px solid rgb(0,90,180);
}

/* PHOTOS */
img.photo_thumb_small
{
    margin: 10px;
}

img.photo_thumb_medium
{
    margin-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

div.photo_info
{
    text-align: left;
    margin: 30px;
}

div.photo_thumb
{
    border: 1px solid rgb(0,90,180);
    background-color: rgb(255,255,255);
}

span.photo_titre
{
    font-size: 10px;
    font-weight: bold;
}

span.photo_description
{
    font-size: 10px;
}

span.photo_details
{
    font-size: 10px;
}

div.photo_pages
{
    margin-bottom: 20px;
}