ul{
/*
	margin-top:0px;
	margin-bottom:0px;
*/
}

img.math {
	vertical-align: middle;
}

ol.number {
	list-style-type: decimal;
}

ol.alpha {
	list-style-type: lower-alpha;
}

ol.roman {
	list-style-type: lower-roman;
}

a img{
	border:2px solid white;
}

a img:hover {
	border:2px solid red;
}


@page {
	size:portrait;
	margin: 2cm;
}

a:hover {
	color:red;
}

body {
	background: #fff;
/*
	color: #0b1560;
*/
	font-size: 12px;
	text-align: justify;

}



h1 {
	font-weight: normal;	
	font-size: 160%;
	clear:both;
	padding-top:10px;
}

h2 {
	font-weight: bold;	
	font-size: 140%;
	padding-top:5px;
}

h3 {
	font-weight: normal;
	font-size: 100%;
}

.exercice{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 24px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.exercice h3{
	font-weight: bold;
	padding-top: 0px;
	margin-top: 0px;
	border-bottom: none;
	font-size: 100%;
}

.feuille_d_exercices .exercice{
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: none;
}

.feuille_d_exercices .exercice h3 {
	font-weight: normal;	
	font-size: 160%;
	clear:both;
	padding-top:10px;
}

.feuille_d_exercices .exercice h3.solution {
	font-weight: normal;	
	font-size: 140%;
	clear:both;
	padding-top:10px;
	border-bottom: none;
}

em.new_word {
	font-style: italic;
}

.figure{
	text-align:center;
	margin-top:14px;
	margin-bottom:14px;
}

.figure .titre {
	margin-top:7px;
	margin-bottom:0px;
	font-size: 100%;
}

li .image {
}

center .image {
	position: center;
}

.figure .image {
	margin-top:0px;
	margin-bottom:0px;
}


.video {
	text-align:center;
	margin-top:14px;
	margin-bottom:14px;
}

.video .titre {
	margin-top:7px;
	font-size: 100%;
}


li.photo {
	float: left;
	list-style-type: none;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
}

ul.galerie {
	margin-top:14px;
	margin-bottom:14px;
}


table.galerie caption {
	caption-side:bottom;
	margin-top:7px;
}

pre.code {
	border: 1px solid #CCCCCC;
	background-color: #f5f5f5;
	padding: 4px 6px;
	margin: 4px 8px 4px 2px;
	word-wrap: break-word;
	font-size:  90%;
}

