@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,700,600,300);

body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
	background: #eee;
	font-size: 1em;
	line-height: 1;
	padding: 20px;
	background-image: url(https://sites.google.com/site/carolinacsfirst/unit/home/websites/moodboardbg.jpg);
	background-repeat: repeat;
}

.wrapper {
	position: relative;
	width: 700px;
	height: 900px;
	border: 15px solid #130d02;
	margin: 0 auto;
	background-color: #ad6908;
	background-image: url(https://sites.google.com/site/carolinacsfirst/unit/home/websites/corkboard.jpg);
	background-repeat: repeat;
	box-shadow: 5px 5px 5px rgba(0,0,0,.4);
}

.sticker {
	position: relative;
	padding: 25px;
	display: inline-block;
	-webkit-box-shadow: 0 8px 14px -7px #666;
	-moz-box-shadow: 0 8px 14px -7px #666;
	box-shadow: 0 8px 14px -7px #666;
	-webkit-border-bottom-right-radius: 60px 10px;
	-moz-border-radius-bottomright: 60px 10px;
	border-bottom-right-radius: 60px 10px;
	margin: 3 3 20px 20px;
	max-width: 25em;
}

.sticker h3 {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.5;
	border-top-width: 2px;
	border-top-style: dotted;
	margin: 0 -25px;
	padding: 15px 25px 0 25px;
}
.sticker h3 a { text-decoration: none; }

.sticker p {
	margin: 0;
	padding: 0;
	line-height: 1.5;
}
.sticker p.mini { color: grey; font-size: 0.7em; text-align: right; }

.méthodologie {background: #fefabc;}
.méthodologie h3 {border-top-color: #dbd581;}
.administratif {background: #FDD7DB;}
.administratif h3 {border-top-color: #E6A1A8;}
.rédaction {background: #EAF763;}
.rédaction h3 {border-top-color: #72A201;}
.postit4 {background: #B9EAF6;}
.postit4 h3 {border-top-color: #6DB4C4;}