/* CSS Document */

/* TROIS SECTIONS POUR L'AFFICHAGE DES ACTIVITES 
	ecoleEte : SECTION GLOBALE CONTENANT LES 2 AUTRES
	ecoleEteRight : BANDE DE DROITE (TEXTE)
	ecoleEteCercle : CERCLE DES ACTIVITÉS
*/
#ecoleEte {
	position:relative;
	width:774px !important; width: 750px;
	/*height:616px;*/
	padding:0;
	margin:0; border:0;
	background-color: transparent;
}

/* TEXTE DE PRESENTATION (ecoleEteRight) */
#ecolePresentation {
	position: relative;
	width:96%;
	left:3%;
	margin-bottom: 10px;
	text-align: justify;
	/*top:100px;*/
	/*color:#FFFFFF;*/
}

#module {
	position:	relative;
	width:98%;
	float:left;
	margin-top: 15px;
	/*<!--margin-bottom: 15px;-->*/
	/*margin-bottom: 5px;*/
	margin-left: 10px;
}

#choix_modules{
	position:	relative;
	width:90%;
	float:left;
	margin-top: 15px;
	margin-left: 10px;
}

#choix ul li.annule a {
	text-decoration: line-through;
}

#critere{
	position:	relative;
	width:33%;
	float: left;
	margin-top: 15px;
	margin-left: 30px;
}

#critere h1 {
	padding-top: 11px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 12px;

}

#critere_entete {
	width: 246px;
	height: 35px;
	background-image: url(../imgs/quoiDeNeuf/bleu.png);
	background-repeat: no-repeat;

}

#critere_info {
	width: 246px;
	background-image: url(../imgs/quoiDeNeuf/bg.png);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
}

#critere_info p {
	width: 230px;
	text-align: justify;
	padding-left: 3px;
}

#critere_info a:hover { color: #0000FF; font-weight: bold;}

#critere_pied {
	width: 246px;
	background-image: url(../imgs/quoiDeNeuf/pied.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;

}


#choix_titre {
	margin-left: 15px;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 8px;
	text-decoration: underline; 
	color: #333333;
	
}

#choix {
	margin-left: 15px;
	/*font-weight: bold;*/
	font-size: 13px;
}

#choix ul li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 1px;
	padding-right: 4px;
	padding-bottom: 2px;
}

#choix a {
	color: #333333; 
}

#choix a:hover { color: #333333; font-weight: bold;}
	
#entete {
	float:left;
	width: 760px;
	margin-bottom: 8px;
	background-image: url(../imgs/ecole_entete.jpg);
	background-repeat: no-repeat;
	}
	
#date {
	margin-left: 15px;
	margin-bottom: 8px;
	font-size: 10px;
	font-weight: bold;
	}
	
#titre {
	margin-left: 15px;
	margin-top: 12px;
	width: 700px;
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}

#haut {
	float:right;
	margin-right: 15px;
	font-size: 11px;
	color:	#060;
}
	
#prof .nom {
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	}

#prof .titre {
	margin-left: 15px;
	margin-right: 15px;
	font-size: 10px;
	}

#description {
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

#periode_inscription {
	clear: both;
	float: left;
	width: 440px;
	margin-left: 25px;
	margin-right: 20px;
	margin-top: 12px;
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
}

#periode_inscription_titre {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 4px;
	/*<!--text-decoration: underline; -->*/
	color: #FF0000;
}	


#periode_inscription ul li {
	list-style: disc;
	list-style-position: inside;
	padding-left: 1px;
	padding-right: 9px;
	padding-bottom: 2px;	
}	
	

p.liens {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}

#pied {
	float:left;
	width: 760px;
	height: 65px;
	background-image: url(../imgs/ecole_pied.jpg);
	background-repeat: no-repeat;
}

#white {
	position: relative;
	float: left;
	width:98%;
	height: 650px;
}

p.liens .espace {
	padding-right: 25px;
	padding-left: 5px;
}

p.liens .dateInscription {
	padding-right: 25px;
	padding-left: 5px;
	color: #F00;
}

a {
	color: #03F;
}

a:visited {
	color: #03F;
}





