h1 {
	font-size: xx-large;
	font-style: normal;
	color: #CC3333;
}
h2 {
	font-size: x-large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #0099CC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099CC;
	border-bottom-color: #0099CC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
h3 {
	font-size: medium;
	color: #0099CC;
}
h4 {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
h6 {
	font-size: small;
	font-style: italic;
	color: #999999;
	text-align: center;
}

.frac1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	color: #339999;
}

img.l {
	float: left;
}

img.r {
	float: right;
	margin: 5px;
	vertical-align: bottom;
}

.legende {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.red {
	color: #FF0000;
}
.formule {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

#cache{
	display: none;
}

#chapeau h2{
	color: #0099CC;
	font-family: 'Ubuntu', serif;
	font-size: 14pt;
	text-align: center;
}

#chapeau p{
	font-family: 'Ubuntu', serif;
	border: 1px solid #000;
	padding: 5px;
	width: 60%;
}

#colonne{
	overflow: auto;
	width: auto;
	padding:5px;
	height:570px;
}

#colonne p.top{
	color: #fff;
	font-family: 'Ubuntu', serif;
	font-size: 14pt;
	margin: 5px;
	border-bottom: 1px solid #fff;
}

#colonne li{
	font-family: 'Ubuntu', serif;
	color: #fff;
	padding-bottom: 5px;
	font-size: 10pt;
}

#colonne span{
	font-size: 11pt;
	font-weight: bold;
}

#colonne p{
	font-family: 'Ubuntu', serif;
	color: #fff;
}

#colonne a{
	color: #fff;
	text-decoration: none;
}

#colonne a:hover{
	color: #fff;
	text-decoration: underline;
}

#content {
	border-top: 1px solid #666666;
	overflow: auto;
	width: auto;
	padding: 15px;
	height: 570px;
}

#content p {
	font-family: 'Noticia Text', serif;
	font-size: 14px;
}

#content li {
	font-family: 'Noticia Text', serif;
	font-size: 14px;
}

#content h1 {
	font-size: 26px;
	font-family: 'Ubuntu', serif;
	color: #CC3333;
	border-bottom: 1px solid #CC3333;
}

#content h2 {
	font-size: 22px;
	font-family: 'Ubuntu', serif;
	font-weight: bold;
	color: #0099CC;
}

#content th {
	border-bottom: 1px solid #000;
}

#content u {
	font-variant: small-caps;
	text-decoration: none;
}

#content ul,ol {
	list-style-position: inside;
}

#figuresmall {
  float: left;
  width: 150px;
  border: 1px solid #545454;
  margin: 0.5em;
  padding: 0.5em;
}

#figure {
  float: left;
  width: 200px;
  border: 1px solid #545454;
  margin: 0.5em;
  padding: 0.5em;
}

#figuremedium {
  float: left;
  width: 400px;
  border: 1px solid #545454;
  margin: 0.5em;
  padding: 0.5em;
}

#figurelarge {
  float: left;
  width: 600px;
  border: 1px solid #545454;
  margin: 0.5em;
  padding: 0.5em;
}

#figuresmall img {
    width: 150px;
}

#figure img {
	width: 200px;
}

#figuremedium img {
	width: 400px;
}

#figurelarge img {
	width: 600px;
}

#figuresmall,#figure,#figuremedium,#figurelarge p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

#figurelarge p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

#footer p {
	font-size: 11px;
	font-family: 'Ubuntu', serif;
	text-align: center;
}

#headers a {
	color: #0099CC;
	text-decoration: none;
}

#headers a:hover {
	text-decoration: underline;
}

#print {
	border-top: 1px solid #666666;
	width: 19cm;
}

#print p {
	font-family: 'Noticia Text', serif;
	font-size: 12px;
}

#print li {
	font-family: 'Noticia Text', serif;
	font-size: 12px;
}

#print h1 {
	font-size: 16px;
	font-family: 'Ubuntu', serif;
	color: #CC3333;
	border-bottom: 1px solid #CC3333;
}

#print h2 {
	font-size: 14px;
	font-family: 'Ubuntu', serif;
	font-weight: bold;
	color: #0099CC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0099CC;
	border-bottom-color: #0099CC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

#print h3 {
	font-size: 12px;
	font-family: 'Ubuntu', serif;
	font-weight: bold;
	color: #0099CC;
}

#print figuresmall img {
	width: 150px;
}

#print figure img {
	width: 250px;
}

#print figuremedium img {
	width: 400px;
}
#print figurelarge img {
	width: 600px;
}
