/*
      =============================
           Design : FLEURSBLANCHES
      =============================      
*/


      

/* ###########################
   #         BODY
   ###########################    */

/*    Propriétés communes à toutes les pages  */
#bodySquelette, #bodyIntro, #bodyPage, #body #cadreContent #editable,#zoneDragAndDrop #pageToEdit{
  font-family: Arial, Helvetica, sans-serif;	
	font-size:14px;
	text-align:left;
}
  
/*    Body squelette    */   
#bodySquelette, #bodyIntro {
  font-family: Arial, Helvetica, sans-serif;	
	background-color:#ebf8ac;
	text-align:center;
	margin-top:3px;
}

/*    Body d'une page     */
#bodyPage {
}

/*    Zone quadrillée en mode édition du squelette  */    
#body #pagesquelette #cadreContent #editable {
	border:30px solid #ebf8ac;
	text-align:left;
	width:727px;
	background:#FFF;
  height:980px; 
}
/*    Zone quadrillée en mode édition de intro  */    
#body #pageintro #cadreContent #editable {
	border:30px solid #ebf8ac;
	text-align:center; 
	width:727px;
  background:#FFF;
  height:550px; 
}

/*    Zone quadrillée en mode édition d'une page   */
#zoneDragAndDrop #pageToEdit{
	width:726px;
}


/* ###########################
   #      EDIT SQUELETTE
   ###########################    */
   
/* Image en haut à gauche */
#body #cadreContent #editable #imgTopRight {
    display:block;
    height:204px;
    width:100%;
    padding:0px;
    text-align:right;
    overflow:hidden;
 }   
/* Image en haut à gauche */
#body #cadreContent #editable #imgTopLeft {
    display:block;
    height:140px;
    width:198px;
    margin-top:-162px;
    margin-bottom:148px;    
    margin-left:38px;
    padding:0px;
    overflow:hidden;
}
/* Cadre de texte en haut à droite  */
#body #cadreContent #editable #cadreTop {
    display:block;
    height:150px;
    width:329px;
    font-size:20px;
    letter-spacing:2px;
    margin-top:-269px;
    margin-left:315px;
    padding:0px;
    overflow:hidden;
}
/*   Bloc contenant la liste des pages    */
#body #cadreContent #editable #pagesEtMenus {    
    width:100%;
    height:50px;
    text-align:center;
    border-top:5px solid #8ea279;
    border-bottom:1px solid #8ea279;
    background:url('./imagesGraphisme/gr_fleursblanches_squelette_menu.gif') no-repeat left top;
}
/*    Iframe contenant la page à afficher */
#body #cadreContent #editable #iframe{
    width:727px;
    text-align:center;
    background:#FFF;
    height:550px;
}
#body #cadreContent #editable #iframe iframe{
    border:none;
    width:100%;
    height:100%;
}
/* Image à gauche */
#body #cadreContent #editable #imgBottom {
    display:block;
    float:left;
    height:168px;
    width:100%;
    padding:0px;
    overflow:hidden;
}
/*  Cadre de mise en page pour mettre le footer tout en bas */
#body #cadreContent #editable #alignement{
    clear:both;
}
/*    Lien pub en bas de page   */
#body #cadreContent #editable #footer{
    color:#FFF;
    text-align:center;
    font-size:14px;
    letter-spacing:1px;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    clear:both;
}
#body #cadreContent #editable #footer a{
    color:#FFF;
    text-decoration:none;
}
#body #cadreContent #editable #footer a:hover{
    text-decoration:underline;
}

/*  Ne pas affiche le footer en mode édition de squelette */
#body #cadreContent #editable #footer {
    display:none;
}


/* ###########################
   #       SQUELETTE
   ###########################    */
 
/*  CadreContent  */
#bodySquelette #cadreContent{
    background:#FFF;
    margin:auto;
    margin-top:10px;
    border:5px solid #63784d;
    text-align:left;
    width:727px;
}
/* Image en haut à gauche */
#bodySquelette #cadreContent #imgTopRight {
    display:block;
    height:204px;
    width:100%;
    padding:0px;
    text-align:right;
    overflow:hidden;
 }   
/* Image en haut à gauche */
#bodySquelette #cadreContent #imgTopLeft {
    display:block;
    height:140px;
    width:198px;
    margin-top:-169px;
    margin-bottom:148px;    
    margin-left:38px;
    padding:0px;
    overflow:hidden;
}
/* Cadre de texte en haut à droite  */
#bodySquelette #cadreContent #cadreTop {
    display:block;
    height:150px;
    width:329px;
    font-size:20px;
    letter-spacing:2px;
    margin-top:-262px;
    margin-left:315px;
    padding:0px;
    overflow:hidden;
}
/*   Bloc contenant la liste des pages    */
#bodySquelette #cadreContent #pagesEtMenus {    
    width:100%;
    height:50px;
    text-align:center;
    border-top:5px solid #8ea279;
    border-bottom:1px solid #8ea279;
    background:url('./imagesGraphisme/gr_fleursblanches_squelette_menu.gif') no-repeat left top;
}
/*    Iframe contenant la page à afficher */
#bodySquelette #cadreContent #iframe{
    width:727px;
    text-align:center;
    background:#FFF;
}
#bodySquelette #cadreContent #iframe iframe{
    border:none;
    width:100%;
    height:100%;
}
/* Image à gauche */
#bodySquelette #cadreContent #imgBottom {
    display:block;
    float:left;
    height:168px;
    width:100%;
    padding:0px;
    overflow:hidden;
}
/*  Cadre de mise en page pour mettre le footer tout en bas */
#bodySquelette #cadreContent #alignement{
    clear:both;
}
/*    Lien pub en bas de page   */
#bodySquelette #footer{
    color:#000;
    text-align:center;
    font-size:14px;
    letter-spacing:1px;
    background-color:#ebf8ac;
    padding-top:10px;
    padding-bottom:10px;
    width:100%;
    clear:both;
}
#bodySquelette #footer a{
    color:#000;
    text-decoration:none;
}
#bodySquelette #footer a:hover{
    text-decoration:underline;
}

/*  Ne pas affiche le footer en mode édition de squelette */
#body #footer {
    display:none;
}
   
/* ###########################
   #      EDIT INTRO
   ###########################    */
    
/*  CadreContent  */
#body #pageintro #cadreContent #editable {
    background:#ebf8ac;
    min-height:600px;
    _height:600px;
    margin:auto;
    text-align:left;
    width:727px;
}
/* Image en haut */
#body #pageintro #cadreContent #editable #imgIntro {
    display:block;
    height:553px;
    width:100%;
    margin-top:25px;
    margin-bottom:25px;
    border:5px solid #63784d;
    padding:0px;
    overflow:hidden;
    cursor:pointer;
}
/* Cadre de texte en haut à droite  */
#body #pageintro #cadreContent #editable #cadreTop{
    display:block;
    height:100px;
    width:300px;
    text-align:center;
    font-size:20px;
    letter-spacing:1px;
    margin-top:-510px;
    margin-left:221px;
    padding:0px;
    overflow:hidden;
    line-height:33px;
    cursor:pointer;
}
/* Image en haut */
#body #pageintro #cadreContent #editable #imgCouple {
    display:block;
    height:190px;
    width:285px;
    margin-top:35px;
    margin-left:221px;
    padding:0px;
    overflow:hidden;
    cursor:pointer;
}
   
/* ###########################
   #       INTRO
   ###########################    */
    
/*  CadreContent  */
#bodyIntro #cadreContent{
    background:#ebf8ac;
    min-height:585px;
    _height:600px;
    margin:auto;
    text-align:left;
    width:727px;
}
/* Image en haut */
#bodyIntro #cadreContent #imgIntro {
    display:block;
    height:553px;
    width:100%;
    margin-top:25px;
    margin-bottom:25px;
    border:5px solid #63784d;
    overflow:hidden;
    cursor:pointer;
}
/* Cadre de texte en haut à droite  */
#bodyIntro #cadreContent #cadreTop{
    display:block;
    height:100px;
    width:300px;
    text-align:center;
    font-size:20px;
    letter-spacing:1px;
    margin-top:-510px;
    margin-left:221px;
    padding:0px;
    overflow:hidden;
    line-height:33px;
    cursor:pointer;
}
/* Image en haut */
#bodyIntro #cadreContent #imgCouple {
    display:block;
    height:190px;
    width:285px;
    margin-top:35px;
    margin-left:221px;
    padding:0px;
    overflow:hidden;
    cursor:pointer;
}


/* ###########################
   #          MENU
   ###########################    */
   
   
#cadreContent #pagesEtMenus .page, #cadreContent #pagesEtMenus .menu .menuTxt{
  	float:left;
    color:#3a1430;
    font-size:13px;
    font-weight:bold;
  	text-decoration:none;
  	text-align:center;
  	margin:auto;
  	margin-top:7px;
  	padding-top:6px;
    padding-left:20px;
  	height:30px;
}
/* Lien vers Accueil  */
#cadreContent #pagesEtMenus .page
{    
  	display:block;
  	margin-left:10px;
}
/* Titre de la rubrique  */
#cadreContent #pagesEtMenus .menu
{    
}
#cadreContent #pagesEtMenus .menu .menuTxt
{    
  	cursor:default;
}
/* Liste des pages de la rubrique */
#cadreContent #pagesEtMenus .menu .pages{
    display:none;
    border-left:1px solid #8ea279;
    border-right:1px solid #8ea279;
    border-bottom:1px solid #8ea279;
    position:absolute;
	  margin-top:11px;
	  padding:0; 
    background:#FFF;
}
/* Lien vers une page */
#cadreContent #pagesEtMenus .menu .pages .page
{   
  	display:block;
  	clear:both;
  	color:#3a1430; 
  	text-align:left;
  	height:20px;
  	width:200px; 
	  margin-top:1px;
	  margin-left:0px;
	  text-decoration:none; 
    font-weight:normal;
    padding-top:1px;    
    padding-bottom:1px;    
    padding-left:10px;
    overflow:hidden;
}
#cadreContent #pagesEtMenus .menu .pages a.page:hover
{   
    background:#a9db74;
}



/* ###########################
   #          PAGE
   ###########################    */

/* Zone de texte  */
.calqueTEXTE{
     overflow:auto;
     padding:0;
     margin:0;
}
.calqueTEXTE p, .calqueTEXTE span{
     padding:0;
     margin:0;
}
/* Photo  */
.calquePHOTO{
     overflow:hidden;
}
/* Bouton envoyer */
.calqueSUBMIT img{
     display:none;
}
.calqueSUBMIT input{
     width:100%;
     height:100%;
}
/* Champ de saisie  */
.calqueINPUT input{
     width:100%;
     height:100%;
}
/* Champ de saisie multilignes  */
.calqueTEXTAREA textarea{
     width:100%;
     height:100%;
}
/* Tableau de résultat de forumulaires  */
.calqueTABLEINPUT { 
     overflow:auto;
}

/* Diaporama */
.calqueDIAPORAMA{
     text-align:center;
     background:#000;
     overflow:auto;
}
.calqueDIAPORAMA a{
	  
}
.calqueDIAPORAMA img{
	  border-top:10px solid #000;
	  border-bottom:10px solid #000;
	  border-left:20px solid #000;
	  border-right:20px solid #000;
	  margin:0px;
}

/*-------- Maj 17-10-2008 - Position relative de l'iframe ------------- */
#iframe{
  position:relative;
  overflow:auto;
}
/* -------------------------------------------------------------- */

/*-------- Maj 17-10-2008 - Menu tjs superieur ------------- */
#cadreContent #pagesEtMenus .menu .pages{
    z-index:2000;
}
/* -------------------------------------------------------------- */

/*-------- Maj 17-10-2008 - Correction alignement ------------- */
#iframe{
    text-align:left;
}
/* -------------------------------------------------------------- */

/*-------- Maj 17-10-2008 - Correction alignement ------------- */
#bodySquelette #cadreContent #iframe{
    text-align:left;
}
/* -------------------------------------------------------------- */
