#corps {
   border: none;
   padding-top: 10px;
   padding-bottom: 30px;
   background-color: #FFFFF2; /* La même couleur que le menu du haut selectionné = joli */
   position: relative;
   min-height: 260px;
   height: 100%;
}
/* *************** LES LIENS *************** */
#lien a,
#lien a:link,
#lien a:visited {
   font-weight: bold;
   color: #000066;
   background-color: transparent;
   text-decoration: underline;
   border: 1px solid #FFFFFF;
   padding: 1px 3px 2px 3px;
}
#lien a:hover {
   color: #C10000;
   background-color: transparent;
   border: 1px solid #A6A6A6;
}

#lienVisible a,
#lienVisible a:link,
#lienVisible a:visited {
   font-weight: bold;
   font-size: 1.2em;
   color: #000066;
   background-color: #FFEB99;
   text-decoration: underline;
   border: 1px solid #FFFFFF;
   padding: 4px 10px 5px 10px;
}
#lienVisible a:hover {
   color: #C10000;
   background-color: #FFEB99;
   border: 1px solid #A6A6A6;
}

#petit a,
#petit a:link,
#petit a:visited {
   font-weight: bold;
   font-size: 0.8em;
   color: #000066;
   background-color: transparent;
   text-decoration: underline;
   border: 1px solid #FFFFFF;
   padding: 1px 3px 2px 3px;
}
#petit a:hover {
   color: #C10000;
   background-color: transparent;
   border: 1px solid #A6A6A6;
}

#gros {
   margin-top: 8px;
   margin-bottom: 15px;
   text-align: center;
   color: #000066;
   background-color: transparent;
   font: normal normal bold 1.2em/1.2em Tahoma, Verdana, Georgia, sans-serif;
}
#moyen {
   margin-top: 15px;
   margin-bottom: 10px;
   text-align: center;
   font-weight: bold;
   font-size: 1.1em;
   padding: 5px 15px 5px 15px;
   background-color: #E6E6E6;
}

#big {
   margin-top: 15px;
   margin-bottom: 10px;
   text-align: center;
   border: 1px solid #424242;
   font-weight: bold;
   font-size: 1.2em;
   padding: 3px 15px 5px 15px;
   background-color: #E6E6E6;
}
#big a,
#big a:link,
#big a:visited {
   color: #990000;
}
#big a:hover {
   color: #FF9933;
}

/* Le contenu de la page */
#contenu {
   width: 585px;
   padding-top: 15px;
   margin-right: 5px;
   margin-left: 165px;
	font-size: 1em;
   font-weight: normal;
   line-height: 1.4em;
   text-align: left;
   color : #003366;
   background-color : transparent;
}

#contenu-full {
   width: 700px;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 10px;
   margin-right: 10px;
   font-size: 1em;
   font-weight: normal;
   line-height: 1.4em;
   text-align: left;
   color : #003366;
   background-color : transparent;
}

#contenu li {
   list-style-type: circle;
   margin-left: 35px;
}

#phrase-strong {
   font-weight: bold;
}

#phrase-strong-centre {
   font-weight: bold;
   text-align: center;
}

#contenu-full span#phrase-titre {
   font-weight: bold;
   border: 1px solid #424242;
   background-color: #DADADA;
   font-size: 1.1em;
   line-height: 0.6em;
}

#contenu-full li {
   list-style-type: circle;
   margin-left: 35px;
}

#contenu-full ul#avantages {
   margin-left: 40px;
}
#contenu-full ul#avantages li {
   margin-bottom: 0.5em;
   list-style-type: decimal;
}
#contenu-full ul#avantages li#plus {
   list-style-type: decimal;
   color: #990000;
   font-size:0.9em;
   font-weight: bold;
}

#contenu-full ol#rubrique {
   margin-left: 10px;
   margin-top: 1.5em;
}
#contenu-full ol#rubrique li {
   margin-bottom: 1.2em;
   list-style-type: decimal;
}

/* ***************** TOUS SUR LES MESSAGES ********* */
/* Les messages et les erreurs */
#messages {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	vertical-align : middle;
}

#messages span {
	background-color: transparent;
	color: #FF0000;
}

#warning {
   color: #FF0000;
   background-color: transparent;
}

#erreurs {
	font-size: x-small;
	font-weight: bold;
	text-align: center;
}

div.erreur {
	background-color: transparent;
	color: #FF0000;
	font-size: 1em;
	list-style-type: circle;
}

/* ***************LES ETAPES DE CREATION OU RENOUVELLEMENT ************ */
/*  La lingne de lien qui permet de gérer les inscriptions */
#etapes {
   margin: 5px;
   text-align: center;
   font-weight: bold;
   font-size: 1em;
   padding-bottom: 10px;
}

#etapes li {
   display: inline;
   list-style: none;
   padding: 5px 10px 5px 10px;
}

#etapes li#active {
	background-color: #63639C;
	color: Yellow;
}

/* ***************** PIED DE PAGE *************************************** */
#piedpage {
   border-top: 1px solid #AAAAAA;
   background-color: #E6E6E6;
   color: #424242;
	font-size: 0.7em;
	text-align : right;
   position: relative;
   width: 100%;
}
#piedpage a,
#piedpage a:link,
#piedpage a:visited {
   font-weight: bold;
   color: #990000;
   background-color: transparent;
}
#piedpage a:hover {
   font-weight: bold;
   color: #FF9933;
   background-color: transparent;
}
