*
{
	font-family: TrebuchetMS;
}

body
{
	background-image: url("https://2122cdt.labolle.fr/texture.jpg");
}

header
{
	font-variant: small-caps;
	width: 950px;
	height: 150px;
	background-image: url("https://2122cdt.labolle.fr/2NDE08.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 12px;
	margin-bottom: 20px;
	text-align: center;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

.cdt_ a
{
	color: white;
}

.cdt_2NDE08
{
	background-color: gray;
	font-size: medium;
	text-align: justify;
}

.titre_2NDE08
{
	text-align: center;
	font-size: large;
	font-weight: bold;
	background-color: #97d166;
	color: white;
	border: 2px solid white;
	border-radius: 10px;
	margin-top:20px;
	margin-bottom: 20px;
	padding:20px;
	text-shadow: 2px 2px 2px black;
	box-shadow: 2px 2px 2px black;
}
	
p
{
    color: black;
    width: 95%;
    padding: 12px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
    text-align: justify;
}

nav a
{
	color: black;
}

nav li
{
	list-style-type: square;	
}

nav ul
{
	padding-left: 25px;
}

nav
{
	background-color: #97d166;
	color: black;
	padding-right: 12px;
	width: 211px;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	position: fixed;
	left: 2%;
	top: 7%;
}

section
{
	padding: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 600px;
	vertical-align: top;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	margin-left: auto;
	margin-right: auto;
}

section p
{
	margin-bottom: 20px;
}

.date
{
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
	text-shadow: 2px 2px 2px black;
}

.seance
{
	font-size: small;
	background-color: #97d166;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 10px;
	box-shadow: 2px 2px 2px black;
	border-radius: 10px;
	border: 2px solid white;
}

.titrepartie
{
	background-color: white;
	text-align: center;
	font-size: large;
	color: red;
	font-weight: bold;
	border: 2px solid red;
	padding: 2px;
	margin: 20px;
	text-transform: capitalize;
	border-radius: 10px;
}

.titrechapitre
{
	background-color: white;
	text-align: center;
	font-size: medium;
	color: red;
	border: 1px solid red;
	padding: 2px;
	margin: 20px;
	text-transform: capitalize;
	border-radius: 10px;
}

.para
{
	color: red;
	text-align: left;
	list-style-type: upper-roman;
}

.subpara
{
	color: green;
	font-weight: normal;
	text-align: left;
	list-style-type: decimal;
}

.subsubpara
{
	color: blue;
	text-align: left;
	list-style-type: lower-alpha;
}

.objectifs
{
	color: navy;
	text-align: left;
}

.activites
{
	color: fuchsia;
	text-align: left;
}

.homework
{
	color: #FCFC1F;
	font-weight: 900;
	text-align: left;
}

.documents
{
	color: black;
	text-align: left;
}

.documents a
{
	color : black;
}

.divers
{
	color: black;
	text-align: left;
}

.objectifs ul, .activites ul, .homework ul, .documents ul, .divers ul
{
	padding: 0px;
}
.objectifs li, .activites li, .homework li, .documents li, .divers li
{
	list-style-position: outside;
	margin-left: 30px;
	list-style-type: disc;
}

.TP
{
	font-size: small;
	background-color: #97d166;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 10px;
	box-shadow: 2px 2px 2px black;
	border-radius: 10px;
	border: 2px solid white;
}

.date_TP
{
	text-align: left;
	color: white;
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
	font-style: normal;
	text-shadow: 2px 2px 2px black;
}
	
.titre_TP
{
	background-color: white;
	text-align: center;
	font-size: medium;
	color: red;
	border: 1px solid red;
	padding: 2px;
	margin: 20px;
	text-transform: capitalize;
	border-radius: 10px;
}

.titleaside
{
	text-align: center;
}

aside ul
{
	padding-left: 25px;
}

aside
{
	text-align: justify;
	background-color: #97d166;
	padding: 12px;
	width: 200px;
	border: 2px solid white;
	border-radius: 10px;
	box-shadow: 2px 2px 2px black;
	position: fixed;
	right: 2%;
	top: 7%;
}

footer
{
	width: 1008px;
	text-align: center;
	margin-top: 20px;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

footer a
{
	color: white;
}