/* Style sheet for Framboise.  MCM */

/* general stuff - jaune */

body {  background-color:#E09B2B; 
	color:black; 
	font-family:"Palatino",sans-serif; 
	margin: 0;
	padding: 0;
	} 


/* liens  */

a:link {
	color:rgb(0, 0, 169)
}
a:active {
	color:#ff0000;
}
a:visited {
/*	color:#347e49; */
	color:#004400;
}
a:hover {
	color:#af326c;
}

/* generally speaking, images float left */

img {
	float: left;
	border:0;
        margin-right: 1em;
        margin-bottom: 1em;
	}

	
/* content blocks */
	
.menus {  
	border: 0; 
	width:   25%;
	padding: 2em; 
	margin-right:  1em;
	margin-bottom:  1em;
	float:  left;
	background-color: #a050a0;
	color:white; 
	font-weight:  bold;
	}
	
 ul.fbliste {
 	list-style-type: none;
	list-style-position: inside;
	padding: 0;
   }
 li.fbliste {
 	margin-bottom:  1em;
 	padding: 0;
   }
 ul.atelier {
 	list-style-type: none;
	list-style-position: inside;
	padding: 0;
   }
 li.atelier {
	color: #E09B2B; 	
	font-size:  larger;
	margin-bottom:  1em;
 	padding: 0;
   }

.maintext {  
	border: 0; 
	padding: 1em; 
	background-color: #E09B2B;
	margin-left: 35%;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;	
	color:black; 
	}
	
.wrapper {  
	border: 0; 
	background-color: #E09B2B;
	margin:0;
	width: 100%;
	}
	
.titre {  
	border: 0; 
	padding: 0.5em; 
	margin: 0em;
	color: #a050a0;
	background-color:#E09B2B; 
	text-decoration: none;
	}
	
/* titles purple */
h1.titre    { 
	text-align: left;
	font-size: xx-large; 
	font-weight: bolder; 
	text-decoration: none;
	padding:0.5em;
	line-height:0.5em;	
	}
h3.titre    { 
	text-align: left;
	font-weight: bold; 
	text-decoration: none;
	padding:0.5em;
	}
	

.bottom {  
	border: 0; 
	padding: 1em; 
	color:black; 
	float: right;
	}
	
.borde {  
	border: 5px;
	border-style: solid;
	border-color: #ffff00; 
	background-color: #E09B2B;
	margin:  1em;
	padding-left: 2em; 
	padding-right: 2em; 
	padding-top: 1em; 
	padding-bottom: 1em; 
	color:black; 
	}
	
/* special cases */
/* p {text-indent: 1cm} */
.centered {text-align: center}
.cleared {clear: both;}

    
/* titles yellow */
h1    {
	color: #a050a0;
	text-align: center;
	font-size: xx-large; 
	font-weight: bolder; 
	text-decoration: none;
	}
	
/* lesser titles clear images */
h3.fbmenus  { color: #e09b2b;
	text-align: center;
	font-weight: bold; 
	clear: both;}
	
h3.titre    { 
	text-align: left;
	font-size: large; 
	font-weight: bolder; 
	text-decoration: none;
    	line-height: 0.25ex;
    	}

/* general tables */
table {
	border: 0;
	}
/* or we can go for the whole width */
table.wide {
	width: 100%;
	}