/* 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-botom: 0;
	margin-left: 0;
       }
		
.rubrique {
	width: 150px;
	margin: 0px 5px 10px 20px;
	padding: 10px 5px;
	background-color:#c1c1c1;
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	}

ul li {list-style-type: none;}
	
#grille .rubrique { height: 260px;}

#objectif .rubrique { height: 180px;}

.texte {
	position: absolute;
	left: 200px;
	}
	
#toption .texte {top: 6px;}
		
#tdegre .texte {top: 52px;}
	
#tprerequis .texte {top: 102px;}
	
#tclasse{
	position: absolute;
	top: 142px;
	left: 465px;
	}
	
#tcours .texte{top: 167px;}
	
#th1 {
	position: absolute;
	top: 167px;
	left: 480px;
	}

#th2 {
	position: absolute;
	top: 167px;
	left: 524px;
	}
	
#toption_de_base .texte
	{top: 304px;
	margin-top: 5px;
	color: #8393ca;
	font-weight: bold;
	}

#thoption1 {
	position: absolute;
	top: 304px;
	left: 480px;
	margin-top: 5px;
	font-weight: bold;
	color: #8393ca;
	}
	
#thoption2 {
	position: absolute;
	top: 304px;
	left: 524px;
	margin-top: 5px;
	font-weight: bold;
	color: #8393ca;
	}

	
#tobjectif .texte {top: 437px;}

#tliste {
	position: absolute;
	left: 250px;
	top: 547px;
	list-style-position: inside;
	list-style-type: disc;
	}

#tliste li {list-style-position: inside;list-style-type: circle;}

#tlangue2 .texte {top: 372px; margin-top: 10px;}
	
#hlang21 {
	position: absolute;
	top:372px;
	left: 480px;
	margin-top: 10px;
	}

#hlang22 {
	position: absolute;
	top:372px;
	left: 524px;
	margin-top: 10px;
	}

#tactiv .texte {top: 397px;}
	
#hac21 {
	position: absolute;
	top:397px;
	left: 480px;
	}

#hac22 {
	position: absolute;
	top:397px;
	left: 524px;
	}



address {
	position: absolute;
	top:647px;
	margin-left: 20px;
	text-align: center;
	letter-spacing: 2px;
	border-top: 1px solid;
	font-size: 90%;
	font-style: normal;
	}	