/* Feuille de style des options */

* {padding: 0; margin: 0}

body {
	color: black;
	background-color: white;
	font-family:"Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	}

#wrapper {
	color: black;
	background-color: white;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
       }

.rubrique {
	width: 150px;
	margin: 5px 5px 0 20px;
	padding: 10px 5px;
	background-color:#c1c1c1;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	}

ul li {list-style-type: none;}

#prerequis .rubrique {height: 35px;}	
#grille .rubrique { height: 270px;}

#objectif .rubrique { height: 190px;}

.texte {
	position: absolute;
	left: 200px;
	}
	
#toption .texte {top: 12px;}
		
#tdegre .texte {top: 49px;}
	
#tprerequis .texte {top: 89px;}
	
#tclasse{
	position: absolute;
	top: 144px;
	left: 465px;
	}
	
#tcours .texte{top: 174px;}
	
#th1 {
	position: absolute;
	top: 174px;
	left: 480px;
	}

#th2 {
	position: absolute;
	top: 174px;
	left: 524px;
	}
	
#toption_de_base .texte
	{top: 299px;
	margin-top: 5px;
	color: #8393ca;
	font-weight: bold;
	}

#thoption1 {
	position: absolute;
	top: 299px;
	left: 480px;
	margin-top: 5px;
	font-weight: bold;
	color: #8393ca;
	}
	
#thoption2 {
	position: absolute;
	top: 299px;
	left: 524px;
	margin-top: 5px;
	font-weight: bold;
	color: #8393ca;
	}

	
#tobjectif .texte {top: 444px;width:600px; text-align: justify;}

#tliste {
	position: absolute;
	left: 250px;
	top: 587px;
	list-style-position: inside;
	list-style-type: disc;
	}

#tlangue2 .texte {top: 374px; margin-top: 10px;}
	
#hlang21 {
	position: absolute;
	top:374px;
	left: 480px;
	margin-top: 10px;
	}

#hlang22 {
	position: absolute;
	top:374px;
	left: 524px;
	margin-top: 10px;
	}

#tactiv .texte {top: 399px;}
	
#hac21 {
	position: absolute;
	top:399px;
	left: 480px;
	}

#hac22 {
	position: absolute;
	top:399px;
	left: 524px;
	}

#tsuite .texte{top: 658px;width: 600px; text-align: justify;}

address {
	position: absolute;
	top:720px;
	margin-left: 20px;
	text-align: center;
	letter-spacing: 2px;
	border-top: 1px solid;
	font-size: 90%;
	font-style: normal;
	}	