﻿body
{        
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-image: url(../images/divers/fill_color_banner.png);
    margin: 10px 0 0 0 ;
}

h1
{
    font-size: 16px;
    text-transform: uppercase;
}

h2
{
    font-size: 14px;
    border-bottom: solid 1px gray;
}

p
{
    margin-top:0;
    margin-bottom:5;
}

p.paragraphe
{
    margin-bottom: 10px;
}    

.frame_over
{
    border-color:Blue;
}

.frame_out
{
   border-color:white;
}

.date
{
    font-size:smaller;
    color:Gray;
}

.new
{
    font-weight: bold;
    color: Red;
}

.big_title
{
    font-size:x-large;
}

.info_zone_title
{
    font-weight: bold;
    margin-top:0;
    margin-bottom:0;
}

.news_image
{
    border: 1px solid gray;
    padding: 3px 3px 3px 3px;
    margin: 3px 3px 3px 3px;
}

.info_zone
{
    border: groove 2px CornflowerBlue;
    background-color:White;
    padding:5px 5px 5px 5px;
}

.year_realisation
{
    background-color:CornflowerBlue;
    color:Black;
    font-size:larger;
    font-weight:bold;
}

.group_name
{
    background-color: CornflowerBlue;
    color:Black;
    font-weight:bold;
}

a img 
{
    border-width: 0px;
}

a
{
	color:Blue;
	text-decoration:none;
}

a:hover
{
	color:Blue;
	text-decoration:underline;
}

.login_bar
{
    color: Black;
    background-color: cornflowerblue;
}