div {
    margin-left: auto;
    margin-right: auto;
    }

div#conteneur {
    width:800px;

}

div#menu {
    float:left;
    background-color:white;
    width: 200px;
    }
    
div#contenu {
    background-color:white;
}


div#banda {  
    background-color:#d0d000;
    font-family: Tahoma;
    font-weight: bold;
    color: black;
    font-size: 12px;
}

.title {
	font-family: Tahoma;
	font-weight: bold;
	color: #425210;
	font-size: 30px;	
}

.title2 {
	font-family: Tahoma;
	font-weight: bold;
	text-align: right;
	color: Black;
	font-size: 16px;	
}



.selected {  
    background-color: #A0A040;	
    font-family: Tahoma;
    font-weight: bold;
    color: black;
    font-size: 12px;
    width: 200px;
}

.unselected {  
    width: 200px;
    background-color: white;
    font-family: Tahoma;
    font-size: 12px;
}



div#pied_page {
    clear:both;
    width:600px;
    height:50px;
    background-color:#d0d000;
    }


.closedeadlines {
	float:left;
        width: 153px;
	background-color: white;
	color:black;
	font-family:Tahoma;
	margin:4px;
	font-size: 12px;
	text-align: center;
	border:1px;
	border-style: dashed;
}
 
.pastdeadlines {
	float:left;
        width: 153px;
	background-color:lightgray;
	color:black;
	font-family:Tahoma;
	margin:4px;
	font-size: 12px;
	text-decoration:line-through;
	text-align: center;
	
}

.opendeadlines {
	float:left;
        width: 153px;
	background-color:#DBDBBD;
	color:black;
	font-family:Tahoma;
	margin:4px;
	font-size: 12px;
	text-decoration:underline;
	text-align: center;
	border-color:#b0b000;
}

.blankdeadlines {
	float:left;
        width: 153px;
	background-color:white;
}


h1 {
	font-family:Tahoma;
	color: #505000;
	font-size: 22px;
	margin-top:0px;
}

h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-family:Tahoma;
	color:  #606000;
	font-size: 14px;
}

h3 {
	font-family:Tahoma;
	color:  #606000;
	font-size: 13px;
	color:black;
	margin:4px;
	text-decoration:underline;
	text-align: center;
}

.level1 {
	font-family:Tahoma;
	margin-top:12px;
}

li, p {
	font-family:Tahoma;
	margin-bottom:6px;
	font-size: 13.5px;
}

.list {
	margin: 4px;
}

.title-black {
	margin-top: 5px;
	margin-left: 20px;
	margin-right:20px;
	font-family: Tahoma;
	font-weight: bold;
	color: black;
	font-size: 18px;	
}



.caption {
	font-weight: bold;
	color: black;
	background-color:#d0d000;
	font-family: Tahoma;
	font-size:10pt;
	text-align:center;
}


.caption2 {
	color: black;
	background-color:#d0d000;
	font-family: Tahoma;
	font-size:10pt;
	text-align:center;
}

.roseline {
	color:black;
	background-color: #e9e900;
	font-family: Tahoma;
	font-size:10pt;
	text-align:center;
}

.whiteline {
	color:black;
	background-color: white;
	font-family: Tahoma;
	font-size:10pt;
}

.grayline {
	font-family:Tahoma;
	color:black;
	background-color: lightgray;
	font-family: Tahoma;
	font-size:10pt;
	text-align:center;
}


.autor {
	font-family: Tahoma;
	font-weight: bold;
}






a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: #84ccc2;
	text-decoration: none;	
}

hr {
	background-color:#d0d000;
	height:1px;
	border-style:none;
}

.demo-div {
	border:1px solid #B0B000;
	padding:5px;
	margin-top:20px;
}


.main {
	margin-left:10pt;

}  

