/****** RESET CSS ******/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;

/**** liens par défaut ***/
}
a {
	color:#000000;
}
a:hover {
	text-decoration:none;;
}
/***********************
*******  GLOBAL  *******
***********************/

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.print {
	display: none;
}
html {
	background: url(../images/background.png) 0 0 repeat-x #d1d2da;
}
body {
	font-family: Arial, Verdana, sans;
	font-size: 11px;
	text-align: center;
	color: #000000;
}
#wrapper {
	position: relative;
	width: 990px;
	min-height:581px;
	margin: 0 auto;
	text-align: left;
}

/**********************
******  HEADER  *******
**********************/

#header {
	position: relative;
	width: 100%;
}
#header #pubs {
	width: 468px;
	height:70px;
}
#header #pubs .image_container {
	width: 468px;
	height:60px;
	padding:5px;
	background: url(../images/bg_pub.png) 0 0 no-repeat;
}
#header #acces_exposants a,
#header #acces_exposants span {
	position: absolute;
	display: block;
	width: 157px;
	height: 157px;
	text-indent:-7777px;
	overflow:hidden;
	background: url(../images/acces_exposant.png) 0 0 no-repeat;
}
#header #acces_exposants a:hover {
	background: url(../images/acces_exposant.png) 0 -157px no-repeat;
}
#header #acces_exposants span,
#header #acces_exposants li.trail a {
	background: url(../images/acces_exposant.png) 0 -314px no-repeat;
}
/******  MENU  ******/
/*#menu {
	padding: 10px 0;
	overflow: visible;
	float: left;
}
#menu ul.level_1 {
}
#menu ul.level_1 li  {
	margin: 0 0 0 10px;
	position: relative;
	z-index: 50;
	float: left;
	background: #CCC;
}
#menu ul.level_1 li a,
#menu ul.level_1 li span {
	height: 12px;
	display: block;
	padding: 4px 10px;
	position: relative;
	z-index: 50;
	color: #646464;
	text-decoration: none;
	float: left;
	cursor: pointer;
	font-weight: bold;
}
#menu ul.level_1 li a:hover,
#menu ul.level_1 li.opened a,
#menu ul.level_1 li a.trail,
#menu ul.level_1 li span.active {
	background: #777;
	color: #FFF;
}
#menu ul.level_1 li ul.level_2 {
	width: 150px;
	padding: 6px;
	background: #777;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 100;
	visibility: hidden;
	overflow: hidden;
}
#menu ul.level_1 li ul.level_2 li {
	width: 100%;
	margin: 0;
}
#menu ul.level_1 li ul.level_2 li a,
#menu ul.level_1 li ul.level_2 li span {
	width: 142px;
	padding: 2px 4px;
	height: auto;
	background: #CCC;
	color: #646464;
	font-weight: normal;
}
#menu ul.level_1 li ul.level_2 li a:hover,
#menu ul.level_1 li ul.level_2 li a.trail,
#menu ul.level_1 li ul.level_2 li span.active{
	background: #777;
	color: #FFF;
}*/

/********************
****  CONTAINER  ****
********************/

#container {
}

#container #left h3,
#container #right h3 {
	margin: 2px 0;
	font-size:12px;
	font-weight:bold;
}
/********************
*******  LEFT  ******
********************/

#left {
	width: 164px;
	float: left;
}

/********************
*******  RIGHT  ******
********************/

#right {
	width: 190px;
	float: right;
	background: #DDD;
	padding:5px;
}

/********************
*******  MAIN  ******
********************/

#main {
	position: static;
	padding: 20px;
	float: left;
	overflow: hidden;
}

/**********************
*******  FOOTER  ******
**********************/

#footer {
	width: 100%;
	padding: 0 0 65px 0;
	overflow:hidden;
}
#footer a {
	text-decoration: none;
	color: #6b6b6f;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .mod_navigation {
	line-height:30px;
	color:#6b6b6f;
}
#footer #phrase {
	text-align:left;
	color:#474748;
}
#footer #footLinks {
	float: right;
	padding: 0 15px 0 0;
	text-align: right;
}
/**************************
*******  CONTAO  *******
**************************/

/* Display modes */
#main .column_100 { clear: both; float: none; overflow: hidden; width: 100%; }
#main .column_50_left { clear: both; display: inline; float: left; margin-right: 2%; overflow: hidden; width: 48%; }
#main .column_50_right { clear: right; display: inline; float: right; margin-left: 2%; overflow: hidden; width: 48%; }
#main .column_33_left { clear: both; display: inline; float: left; margin-right: 1%; overflow: hidden; width: 32%; }
#main .column_33_center { display: inline; float: left; margin-left: 1%; margin-right: 1%; overflow: hidden; width: 32%; }
#main .column_33_right { clear: right; display: inline; float: right; margin-left: 1%; overflow: hidden; width: 32%; }
#main .column_67_left { clear: both; display: inline; float: left; margin-right: 1%; overflow: hidden; width: 66%; }
#main .column_67_right { clear: right; display: inline; float: right; margin-left: 1%; overflow: hidden; width: 66%; }

/* Gallery */
#main .ce_mediaGallery ul.thumbnails { list-style: none; margin: 0; overflow: hidden; padding: 0; width: 100%; }
#main .ce_mediaGallery ul.thumbnails li { display: inline; float: left; list-style: none; margin: 0 0 0 20px; padding: 0; }
#main .ce_mediaGallery ul.thumbnails li.first_col { clear: left; margin-left: 0; }
#main .ce_mediaGallery ul.cols_1 li { width: 720px; }
#main .ce_mediaGallery ul.cols_2 li { width: 350px; }
#main .ce_mediaGallery ul.cols_3 li { width: 226px; }
#main .ce_mediaGallery ul.cols_4 li { width: 165px; }
#main .ce_mediaGallery ul.cols_5 li { width: 128px; }
#main .ce_mediaGallery ul.cols_6 li { width: 103px; }

/******  mod_article  ******/
.mod_article {
	text-align: justify;
}
.mod_article .block {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
	overflow: visible;
}
.mod_article h1,
.mod_article h2,
.mod_article h3,
.mod_article h4,
.mod_article h5,
.mod_article h6 {
	clear:both;
	font-family: Ubuntu, Arial, Sans-serif;
	font-size: 14px;
	margin: 10px 0;
}
.mod_article h4 {
	font-size:13px;
}
.mod_article h5 {
	font-size:12px;
}
.mod_article p {
	margin: 0 0 12px 0;
}
.mod_article .image_container {
	text-align: center;
	/*line-height: 0;*/
}
.mod_article .image_container .image_frame img {
	border: 1px solid #A2141C;
}
.mod_article .image_container .caption {
	color: #666;
	font-size: 10px;
	font-style: italic;
	position: relative;
	z-index: 0;
}
.mod_article a {
	color: #A2141C;
}
.mod_article a:hover {
	color: #8E8E8E;
	text-decoration:none;
}

/******  ce_text  ******/
.ce_text {
	text-align: justify;
}
.ce_text sup {
	font-size: 10px;
}
.ce_text ul,
.ce_text ol {
	padding-left: 20px;
	list-style: disc outside;
}
.ce_text ol {
	list-style-type: decimal;
}
.ce_text ul {
	list-style-image: url(../images/li_puce.png);
}
.float_right {
	margin: 0 0 5px 5px;
}
.float_left {
	margin: 0 5px 5px 0;
}

/******  ce_table  ******/
.ce_table  {
}
.ce_table table {
	width: 100%;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.ce_table table thead,
.ce_table table tfoot,
.ce_table table thead a,
.ce_table table tfoot a {
	color: #A2141C;
}
.ce_table table thead a:hover,
.ce_table table tfoot a:hover {
	color: #000000;
}
.ce_table table thead tr th,
.ce_table table tbody tr td,
.ce_table table tfoot tr td{
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	padding: 4px 6px;
}
.ce_table table thead tr th {
	background-color: #EEEEEE;
	font-weight: bold;
}
.ce_table table tfoot tr td {
	background-color: #999;
	font-weight: bold;
}
table.sortable th {
	background-image: url(../images/default.gif);
}
table.sortable th.asc {
	background-image: url(../images/asc.gif);
}
table.sortable th.desc {
	background-image: url(../images/desc.gif);
}

/****** ce_gallery ******/
.ce_gallery {
}
.ce_gallery table {
	width: 100%;
}
.ce_gallery table td {
	overflow: hidden;
}

/****** ce_download *******/
/****** ce_downloads ******/
/****** .enclosure ******/
.ce_download,
.ce_downloads {
	padding: 2px 0;
}
.ce_download img.mime_icon,
.ce_downloads img.mime_icon,
.enclosure img.mime_icon {
	margin-bottom: -4px; 
}

/****** ce_image *******/
/****** ce_hyperlink ******/
.ce_hyperlink {
	padding: 0 0 0 21px;
	background: url(../images/hyperlink.png) 0 1px no-repeat;
}
.ce_image .image_container,
.ce_hyperlink .image_container {
	width: 100%;
	text-align: center;
}
.ce_image .image_container img,
.ce_hyperlink .image_container img {
	display: block;
	margin: 0 auto;
}

/****** ce_toplink ******/
.ce_toplink {
	text-align: right;
}
.ce_toplink a {
	padding-left: 14px;
	background: url(../images/toplink.gif) no-repeat left top;
}
.ce_toplink a:hover {
	background-position: 0 -12px;
}

/****** ce_flv_jw ******/
.ce_flv_jw {
	text-align: center;
	float: left;
	clear: both;
}
.ce_flv_jw .videoPlayerNoFlash {
}

/******  ce_form  ******/
.ce_form {
	border: 1px solid #EEEEEE;
    padding: 5px;
    width: auto;
}
.ce_form.block {
	
    width: auto;
}
.ce_form table {
	width: 704px;
}
.ce_form .col_first {
	padding: 0 40px 0 75px;
	text-align: left;
}
.ce_form select, 
.ce_form input.text, 
.ce_form textarea.textarea,
.ce_form input.captcha,
.ce_form input.upload {
	width: 300px;
	margin: 3px 0;
	padding: 2px;
	font-family: Arial, sans;
	color: #646464;
	border: none;
	background: #e2e2e7;
}
.ce_form input.radio, 
.ce_form input.checkbox, 
.ce_form input.upload {
	margin: 1px 0;
}
.ce_form input.upload {
	width: 307px;
	text-align: right;
}
.ce_form select {
	width: 306px;
	padding: 0;
}
.ce_form input.text,
.ce_form input.captcha {
	height: 14px;
}
.ce_form input.captcha {
	width: auto;
	float: right;
}
.ce_form span.captcha_text {
	font-style: italic;
	font-size: 10px;
	line-height: 22px;
	float: left;
}
.ce_form .checkbox_container,
.ce_form .radio_container {
	width: 300px;
}
.ce_form .checkbox_container span,
.ce_form .radio_container span {
	float: left;
}
.ce_form span.mandatory {
	font-weight: bold;
}
.ce_form p.error {
	color: #C00;
	margin: 0;
	padding: 2px 0 0 0;
}
.ce_form .headline {
	width: 100%;
	padding: 8px 0 0 0;
}
.ce_form .headline p {
	font-family: Ubuntu, Arial, Sans-serif;
	font-size: 14px;
	width: 100%;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
}
.ce_form .explanation p {
	font-size: 11px;
	width: 570px;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	color: #858585;
	text-align: right;
}
.ce_form .submit_container {
	padding-top: 10px;
	text-align: right;
	width:306px;
}
.ce_form .submit_container input {
	width: 69px;
	height: 19px;
	cursor: pointer;
	border:none;
	text-indent: -7777px;
	overflow: hidden;
	line-height: 30px;
	background: url(../images/submit.png) 0 0 no-repeat;
}

/***************************
*********  UNITIP  *********
***************************/

#unitip {
	position: absolute;
	z-index: 1000;
	top: -1000px;
	color: #fff;
	font: normal normal 9px Verdana, Arial, Helvetica, sans-serif;
	display: none;
	text-align: left;
}

#unitippoint, #unitipmid, #unitipcap {
	position: relative;
	top: 0px; 
	left: 0px;
	width: 145px;
	display: block;
}

#unitippoint { 
	background: url(../images/TipPoint.png) no-repeat; 
	height: 19px; 
	overflow: hidden; 
}

#unitipmid { 
	background: url(../images/TipMid.png) repeat; 
	width: 125px;
	height: auto; 
	padding: 0 10px;
}

#unitipcap { 
	background: url(../images/TipCap.png) no-repeat; 
	height: 7px; 
	overflow: hidden;
}

span.mandatory {
	color: #A2141C;
}
