/* 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;}

#prerequis .rubrique {height: 50px;}	
#grille .rubrique { height: 210px;}

#objectif .rubrique { height: 210px;}

.texte {
	position: absolute;
	left: 200px;
	}
	
#toption .texte {top: 8px;}
		
#tdegre .texte {top: 51px;}
	
#tprerequis .texte {top: 98px;}
	
#tclasse{
	position: absolute;
	top: 173px;
	left: 465px;
	}
	
#tcours .texte{top: 198px;}
	
#th1 {
	position: absolute;
	top: 198px;
	left: 480px;
	}

#th2 {
	position: absolute;
	top: 198px;
	left: 524px;
	}
	
#toption_de_base .texte
	{top: 323px;
	margin-top: 5px;
	color: #8393ca;
	font-weight: bold;
	}

#thoption1 {
	position: absolute;
	top: 323px;
	left: 480px;
	margin-top: 5px;
	font-weight: bold;
	color: #8393ca;
	}
	
#thoption2 {
	position: absolute;
	top: 323px;
	left: 524px;
	margin-top: 5px;
	font-weight: bold;
	color: #8393ca;
	}

	
#tobjectif .texte {top: 418px;}

#tliste {
	position: absolute;
	left: 250px;
	top: 553px;
	list-style-position: inside;
	list-style-type: disc;
	}
#tliste li {list-style-position: inside;list-style-type: circle;}
#tlangue2 .texte {top: 368px; margin-top: 10px;}
	
#hlang21 {
	position: absolute;
	top:368px;
	left: 480px;
	margin-top: 10px;
	}

#hlang22 {
	position: absolute;
	top:368px;
	left: 524px;
	margin-top: 10px;
	}

#tactiv .texte {top: 535px;}
	
#hac21 {
	position: absolute;
	top:535px;
	left: 480px;
	}

#hac22 {
	position: absolute;
	top:535px;
	left: 524px;
	}



address {
	position: absolute;
	top:661px;
	margin-left: 20px;
	text-align: center;
	letter-spacing: 2px;
	border-top: 1px solid;
	font-size: 90%;
	font-style: normal;
	}	