/* CSS Document */
body {
	font-family: Arial;
	font-size:12px;
	background:#444;
}
table, tr, td {
	font-family: Arial;
	font-size:12px;
}
#conteneur {
	width:800px;
	background:#FFFFFF;
	border:4px solid #FF9933;
	-moz-border-radius:1.2em;
	-webkit-border-radius:1.2em;
	-o-border-radius:1.2em;
	-ikab-border-radius:1.2em;
	-khtml-border-radius:1.2em;
	min-height:580px;
//	height:580px;
	overflow:visible;
}
#conteneur-admin {
	width:1000px;
	background:#FFFFFF;
	border:4px solid #FF9933;
	-moz-border-radius:1.2em;
	-webkit-border-radius:1.2em;
	-o-border-radius:1.2em;
	-ikab-border-radius:1.2em;
	-khtml-border-radius:1.2em;
	min-height:580px;
//	height:580px;
	overflow:visible;
}
#logo {
	padding-left:20px;
	padding-top:15px;
	height:64px;
}
#menu {
	border-top:0px solid #CCC;
	border-left:0px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-image:url("images/Fond-Menu.gif");
	padding:3px;
	text-align:center;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	font-family:Arial;
	font-weight:bold;
	font-size:17px;
	letter-spacing:0.1em;
}
#menu a {
	margin-right:28px;
	margin-left:28px;
	color:#000000;
	text-decoration:none;
}
#menu a:hover {
	color:#FF9933;
}
#menu a.rubrique-en-cours {
	color:#FF9933;
	text-decoration:none;
}
#bloclogin {
	float:right;
	width:400px;
}
table.login {
	background-image:url("images/Fond-Login.gif");
	background-repeat:no-repeat;
	padding:2px;
	border-left:0px solid #CCC;
	border-bottom:0px solid #CCC;
}
#erreur-login {
	clear:both;
	float:right;
	color:red;
	margin-right:80px;
}
.acces {
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
}
#connecte {
	margin-top:20px;
	margin-right:20px;
	text-align:right;
}
#sous-menu {
	float:left;
	text-align:left;
	width:182px;
	margin-top:20px;
}
#sous-menu li {
	margin-bottom:10px;
	font-weight:bold;
}
#sous-menu ul {
	margin-top:0px;
}
#sous-menu span {
	color:#FF9933;
}
#sous-menu a {
	color:#000000;
}
#sous-menu a:hover {
	color:#FF9933;
	text-decoration:none;
}
#texte-public {
	border-left:1px dashed #FF9933;
	text-align:justify;
	line-height:15px;
	padding-left:15px;
	margin-top:20px;
	margin-left:187px;
	margin-right:20px;
	margin-bottom:25px;
}
li {
	text-align:left;
}
#pied-de-page {
	margin-top:5px;
	color:#FFF;
}
#centre {
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
}
#centre table {
	width:100%;
//	width:952px;
}
p {
	margin-top:4px;
}
span.titre {
	font-family:Tahoma;
	font-weight:bold;
	font-size:17px;
	color:#FF9933;
	text-decoration:underline;
}
a {
	color:#FF9933;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.erreur_message {
	color:red;
}
h1 {
	font-family:Arial;
	font-weight:bold;
	text-align:left;
	text-decoration:underline;
	font-size:18px;
	letter-spacing:0.1em;
	margin-top:20px;
	margin-bottom:30px;
}
.erreur {
	color:#FF0000;
	text-align:center;
}
.impaire {
	background-color:#EEE;
}
.paire {
	background-color:#FFF;
}
.message {
	background-color:#EEE;
	border:1px solid #000000;
	padding:0px;
	margin-bottom:10px;
}
.message td {
	padding:5px;
}
/* Styles du calendrier */
table.calendrier { 	
	border-top:1px solid #000000;
	border-right:0px solid #000000;
	border-left:1px solid #000000;
	border-bottom:0px solid #000000;
	padding:0px;
}
table.calendrier td { 	
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding:0px;
}
table.horaires { 	
	border:0px solid #999999;
	padding:0px;
	margin:0px;
}
table.horaires td { 
	border-top:1px solid #999999;
	border-right:0px solid #000000;
	border-left:0px solid #000000;
	border-bottom:0px solid #000000;
	margin:0px;	
	padding:5px;
}
.titremois  { background: #FF9933; font-weight:bold; font-size:14px;}
a.titremois  {  color: #FFF;  text-decoration: none; }
a.titremois:hover  { color: #FFF; text-decoration: underline; }

.titrejours  { background: #AAA; font-weight:bold; }
.titrenum  { background: #FFF; }
.titrenum2  {   background: #CCC; }
.titrewend  { background: #FFF; }
.titrewend2  { background: #CCC; }
.titrenow  {background: #EEE;  }

hr {
	color: #666;
	background-color:#666;
	height:1px;
	border:0px;
}
#menu-cours, #menu-messages, #menu-groupes, #menu-eleves, #menu-professeurs, #menu-admin {
	text-align:left;
	background-color:#FFFFFF;
	border:1px solid #AAA;		
	border-top:0px;
	line-height:18px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	width:150px;
}
#texte-public img {
	border:2px solid #FF9933;
}	
#texte-public img.puce {
	border:0px;
}
.Cours {
	background-color:#F93;
	color:#FFF;
}
.Cours a {
	color:#C00;
}
.Evaluation {
	background-color:#93C;
	color:#FFF;
}
.Indisponibilite {
	background-color:#666;
	color:#FFF;
}
.titremessage {
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}