	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		margin: 0;
		padding: 0;
		background: #D7E8F4 url("images/elements/bg.gif") repeat-x left top;
		color: #000;
		text-align: center; /*center layout in ie5 and 5.5. */
	}
	
	/* General */
	
	p, h4 {
		text-align: justify;
	}

	p img {
		margin: 0;
		padding: 0;
	}
	
	/*h1, h2, h3 {
		font-family: "Times New Roman", Times, serif;
	}*/
	
	h1 {
		margin-top: 0;
		font-size: 1.9em;
		font-weight: normal;
		margin-bottom: 1em;
		color: #f0512d;
	}
		h1 em {}
		h1 strong {}
	
	h1 em, h2 em, h3 em, h4 em {
		font-style: normal;
		font-weight: normal;
		font-size: .95em;
	}
	
	h2, h3 {
		margin-top: 1.5em;
		font-size: 1.5em;
		font-weight: normal;
		letter-spacing: 1px;
		margin-bottom: 1em;
		color: #f0512d;
	}
	
	h2 a {
		color: #f0512d;
	}
	
	h3 {
		color: #069;
		font-size: 1.3em;
	}

	
	h4 {
		color: #069;
		font-size: 1em;
		font-weight: bold;
	}
	
	p {
		color: #333;
	}
	
	img {
		border: none;
	}
	
	a {
		color: #069;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	small {
		font-size: .85em;
		color: #666;
	}
	
	#top
	{
	width: 980px;
	margin: auto;/* centre for compliant browsers*/
	padding: 0;
	background: transparent url("images/elements/bandeau_top.jpg") no-repeat left top;
	height: 110px;
	text-align: center;
	}
	
	#top h2 {
	/*position: absolute;
	text-indent: -1000em;*/
	display:  none;
	}
	
	#top div{
		padding: 30px 0 0;
	}

	#top div * {
		margin: 0;
	}
	
	#top div a {
		display: block;
		height: 40px;
		width: 100%;
		//float: right;
	}
	
	#top img
	{
	border: 0;
	}
	
	
	#container
	{
	width: 980px;
	margin: auto;/* centre for compliant browsers*/
	background: #fff url("images/elements/page_border_bottom.gif") no-repeat left bottom;
	color: #333;
	text-align: left;
	}
	
	#bandeau
	{
	height: 140px;
	background: #fff url("images/elements/bandeau_visuel.jpg") no-repeat left top;
	}
	#bandeau-evenementiel #bandeau {
		background-image: url("images/elements/bandeau_visuel_4.jpg");
	}
	#bandeau-logistique-manutention #bandeau {
		background-image: url("images/elements/bandeau_visuel_2.jpg");
	}
	#bandeau-contactez-nous #bandeau {
		background-image: url("images/elements/bandeau_visuel_3.jpg");
	}
	#bandeau-plan-d-acces #bandeau {
		background-image: url("images/elements/bandeau_visuel_5.jpg");
	}
	
	
	/* Navigation GAUCHE */
	
	#sidenav
	{
	float: left;
	width: 237px;
	margin: 10px 0 0;
	padding: 0;
	background: #fff;
	}
	
	/* menu gauche */
	
	#left-menu { /*border-bottom: 1px solid #ccc;*/ }
	
	#left-menu { margin: 10px 10px 0 23px; padding: 0px; /*width: 208px;*/ }
	#left-menu li { list-style: none; font-size: 12px; border-bottom: 1px dashed #f90; }
	#left-menu li a { color: #069; display: block; padding: 3px 0px 3px 15px; width: 175px; text-decoration: none; line-height: 18px; }
	#left-menu li a:hover { text-decoration: underline; }
	#left-menu li.active {  }
	#left-menu li.active a {  }
	#left-menu li.active a:hover {  }
	#left-menu li.active li a {  }
	#left-menu li.active li a:hover {  }
	
	/* Sous menu */
	#left-menu ul { padding: 0px; margin: 0px; }
	#left-menu ul li { border-bottom: none; }
	#left-menu ul li a { padding-left: 29px; width: 161px; }
	#left-menu ul li.active a {  }
	
	/* Sous menu - sous */
	#left-menu ul li.active li a,
	#left-menu ul ul li a { padding-left: 43px; width: 147px; }
	#left-menu ul ul li.active a {  }
	
	/* Marquage de la page en cours seule */
	#left-menu li.current { font-weight: bold; }
	#left-menu li.current li { font-weight: normal; }
	
	
	
	
	
	/* CONTENU */
	
	#content
	{
	margin: 0;
	margin-left: 237px;
	padding: 24px 14px 1em 14px;
	}
		
	/* Listes */
	
	#content ul, #content ol { margin: 0 0 1.5em 0; padding: 0; }
	#content ul li { margin: .25em 1em 0 1em; padding-left: .7em; list-style: none; /*list-style-image: url(images/elements/left-menu-li-bg.gif);*/
	background: transparent url("images/elements/left-menu-li-bg.gif") no-repeat left 5px;  }
	
	
	#content p {
		text-align: justify;
	}
	
	div hr {
		clear: both;
		visibility: hidden;
		height: .5em;
	}

	
	/* Colonne TG */

	.tg { /*width: 205px;*/ margin: 0 0 0 20px; float: right;  }
	.tg img { margin-bottom: 1.5em;  }
	.clear { clear: both; }
	
	
	/* Footer */
	
	#footer {
	width: 730px;
	margin: auto;/* centre for compliant browsers*/
	padding: 0 0 1em 250px;
	background: transparent;
	/*height: 80px;*/
	color: #036;
	font-size: 1em;
	text-align: left;
	}
	
	#footer p
	{
	margin: 1.5em 0;
	padding: 0;
	}
	
	#footer *
	{
	color: #036;
	font-size: 1em;
	text-align: left;
	}
	
	#footer .copy, #footer .copy a, #footer .sitelinks, #footer .sitelinks a
	{
	color: #069;
	}
	
	#footer .sitelinks
	{
	font-size: .8em;
	}
	
	/* Paragraphes */
	
	img.floatright, img.floatleft, div.floatright img {
		border: none;
	}

	.floatright p, .floatleft p {
	font-size: 0.8em;
	color: #666;
	font-style: normal;
	margin: 3px;
	text-align: center;
	}

	.floatright {
		float: right;
		margin: 0 0 10px 10px;
	}

	.floatleft {
		float: left;
		margin: 0px 10px 10px 0;
	}
	
	.floatcenter {
		float: center;
		margin: 0px 10px 0 10px;
		text-align: center;
	}
	
	.floatcenter img {
		margin: 0px 20px 0 20px;
	}
	
	.legende {
		font-size: .9em;
		color: #666; font-style: italic;
	}

	
	/* Contact */


.contactform {
	padding: 2px 0 0;
}
.contactform fieldset {
	margin: 0;
	padding: 1em 0 1em;
	border: none;
	font-size: 12px;}
.contactform fieldset legend {font-weight: bold;}
.contactform div {width: 100%; padding: 0.25em 0 0.25em 0;}
.contactform div label {display: block; float: left; width: 15.5em; font-weight: bold; color: #069; }

.contactform div input {padding: 0.25em; width: 40%; border: 1px solid #ccc; }
.contactform div select {padding: 0; width: 41%; border: 1px solid #ccc; }
.contactform div textarea { margin: 1em 0 0 0em; padding: 0.25em; width: 28em; height: 12em; border: 1px solid #BFBAB8; }
.contactform div.submit { width: auto; text-align: left; padding-left: 187px; }
.contactform div.submit input { margin: 0; padding: 5px 10px; width: 160px; color: #fff; font-weight: bold; text-transform: uppercase; background: #FF6633; border: none; }

div.required {color: #FC3502;}
.error_message { padding: 2px 0 0; }
.error_message ul { background: #FFF5EE; margin: 0 0 1em; }

.contactform .checkobjet { width: 100%; }
.contactform .checkobjet label { float: none; }
.contactform .checkobjet div { width: auto; }
.contactform .checkobjet div label { display: inline; float: none; width: auto; font-weight: normal; }
.contactform .checkobjet div input { width: 1em; border: none; margin-left: 187px; }




	
	