/* Generated by CaScadeS, a stylesheet editor for Mozilla Composer */
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. */ 
} 
  body {
    background-color: rgb(255, 255, 255);
    background-repeat:no-repeat;
	background-image: url(images/fond.jpg);
	background-attachment:fixed;
	background-position:center top;
	font-family: Arial;
	font-size:11pt;
	color:rgb(0,0,0);
    }
/*------------ description des cadres ----------------*/
#global {   /* le cadre global pour tout centrer */
	position: relative;
	width:920px;
	min-height: 100%;
	background-color: rgb(255,255,255);
	margin: 0 auto; 
	z-index:2;
 }
 #cadregauche {    /* le cadre à gauche */
	margin:1em 0 0 0;
	padding: 20px 0 0 20px;
    float:left;		
	background-color: rgb(255,255,255);
    width:250px;	
	text-align:justify;
	z-index:1;
	clear: both;
	}
#cadredroit {    /* le cadre a droite ordre : top - right - bottom - left */
	margin: 1em 0 0 0;
	padding: 20px 20px 0 0;
	float:right;
	background-color: rgb(255,255,255);
	width:605px;
	text-align:justify;
	z-index:1;
	clear: none;
}
#cadreleft {    /* le cadre à gauche */
	margin:0;
	padding: 20px 0 0 20px;
    float:left;		
	background-color: rgb(255,255,255);
    width:605px;	
	text-align:justify;
	z-index:1;
	clear: both;
	}
#cadreright {    /* le cadre a droite ordre : top - right - bottom - left */
	padding: 0px 20px 0 0;
	float:right;
	background-color: rgb(255,255,255);
	width:250px;
	text-align:justify;
	z-index:1;
	clear: none;
}
#cadrelarge {  /* le cadre sur toute la largeur en haut*/
	width:880px;
	background-color: transparent;
	clear: both;
	border:0px;
	padding: 0 20px 0px 20px;
	z-index:-1;
	}
	
#cadremedian {  /* le cadre pour l'agenda.php*/
	text-align:left;
	background-color: transparent;
	width:100px;
	font-size: 10pt; 
	padding: 20px;
	clear: both;
	z-index:3;
}

#cadrebas {  /* le cadre sur toute la largeur en bas*/
	width:880px;
	background-color: rgba(255,255,255);
	margin: 0 0 0 0;
	border:0px;
	padding: 20px;
	z-index:-1;
	text-align:justify;
	}
 h1 { font-size: 15pt;  /* titres */
    font-weight: normal;
	text-align:center;
	color:rgb(182,35,35);
    }	
.noirlarge { font-size: 18pt;  /* titre page accueil*/
	text-align:left;
    font-weight: bold;
    }	
.noirmoyen { font-size: 11pt;  /* titres pages*/
	text-align:justify;
    font-weight: normal;
    }	
.noirpetit{ font-size: 10pt;  /* titres pages*/
	text-align:center;
    font-weight: normal;
    }	
.rosemoyen { font-size: 14pt;  /* titres pages*/
	text-align:left;
    font-weight: bold;
	color: rgb(250, 31, 135);
    }	
a {	font-size: 11pt;
    color: rgb(250, 31, 135);
    text-decoration: none;
    font-weight: bold;
    }
a:hover {  color: rgb(250, 31, 135);
    text-decoration:underline;
	font-weight: bold;
    }
.table { width:940px;		/* bandeau des boutons gauche*/
margin :2em 0 0 0;
padding: 20px;
float: left;
text-align:left;
font-size: 11pt;
background-color: rgba(255,255,255,0.5);
}
.table1{ width:130px;		/*bandeau des boutons droite */
float: right;
margin :0 0 1em 2em;
border-spacing : 5px;
padding-bottom:10px;
background-color:transparent;
}
.table2{ width:100%;	/* bandeau des boutons haut*/
border-spacing : 0px;
text-align:center;
color:rgb(182,35,35);
}
.table3{ width:130px;		/*bandeau des boutons droite */
float: left;
margin :2em 0 1em 0;
border-spacing : 5px;
padding-bottom:10px;
background-color:transparent;
}

img.photolien {   /* ------ petites photo logo lien (page Avec qui) -----   */
	border: 2px outset silver; 
	width: 60px; 
	height: 60px; 
	float:right;
	margin:0 0 1em 0;
}
img.photolien:hover{   /* ------ petites photo logo lien (page Avec qui) -----   */
	border-style:inset;
}

