/*Feuille de style ecran, copyright LunaWeb 2006*/

/*General*/
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	background: #444;
	color: #000;
}

em, .em {
	font-weight: bold;
	font-style: normal;
}

.red {
color: red;
font-weight: bold;
}

img {
	border: 0;
}

#site {
	position: relative;
	width: 760px;
	min-height: 600px;
	margin: 0 auto;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 10px solid #000;
}

#global {
	position: absolute;
	width: 100%;
}

code {
	font-family: "Courier New", Courier, mono, serif;
	color: #810394;
	font-size: 1.5em;
}

.video {
	height: 240px;
	width: 290px;
	float:right;
	text-align:right;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #B93D3C;
}

a.lien_ext:after {
	content: "\0000a0[\2197]";
	color: #810394;
	font-weight: normal;
}

a.pdf-doc:after {
	content: url(../img/css/pdf-icon.gif);
	margin-left: 3px;
}

.citation {
	font-family: Georgia, "Trebuchet MS", Verdana, sans-serif;
	font-style: italic;
	color: #444;
	padding: 3px 0 0 18px;
}

.droite {
	text-align: right;
	font-size: 0.8em;
}

.cache {
	display: none;
}

.italique {
	font-style: italic;
}

.rappel {
	border: 2px solid #a146af;
	background-color: #8ccb12;
	padding: 10px;
	margin: 10px auto;
	margin-bottom: 25px;
	width: 50%;
	text-align: center;
}

.rappel2 {
	border: 2px solid #a146af;
	background-color: #8ccb12;
	padding: 10px;
	margin: 10px 10px;
	width: 50%;
	text-align: center;
}

.rappel3 {
	border: 2px solid #a146af;
	background-color: #8ccb12;
	padding: 10px;
	margin: 10px 10px;
	width: 85%;
	text-align: left;
}
/*Fin General*/

/*Bandeau haut*/

#tailletexte {
	float: right;
	border-left: 1px dotted #000;
	height: 193px;
	width: 31px;
	text-align: center;
}

#tailletexte ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#tailletexte ul li {	
	background-color: #777;
	border-bottom: 1px dotted #000;
}

#tailletexte a {
	color:#fff;
	line-height: 25px;
	text-decoration: none;
	padding: 6px 6px;
}

#tailletexte a:hover {
	color: #000;
}

#recherche {
	float: right;
	margin-top:10px;
	height: 25px;
	width: 250px;
}

#recherche input {
	display: inline;
	border: 1px solid #810394;
	background: #fbe4ff;
}

.txtbig {
	font-size: 1.1em;
}

.txtital {
	font-size: 0.9em;
	font-family: Times, "Times New Roman", courrier, serif;
}


#bandeauh {
	background: url(../img/design/header.jpg) no-repeat top left;
	
}

#bandeauh h1 {
	height: 139px;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-indent: 22px;
}

#bandeauh h1 a {
	display: block;
	color: #222;
	padding-top:80px;
	height: 25px;
	text-decoration: none;	
}

#bandeauh #menuhd {
	/* height: 30px; */
	float: right;
	width: 385px;
	height: 25px;
	background-color: #000;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
}

#bandeauh #menuhd ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
	height: 30px;
}

#bandeauh #menuhd li {
	float: left;
	text-align: center;
}

#bandeauh #menuhd a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	/* height: 21px; */
	background-color: #000;
	border-right: 1px solid #444;
	padding: 4px 8px;
	/* pour IE 5 */
	float: left;
}
/* Hack IE 5 \*/
#bandeauh #menuhd a { float: none; }
/* Fin Hack IE5 */

#bandeauh #menuhd a.dernier {
	border-right: 0 none;
}

#bandeauh #menuhd a:hover {
	background: #555 url(../img/design/tab_bg.jpg) no-repeat bottom right;
}

/*Fin Bandeau haut*/

/*Menu*/
#menu {
	/* height: 30px; */
	float: left;
	width: 100%;
	background: #222 url(../img/design/header_bg.jpg) repeat-x bottom;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
}

#menu h3 {
	display: none;
}

#menu ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	margin: 0;
	/* height: 21px; */
	background: #a146af url(../img/design/tab_bg.jpg) no-repeat bottom left;
	border-right: 1px solid #FFF;
	padding: 6px 10px;
	/* pour IE 5 */
	float: left;
}
/* Hack IE 5 \*/
#menu a { float: none; }
/* Fin Hack IE5 */

#menu a:hover {
	background: #fff url(../img/design/tab_bg.jpg) no-repeat bottom right;
}

/*Fin Menu*/


/*Contenu*/
#contenu {
	background-color: #fff;
}

	/*Fil d'Ariane*/
#filariane p {
	margin-top: -13px;
	margin-left: -10px;
	margin-bottom: 10px;
	color:#999;
	font-size: 0.8em;
}

#filariane p a {
	color:#666;
}

	/*Fin Fil d'Ariane*/


	/*Contenu Gauche*/

#contenug {
	background: #fff url(../img/design/white_shadow.jpg) repeat-x top;
	float: left;
	padding: 20px 30px;
	width: 700px;
	min-height: 450px;
}

html>body #contenug {
	width: 700px;
}

#contenug p.disclaimer {
	font-size: 0.6em;
	color: #333;
	line-height: normal;
}

#contenug a {
	color: #810394;
}

#contenug a:hover {
	color: #222;
}

#contenug dl dt {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

#contenug dl dd {
	padding: 0;
	margin: 0 0 10px;
}

#contenug dl.pointsclefs dt {
	font-weight: bold;
	background: url(../img/design/points-clefs.gif) 0 70% no-repeat;
	padding: 5px 0 5px 25px;
}

#contenug dl.pointsclefs dd {
	color: #111;
	font-size: 0.9em;
	padding: 0 0 0 25px;
	margin: 0 0 10px;
}

#contenug dl.pointsclefs dt a {
	color:#111;
	text-decoration: none;
	border-bottom: 1px dotted #111;
}

#contenug dl.pointsclefs dt a:hover {
	color:#000;
	border-bottom: 1px solid #000;
}

#contenug h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Times, serif;
	background: url(../img/design/fleche-contenu.gif) 50% left no-repeat;
	font-size: 1.4em;
	margin: 20px 0 8px;
	padding: 0;
	padding-left: 10px;
	border-bottom: 1px solid #810394;
}

#contenug h3 {
	color: #000;
	font-size: 1.2em;
	margin: 10px 0 0 30px;
	padding: 0 0 1px;
	text-decoration: underline;
	display: block;
}

#contenug h4 {
	font-size: 1.2em;
	margin: 10px 0 0 0;
	padding: 0;
	color: #000;
	text-decoration: underline;
}

#contenug p {
	line-height: 170%;
}

	#contenug #sessionpdf dt, dd {
		font-size: 1.2em;
		font-family: "Trebuchet MS", Verdana, sans-serif;
}

	#contenug #sessionpdf dd {
		line-height: 90%;
		margin-left: 30px;
		list-style-type: circle;
}
#contenug p.em {
	font-size: 1em;
}

#contenug li {
	padding-bottom: 3px;
}

#contenug ul {
	list-style: circle;
}

	#contenug ul.implantation {
		float: right;
		}

#contenug ul.accueiladmin {	
	list-style-type: none;
	}
		
#contenug ul#intervenants {
	height: 800px;
	margin: auto;
	}
	
#contenug ul#intervenants li {
	font-size: 1.2em;
	}
	
#contenug ul#intervenants  li dd {
	width: 25%;
	float: left;
	font-size: 1.0em;
	}
		
.imgdroite {
	float: right;
	margin-left: 20px;
	border: 1px solid #810394;
}

.imggauche {
	float: left;
	margin-right: 20px;
	border: 1px solid #810394;
}

.imgdroite2 {
	float: right;
	margin-left: 20px;
}

ul#listearguexposants li {
	list-style-type: none;
	margin-left: 20px;
}

#listearguexposants span {
	font-size: 3em;
	color: #810394;
	font-weight: bold;
	padding-right: 3px;
}

#contenug img.cofrac {
	display: block;
	float: right;
	margin-right: 30px;
	}
	
#contenug img.accredit {
	width: 500px;
	display: block;
	margin:auto;
	margin-top: 50px;
	border-left: none;	
	}
	
	/*Fin Contenu Gauche*/


/* Programme */

#contenug h2.titre {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	}

#contenug h1.programme {
	font-size: 16px;
	text-align: center;
	}
		
#contenug h2.date {
	width: 689px;
	height: 25px;
	border: 1px solid #000000;
	display: block;
	color: #000080;
	text-align: center;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 25px;
	}
	
span.anglais {
	font-size: 16px;
	font-weight: lighter;
	font-style: italic;
	color: #000080;
	}

span.datesansbold {
	font-weight: 500;
	}
	
#contenug h3.cadrenoir {
	width: 700px;
	height: 20px;
	line-height: 21px;
	font-size: 12px;
	text-decoration: none;
	background: #000;
	margin-left: 0px;
	color: #ffff99;
	text-align: center;
	margin-bottom: 25px;
	}
	
span.cadrenoiranglais {
	font-size: 12px;
	font-style: italic;
	color: #ffff99;
	}
	
#contenug h3.pause {
	width: 700px;
	height: 20px;
	line-height: 21px;
	font-size: 12px;
	text-decoration: none;
	background: #000;
	margin-left: 0px;
	color: #ff9900;
	text-align: center;
	margin-bottom: 25px;
	}
	
span.pauseanglais {
	font-size: 12px;
	font-style: italic;
	color: #ff9900;
	}
	
#contenug h4.titresession {
	background: #ccccff;
	border: 1px solid #000;
	width: 700px;
	display: block;
	text-align: center;
	color: #000080;
	font-size: 14px;
	text-decoration: none;
	margin-bottom: 25px;
	}
	
span.titresessionanglais {
	font-style: italic;
	}
	
span.presidentsession {
	font-weight: 100;
	display: block;
	}
	
span.presidentanglais {
	font-style: italic;
	}
	
span.heure {
	font-weight: bold;
	font-size: 12px;
	color: #000080;
	margin-right: 10px;
	}
	
p.programme {
	font-size: 12px;
	color: #000080;
	margin-left: 50px;
	margin-top: -20px;
	}
	
span.panglais {
	font-style: italic;
	color: #000080;
	}

#contenug h4.dejeuneroufin {
	width: 700px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #000;
	color: #000080;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
	margin-bottom: 25px;
	}
	
span.dejeuneroufinanglais {
	font-style: italic;
	}
	
/* Fin Programme */



/*Fin Contenu*/

/*Footer*/
#flechetop {
	padding-right: 4px;
	padding-top: 2px;
	float: left;
}

#copyright {
	clear: both;
	margin: 0;
	padding: 10px 0 10px 30px;
	background: #FFF;
	border-top: 2px solid #8ccb12;
	font-size: 0.8em;
	border-bottom: 10px solid #000;
}

#copyright p {
	line-height: 15px;
	margin: 0;
}

#copyright a {
	color: #810394;
}

#copyright a:hover {
	color: #222;
}
/*Fin Footer*/

/*Contact*/
#formcontact {
	text-align: right;
	float: right;
	width: 350px;
	}

input, textarea {
	border: 1px solid #ccc; 
	background-color: #fbe4ff; 
	padding: 0;
	margin: 0 0 5px 5px; 
	text-align: center;
}

input:focus, textarea:focus {
	background-color: #810394;
	color: #fff;
}

.fmspacer {
	margin-bottom: 10px;
}

.fmrequired {
color:#810394;
}

#fm_verify {
	float: right;
}

.ver_img {
	position:fixed;
	_position:absolute;
	left:465px;
	top:388px;
}

/*Fin contact*/

/*Formulaire inscription*/

#forminscriptionintro {
	width: 410px;
}

#forminscriptionintro p {
	text-align:right;
}

#forminscriptionoptions {
	border: 1px solid #810394;
	background: #fbe4ff;
	padding: 10px 4px;
	margin-top: 15px;
	width: 400px;
}

#forminscriptiontexte textarea {
	border: 1px solid #810394;
	background: #fbe4ff;
	padding: 10px 4px;
	margin-top: 15px;
	width: 405px;
}

/*Forum*/
object#forum {
		width:100%; 
		height:480px;
}