@charset "utf-8";

body,td,th {
	font-family: Garamond, "Times New Roman", Times;
	font-size: x-large;
	color: black;
	margin-left:20px;
}

h1{
	font-family: Garamond, "Times New Roman", Times;
	font-size:47px;
	line-height:100%;
	white-space:normal;
	padding-bottom: 40px;
}

h2{
	font-family: Garamond, "Times New Roman", Times;
	font-size:33px;
	line-height:100%;
	white-space:normal;
	margin: 0;
	padding-bottom: 20px;
	padding-left:0;
}

h3{
	font-size:0.9em;
	padding-top:3em;
}

img {
	border:none;
}

body {
	background-color: #98ABD3;
	margin-left: 10px;
	margin-top: 20px;
}
a:link {
	color: black;
	font-weight:bold;
	text-decoration: none;
}
a:visited {
	color: black;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #9999CC;
}
.style4 {
	color: #9999cc;
	font-weight: bold;
}
.style10 {
	font-size: 14px;
	color: #FFFFFF;
}
.style12 {font-size: 24px}
.style13 {color: #FFFFFF}
.style16 {font-size: 14px}
.style17 {
	font-size: 8px;
	color: #333399;
}
.Style18 {font-size: medium;}
.Style19 {font-size: 18px}

.body_container {
	max-width:900px;
	margin-left:100px;
}

p:first-letter {font-size:1.2em;}

ul li {
	font-size:0.7em;
}

#ShareThisMenu {
	position:relative;
	width:400px;
	right:0;
	display:block; /* important pour que IE ne casse pas le texte */
	/* visibility:hidden;
	 background-color:#C4CEE6; */
	/* *top:5.2em; */
}

.shareicon {
	padding-right:2px;
	vertical-align:middle;
	border:none;
	width:16px;
	height:16px;
}

/* add this button */
#at_hover{
	background-color:#D1DAEB;
	width:220px;
	display:none;
	float:none;
	overflow:hidden;
}


/* for wordcloud */

  .word {
  	padding: 0 10px;
  	/*letter-spacing: 3px; */
  	font-weight: normal;
	line-height:20px;
  }
  a.size9 {
  	font-size: 32px;
	text-shadow: #6D7B97 10px 10px 10px;
  }
  a.size8 {
  	font-size: 29px;
	color:#1F232B;
	text-shadow: #6D7B97 9px 9px 9px;
  }
  a.size7 {
  	font-size: 26px;
	color:#282D37;
	text-shadow: #6D7B97 8px 8px 8px;
  }
  a.size6 {
  	font-size: 24px;
	color:#303743;
	text-shadow: #6D7B97 7px 7px 7px;
  }
  a.size5 {
  	font-size: 22px;
	color:#39404F;
	text-shadow: #6D7B97 6px 6px 6px;
  }
  a.size4 {
  	font-size: 20px;
	text-shadow: #6D7B97 5px 5px 5px;
	color:#424A5B;
  }
  a.size3 {
  	font-size: 18px;
	color:#4A5467;
	text-shadow: #6D7B97 4px 4px 4px;
  }
  a.size2 {
  	font-size: 16px;
	color:#535E73;
	text-shadow: #6D7B97 3px 3px 3px;
  }
  a.size1 {
  	font-size: 14px;
	color:#5C687F;
	text-shadow: #6D7B97 2px 2px 2px;
  }
  a.size0 {
  	font-size: 13px;
	color:#616E87;
	text-shadow: #6D7B97 1px 1px 1px;
  }

  a:hover.size0, a:hover.size1, a:hover.size2, a:hover.size3, a:hover.size4, a:hover.size5, a:hover.size6, a:hover.size7, a:hover.size8  {color:white}








