/* Page */
html { font-size: 100%; }

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: .84em;
	line-height: 1.3em;
	color: #333;
	background: #fafafa url(images/fond_site.gif) repeat-x left top;
	}

/* Titles */
h1, h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-style: normal;
	}

/* Lists */
ul, li { margin: 0; padding: 0; }

/* Paragraphs */
p { margin: .75em 0; }

p, blockquote p { margin: .5em 0; }

address {	font-style: normal; }

/* Quotations */
blockquote {
	margin: 20px 0 20px 20px;
	padding: 0 0 0 10px;
	border-left: solid 2px #ff8c00;
	font-style: italic;
	}

/* Links */
a {
	color: #5f63b0;
	text-decoration: none;
	}

a:hover, a:focus, a:active { color: #ff8c00; }

a img { border: none; }

/* Misc inline elements */
em { font-style: italic; }
strong { font-weight: bold; }

/* Forms */
form, fieldset {
	margin: 0;
	padding: 0;
	border: none;
	}

input, button, select { vertical-align: middle; }

/* Séparateur */
hr {
	width: 98%;
	height: 1px;
	vertical-align: middle;
	color: #ffffcc;
	background-color: #ffffcc;
	border: none;
	}

.separateur_bleu {
	color: #d5e7f5;
	background-color: #d5e7f5;
	}
	
.invisible {
	clear:both;
	}

/*** GENERAL ***/
#conteneur {
	width: 940px;
	position: relative;
	margin: 0 auto;
	border: 1px solid #d5e7f5;
	background-color: #ffffcc;
	}

/* ENTETE */
#header {
	width: 940px;
	height: 184px;
	background: #5f63b0 url(images/fond_logo_ETN.jpg) no-repeat left top;
	}

#header h1 {
	position: absolute;
	left: 5px;
	top: 15px;
	padding: 3px 5px;
	font-family: Georgia, "DejaVu Serif", Norasi, serif;
	font-size: 2.3em;
	font-weight: bold;
	color: #5f63b0;
	font-variant: small-caps;
	letter-spacing: 0.12em;
	line-height:1.5em;
	}
	
.etn {
	font-size: 1.4em;
	}

/* MENU HORIZONTAL */
p.cache {	display: none; }

#menu_H{
	margin: 0;
	padding: 0;
	height: 32px;
	background: url(images/fond_menu.gif) repeat-x;
	}
	
ul#menu1 {
	float: left;	
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul#menu1 li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
ul#menu1 img {	border-right: 2px solid #fafafa; }	

/* Navigation - toc(1) ----------------------- */
div#menu2 ul {
	float: left;
	margin: 0;
	padding: 0;
	}

div#menu2 li {
	float:left;
	position:relative;
	list-style-type: none;
	height: 32px;
	margin-top: 1px;
	padding: 0px 10px;
	font-family: Georgia, "DejaVu Serif", Norasi, serif;
	font-size: 1.1em;
	border-right: 1px solid #fafafa;
	}

div#menu2 li a {
	float:left;
	display:block;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
}

#menu2 a { float: none; } /* hack IE5-Mac */
#menu2 a:link, #menu2 a:visited { color: #5f63b0; }
#menu2 a:hover, #menu2 a:focus { color: #d5e7f5; }
#menu2 .sdoc, #menu2 .sdocs {
	height: 32px;
	padding: 0 10px;
	background: url(images/fond_menuhover.gif);
	color: #5f63b0;
	font-weight: bold;
	line-height: 31px;
	}
#menu2 ul.menulevel1 li:hover, #menu2 ul.menulevel1 li:focus{	height: 32px; background: url(images/fond_menuhover.gif); }

/* Navigation - toc(2) ----------------------- */
#menu2 ul ul{ 
	display: none;
	position: absolute;
	top: 32px;
	margin: 0;
	left: 0;
	width: 200px;
	}
	
#menu2 ul li ul li {
	height: 22px;	
	padding: 0 5px;
	margin: 0;
	line-height: 22px;
	}	
	
#menu2 ul li ul li a {	padding-top: 0px;	}	
#menu2 ul.menulevel1 li.docs:hover ul.menulevel2, #menu2 ul.menulevel1 li.sdocs:hover ul.menulevel2 { display:block; }

#menu2 ul.menulevel2 li.doc, #menu2 ul.menulevel2 li.docs {
	float: left;
	position: relative;
	height: 22px;	
	list-style: none;
	margin: -1px 0 0 0;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.70em;
	border:1px solid #cbcefa;
	background-color: #d5e7f5;
	line-height: 22px;
	}
	
#menu2 ul.menulevel2 li.doc a, #menu2 ul.menulevel2 li.docs a {
	width: 200px;
	display: block;
	float: left;
	text-decoration: none;
	color: #5f63b0;
	font-weight:normal;
	font-weight: bold;
	}
	
#menu2 ul.menulevel2 li.sdoc, #menu2 ul.menulevel2 li.sdocs {
	height: 22px;	
	width: 195px;
	float: left;
	position: relative;
	list-style: none;
	padding-left: 5px;
	margin: -1px 0 0 0;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", Geneva, sans-serif;
	font-size: 0.70em;
	background-color: #d5e7f5;
	background-image: none;
	line-height: 22px;
	color: #ff8c00;
	border: 1px solid #cbcefa;
	}
	
#menu2 ul.menulevel2 li.sdoc a, #menu2 ul.menulevel2 li.sdocs a {
	display: block;
	float: left;
	text-decoration: none;
	color: #5f63b0;
	}
	
#menu2 ul.menulevel2 li:hover, #menu2 ul.menulevel2 li:focus { height: 22px; } /* indiquer taille pour IE7 */
#menu2 ul.menulevel2 li:hover a, #menu2 ul.menulevel2 li:focus a { font-weight: bold; }

/* z-indices ----------------------------------- */
div#menu2 ul.menulevel1 {z-index:10;}
div#menu2 ul.menulevel2 {z-index:20;}
div#menu2 li:hover {z-index:40;}

/* CONTENU CENTRAL */
#content { padding: 0 20px 10px 20px; }

#editcontent {
	padding-left: 270px;
	padding-right: 220px;
	}

#content p {	margin: 0.20em 0 0.70em 0; }

#content h1, #content h2 {
	margin: 5px 0 20px 0;
	padding: 0;
	color: #ff8c00;
	font-family: Georgia, "DejaVu Serif", Norasi, serif;
	font-size: 1.75em;
	}
	
#content h1, #content h2 {
	background: url(images/bouton_titre.gif) no-repeat left center;
	text-indent: 60px;
	line-height: 80px;
	}

#bloc_gauche {
	float: left;
	width: 273px;
	margin: 35px 0 20px 10px;
	background: url(images/fond_actualites_bas.gif) repeat-y center bottom;
	min-height: 550px;
}
* html #bloc_gauche { height: 550px; } /* IE6 hack */

#bloc_gauche h2 {
	height: 20px;
	padding-top: 36px;
	padding-right: 25px;
	margin: 0;
	font-size: 1.1em;
	color: #5f63b0;
	text-align: right;
	background: url(images/fond_actualites_haut.gif) no-repeat center top;
	}

#bloc_gauche p {
	padding: 2px 40px 2px 20px;
	font-size: 0.85em;
	font-style:italic;
	}

#bloc_droit {
	float: right;
	width: 200px;
	margin: 35px 0 0 0;
	padding-bottom: 10px;
	border-left: 1px solid #d5e7f5;
	min-height: 550px;
}
* html #bloc_droit { height: 550px; } /* IE6 hack */

#bloc_droit p {
	padding: 0 20px 8px 20px;
	font-size: 0.85em;
	font-style:italic;
	}

.anim {
	display: block;
	width: 161px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 1px solid #d5e7f5;
	}

#bloc_droit img {
	margin : 2px auto 15px auto;
	padding: 0 1px;
	border: 1px solid #d5e7f5;	
	}

#date {
	clear: both;
	padding-top: 20px; 
	font-size: 0.80em;
	}

/*  NAVIGATION ENTRE PAGES  */
#haut {
	float: right;
	margin-right: 20px;
	background-color: #d5e7f5;
	}
	
#haut a {
	display: block;
	padding: 4px;	
	font-size: 0.85em;
	font-weight: bold;
	border: 1px solid #ddd;
	background-color: #d5e7f5;
	}

#locator {
	clear: both;
	margin: 10px 0 0 20px;
	font-size: 0.80em;
	color: #5f63b0;
	background: url(images/puce_ariane.gif) no-repeat left center;
	text-indent: 18px;
	}
	
#locator a {
	font-weight: bold;
	text-decoration: underline;
	}

/* BAS DE PAGE */
#footer {
	margin-bottom: -5px;
	margin-top: 12px;
	padding: 5px;
	border-top: 1px solid #d5e7f5;
	text-align: center;
	font-size: 0.80em;
	}

#footer p {
	clear: both;
	padding-top: 5px;
	}

/* CLASSES DIVERSES */
#login, #login a {
  line-height: normal;
  text-decoration: none;
	}

#login2 { margin : 20px 0;}

#searchbox {	padding: 4px 0 0 690px;	}
#searchbox .submit { font-size:1em; font-weight:normal; }

#searchbox .text {
	width: 120px;
	padding: 1px 5px;
	font-size: 1em;
	color: #5f63b0;
	background-color: #fafafa;
	border: 1px solid #ddd;
	}

/*  Classes de styles éditables */
.titre_bleu  {
	font-size: 1.2em;
	color: #5f63b0;
	font-weight: bold;
	}
	
.titre_bleu_etn  {
	font-size: 1.6em;
	color: #5f63b0;
	font-weight: bold;
	}
	
.texte_bleu  {	color: #5f63b0;	}

.titre_orange  {
	font-size: 1.2em;
	color: #ff8c00;
	font-weight: bold;
	}
	
.texte_orange  {	color: #ff8c00;	}
	
.bordure_bleu  {
	overflow:auto;
	max-width: 80%;
	padding: 10px;
	margin : 20px auto 20px auto !important;
	line-height: 1.5em;
	border: 1px dotted #5f63b0;
	background: url(images/fond_bleu.gif) repeat;
	text-align: center;
}
* html .bordure_bleu { width: 80%; } /* IE6 hack */

.bordure_orange  {
	overflow:auto;
	max-width: 80%;
	padding: 10px;
	margin : 20px auto 20px auto !important;
	line-height: 1.5em;
	border: 1px dotted #ff8c00;
	background: url(images/fond_orange.gif) repeat;
	text-align: center;
}
* html .bordure_orange { width: 80%; } /* IE6 hack */

.titre_actu {
	color: #ff8c00;
	font-weight: bold;
	font-style: normal !important;
	font-size: 1.0em !important;
	}

.texte_actu_bleu {
	color: #5f63b0;
	font-weight: bold;
	font-style: normal !important;
	}
	
.texte_centre	{
	display: block;
	text-align: center;
	}

.tableau  {
	width: 100%;
	margin: 20px auto;	
	border-collapse: collapse;
	font-size: 0.95em;
	background: url(images/fond_bleu.gif) repeat;
	}

.tableau td  {
	padding: 5px;
	margin : 0!important;
	border: 1px dotted #5f63b0;
	}
	
.lien_ext  {
	padding-right: 15px;
	font-weight: bold;
	background: url(images/puce_lien_ext.gif) no-repeat right center;
	}
	
a.lien_ext:hover {	background: url(images/puce_lien_ext_hover.gif) no-repeat right center;	}
	
.lien_ext2  {
	padding-right: 15px;
	background: url(images/puce_lien_ext.gif) no-repeat right center;
	}
	
a.lien_ext2:hover {	background: url(images/puce_lien_ext_hover.gif) no-repeat right center;	}

.lien_int  {
	font-weight: bold;
	text-decoration: underline;
	}

.img_gauche, .img_droite, .img_centre { padding: 0; }

.img_gauche {
	float: left;
	margin: 5px 20px 5px 0;
	}

.img_gauche_liste {
	float: left;
	margin: 5px 20px 5px 0;
	}
	
.img_droite	{
	float: right;
	margin: 5px 0 5px 20px;
	}
	
.img_centre	{
	margin: 0 auto;
	display: block; 	
	}
	
#content ul {
	list-style: none;
	margin: 20px 0 20px 20px;
	padding: 0;
	font-size: 1em;
}
* html #content ul { height:1%;	} /* IE6 hack */
*:first-child+html #content ul .img_liste { margin-left:250px; } /* IE7 hack */

#content ul li {
	margin-bottom: 5px;
	padding-left: 12px;
	background: url(images/puce_liste.gif) no-repeat 0px 0.35em;
}

#content ul ul {
	margin: 5px 0 15px 10px;
	font-size: 1em;
	}

#content ul ul a {
	margin: 5px 0 15px 0;
	font-size: 1em;
	}

#content ul ul li {
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
	}

/*  Menu page admin */
#editmenu {
	padding: 5px 0;
	font-size: 0.8em;
	font-weight: bold;
	}

table.edit td {	padding: 5px 0 5px 8px;	}
	
#editmenu table.edit td {
	padding-left: 0 !important;
	background-color: #d5e7f5;
	text-align: center;
	}
