#isoDecorBody { /* utiliser seulement pour la partie visualiser, reprendre les mme parmettre que "#body" */
 margin:0px;
}
 
#isoDecorTotal { /* utiliser seulement pour la partie visualiser, reprendre les mme parmettre que "#body" */
 margin:0px;
 height: 100%;
}
 
#isoDecorPageGauche {
 padding: 0px;
 background-repeat: repeat-y;
 background-position: left; 
}
 
#isoDecorPageDroite {
 padding: 1px;
 padding-bottom:0px;
 padding-top:0px;
 background-repeat: repeat-y;
 background-position: right;
}
 
#isoDecorBas {
 height: 10px;
 margin: auto;
 width: 984px;
 font-size: 1px;
}
#isoDecorBasGauche {
 height: 8px;
 width: 8px;
 float: left;
 font-size: 1px;
}
#isoDecorBasDroite {
 height: 8px;
 width: 9px;
 float: right;
 font-size: 1px;
 background-position: right;
 padding-top: 1px;
}
 

#isoDecorContenuFond {
 background-repeat: repeat;
}
 
 
 
#isoDecorContenu { /* Div qui contient tout les autres */
 width:984px;
 padding: 0px;
 margin: auto;
}
 
#isoDecorBanHaut { /* Div du header relatif au conteneur "isoDecorContenu" */
}
 
#isoDecorHeader { /* Div qui contien les 2 element "Nom de l'entreprise" et "Baseligne" */
 text-align: left;
}
 
#isoDecorHeader h1 { /* on peut utiliser une image pour le nom de l'entrepise (logo, de prference en PNG24) */
 position: absolute;
 z-index: 300;
 
}
 
 #isoDecorHeader h2 { /* on peut utiliser une image pour la baseline */
 margin: 0px;
 z-index: 0;
 background-repeat: repeat-x;
 height: 5px;
 font-size: 1px;
 position: relative;
}
 
#isoDecorHeader h2 span { /* on peut desactiver le texte html de la baseline avec le style si dessous en ajoutant "display:none" */
    position: absolute;
    top : -20px;
	/*Modif pour augmenter la taille du texte de la bannière*/
	width:550px;
	/*width : 984px;
	text-align : center;*/
} 
 
#isoDecorContenuTexte { /* conteneur de tout le contenu texte (composant, richtext ...) */
 background-repeat: no-repeat;
 text-align: left;
}
 
#isoDecorContenuBloc { /* les different bloc */
 margin: 0px;
 padding: 15px 60px;
 padding-bottom:5px;
 background-repeat: no-repeat;
 background-position: right bottom;
 /* espace entre le menu et le contenu */
 padding-top:15px;
}


#isoDecorContenuBloc ul {
 margin-top : 0px;
 margin-bottom : 0px;
}

#isoDecorContenuBloc p { 
	margin:0px;
	padding:0px;
}

#isoDecorContenuBloc h1,#isoDecorHeaderContenu h1,#isoDecorFooterContenu h1 { /* Design du titre de page */
 list-style-position: outside;
 margin:0px;
 background-repeat: repeat-x;
 background-position: left bottom;
 text-align:right;
}
 
#isoDecorContenuBloc h2,#isoDecorHeaderContenu h2,#isoDecorFooterContenu h2 { /* Design du titre de paragraphe */
 list-style-position: outside;
 background-repeat: repeat-x;
 background-position: left bottom;
 margin-bottom: 15px;
}
 
#isoDecorContenuBloc h3  ,#isoDecorHeaderContenu h3,#isoDecorFooterContenu h3 { /* Design du soustitre de paragraphe */
 list-style-position: outside;
 margin-bottom: 15px;
}
 

#isoDecorFooter { /* bas de page */
 height:auto;
 width:100%;
 vertical-align: middle;
}
 
#isoDecorFooterTexte { /* bas de page */
 /*padding-top: 4px;*/
 
}
 
#isoDecorFooterTexte ul{ /* bas de page */
	
 padding-top: 4px;
 padding-bottom: 4px;
 margin: 0px;
/* padding: 0px;*/
 list-style-type: none;
 vertical-align: middle;
 text-align: center;
 float:none;
}
 
#isoDecorFooterTexte li{ /* bas de page */
 display: inline;
 float:none;
}
 
#isoDecorFooterTexte li a{ /* bas de page */
 float:none;
 margin: 0px;
 white-space: nowrap;
 display: inline;
 border-left-width: 1px;
 border-left-style: solid;
 border-left-color: #FFFFFF;
 padding-right: 10px;
 padding-left: 10px;
}
#isoDecorBody {
 margin: 0px;
}
 
#isoDecorRaccourcis {
 text-align: right;
 visibility: hidden;
}
 
#isoDecorRaccourcisMenu {
 top: 0px;
 margin: 0px;
 padding: 0px;
 float: right;
 left: 0px;
 height: 5px;
 position: absolute;
 
}
 
#isoDecorRaccourcisMenu ul {
 margin : 0;
 padding: 5 0 0;
 list-style-type: none;
 float: right;
}
 
#isoDecorRaccourcisMenu li {
 margin-left: 20px;
 display: block;
 padding-left: 2px;
 margin-right: 5px;
 float: left;
 list-style-image: url(../iso_icons/puce_sousmenu.gif);
}
 
#isoDecorRaccourcisMenu li a,
#isoDecorRaccourcisMenu li a:link,
#isoDecorRaccourcisMenu li a:visited,
#isoDecorRaccourcisMenu li a:active {
 background-position:0 0;
 list-style-type: disc;
 display: list-item;
}
 
#isoDecorRaccoucisMenu li a:hover {
}
 
.isoDebugMenu {
 width:100%;
 height:0px;/* Ajouter pour supprimer l'espace avant le contenu du footer */
 font-size: 1px;
 margin: 0px;
 padding: 0px;
 line-height: 1px;
 visibility: hidden;
 clear: both;
}

.isoDecorBoutonFond {
 height: 18px;
 background-repeat: repeat-x;
}
.isoDecorBoutonGauche {
 height: 18px;
 width: 18px;
 font-size: 1px;
 background-repeat: no-repeat;
}
 
.isoDecorBoutonDroite {
 height: 18px;
 font-size: 1px;
 background-repeat: no-repeat;
 background-position: right;
 width: 18px;
}


.isoDecorElementImprimer {
 height: 18px;
 background-repeat: no-repeat;
}


.isoDecorElementFlecheDroite {
 height: 18px;
 background-repeat: no-repeat;
}


.isoDecorElementFlecheHaut {
 height: 18px;
 background-repeat: no-repeat;
}


.isoDecorElementCadre1{
	 height: 18px;
 background-repeat: no-repeat;
}


.isoDecorElementCadre2 {
	 height: 18px;
 background-repeat: no-repeat;
}


#isoRaccourcis li
{
    padding-left:0px;
    font-weight:normal;
}

#isoDecorMenuConteneur
{
    padding-top:0px;
}

#isoDecorBarreAncetre
{
    padding-top:10px;
}

.isoComponentLigneVerti {
	background-image: url(../iso_icons/component_pointille.gif);
	background-repeat: repeat-y;
	background-position: center;
}


.isoDecorEncartLigneVerti {
	background-image: url(../iso_icons/component_pointille.gif);
	background-repeat: repeat-y;
	background-position: center;
	height:100%;
	margin-top:2px;
}


.isoDecorEncartleft {
	float: left;
	overflow: hidden;
}


.isoDecorEncartleft h2{
	padding-left:15px;
}

.isoDecorEncartleft h3{
	padding-left:15px;
}


.isoDecorEncartright {
	float: right;
	overflow: hidden;
}


.isoDecorEncartContenuleft {
	overflow: hidden;
}


.isoDecorEncartContenuright {
	overflow: hidden;
}

.isoDecorEncartLigneVerti hr 
{
    width:100%;
}

.isoDecorContenuBlocPadding
{
	padding: 30px 60px 0px 0px;
}




.paracenter{
   text-align : center;
}

.parajustify{
   text-align : justify;
}

.paraleft{
   text-align : left;
} 

.pararight{
   text-align : right;
}

.underline{
   text-decoration : underline;
}

#isoDecorContenuBloc .isoCadrePadding
{
	margin-bottom: 15px; 
	padding-left: 15px; 
	padding-right: 15px;
} 


#isoDecorHeaderContenu .isoCadrePadding
{
	padding-left: 15px; 
	padding-right: 15px;
}               	  
#isoDecorFooterContenu .isoCadrePadding
{
	padding-left: 15px; 
	padding-right: 15px;
}               	               	

#isoDecorContenuBloc .isoCadrePadding2
{
	margin-bottom: 15px; 
}          	

.titreCadrePadding
{
	padding-top: 5px; 
	padding-bottom: 5px;
}
.titreCadrePadding2
{
	padding:5px;
}

#isoDecorContenuBloc .titreCadreBorderBottom
{
	border-bottom-style:none;
}
#isoDecorFooterContenu .titreCadreBorderBottom
{
	border-bottom-style:none;
}
#isoDecorHeaderContenu .titreCadreBorderBottom
{
	border-bottom-style:none;
}
.texteCadrePadding
{
	padding:15px;
}

#isoDecorContenuBloc .cadreDotted7
{
	border-style:none;
	border-bottom-style:dotted;
	border-top-style:dotted;
}
#isoDecorHeaderContenu .cadreDotted7
{
	border-style:none;
	border-bottom-style:dotted;
	border-top-style:dotted;
}
#isoDecorFooterContenu .cadreDotted7
{
	border-style:none;
	border-bottom-style:dotted;
	border-top-style:dotted;
}

#isoDecorContenuBloc .cadreSolid7
{
	border-style:none;
	border-bottom-style:solid;
	border-top-style:solid;
}
#isoDecorHeaderContenu .cadreSolid7
{
	border-style:none;
	border-bottom-style:solid;
	border-top-style:solid;
}
#isoDecorFooterContenu .cadreSolid7
{
	border-style:none;
	border-bottom-style:solid;
	border-top-style:solid;
}
.cadreDotted
{
	border-style:dotted;
}

#isoDecorContenu blockquote
{
	margin-bottom:0px;
}

#isoDecorFooterContenu p
{
	margin:0px;
	padding:0px;
}    


#isoDecorHeaderContenu p { 
	margin:0px;
	padding:0px;
}
           	     
#isoDecorFooterContenu 
{
	width:100%;
}              

#isoDecorContenuBloc  a.isoDecorBoutonTxt:link,a.isoDecorBoutonTxt:active,a.isoDecorBoutonTxt:visited,a.isoDecorBoutonTxt:hover {
 font-weight: bold;
 text-decoration: none;
 text-align: center;
 white-space: nowrap;
 font-size:10px;
}

#isoDecorContenuBloc hr
{
	height:2px;
	border-style:none;
}
