.titre{
	border: 2px solid;
	box-shadow: 6px 6px 6px #B0E0E6;
	text-align:center;
	font-family: trebuchet MS;
	font-size: 2em;
	color: #DC143C;
}

.flottant{
  float: left;
  margin-right: 20px;
}
.dessous{
  clear: both;
}

table{
  border-collapse: collapse;
}

th{
  background-color: #ededed;
}

td, th{
  border: 1px solid gray;
  font-family: arial;
  font-size: 0.8em;
  color: #808080;
}

h1{
	border-bottom: 2px solid;
	font-family: trebuchet MS;
	color: #CD2122;
}

h2{
	margin-left: 20px;
	border-bottom: 2px solid;
	font-family: trebuchet MS;
	color:#483D8B;
}

h3{
	margin-left: 20px;
	border-bottom: 2px solid;
	font-family: trebuchet MS;
	color:#494949;
}

p{
	font-family: trebuchet MS;
	font-size:0.8em;
	color: #808080;
}

a{
	color:#71A8D9;
	text-decoration:none;
}

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

figure{
    position: relative;
}

figcaption{
    position: absolute;
    text-align: center;
    font-family: Trebuchet MS;
    font-size:0.9em;
    color: #607080;
}

.normal{
	font-family: trebuchet MS;
	font-size:0.8em;
	color: #808080;
}

em{
    color: #cd2122;
}

code{
	font-family: courier new;
	color: #708090;
}

.code{
	font-family: courier new;
	color: #708090;
}

.ojo{
	background-color: #FFFF00;
	color:#FF0000;
}

.exemple:before{
	font-family: Comic Sans MS;
	font-size:10pt;
	color: #1E90FF;
	content: url("crayon.png") "Exemple : ";
}
.exemple:first-line{
	font-family: Comic Sans MS;
	font-size:10pt;
	color: #1E90FF;
}
.exemple{
	border:1px solid;
	font-family: courier new;
	color: #708090;
}

.conclusion:before{
	font-family: trebuchet MS;
    font-size:15pt;
    color:#cd2122;
	content: "Conclusion \A";
	white-space: pre;
}
.conclusion{
    width:700px;
    margin-top:10px;
	padding-left:5px;
	border:2px solid #4c4c4c;
	border-radius: 10px 10px 0px 10px;
	background-color: #f7efef;
	font-family: trebuchet MS;
	font-size:10pt;
	color: #808080;
}

.biblio{
	width:700px;
	padding-left:2px;
	border:1px solid #4c4c4c;
	border-radius: 10px 10px 0px 10px;
	background-color: #ededed;
	font-family: trebuchet MS;
	font-size:10pt;
	color: #808080;
}

.prog:first-line{
    font-family:trebuchet MS;
    font-size:15pt;
    color:#cd2122;
}
.prog{
    width:700px;
    margin-top:10px;
	padding-left:5px;
	border:2px solid #4c4c4c;
	border-radius: 10px 10px 0px 10px;
	background-color: #ededed;
	font-family: trebuchet MS;
	font-size:10pt;
	color: #808080;
}
