/***********************************************/
/* jech40_dyn.css                              */
/* Use with template jech40_dyn.dwt            */
/* Grégoire Berthézène, berthezene@emse.fr     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #EAE4E1;/*	font-size: 85%; */
}

/* Les liens */
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}


/* Les styles des puces */
ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

.vert {color: #339900}
.orange {color: #FF9900}
.rouge {color: #CC0000}



/***********************************************/
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/***********************************************/

/***********************************************/
/*    Bloc principal                           */
/***********************************************/
#container
{
	width: 955px; /* 760 */
	margin:	0 auto;
	padding: 0px 8px 1px 8px;
	border:	solid #CCCCCC 1px;
	background-color: #FFFFFF;
	height: auto;
}

/********************************************************/
/* Blocs avec l'image du bandeau ou pour l'impression   */
/********************************************************/
#bandeau {
	padding: 120px 0px 0px 0px;
	background-image: url(../img/bandeau_gfc2010.jpg);
	background-repeat: no-repeat;
	background-position: top center; 
	margin: 0 auto;
}

#bandeauPrint h1, #bandeauPrint h2, #bandeauPrint h4, #bandeauPrint h5, #bandeauPrint br{ /* au lieu de simplement : "#bandeauPrint {" pour un bug IE7 */
	display: none; 
}

/***********************************************/
/*          Bloc de l'en-tête                  */
/***********************************************/

#entete{
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	height:auto;
}

/************* #globalNav styles **************/

#globalNav{
	font-size: 0.75em;
	letter-spacing: 0.01em;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px dotted #CCC;
	color: #cccccc;
	display: inline;
}

#globalNav a {
	padding: 0 4px 0 4px;
}

#globalNav img {
 display: inline;
}

/************* #localNav styles *************/

#localNav {
	font-size: 80%; 
	padding: 3px 0 2px 8px;
	color: #999999;
}

#localNav a {
/*	padding: 0 4px 0 4px; */
}

#localNav img{
	display: inline;
	margin-left: 4px;
	margin-right: 4px;
}


/*******************************************************************/
/* Bloc LoginEnTete (inséré dans le bloc entete et poussé à droite */
/*******************************************************************/
#loginEnTete {
	float: right;
	padding: 0px 0px 1px 4px;
	margin: 0px;
	color: #912515;
	border-left: 1px solid #CCC;
	height: 35px;
	font-size: 0.8em;
}

/************* #loginEnTete styles *************/

#loginEnTete h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;

	color: #334d55;
	margin: 0 auto;
	padding: 0; /*  0 auto */
	letter-spacing: 0.15em;
	text-align: right;
}
/*
#loginEnTete form {
	padding: 0 1px 0 1px;
	margin: 0 auto;
	font-size: 0.7em;
}

.champinput {
	display: inline;
	border: solid #ccc 1px;
	width: 40px;
	height: 13px;
	padding: 0 1px 0 1px; 
	font-size: 100%;
	vertical-align: text-bottom;
}

.boutonsubmit {
	display: inline;
	border: solid #ccc 1px;
	width: auto;
	height: 15px; 
	padding: 0 1px 0px 1px;
	background-color: #ddd;
	color: #069;
	font-size: 100%;
	text-align: center;
	vertical-align: text-bottom; 
}
*/




/***********************************************/
/*          Menu de Gauche                     */
/***********************************************/
#menuGauche{
	float: left; 
	width: 152px;
	margin: 0px auto;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
/*	border-bottom: 0px solid #cccccc; */
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	display: block;
}


/*********** #menuGauche styles ***********/

#menuGauche ul a:link, #menuGauche ul a:visited {
	display: block;
}

#menuGauche ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#menuGauche li {
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #menuGauche li {
	border-bottom: none;
}



/************* #logoEMSE styles *************/

#logoEMSE{
	padding: 50px 0px 0px 0px;
	background-image: url(../img/logo_ensmse.jpg);
	background-repeat: no-repeat;
	background-position: left; 
	margin: 0 auto;
	background-color: #FFF;
}




/*********** #sectionMenu styles ***********/

#sectionMenu {
	position: relative;
	margin: 0px 0 0 0;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
}

#sectionMenu a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionMenu a:hover {
	background-color: #dddddd;
}


/*********** .DateModif styles ***********/

#DateModif {
	display: block;
/*	border-top: 1px solid #cccccc; */
	font-size: 0.7em;
	color:#666666;
	padding: 0px 0px 0px 0px;
	text-align:center;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px; 
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3 {
	font-size: 0.8em;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.relatedLinks a, .relatedLinks a:link, .relatedLinks a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
}

.relatedLinks a:hover{
	background-color: #dddddd;
}

/*********** .DetailRubrique styles ***********/

.DetailRubrique{
	margin: 0px;
	padding: 0px 0px 10px 5px; 
	border-bottom: 1px solid #cccccc;
	border-left: #912515 solid 5px;
}

.DetailRubrique h3 {
	font-size: 0.8em;
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

.DetailRubrique a, .DetailRubrique a:link, .DetailRubrique a:visited {
	display: block;
	border-top: 1px solid #cccccc;
	font-size: 0.8em;
	padding: 0px 0px 0px 0px;
}

.DetailRubrique a:hover{
	background-color: #dddddd;
}



/************** #loginMenuGauche **************/

#loginMenuGauche{
	position: relative; 
/*	margin: 5px 0 0 0 ; */
	margin: 0 auto;
	padding: 5px 0px 10px 6px;
	border-bottom: 1px solid #cccccc;
	display:block;
	border-left: #912515 solid 5px;
}

#loginMenuGauche h3 {
/*
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	font-size: 0.8em;
*/
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 1em;
	color: #334d55;
	margin: 0 auto;
	padding: 0 ;
	letter-spacing: 0.05em;
	/*text-align: right; */

}

#loginMenuGauche a, #loginMenuGauche a:link, #loginMenuGauche a:visited {
	display: block;
	font-size: 75%; 
	padding: 2px 0px 0px 0px;
}


#loginMenuGauche a:hover{
	background-color: #dddddd;
}

.identifiant {
	font-size: 75%;
	padding: 2px 0px 0px 0px;
}

#loginMenuGauche form {
	font-size: 75%; 
	padding: 0 1px 0 1px;
	margin: 0 auto;
}

.inputMenuGauche {
	border: solid #ccc 1px;
	width: 70px;
	height: 14px;
	padding: 0 1px 0 1px;
	font-size: 100%;
/*	float: right; */
}

.submitMenuGauche {
	border: solid #ccc 1px;
	width: 110px;
	height: 16px;
	padding: 0px 5px 0px 5px;
	margin: 1px 1px 1px 1px;
	background-color: #ddd;
	color: #069;
	font-size: 100%;
	text-align: center;
}






/***********************************************/
/*         Partie principale du contenu        */
/***********************************************/
#contenu {
	float: right;
	width: 785px;  /* 590 */
	margin: 0 auto;
	padding: 0px 2px 0px 15px;
	font-size: 80%;
	text-align: justify;
}

#contenu h1 {
	font-size: 140%;
	letter-spacing: 0.03em;
	font-family: "Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	text-align: left;
	font-weight: bold;
	color: #912515;
	/*	color: #334d55; */
	line-height: 1.2em;
	padding: 10px 0 0 0;
	margin: 0 0 4px 0;
}

#contenu #KT_tngwarning h6 {
	color:#FF0000;
	}


#contenu h2 {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	text-align: left;
	letter-spacing: 0.03em;
	font-size: 122%;
	color: #912515;
	margin: 2px 0 4px 0;
	padding: 5px 0 0 0;
}

#contenu h3 {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif; 
	text-align: left;
	font-size: 110%;
	letter-spacing: 0.03em;
	color: #334d55;
	margin: 0px;
	padding: 0px;
}


#contenu h4 {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 100%;
	letter-spacing: 0.03em;
	color: #912515;
	margin: 0px;
	padding: 0 0 0 0;
}

#contenu h5 {
	font-family:"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 100%;
	color: #334d55;
	margin: 0px;
	padding: 0 0 0 0;
}

#contenu h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0 0 0 0;
	font-style: italic;
}

#contenu p {
	margin: 0 0 5px 0;
}


#contenu ul {
	margin: 0 0 0 10px; 
	padding: 0 0 0 10px;
}


/* DEBUT AJOUT DYN */
#contenu table {
	border: solid 1px #ccc; 
/*	border: none; */
}
/* couleur du h3 : 334d55 */ 
#contenu th {
	border: 1px solid #ffffff;
	border-right-color: #848284;
	border-bottom-color: #848284;
	background-color: #eee; /* #D6D3CE; */
	font-weight: bold;
	vertical-align: top;
	color: #912515;
/*	text-align: left; */
	text-align: left;
}
#contenu td {
	border: 1px solid #d6d3ce; 
	border-top-width: 0;
	border-left-width: 0;
}


.top {
	text-align:right;
	font-style:italic;
	display:block;
}



/* FIN AJOUT DYN */


/* pour la page d'accueil du site uniquement */
#Affiche {
	display: inline;
}

.aligneGauche {
	text-align: left;
}


/************** .marge styles ***************/

.marge{
	padding: 0px 0px 0px 10px;
	margin: 5px 0 5px 10px;
	font-size: 0.95em;
	border-left: solid #069 1px;
	display:block
}

.marge h3{
	padding: 30px 10px 5px 0px;
	text-align: left;
}

.marge img{
	float: inherit;
	padding: 1px 2px 0px 0px;
}

.marge ul li {
	list-style-image: url(../img/trefle.gif);
	list-style-type: circle;
/*	margin: 0 auto; */
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}

.marge ul ul li {
	list-style-type: circle;
/*	margin: 0 auto; */
	margin: 0px;
	padding: 0px;
	vertical-align: text-bottom;
}


/************** .encadre styles *****************/
.encadre {
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
	border: solid #069 1px;
	display: block;
}

.encadre p{
	padding: 0px 0px 0px 0px;
	margin: 5px 0 5px 10px;
}

#contenu .encadre h1 {
	color: #912515; 
	padding: 0 0 0 0;
	margin: 0 auto;
}




/**********************************************************************/
/* Bloc du calendrier (inséré dans le bloc Contenu et poussé à droite */
/**********************************************************************/
#calendrier{
	float:right;
	width: 120px;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 0 10px;
	padding: 10px 0px 10px 5px;
	text-align:right;
	font-size:125%;
	display:block; /* a voir si utile */
/*	background-color: #f8f8f8; /* a la place de #eeeeee  */
}


/************** #calendrier styles **************/

#calendrier h3{
	padding: 0px 0px 4px 0px;
	margin: 0 auto;
	border-bottom: 1px dotted #cccccc;
	letter-spacing: 0.06em;
	font-size: 0.6em;
	text-align:right;
}

#calendrier ul {
	font-size: 0.6em;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;  
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#calendrier li {
	padding: 4px 0px 3px 0px;
	border-bottom: 1px solid #EEE;
}



#calendrier ul li a, #calendrier ul li a:link, #calendrier ul li a:visited {
	display: inline;
}

#calendrier a, #calendrier a:link, #calendrier a:visited {
	font-size: 0.6em;
	display: block;
	padding: 5px 0px 0px 0px;
	letter-spacing: 0.03em;
}

.dateCalendrier {
	display: block;
	color: #999999;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.02em;
	font-size: 100%;
}



/**********************************************************************/
/*               Bloc d'information du pied de page                   */
/**********************************************************************/

/************* #piedPage styles ***************/

/* utilisé pour l'affichage écran uniquement */
#piedPage {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 0.75em;
	color: #ccc;
	padding: 10px 10px 10px 10px;
	margin : 10px 0px 0px 0px;
	text-align: center;
}

#piedPage img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/* utilisé pour l'impression uniquement */
#piedPagePrint {
	display: none;
}

