/* CSS Document */
/* Style par défaut et suppression des marges */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body { 
	background: white;
}

/* Classe pour le menu Action (à redéfinir si convient pas */
.actif {font-weight: bold; }

/* Classe pour mettre en évidence les message d'erreur */
.erreur{color: #F00; }


/* Centrage de la page */
div#page { 
	position: relative;
	margin-left: auto;
	margin-right: auto;
	
	width: 960px;
	background-color: #CCCCCC;
	/*background:url(images/fond-page.png) left top repeat-y;*/

}

/*********** Bandeau du titre *********** */
div#titre {
	
	width: 960px;
	height: 114px;
	
	/*background: #6C6F70;*/
	background-image: url(images/fond-titre-nouveau.png);

}

/* Placement du titre */
#titre h1{
	/* Positionnement */

	/* Style du texte */
	line-height: 114px;
	font-size: 48px;
	font-style: italic;
	text-align: center;

	color: white;
	background-image: url(images/logo-blanc.png);
	background-repeat: no-repeat;
	
}

/*********** Menu année ***********/
ul#menu-annee {
	/*position: absolute;
	top: 114px;*/
	left: 0;
	height: 28px;
	width: 960px;
	
	background: url(images/fond-menu-annee.png) top left repeat-x; 
}

#menu-annee li{
	float: left;
	list-style: none;
	padding: 0 5px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	
}

/* Décoration des lien */
#menu-annee li a {
	/* Placement */
	display: block;
	padding: 0 15px;
	line-height: 28px;
	
	/* Style du texte */
	font-weight: bold;
	text-align: center;
	color: #FFF;
}



#menu-annee li a:hover {
	/*background-image:url(images/prog.jpg);*/
	color: #00C2C2;
}


#menu-annee li a.actif {
	color: #00C2C2;
	/*background-image:url(images/prog.jpg);*/
}

#menu-annee li a:hover.actif  {
/*	background-image: none;*/
	color: #FFF;
}

/*********** Menu Espace ***********/
ul#menu-espace {
	z-index: 1;
	position: absolute;
	right: 0;
	top: 5px;
	width: 200px;
}

#menu-espace li {
	padding-bottom: 5px;
	/*list-style: none;*/
	list-style-image: url(images/puce.gif);
	list-style-type: disc; 
}

#menu-espace li a {
	font-size: 12px;
	/*font-weight: bold;*/
	color: white;
}

#menu-espace li a:hover {
	font-size: 12px;
	color: #c50746;
	text-decoration: underline;
}

/*********** Menu Centre ***********/
ul#menu-centre {
	position:absolute;
	right: 0;
	top: 114px;
}

#menu-centre li {
	/* Placement */
	float: left;
	margin-right: 10px;
	list-style: none;
	line-height: 28px;
}

#menu-centre li a {
	/* Placement */
	display: block;
	/*width: 180px;*/
	padding: 0 5px;
	line-height: 28px;
	
	/* Style du texte */
	text-align: center;
	color: #FFF;
}

#menu-centre li a:hover {
	color: #00C2C2;
}

#menu-centre li a.actif {
	color: #00C2C2;
	font-weight: bold;

}

#menu-centre li a:hover.actif  {
	color: #FFF;
}

/*************** Menu latéral ***********/
div#menu-lateral {
	position: absolute;

	top: 152px;
	left: 0;
	width: 200px;

	background:url(images/fond-menu-lateral.png) left top repeat-y;
}
ul#menu {
	/* Positionnement */
	position: relative;
	width: 193px;
	padding: 5px;
	/*background-color: #00C2C2;*/
	background:url(images/fond-menu-lateral-bas.png) left bottom no-repeat;
}

#menu li {
	margin-left: 20px;
	list-style: none;
	padding-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}

#menu li a {
/*	color: #00C2C2;*/
	color: #5261ab;
/*color: #FFF;*/
}

#menu li a:hover {
	color: #c50746;
	text-decoration: underline;
}

#menu li ul {
	padding-top: 5px;
	padding-left: 10px;
	
}

#menu li ul li {
	margin-left: 10px;
	/*list-style: none;*/

}

/********** Adresse **********/
#menu-lateral hr {
	margin: 0.5em 5px;
	background: black;
	height: 1px;
	width: 180px;
	border: 0;
	/*border-style: inset;
	border-width: 1px;*/
}
#menu-lateral address {
	color: #5261ab;
	font-style: italic;
}

#menu-lateral h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5261ab;
}
#menu-lateral h4 {
	padding-top: 0.5em;
	font-weight: bold;
	color: #5261ab;
}

#menu-lateral p {
	color: #5261ab;
}

/******************** Nom du visiteur ****************/
h3#visiteur {
	display: none;
	/*position: absolute;
	top: 150px;
	left: 0;
	
	width: 193px;

	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: #c50746;*/
	
}

/*********** Liste des messages ***********/
div#messages {
	position: absolute;
	top: 152px;
	left: 210px;
	width: 750px;
	background:url(images/fond-messages.png) left top no-repeat;
	/*border: black solid 1px;*/

}

#messages div#news {
	position:absolute;
	top: 120px;
	right: 10px;
}

/*********** Style des messages ***********/
#messages ul {

	padding: 10px 10px 15px 20px;
	background:url(images/fond-messages-bas.png) left bottom no-repeat;
}

#messages ul li {
	margin-bottom: 20px;
}

#messages ul li a {
	color: #009;
}

#messages ul li a:hover {
	color: red;
	text-decoration: underline;
}

#messages h1 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#messages h2 {
	font-weight: bold;
	font-size: 14px;
}

#messages h3 {
	font-weight: bold;
}

#messages p {
	padding-top: 5px;
}

/*********** Images flotantes ***********/

#messages .image {
	float: left;
	text-align: center;
	padding: 20px;
}
#messages p.fin {
	clear: both;
}

/***** Styles pour les messages class='important' *****/
#messages li.important {
	background: #CCCCCC;
}

#messages .important h3 {
	font-size: 16px;
	color:#c50746;;
}

#messages table {
	width: 700px;

}

#messages td {
	padding: 10px 5px;

}

#messages th {
	font-weight: bold;
	padding: 10px 5px;
}

#messages label {

	vertical-align:text-top;
}
/********** Affichage du bulletin de notes **********/

#notes p#nom {
	float: left;
	line-height: 30px;
}

#notes p#centre {
	text-align: right;
	line-height: 30px;
}

#notes h6 {
	font-size: 10px;
}

#notes table {
	width: 730px;
}
#notes th {
	font-weight: bold;
}

#notes td {
	font-size: 10px;
}

#notes tr.ligne_note {
	background: #DDD;
}

#notes .code {
	position: relative;
	width: 90px;
	text-align: left;
}

#notes .matiere {
	position: relative;
	width: 290px;
	text-align: left;
}

#notes .note {
	position: relative;
	width: 80px;
	text-align: center;
}
#notes .rattrapage {
	position: relative;
	width: 80px;
	text-align: center;
}

#notes .moyenne {
	position: relative;
	width: 50px;
	text-align: center;
}

#notes .max {
	position: relative;
	width: 50px;
	text-align: center;
}

#notes .date {
	position: relative;
	width: 90px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

/********** Style pour les formulaire **********/
input {
	background: none;
	color: #C90033;
	font-weight: bold;
	cursor: pointer;
	
}

form.form_conferences label {
	display: block;
	float: left;
	width: 150px;
}
form.form_conferences input {
	display: block;
	}
input[type=text] {
	background: #EEE;
	font-weight:normal;
	color: black;
	margin-bottom: 2px;	
}

