#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;
}

#isoDecorPageGauche {
	padding-left: 1px;
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

#isoDecorPageDroite {
	padding-right: 1px;
	background-repeat: repeat-y;
	background-position: right;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#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 préference en PNG24) */
	position: absolute;
	z-index: 300;
	
}
	
 #isoDecorHeader h2 { /* on peut utiliser une image pour la baseline */
	width:100%;
	margin: 0px;
	z-index: 0;
	background-repeat: repeat-x;
	height: 66px;
	top : 0px;
}
	
#isoDecorHeader h2 span { /* on peut desactiver le texte html de la baseline avec le style si dessous en ajoutant "display:none" */
	position: absolute;
	top :80px;
	width:550px;
	/*Modif pour augmenter la taille du texte de la bannière : */
	/* Supprimer problème avec SOLARIS */
	/*width : 984px;
	text-align : left;*/
} 

#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 5px;
	background-repeat: no-repeat;
	background-position: right bottom;
	
}

#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: inside;
	margin-bottom: 15px;
	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: inside;
	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: inside;
	margin-bottom: 15px;	
}
#isoDecorFooter { /* bas de page */
	height: 100%;
	background-repeat: repeat-x;
	width:100%;
	vertical-align: middle;
}

#isoDecorFooterTexte { /* bas de page */

}

#isoDecorFooterTexte ul{ /* bas de page */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	vertical-align: middle;
	text-align: center;
	float:none;
	padding-top: 4px;
	padding-bottom: 4px;
}

#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;
	position: absolute;

}

#isoDecorRaccourcisMenu ul {
	margin : 0;
	padding: 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.html);
}

#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;
}
#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;
}
.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;
}


#isoDecorBas {
 width: 984px;
}


#isoRaccourcis li
{
    padding-left:0px;
    font-weight:normal;
}

.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;
}
#isoDecorFooterContenu p
{
	margin:0px;
	padding:0px;
}    


#isoDecorHeaderContenu p { 
	margin:0px;
	padding:0px;
}
           	     
#isoDecorFooterContenu 
{
	width:100%;
}              

#isoDecorContenu blockquote
{
	margin-bottom:0px;
}
#isoDecorFooterTitre
{
	padding-top:10px;
}

#isoDecorContenuBloc hr
{
	height:2px;
	border-style:none;
}
#isoDecorContenuBloc .isoDecorTitreEncart
{
	margin-left:60px;
	margin-right:60px;	
}
#isoDecorHeader .isoDecorBandeauGalleryClass
{
	width : 984px;
}