/**************************************************************************/
/**************************************************************************/
/***																	***/
/***	Nom : laureats.css												***/
/***	Date de création : 30/05/2006									***/
/***	Auteur : Guillaume BURLET, Pierre FROIDEVAUX					***/
/***																	***/
/***																	***/
/***	Descritption :													***/
/*** 	Cette feuille de style est utilisée pour le graphisme de  		***/
/***	toutes les pages des applications Laureats.						***/
/***																	***/
/**************************************************************************/
/**************************************************************************/


/**************************************************************************/
/*********						Balise HTML							*******/
/**************************************************************************/
body {
	font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10pt;
	background: transparent url(../image/degrade3.png) repeat-x fixed;
	} 

a {
	text-decoration: none;
	color: #333;
	}
	
a img {
	border: none;
	}
	
p {
	margin: 0;
	padding: 0;
	}

ul{
	margin: 0 0 0.4em 0;
	padding: 0;
}

ul#infos {
	margin-top: 0.4em;
	clear: both;
	border: 1px solid #093;
	background-color: #cfc;
	padding: 0.2em;
}

ul#erreurs {
	margin-top: 0.4em;
	clear: both;
	border: 1px solid #903;
	background-color: #fcc;
	padding: 0.2em;
}


ul#infos li, ul#erreurs li {
	list-style-type : square;
	margin-left: 1.6em;
}

ul#erreurs li {
	font-family: Fixed, monospace;
}

/**************************************************/
/*** 	Modif pour boite d'erreur				***/
/**************************************************/

.erreurs{
	margin: 0 0 0.4em 0;
	padding: 0;
	margin-top: 0.4em;
	clear: both;	
}
.erreur_titre{
	font-weight: bold;
	padding-top: 0.1em;
	padding-left: 0.5em;
	margin-top: 0.4em;
	color: #fff;
	background-color: #d00000;
	border: 1px solid #d00000;
}

.erreur_message a{
	font-style: italic;
	padding-left: 0.2em;
}


.erreur_message a:hover{
	color: #d00000;
}

.erreur_titre img{
	vertical-align: middle;
}

.erreur_message {
	padding-left: 0.5em;
	background-color: #fff0f0;
	border: 1px solid #d00000;
	padding-bottom: 0.2em;
}

.erreur_message img{
	vertical-align: top;
	border: 1px solid #fff0f0;	
}

.erreur_message img:hover{
	border: 1px solid #d00000;	
}

/**************************************************************************/
/*********						En-tête								*******/
/**************************************************************************/

#entete table.tableEntete {
	width: 100%;
	border-width: 0px;
	margin-bottom: 0.4em;
	margin-top: 0.2em;
}

#entete td.tdEnteteLogo {
	
}

#entete td.tdEnteteEtab {
	text-align: left;
	padding-left: 2em;
	width: 100%;
}

#entete td.tdEnteteEspace {
	text-align: left;
	padding-left: 4em;
}

#entete td.tdEnteteAttente {
	
}

#entete td.tdEnteteDeco {
	text-align: center;
}

#entete img.logo {
	float: left;
	}
	
#entete p.nom {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0em;
	}

#entete p.adresse {
	font-size: 1em;
	margin-top: 0em;
	}
	
#entete p.cp {
	font-size: 1em;
	margin-top: 0em;
	}
	
#entete span.ville {
	font-size: 1em;
	font-weight: bold;
	}
	
#entete p.typeEspace {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	
#entete p.typeEspace1 {
	font-size: 2em;
	font-weight: bold;
	margin-top: 0em;
	}
	
#entete p.typeEspace2 {
	font-size: 2em;
	font-weight: bold;
	padding-left: 3.5em;
	margin-top: -0.4em;
	}
	
#infoConnexion {
	text-align: right;
	vertical-align: top;
	padding-top: 0.5em;
	margin-bottom: 0em;
	}

/**************************************************************************/
/*********						Navigation Module					*******/
/**************************************************************************/

/* http://kalsey.com/tools/csstabs/ */
#navModules {
	clear: both;
	margin : 0;
	padding-bottom : 19px;
	padding-left : 10px;
	margin-left : 0px;
	}

#navModules ul, #navModules li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	}


#navModules a:link, #navModules a:visited	{
	background : #E8EBF0;
	/*background-color : #fff;*/
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : small;
	font-weight : bold;
	line-height : 14px;
	margin-right : 8px;
	padding : 2px 10px 2px 10px;
	text-decoration : none;
	opacity: 0.7;
	}

#navModules a:link.active, #navModules a:visited.active	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
	}

#navModules a:hover	{
	color : #000;
	opacity: 1.0;
	}

#navModules li.enCours,#navModules li.enCours a {
	background-color: #ffffe8;
	border-bottom : 1px solid #fff;
	color : #000;
	opacity: 1.0;
	}

#navModules ul a:hover {
	color : #f00 !important;
	}

*html #navModules a:link.enCour, #navModules a:visited.enCours{
	background-color : #ffffe8;
	border-bottom : 1px solid #fff;
	color : #000;
}
/**************************************************************************/
/*********						Module								*******/
/**************************************************************************/

#module {
	border: 1px solid #ccc;
	background: #fff;
	background-color: #ffffe8;
	padding: 0.4em;
	margin : 0 0.4em 0.4em 0;
	border-top : none;
	position: relative;
	float:left;
	clear: both;
	width: 99%;
	}


/**************************************************************************/
/*********						Contexte							*******/
/**************************************************************************/

#contexte {
	margin:0 ;
	margin-right: 1em;
	/* position: absolute; */
	left:1em;
	width: 11em;
	float:left;
}

#contexte #choixEleve{
	padding:0;
	margin-bottom: 0.4em;
}
#contexte #choixEleve select{
	width: 100%;
	margin-bottom: 0.4em;	
}


/**************************************************************************/
/*********						Menu Module							*******/
/**************************************************************************/
#menuModule {
	/*background : #eef;*/
	margin:0;
	}

#menuModule li{
	border: 1px solid #d6e1ec;
	list-style:none;
	margin:0;
	}

#menuModule li.enCours a{
	font-weight: bold;
	background-color:#eff4fa;
	}

#menuModule a{
	display:block;
	text-decoration:none;
	color:#369;
	background-color:#fff;
	padding-left:1em;
	}

#menuModule a:hover{
	background-color:#eff4fa;
	color:#036;
	}

#menuModule img {
	margin-right: 5px;
	vertical-align: middle;
	margin-bottom: 1px;
	}




/**************************************************************************/
/*********						Contenu Module						*******/
/**************************************************************************/

*html #contenu
{
	float:left;
} 

#contenu {
	background-color: #ffffe8;
	padding-right:0.2em;
	margin-left: 13em;
	}
*html #contenu
{
	margin-left: 0em;
} 
	
#choixPeriode {
	padding-bottom: 3px;
	} 


/**************************************************************************/
/*********						Pied de Page						*******/
/**************************************************************************/

#piedDePage p, #piedDePage p a {
	color: #aaa;
	text-align: center;
	clear: both;
	}

