﻿body
{
    background-color: White;
    margin: 7px 0px 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}
a:link {
	color: #0099CC;
}
a:active {
	color: #0099CC;
}
a:visited {
	color: #007CA6;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}
h1
{
    font-weight: bold;
    font-size: 34px;
    color: white;
    font-family: 'Times New Roman' , Serif;
    line-height: 200%;
}
h2
{
    font-weight: bold;
    font-size: 28px;
    color: dimGray;
    font-family: 'Times New Roman' , Serif;
    line-height: 170%;
}
#bannerAccueil
{
	width: 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#nav
{
    width:760px;
    height: 67px;
}
#fondNav
{
    height: 67px;
    background-image: url(/assets/img/fondMenu.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
#tdLogo
{
    background-image: url(/assets/img/fondLogo.jpg);
    background-position: top;
    background-repeat: repeat-x;
    text-align: center;
}
#tblCorps
{
    width: 100%;
    height: 275px;
    vertical-align: top;
    background-color: #cccccc;
    font-size: 12px;
    font-family: Verdana, Arial, Sans-Serif;
    line-height: 160%;
}
#tblCorps td
{
    padding: 15px;
}
#tblForm
{
}
#tblForm td
{
    padding: 5px;
}
#tblContenant
{
    width: 100%;
    background-image: url(/assets/img/degradCorps.jpg);
    background-repeat: repeat-x;
    background-position: top;
	margin: 0px;
	padding: 0px;
}
.fondLys
{
    background-image: url(/assets/img/fondLys.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#footer
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
    color: #878787;
    background-position: top;
    background-image: url(/assets/img/degradFooter.jpg);
    background-repeat: repeat-x;
    height: 27px;
    text-align: center
}
#footer a:link
{
    color: #878787;
	text-decoration: none;
}
#footer a:active
{
    color: #878787;
	text-decoration: none;
}
#footer a:visited
{
    color: #878787;
	text-decoration: none;
}
#footer a:hover
{
    color: #0099CC;
	text-decoration: underline;
}
.cadre
{ 
    border: #ffffff thick solid;
    margin: 10px;
}
.actusTitre
{
    font-weight: bold;
    font-size: 28px;
    color: #0099CC;
    font-family: 'Times New Roman' , Serif;
    line-height: 120%;
}
.actusDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.actusTexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.actusLien {
    font-weight: bold;
    font-size: 20px;
    font-family: 'Times New Roman' , Serif;
}
.txtImportant
{
	font-weight: bold;
    color: #0099CC;
}
.alerte
{
	font-weight: bold;
    color: #DF8600;
}

#enteteActu
{
    font-weight: bold;
    font-size: 28px;
    color: white;
    font-family: 'Times New Roman' , Serif;
    line-height: 120%;
}
#enteteActu a:link
{
    color: white;
	text-decoration: none;
}
#enteteActu a:active
{
    color: white;
	text-decoration: none;
}
#enteteActu a:visited
{
    color: white;
	text-decoration: none;
}
#enteteActu a:hover
{
    color: #0099CC;
	text-decoration: underline;
}