  
body{
	font-family: Helvetica;
	font-size: 14px;
	background: #fff;
	color: #000;
	margin: 30px auto;
	padding: 30px;
	min-width: 1000px;

}

h1 {
	font-family: Verdana;
	font-size: 26px;
	font-weight: bold;
	background: transparent;
	color: #6699DD;
	margin: auto;	
}

h2 {
	font-family: Verdana;
	text-align: right;
	font-size: 25px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;	
	margin: 30px 0 0 0;
	background-color: #E0E0F0;
}

h3 {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 0;
}

h4 {
	font-family: Verdana;
	margin: 10px 0 0;
	padding-bottom: 5px;
	background: transparent;
	color: #333;
}

h4.back {
	background-color: #E0E0F0;
}

h2.first {
	margin-top: 0px;
margin-bottom: 5px;	
}

h2.fini {
	text-decoration: line-through;
}

h1.first {
	text-align: left;
	display: inline;
	/*height: 75px;*/
}

h3.first {
	margin-top: 0px;
}


p, ul {
	text-align: justify;
	margin: 10px 60px 0 0;
}

ul {
	list-style-image: url("../images/puce.gif");
}

ul.themes {
	list-style-image: none;
	list-style-type:square;
}

ul.reviewers {
	margin-right:0px;
	list-style-image: none;
	list-style-type:disc;
}

ol {
	margin-top:5px;
	list-style-image: none;
}

li {
	margin-bottom:10px;
}

div.return {
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 0px 0 0;
	background-color: #E0E0F0;
	float: right;
}

div.returnfirst {
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	margin: 0 0 0;
	background-color: #E0E0F0;
	float: left;
}

div.returnlast {
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 5px;
	margin: 15px 0 0;
	background-color: #E0E0F0;
	float: left;
}

span.important{
	color:red;
}

span.crucial{
	color:red;
}

span.bold{
font-weight:bold;
}

span.italic{
font-style:italic;
}

div.head {
	min-width: 1000px;
	height: 118px;
	/*border-bottom: 20px dotted #E0E0F0;*/
}

div.headtext {
	float:left;
 	vertical-align: middle;	
 	text-align:center;
 	padding: 5px;
}

div.headlogo {
	float:right;
}

div.headimg {
	float:left;
}

div.head h2 {
	font-family: Verdana;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 5px 0 0;
	background-color: transparent;
}

div.news {
	text-decoration: blink;
	font-family: Courrier;
	font-weight: bold;
	background-color: #E0E0F0;
	float:left;
	margin-top: 5px;
	margin-right: 15px;	
	padding:5px;
}

div.newstext {
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 5px dotted #E0E0F0;
}

div.newstext ul li {
	margin-top:0px;
	margin-bottom:0px;
} 

div.main{
}

div.menu {
	width: 200px;
	position:fixed;
	overflow: hidden;
	/*float:left;*/
	background: #8181e1;
	font-family: Verdana;
	font-size: 12px;	
	color:white;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;	
	border-right: 3px outset #d9d9d9;	
	border-bottom: 4px outset #d9d9d9;
	left:30px;
}

div.menuhead {
	text-align:center;
	font-weight: bold;
	background: blue;
	font-size: 14px;
	padding:4px;	
}

div.menutitle {
	color:#D3D3D3;
	font-size: 14px;
	border-top: 2px dotted white;
	padding:2px;	
	padding-bottom:4px;	
} 

div.menutitlehere {
	color:black;
	font-size: 14px;
	font-weight: bold;
	border-top: 2px dotted white;
	padding:2px;	
	padding-bottom:4px;		
} 

div.menu ul {
	margin-top : 0px;
	margin-bottom : 6px;
	margin-left: 18px;
	padding-left: 0;	
	padding-right: 0;	
	list-style-type: circle;
	list-style-image:none;
}

div.menu ul li {
	padding-left: 0;	
	padding-right: 0;	
	margin-bottom:2px;
	width:180px;			
}

div.menutitle a {
	text-decoration: none;
	background: none repeat;
	color: #D3D3D3;
}

div.menutitle a:hover {
	text-decoration: none;
	background: none repeat;
	color: #000066;
}

div.menutitlehere a {
	text-decoration: none;
	background: none repeat;
	color: black;
}

div.menutitlehere a:hover {
	text-decoration: none;
	background: none repeat;
	color: #000066;
}

div.menu ul li a {
	text-decoration: none;
	background: none repeat;
	color: white;
}

div.menu ul li a:hover {
	text-decoration: none;
	background: transparent;
	color: #000066;
}

div.content {
	margin-left: 210px;
	margin-top: 5px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;	
	border-right: 3px outset #d9d9d9;	
	border-bottom: 4px outset #d9d9d9;	
}

div.content div.inside {
	padding-left: 20px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
	background: none repeat;
	color: #3333CC;
}

a:hover {
	text-decoration: none;
	background: transparent;
	color: #000066;
}

div.img {
	width:240px;
	height:auto;
	padding: 5px 5px 30px 5px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;	
	border-right: 3px outset #d9d9d9;	
	border-bottom: 4px outset #d9d9d9;	
	margin-left:auto;
	margin-right:auto;	
}

img {
	border: 0 none;
}

img.border {
	border: 2px ridge;
}

div.bio {
	clear:both;
	text-align:justify;
	margin-right:60px;
}

div.imgbio {
	width:100px;
	height:auto;
	padding: 5px 5px 5px 5px;
	border-left: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;	
	border-right: 3px outset #d9d9d9;	
	border-bottom: 4px outset #d9d9d9;	
	position: relative; 
        float:left;
        margin-right:15px;
        margin-bottom:10px;
        margin-left:80px;
        text-align:center;
}

div.imgs {
float:right;
}

div.copyright {
	text-align: center;
	border-top: 1px solid #000;
	width: 500px;	
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

div.credits{
	font-family: Courrier;
	font-style: italic;
	font-weight: bold;
	/*text-decoration: underline;*/
	float: left;
}

table {
	/*padding-top: 10px;*/
	border-collapse: collapse;
	border: 0px solid #000;
	
	margin: 10px 0 20px 0;
	page-break-inside: avoid;	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0.5em;

}

th {
	background-color:#E0E0F0;
	border-collapse: collapse;
	border: 2px solid #FFF;
	padding:2px;	
}

th.alt {
	background-color:#E0E0F0;/*#FAFAFF;*/
	border-collapse: collapse;
	border: 2px solid #FFF;
}

tr {
	background-color:#EEEEF0;
}

tr.alt {
	background-color:#FFF;
}

tr.annul {
	background-color:#666666;
}

td {
	border-collapse: collapse;
	border: 2px solid #FFF;
	padding:2px 2px 4px 10px;		
}

td.horaire {
	width : 15%;
	font-family: Courrier;
	font-weight: bold;
	border-collapse: collapse;
	border: 2px solid #FFF;
	padding:2px 2px 4px 10px;		
}

td.num {
	width : 5%;
	font-family: Courrier;
	font-weight: bold;
	border-collapse: collapse;
	border: 2px solid #FFF;
	padding:2px 2px 4px 10px;		
}

td.vide {
	border-collapse: collapse;
	border: 2px solid #FFF;
	background-color:#CCC;
}

.center {
	text-align:center;
}
     
div.links{
	text-align:center;
	margin:10px;
}