/* LIENS MENU */
.menu:link, .menu:visited {
font-size: 8pt;
color:#000;
background-color: transparent;
text-decoration: none;
font-weight: bold;
margin-left: 10px;
}

.menu:active, .menu:hover {
font-size: 8pt;
color: #FFF;
background-color: transparent;
text-decoration: none;
font-weight: bold;
margin-left: 10px;
}


.news:link, .news:visited {
font-size: 8pt;
color: #FFF;
background-color: transparent;
text-decoration: none;
font-weight: bold;
margin-left: 10px;
}

.last {

font-size: 8pt;
color: #FF9933;
line-height: 10pt;
text-align: justify;
}

/* BLOC CENTRAL */
.bloc {

font-size: 8pt;
color: #FF9933;
line-height: 10pt;
text-align: justify;
border: 1px solid red;
padding:5px;
}

/* BLOC CENTRAL */
.blocx {

font-size: 8pt;
color: #FF9933;
line-height: 10pt;

}
.blocy {

font-size: 7pt;
color: #FF9933;
line-height: 7pt;
align:top;
}
/* TITRES DES BLOCS CENTRAL */
.bloc:first-line {
font-size: 12pt;
font-weight:bold;
line-height:20pt;
color: #FFF;
background-color: #333;
width:100%;

}

.blocx:first-line {
font-size: 10pt;
font-weight:bold;
line-height:20pt;
color: #FF9933;
background-color: #333;
width:100%;
}

/* BLOC CENTRAL */
.blocgal {
font-size: 8pt;
color: #FF9933;
line-height: 10pt;
text-align: justify;

}
.blocgal:first-line {
font-size: 10pt;
font-weight:bold;
line-height:20pt;
color: #FF9933;
background-color: #333;

}