/* CSS Document */

body {
/*	background-image: url(/images/fond.png);
/*	background-repeat: no-repeat;                                     /* Mosaique uniquement horizontale */
/*	background-position: top;   */                                        /* Position haut absolu du dégradé */
	margin-left:0px;
	margin-top:30px;
 	background-color: #ffffff;
	}

/* Titre */
H1 {
	font-family : Arial;
	font-size : 13px;
	color:#003366;
	font-weight : bold;
	line-height:24px;
	display:inline;
/*	text-transform: uppercase; */
}

/* Sous titre */
H2 {
	font-family : Arial;
	font-size : 12px;
	color: #6699cc;
	font-weight : bold;
	padding : 0 14px 0 0;
	line-height:20px;
	display:inline;
}

/* Bloc texte */
H3 {
	font-family : Arial;
	font-size : 12px;
	color: #003366;
	font-weight : normal;
	text-decoration: none;
	padding : 0 12px 0 0;
	line-height:14px;
	display:inline;
}

/* Texte tel que date évènement */
td {
	font:12px Arial;
	font-weight : normal;
	color:#003366;
	}

/* Liens */
a {
	color: #9999cc;
	font-weight:normal;
	text-decoration: none;
	}
	
a:hover {
	color: #6699cc;
	font-weight:normal;
	text-decoration: underline;
	}


/* Menu principal */

/* Bordure lien menu principal */
#navigation td {
	border-bottom: 1px solid #003366
	}

/* Liens menu principal */
#navigation a {
	font-family: Arial;
	font-size: 14px;
	color: #003366;
	font-weight : bold;
	text-decoration: none;
	line-height:20px;
	}
	
#navigation a:hover {
	color:#6699cc;
	font-weight:bold;
/*	background-color: #ffffcc; */
/*	background: url(../images/rd_blk.gif) 10px 50% no-repeat; */
	}
	
#navigation_active a {
	font-family : Arial;
	font-size : 16px;
	color:#003366;
	font-weight : bold;
	text-decoration: none;
	line-height:20px;
	}
	
#navigation_active a:hover {
	color:#6699cc;
	font-weight:bold;
/*	background-color: #ffffcc; */
	}

.Style4 {
	font-family: Arial;
	font-size: 11px;
	color: #003366;
	font-weight : bold;
	text-decoration: none;
	line-height:14px;
	letter-spacing:.1em;
	display:block;
	padding:14px 14px 14px 14px;
}
.Style4:hover {
	color:#003366;
	font-weight:bold;
	background-color: #ffffcc;
}

.bodyText {
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
	color:#003366;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}
div.paragraphe	{
	padding:2px;
	background-color:transparent;
	text-align: justify;
}
div.paragraphe a{
	color:#6699cc;
	font-weight:normal;
	text-align: justify;
/* text-decoration:none; */
}	
.dropcap
{
float: left;
width: .9em;
font-size: 2.5em;
line-height: 90%;
}

/* Signature bas de pages */
.smallText {
	font:10px Arial;
	color:#003366;
	text-decoration: none;
	}
.smallText:hover {
	font:10px Arial;
	color:#6699cc;
	text-decoration: underline;
	}
.piedPage {
	font:10px Arial;
	color:#003366;
	text-decoration: none;
	}
.smallText2 {
	font:10px Arial;
	color:#003366;
	text-decoration: none;
	}
table.tableauAvecImageDeFond
{ 
background-image: url(images/corps_01.jpg); 
background-repeat: no-repeat;
background-color: #ffffff;
}
