/* Balises générales */
* {margin: 0; padding: 0;}
html,body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFFFFF;
}

h1 {
    font-size: 24px;
    font-style: italic;
    color: #201C73;
    text-decoration: underline overline;
    text-align: center;
		margin-bottom: 10px;
}

h2 {
    font-size: medium;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    text-align: center;
    vertical-align: middle;
}

h3 {
    font-style: italic;
    color: #0099FF;
    border: 1px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
    text-align: center;
}

ul	{
		margin-left: 0px ;
		padding-left: 40px ;
}

.encadre1 {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    border-style: solid;
    border-width: 3px;
    padding: 10px 10px 10px 10px;
}

.encadre2 {
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    border-style: solid;
    border-color: #FFC220;
    border-width: 3px;
    padding: 10px 10px 10px 10px;
}

#bulle {
    z-index: 99 ;
    background-color:#FFFFCC;
    color: black;
    text-align: justify;
    width: 300px;
    border: 1px solid ;
    padding: 5px ;
    margin-right: 20px;
    position: absolute;
    display: none;
    font-size:11px;
}

/* Balises de formulaires */

textarea, input, select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px
}

/* Balises de tableaux */
td.menu
{
    font-size: 10px;
    font-weight: bold;
    background-color: #FFFFFF;
    color: #FFFFFF;
    text-align: center;
}

/* Balises de liens */

a.info {
	position: relative;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px gray dotted;
}

a.info span {
	display: none;
}

a.info:hover {
	background: none; /* correction d'un bug IE */
	z-index: 500;
}

a.info:hover span {
	display: inline;
	position: absolute;
	top: 2em;
	left: 1em;
	background: #FFFFCC;
	text-align: center;
	color: white;
	padding: 2px;
}

a:hover
{
    color: #FFC220;
    text-decoration: underline;
/*    font-weight: bold;*/
}

a:link
{
    text-align: left;
    color: #211C73;
}

a:visited
{
    color: #211C73;
}

a.accentue
{
    font-weight: bold;
    font-size: medium;
    color: #FA0000;

}
/* Balises diverse de classe */

.corps
{
		position: relative;
		background-color: #BDC2D5;
    border-style: solid;
    border-width: 4px;
    vertical-align: top;
		min-height: 610px ;
		_height: 610px; // pour IE //
}

.zgauche
{
    z-index: 10;
		float:left;
    width: 180px;
		min-height: 600px ;
		_height: 610px; // pour IE //
    vertical-align: top;
    background-color: #BDC2D5;
    color: #FFC220;
    text-align: right ;
}
.ejsmenugauche
{
    z-index: 10;
    font-size: 16px;
    padding-right: 15px;
    font-weight: normal;
    cursor: default;
		color: #211C73;
    text-align: right;
    vertical-align: top;
}

.ejsmenugauche_survole
{
    z-index: 10;
    padding-right: 15px;
    cursor: pointer;
    font-weight: bold;
}

.ejsmenu_deroulant
{
    z-index: 99;
    text-align: left;
    color: #211C73;
    background-color: #FFFFFF;
    border: 1px;
    text-decoration: none;
}

.ejsmenu_deroulant_survole
{
    z-index: 10;
    text-align: left;
    cursor: pointer;
    color: #211C73;
    background-color: #FFFFFF;
    text-decoration: underline;
}

.zcentrale
{
    z-index: 9;
    border-style: solid;
    border-width: 2px;
    border-color: #FFA42D;
    top: 0px;
    vertical-align: top;
		margin-left: 182px;
		padding: 20px;
    background-color: #E6E6E6;
    color: #000000;
		min-height: 650px ;
		_height: 610px; // pour IE *//
}

.newwindow
{
    z-index: 10;
    vertical-align: top;
    border-style: solid;
    border-width: 3px;
    border-color: #FFA42D;
    position: relative;
    padding: 20px;
    margin: 30px;
    background-color: #E6E6E6;
    color: #000000;
    overflow: auto;
}

.Inscription1
{
    background-color: #201C73;
    color: #FFC220;
    font-weight: bold;
    padding: 4px;
}

a.Inscription2
{
    background-color: #FFC220;
    color: #211C73;
    font-weight: bold;
    padding: 4px;
}

a.lienintegre
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 10px;
}

.sectionHead
{
    line-height: 12px;
    font-weight: bold;
    color: #FFC220;
}

.tableDetail
{
    background-color: #DEDEDE;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

.enteteListe
{
    text-align: center;
    vertical-align: top;
    font-size: 12px;
    color: #423636;
}

.tableHeading
{
    color: #211C73;
    font-size: 12px;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.titre_site
{
    color: #211C73;
    font-size: 28px;
    background-color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.navi
{
    background-color: #99CCFF;
    text-align: center;
    vertical-align: middle;
}

.alert
{
    font-style: italic;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
    vertical-align: middle;
}

.mentions
{
    width: 100%;
    font-size: 10px;
		margin: 0px;
    color: #211C73;
    background-color: #FFC220;
    text-align: justify;
}

.adhesion
{
    color: #211C73;
    background-color: #FFC220;
    text-align: left;
    font-size: 14px;
    width: 70%;

}
.discret
{
    font-style: italic;
    font-size: 10px;
}

.popper
{
    z-index: 99;
    position: absolute;
		text-align: left;
		border-style: none;
    visibility: hidden;
    width: 300px;
}

#topgauche
{
    position: absolute;
    z-index: 99;
}

div.Bloc	{
border: 2px #FFC220 solid;
margin-top: 5px;
padding: 10px;
}

div.titreBloc	{
font-weight: bold;
text-align: left;
margin-bottom: 5px;
}

div.Bloc1	{
font-style: normal;
text-align: justify;
}

.fermer	{
margin-top: 20px;
text-align: center;
}