/*! @group html */

html body
{
	padding: 0;
	margin: 0 ;
	background: #ccc url(../../../images/fond/fond2.jpg) repeat-x;
}
html body *
{	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px ;
}

h1, h2, h3, p
{
	margin: 0;
}

table
{	border-collapse: collapse;
}
table th *, 
table td *
{	vertical-align: top;
}
img
{	border: none ;
}
input, select, textarea
{	vertical-align: top ;
	margin: 0 ;
}
.clear
{	clear: both;
}

/* @end */

/* @group comportement général des liens hypertextes */

a:link, 
a:visited
{
	color: #333;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}


/* @group effet bouton */

a.btt
{	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;
	
	height: 16px;
	padding: 1px ;
	padding-left: 10px ;
	padding-right: 10px ;
	
	color: white;
	
	cursor: pointer ;

/*	background: #a0a1a1 url(../../../images/colloque/ensavoirplus_off.jpg) no-repeat ;
*/	background: #456CB1;
	font-size: 0.9em;
}
/*a.btt:link,
a.btt:visited
{	background: #a0a1a1 url(../../../images/colloque/ensavoirplus_off.jpg) no-repeat ;
}
a.btt:hover
{	background: #cc0000 url(../../../images/colloque/ensavoirplus_on.jpg) no-repeat ;
	text-decoration: none;
}
*/
/* @end */


/* @end */

/* @group quelques classes utiles */

.pointer
{
	cursor: pointer;
}
.err
{
	color: red;
}
input.err,
textarea.err
{
	border: 1px solid red;
}
.warning
{
	color: orange;
}
.notice
{
	color: #33F;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
a#topAnchor	/* ancre en haut de la page, permet de ramener l'ascenseur vertical en position initiale */
{	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}


hr.sep /* separation horizontale */
{
	border: none; 
	background-color: #999; 
	height: 1px; 
}
div.sep /* separation horizontale centre */
{
	border: none; 
	text-align: left;
	padding: 5px ;
	padding-top: 10px;
}

/* @end */

/* @group div principale, elle contient toutes les autres */

div#main
{
	width: 790px;
	margin: 10px auto;
	min-height: 300px;
	height: auto;
	background: #fff;
	border-left: 5px solid white;
	border-right: 5px solid white;
}

/* @end */

/* @group top */

div#main div#top
{
	background: #17479d url(../../../images/fond/hautdepage.gif) no-repeat;
	height: 73px;
	text-align: right;
}
div#main div#top a#goHome
{	position: absolute;
	width: 130px ;
	height: 70px ;

	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;
} 
div#main div#top form.search
{	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;

	padding: 0;
	margin: 0;
	height: 19px;

}
div#main div#top form.search span.loupe
{	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;
	
	width: 23px; 
	height: 19px;

	background: url(../../../images/accueil/loupe.gif) no-repeat;
}

div#main div#top form.search input.search
{	width: 154px; 
	height: 19px;
	border: 0;

	margin: 0 ;
	padding: 2px 5px 2px 10px;

	background: url(../../../images/accueil/fond_recherche.gif) no-repeat;
}
div#main div#top form.search input.submit
{	width: 30px; 
	height: 19px;
	margin: 0 ;
	margin-left: 20px ;
	border: 0;
	cursor: pointer;

	background: url(../../../images/accueil/ok.gif) no-repeat;	
}
/* @end */


/* @group bottom */

div#bottom
{	background: #17479d url(../../../images/fond/basdepage.gif) no-repeat;
	height: 45px;
	text-align: right;
}
div#bottom a#logoff
{	padding: 10px;
	color: black;
}

/* @end */

/* @group body_page */

div#body_page
{
	margin: 5px;
	padding: 0px;
	padding-top: 0px;

	height: auto;
	min-height: 400px;
	
	overflow-x: hidden;
}

/* @end */

/* @group séparateurs */

div#separateur1
{	background: #fff url(../../../images/accueil/separateur_rouge.gif) no-repeat 0 0px;
	height: 18px;
	padding: 5px 0 ;
	margin-bottom: 20px;
	
}
div#pointilles
{
	background: #fff url(../../../images/accueil/pointilles.gif) no-repeat 0 12px;
	height: 15px;
	padding: 5px 0 ;
}

/* @end */


/* @group head */

h1
{
	margin: 0;
	text-align: center;	
}



/* @end */

/* @group ul */

ul, ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul li span.label
{
	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;
	vertical-align: top;

	width: 220px;
}
ul li span.value
{
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	
	border:1px solid gray;
}

/* @end */

/* @group agora_lst */

table.agora_lst
{	border-collapse: collapse;
	margin: 5px auto;
}
table.agora_lst th,
table.agora_lst td
{	padding: 5px 10px;
	vertical-align: top;
}
table.agora_lst tr.odd td
{
	background: white;
}
table.agora_lst tr th,
table.agora_lst tr.even td
{
	background: #ccc;
}
table.agora_lst tr th
{
	border-bottom: 1px solid black;
}
table.agora_lst a:link, table.agora_lst a:visited
{
	color: #333;
	text-decoration: none;
}

/* @end */

/* @group autocompletion */

ul.autocompletion
{
}

ul.autocompletion li a.element:link,
ul.autocompletion li a.element:visited
{	
}
ul.autocompletion li a.element:hover
{	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}

/* @end */

/* @group admin */

table.admin
{
	margin: 0 auto;
}
table.admin td
{
	vertical-align: top;
	padding: 5px;
}

/* @end */

img.small
{
	max-width: 50px;
	max-height: 50px;
}

form#formContact
{	margin-top: 1em;
}

form#formContact a.btt,
a#entree_libre,
a#invit
{	display: -moz-inline-stack ;
	display: inline-block ;
	zoom: 1 ;
	
	width: 90px;
	height: 16px;
	padding: 1px ;
	
	text-align: center;
	
	color: white;
	background: #a0a1a1 url(../../../images/colloque/ensavoirplus_off.jpg) no-repeat ;
}
div.bouton2
{	height: 16px;
	width: 120px;
	padding: 1px ;
	padding-left: 15px;
	margin-top: 2px;

	cursor: pointer;
	
	text-align: left;
	
	color: white;
	background: #a0a1a1 url(../../../images/colloque/ensavoirplus_off.jpg) no-repeat ;
}
a#invit
{
	width: 120px;
}
form#formContact a.btt:link,
form#formContact a.btt:visited,
div.bouton2:link,
div.bouton2:visited,
a#entree_libre:link,
a#entree_libre:visited,
a#invit:link,
a#invit:visited
{	background: #a0a1a1 url(../../../images/colloque/ensavoirplus_off.jpg) no-repeat ;
}
form#formContact a.btt:hover,
div.bouton2:hover,
a#entree_libre:hover,
a#invit:hover
{	background: #cb0000 url(../../../images/colloque/ensavoirplus_on.jpg) no-repeat ;
	text-decoration: none;
}
a#entree_libre,
a#invit
{	padding: 2px 8px;
	cursor: pointer;
}
form#formContact ul li span.label
{	width: 120px;
}
form#formContact ul li input#email
{	width: 200px;
}
form#formContact ul li textarea
{	width: 400px;
}

table.agora_fiche,
div.agora_fiche
{	margin: 0 auto;
	width: 900px;
}

table.agora_fiche td
{	vertical-align: top;
}

#zoom
{	position: absolute;
}
#zoom tr td
{	border: 1px solid red;
	text-align: center;
	vertical-align: middle;
	width: 200px;
	height: 200px;
}

#zoom img
{	width: 300px ;
}
html > body #zoom img
{	width: auto ;
	height: auto ;
	min-width: 300px ;
	min-height: 300px ;
}

#zoom
{	background: #bbb;
	border: 2px solid black;
	padding: 20px;
	display: none;
}
#zoom div
{	padding: 20px;
}
#zoom img
{	cursor: pointer;
}
