/*! @group html */

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

h1, h2, h3, p
{
	margin: 0;
}
html body.colloquePro h1,
html body.colloquePro h2,
html body.colloquePro h3
{	text-align: center;
}
html body.colloquePro h1
{	margin: 1em ;
	font-weight: bold;
	text-transform: uppercase;
}
html body.colloquePro h2
{	margin: 1em ;
	font-weight: bold;
}
html body.colloquePro h3
{	margin: 1em ;
	font-weight: normal;
}

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: 120px ;
	height: 70px ;
/*
	display: -moz-inline-stack ;
	display: inline-block ;
*/
	display: block ;
	zoom: 1 ;
}
div#main div#top a#goHome:hover
{	border: 1px solid #bbf;
} 
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;
	border: 1px solid #999;
}
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,
input#resume,
input#titre,
input#lieu
{	width: 400px;
}
input#titre
{	width: 500px;
}
input#date,
input#heure
{	width: 80px;
}

table.agora_fiche,
div.agora_fiche
{	margin: 0 auto;
	width: 300px;
}
html > body table.agora_fiche,
html > body div.agora_fiche
{	width: auto;
	min-width: 300px;
}

table.agora_fiche
{	border: 1px solid #ccc;
}
table.agora_fiche td
{	vertical-align: top;
}

/* @group clubs parlementaires */

div#clubs
{	background: white;
	padding: 10px 0;
}
div.lst
{	width: 210px;
}
div.lst img
{	width: 100px;
}

/* @end */


/* @group clubs parlementaires2 */

/* try to use custom fonts trough css3 (opera 10+, safari 3.1+ and ff 3.5+) */

@font-face 
{	font-family: "Share";
	src: url("fonts/share.ttf") format("truetype");
}
body.clubs
{	background: #17479d;
	padding: 0;
	margin: 0;
}
body.clubs div.top
{	background: url(../../../images/club/degrade.gif) repeat-x bottom;
	margin: 0;
	padding-top: 15px;
	height: 85px;
}
body.clubs div.top div.main2,
body.clubs div.main2
{	margin: 0 auto;
	width: 1000px;
}
div#clubs div.main2
{	margin: 0 auto;
	padding: 10px 0 ;
}

body.clubs *
{	font-family:"Lucida Grande","Lucida Sans Unicode",Calibri,Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
	font-size: 13px;
}

body.clubs div.top div.main2 a.img
{	float: left;
	margin-left: 75px;
	margin-right: 95px;
}
body.clubs div.top div.main2 h1
{	text-align: left;
	padding: 10px 0;

	font-family: "Share", "Arial Narrow", Arial, Sans;
	font-size: 28px;
	font-weight: normal;
	color: white;

	text-shadow:1px 1px 1px #999999;
}
body.clubs div.top h4 img
{	margin: 1px 0 20px;
}

body.clubs div.bottom
{	background: none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	color: white;
}
body.clubs div.bottom a
{	color: white;
}

div#clubs div.main2 table
{	margin-top: 20px;
}

div#clubs div.main2 table td
{	vertical-align: top;
	padding: 0;
}
div#clubs div.lst
{	width: 320px;
	margin-bottom: 30px;
}
div#clubs div.lst img
{	width: 150px;
}
div#clubs div.lst a.club
{	display: block;
	float: left;
	text-decoration: none;
	zoom: 1;
	position: relative;
}
div#clubs div.lst a.club:hover
{	text-decoration: none;
}
div#clubs div.lst a div.titre
{	width: 130px;
	height: 92px;
	position: absolute;
	background: black;
	padding: 10px;
	color: white;

	filter:alpha(opacity=60); /* ie */
	-moz-opacity:0.6; /* ff */
	-khtml-opacity: 0.6;	/* safari et konkeror */
	opacity: 0.6;	/* opera, safari */
}
body.clubs div#clubs ul li.titre, 
body.clubs div#clubs ul li.titre a,
body.clubs div#clubs ul li.date, 
body.clubs div#clubs ul li.date a
{	font-family:"Union","Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Sans,FreeSans,Jamrul,Garuda,Kalimati;
	font-size:	23.4px;
	font-weight:bold;
	letter-spacing:-0.04em;
	text-shadow:1px 1px 1px #FFFFFF;
}
body.clubs div#clubs ul li.titre, 
body.clubs div#clubs ul li.titre a
{	font-size:	19px;
}
body.clubs div#clubs ul li.date, 
body.clubs div#clubs ul li.date a
{	color: #33f;
}
body.clubs div#clubs ul li.titre a:hover,
body.clubs div#clubs ul li.date a:hover
{	color: #999;
}
div#clubs ul li.titre, 
div#clubs ul li.titre a
{	font-weight:bold;
}
div#clubs ul li a:hover
{	text-decoration: none;
}
div#clubs div.lst a div.titre strong
{	color: white;
}
div#clubs div.lst a div.titre,
div#clubs div.lst a:link div.titre,
div#clubs div.lst a:visited div.titre
{	display: none;
}
div#clubs div.lst a:hover div.titre
{	display: block;
}
div#clubs ul
{	margin-bottom: 2em;
}
div#clubs ul li.lieu
{	text-align: right;
}
div#clubs ul li.intervenant,
div#clubs ul li.intervenant strong
{	color: black;
	font-size: 12px;
}
div#clubs ul li.intervenant
{	
}
div#clubs ul li.titre
{	padding: 5px 0;
}
div#clubs ul li img.logo
{	width: 50px;
	float: left;
	margin-right: 12px;
}
div#clubs ul li.titre,
div#clubs ul li.titre a
{	color: #000;
	font-weight: bold;
}


div#menu0
{	height: 64px;
	top: 80px;

	position: absolute;
	width: 100%;
	padding-left: 10px;
}
div#menu1
{	background: url(../../../images/club/nav-left.png) no-repeat scroll left top transparent;
	z-index: 3;
	height: 64px;

	width: 1000px;
	margin: 0 auto;
	padding-left: 25px;
}
div#menu2
{	background: url(../../../images/club/nav-bg.png) no-repeat scroll right top transparent;
	float: left;
	height: 64px;
	padding-right: 25px;
}
div#menu2 ul.menu li
{	background: url(../../../images/club/nav-div.png) no-repeat scroll right top transparent;
	float: left;
	height:64px;
	padding: 0 10px;
}
div#menu2 ul.menu li.first
{	width: 2px;
	padding: 0 ;
}
div#menu2 ul.menu li a span,
div#menu2 ul.menu li a:link span,
div#menu2 ul.menu li a:visited span
{	position: relative;
	top: 10px;
	color: #fcc;

	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
}
div#menu2 ul.menu li a:hover
{	text-decoration: none
}
div#menu2 ul.menu li a:hover span
{	color: #f33;
}

/* @end */

/* inscriptionGratuite */

#inscriptionGratuite
{	padding-top: 10px;
	float: right;
}

/**/
#form_cde_publication #nom,
#form_cde_publication #email
{	width: 250px;
}
