*{margin:0;padding:0;}

body
{
  background-image: url(Images/Fond_NB.gif);
	background-color: #818181;
	text-align: center;
}

body, div, a, h3, h2, h1, span
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


p, td, tr {
  color:#666459;
  }

h1, .titlePage {
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    color: #e80a04;
    letter-spacing: normal;
    text-align: center;
    vertical-align: baseline;
    word-spacing: normal;
    white-space: normal;
    list-style-type: none;
    cursor: auto;
    page-break-before: auto;
    page-break-after: auto;
    margin-top:5px;
    margin-bottom:5px;
  }

h2, .titleParagraphe {
    font-family: Times New Roman, Times, serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    color: #00BD03;
    text-indent: 0em;
    text-align: center;
  }

h3, .titleSecondaire {
    font-family: Times New Roman, Times, serif;
    font-size: 16px;
    font-weight: 500;
    color: #e80a04;
    text-align: center;
  }



/* div de base */
.siteLayout {
	width:100%;
	cell-padding:0;
	cellspacing:0;
	border:0;
}

/*En tête */
#header
{
	position: relative;
  padding-top:60px;
}


/*contenu de la page */
#content
{
	padding-left: 50px;
	padding-right: 10px;
	width: 90%;
	overflow-x: hidden;
	padding-top:20px;
}
/*dédoublement d'instruction en raison d'un bug d'IE ne respectant pas le C3S*/
#content {
   height: 450px;
}
html>body #content {
   height: auto;
   min-height: 450px;
}

#content a
{
	color: #818181;
	text-decoration: underline;
	margin-bottom: 7px;
}

#content a:visited
{
  color: #3399FF;
  text-decoration: underline;
}

#content a:hover
{
	color: #000000;
	text-decoration: underline;
}

#content p
{
	color: #918E7F;
	padding-top: 10px;
	padding-bottom: 15px;
}

#content li
{
	list-style: inside;
  padding-bottom: 5px;
}


/* pied de page */
#footer
{
	padding-top: 18px;
	padding-bottom: 10px;
	text-align: center;
	color: #918E7F;
}

#footer a
{
	color: #818181;
	text-decoration: none;
	margin-bottom: 7px;
}

#footer a:hover
{
	text-decoration: underline;
}

#footer span a
{
	text-decoration: underline;
}

#footer p
{
	color: #000000;
	margin-top: 10px;
}
 