/* HEADERS */
h1{
	font-size:1.8em; 
	font-weight:bold; 
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left; 
}

h2{
	font-size:1em; 
	font-weight:normal; 
	padding-top: 0px; 
	padding-bottom: 5px; 
	margin:0; 	
	text-align:left; 
}

h4{
	font-size:10pt; 
	font-weight:bold; 
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666; 
}

.module h4 a {
	color:#FFFFFF;
}

.module h3{
	font-size:9pt; 
	font-weight:normal; 
	margin-bottom:5px;
	color:#666; 
}




/* LISTS */
ul { 
	margin-left:5px; 
	padding:1px;}

#sub-header ul,
#left_modules ul{
	list-style:none;
	margin-top:9px; 
}

ul li{ 
/*	padding-left:25px; 
	background: url(/images/bullet.png) 0 0px no-repeat;*/
}

.module ul li{
	padding-left:0px; 
	text-align:left;
	background: transparent;
}



/* MODULES BOXES */
.content{ 
	padding:0px 10px; 
	color:#7d7e80; 
	text-align:justify; 
	margin-top:20px;
	margin-bottom:30px;
}

.content img{
	margin-left:120px;
}

.content h2{
	margin-top:0px;
}

h2.bullet_h2 {
	/*background:transparent url(/images/puce_vert.jpg) no-repeat scroll 0 2px;*/
	padding-left:26px;
}

.module_column_in{
	position:relative; 
	font-weight:normal;
}

.content ul li{
	/*background:transparent url(/images/puce_gris.jpg) no-repeat scroll 0 2px;*/
	padding-left:12px;
}

.content ul#survey_list li:before{
}

.content ul#press_list li{
	background-color:#EEE;
	padding-bottom:10px;
	margin-bottom:20px;
	overflow:auto;
}

.content ul#press_list li:before{
	content:"";
}

 
/* MODULES BOXES - TOP MODULES */
#top_modules{
	display:none;
	position:absolute;
	top:180px;
	width:850px;
	margin-left:160px;
}

#top_modules .module{
	background-color:transparent;
	margin-top:-15px;
}

#top_modules h4{
	color:#FFFFFF;
}

#top_modules .module_column_in{
	background:#E2EEF2; /*bleu clair*/
}


#login_module .module_column_in{
	background-color:#FCD727; /*orange*/
	color:#FFFFFF;
}




/* MODULES BOXES - LEFT MODULES */
#left_modules .module_column_out{
	border-bottom:1px dotted #D1D4D6;
	margin-top:20px; 
}
#left_modules .module_column_in{
}

#left_modules #survey_module{
	border-bottom:1px dotted #D1D4D6;
}

#left_modules #markettool_module{
	margin-bottom:30px;
	margin-top:10px;	
}

#left_modules #survey_module .module > a{
	display:block;
	background:url(../images/fond_bloc1.png) no-repeat;
	height:110px;
	padding:10px;
}

#left_modules .module > a p{
	color:#fff;
	font-size:0.8em;
	font-weight:normal;
	font-style:italic;
	margin-bottom:5px;
}
#survey_module h2{
}

#left_modules #survey_module .module {
	background:#F6F6F6 none repeat scroll 0 0;
}
#left_modules #survey_module .module .icon{
	top:30px; 
}

#left_modules #specific_module .module a{
	display:block;
	height:130px;
	padding:10px;
	background:url(../images/fond_bloc3.png) no-repeat; 
}

#left_modules #markettool_module .module a{	
	display:block;
	height:130px;
	padding:10px;
	background:url(../images/fond_bloc2.png) no-repeat; 
}

#left_modules .module .icon{
	position:absolute;
	left:10px;
	top:10px;
	width:80px;
}

#left_modules .module .icon img{
	border:3px white solid;
}

#left_modules .module .module_content{
	left:15px;
	top:0px;
	width:100%;
}


#left_modules h2,
#left_modules h2 a{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-bottom:none;
}

#left_modules .module{
}

#left_modules{
	width:280px;
	float:left;
}

#survey_module h3{
	background:transparent url(../images/puce_arrow.png) no-repeat scroll 0 0;
	padding-left:30px;
	line-height:1.4em;
	margin-top:10px;
}

#survey_module h3:hover{
	background:transparent url(../images/puce_arrow-hover.png) no-repeat scroll 0 0;
}

#markettool_module{
	margin-top:20px;
}

.read-more{
	background:transparent url(../images/read_more.png) no-repeat scroll 0 8px;
	color:#ffffff;
	font-size:0.8em;
	padding-left:32px;
	line-height:3em;
	margin-bottom:9px;
	padding-top:4px;
}

.read-more:hover{
	background:transparent url(../images/read_more-hover.png) no-repeat scroll 0 8px;
	color:#666666;
}


/* MODULES BOXES - MAIN MODULES */
#main_column .module_column_in{
	 
/* 	border:1px solid #ddd; */
}

#main_column .content p{
	font-family:verdana;
	font-size:14px;
	line-height:1.2em;
}

#main_column{
 	float:left;
	z-index:1;	
	margin-left:12px;
	width:600px;
}

#markettool_link {
	width:100%;
	text-align:center;
	font-size:14px;
	margin-bottom:50px;
}

#markettool_files {
	margin-top:20px;
}






/* LOGIN / LOGOUT */
#login_module{
	float:left;
	width:260px;
}

#login_msg{
	color:#000066;
	font-size:10pt;
	padding-left:10px;
	padding-bottom:10px;
	text-align:center;
}

#logout{
	font-style:italic;
	font-size:10pt;
}

#contact_module{
	float:right;
	width:260px;
}

#content{ 
	width:734px; 
	margin: auto; 
	padding:10px; 
	background:#fff; 
	color:inherit;
}