/* custom stuff */

html {
  height: 100%;
  margin-bottom: 1px;
}


body {
	margin: 0;
	padding: 0;
	line-height:10px;
}

p {
  margin-bottom: 20px;
}

fieldset {
	border: 0;
	padding: 5px 0;
}

span.pathway img {
	margin: 0px 10px;
}

div#pathway {
	padding-top: 18px;
	padding-left: 10px;
}

span.pathway {
	color: #fff;
}


div.componentheading {
  padding-left: 0px;
}

a.readon {
	margin-top: 10px;
	line-height: 14px;
	height: 16px;
}

/*** fonts ***/
body {
		font-size: 12px;
		line-height: 130%;
		font-family: Geneva, Tahoma, Helvetica, sans-serif;
		color: #21252C;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.moduletable h3,


#moofx a.toggle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: #3B4853 solid 1px;
	padding-left:6px;
}

div#side div.moduletable h3 {
	padding-top: 10px;
}

div.bottom div.moduletable h3,
div#side div.moduletable h3 {
	color: #fff;
	padding-top: 5px;
}

div#side a:hover,
div.bottom a:hover,
a.pathway:hover {
	color: #fff;
}
.componentheading, .contentheading{
	padding-top: 4px;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 16px;
	color:#0066cc;
	border-bottom:solid 1px #0066cc;
	text-transform:uppercase;
	padding-bottom:3px;
	margin-bottom:20px;
}

.contentheading {
	color: #0066cc;
	margin-bottom:20px;
}



/* default menu link styles */
a.mainlevel,span.mainlevel {
	display: block;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 3px 0px;
	font-weight:bold;
}

a.sublevel {
	text-decoration: none;
}

a.mainlevel:link, a.mainlevel:visited,span.mainlevel{
	text-decoration: none;
}

a.mainlevel:hover {
	text-decoration: none;
}

a.sublevel:hover {
	
	color:#fff;
}
div a.sublevel:link, div a.sublevel:visited{
	color:gray;
	text-decoration:none;
}
div#news{
	border:solid 1px #abbfce;
	background:#3b4853;
	margin-top:28px;
	width:100%;
}
a#active_menu{
font-weight:bold;
	color:#fff;
}

/* headings */

h2 {
	font-size:16px;
	display:inline;
}

h3 { 
	margin: 0;
}

h4 {
	
}

.small {
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #666;
	font-weight: normal;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;
}

div#footer {
	height: 40px;
	line-height: 40px;
	font-size: 11px;
	text-align: center;
}

/** some joomla class stuff */

table.contenttoc {
  margin: 5px;
  padding: 5px;
}

table.contenttoc td {
  padding: 0 5px;
}


td.buttonheading {
	
}

td.sectiontableheader {
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry1 td, tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry1, td.sectiontableentry2{
  padding: 3px;
}

table.contentpaneopen, table.contentpane {
  width: 99%;
  float:left;
  
}

table.blog{
width: 100%;
}

div.moduletable ul {
	margin: 5px 0;
	padding: 0 2em;
}

div.moduletable ul li {
	padding-bottom: 3px;
}

.clr {
	clear: both;
}

#page_bg {
	height: 100%; 
	padding: 0;
	margin-bottom: 1px;
}

div.mosimage {
  margin: 5px;
}

div.mosimage_caption {
  font-size: 10px;
  color: #666;
}

table.adminform textarea {
  width: auto;
  font-size: 1em;
  color: #666;
}


/** template layout stuff **/

div#wrapper {
	margin: 0 auto;
	position: relative;
}

body.wide div#wrapper {
	width: 980px;
}

body.thin div#wrapper {
	width: 750px;
}

div#shadow_l {
}

div#shadow_r {
	padding: 0 21px;
}

div#side {
	width: 224px;	
}

body.left div#side {
	float: left;
}

body.right div#side {
	float: right;
}

div#side_l {
}

div#side_r {
	padding: 0 10px;
}

div#main {
	margin: 0;
	padding: 0;
}

body.left div#main {
	margin-left: 224px;		
}

body.right div#main {
	margin-right: 224px;	
}

div#header {
	height: 161px;
}

div#logo {
	height: 180px;
}

body.left div#moofx {
	float: left;	
}

body.right div#moofx {
	float: right;	
}

div#moofx {

	width: 150px;
}

body.left div.mainbody {
	margin: 0;
	margin-right: 5px;
}

body.right div.mainbody {
	margin: 0;
	margin-left: 5px;	
}

body.left div.mainbody.thin {
	margin-left: 152px;
}

body.left div.mainbody.wide {
	margin-left: 5px;
}

body.right div.mainbody.thin {
	margin-right: 152px;
}

body.right div.mainbody.wide {
	margin-right: 5px;
}

body.left div.float_module {
	float: right;
}

body.right div.float_module {
	float: left;
}

div.float_module_entire{
	border:1px solid #adc2ba;
	background: #f9f9f9;
	width:40%;
	margin:auto;
}

div.columns_3 div.float_module {
	width: 35%;
	padding:0px;
	padding-left:1%;
	float: left;
}
div.columns_3 div.float_module2 {
	width: 23%;
	margin-right:2%;
	float: right;
	
}

div.columns_2 div.float_module {
	width: 50%;
}

div.columns_1 div.float_module {
	width: 100%;
}

body.left div.bodyposition {
	clear: right;
}

body.right div.bodyposition {
	clear: left;
}

div.bodypadding {
	padding: 5px;
	line-height:160%;
	letter-spacing:130%;
	float:left !important;
	width:688px;
	background:white;
	min-height:480px;
	height:auto !important;
	height:480px;
}

div.moduletable {
	padding: 5px;
	padding-top: 10px;
	border: 0px solid #f00;
}

div.pagedivider {
	height: 0px;
}

body.left div.pagedivider {
	clear: right!important;
	clear: both;
}

body.right div.pagedivider {
	clear: left;
}

div#bottomsection {
	padding-top: 5px;
	width: 100%;
}

body.left div#bottomsection,
body.left div.bottom {
	float: left;
}

div.bottom {
	width: 100%;
}

body.right div#bottomsection,
body.right div.bottom {
	float: left;
}

/* moofx styling */

body.left #moofx div.module {
	padding-left: 2px;
}

body.right #moofx div.module {
	padding-right: 2px;
}


#moofx a.toggle {
	display: block;
	cursor: pointer;
	padding: 3px;
	padding-left: 16px;
	margin-bottom: 2px;
}

#moofx div.stretcher {
}

#moofx div.padding{
	padding: 5px 0;
}

/*****************************
 ****   supersuckerfish   ****
 *****************************/

#nav {
	border:0;
	margin: 0;
	padding: 0;
	position: relative;
	height: 33px;
	padding-left: 5px;
}

ul#nav li .moduletable{
	border-right:0;
	float:right;
	margin-top:-7px;
	margin-right:0px !important;
	margin-right:20px;
}
#nav li {
	margin: 0;
	margin-top: 3px;
	float: left;
	display: block;
	padding-left: 2px;
}
#nav li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 33px;
	height: 30px;
	left: 0;
	width: 100%;
	border:0;
}

body.wide #nav li ul {
	width: 714px;
}

body.thin #nav li ul {
	width: 484px;
}

#nav a {
	text-decoration: none;
	cursor: pointer;
}

#nav li.on ul {
	display: block;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li a {
	display: block;
	float: left;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
}

#nav li:hover a, 
#nav li.over a {
	background-position: 0px -30px;
}

#nav li.on a, 
#nav li.on:hover a,
#nav li.over.on a {
	background-position: 0px -60px;
}

/* sub level links */

#nav ul li {
	border-right: 0;
	padding: 3px 0;
}



#nav li ul a, #nav li.on ul a {
	display: block;
	float: left;
	padding: 0 15px;
	background: none;
	height: 20px;
	line-height: 20px;
}

/* some page content things */

.hide {
	display: none;
}

form {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
table.blog span.article_seperator {
	display: block;
	height: 20px;
}*/

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}
table.nopad td {
	padding: 5px;
}

body.contentpane {
	background: #fff;
}

table.pollstableborder td {
	text-align: left;
	padding: 2px 0;
}
table#filmo_table{
	border:solid 1px #0066cc ;
}

table#filmo_table tr#filmo_titre{
	background:#dbdbdb;
	font-weight:bold;
	font-size:14px;
	height:30px;
}

table#filmo_table tr{
	background:#f2f2f2;

}
table#filmo_table td{
	padding-left:5px;
}

.Title{
	width:100%;
	text-align:center;
	padding-top: 2px;
	font-weight: bold;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 15px;
	color:#cc6600;
	border:solid 1px #cc6600;
	border-top:solid 0px;
	text-transform:uppercase;
	padding-bottom:3px;
	display:block;
	margin-top:30px;
	margin-bottom:0px;
}
#affiche{
	border: solid 1px #0066cc;
	margin-right:10px;
	margin-bottom:10px;
}
/** information for style 1 **/

body {
		background: #3B4853 url(../images/tech_bg_1.gif) repeat-x;
		color: #21252C; /* dark blue */
}

a:link,
a:visited {
	color: #008AF4; 
}
a:hover{
	text-decoration:underline;
	
}
div.moduletable h3,
#moofx a.toggle {
	color: #3B4853; /* dark blue */
}

div#side div,
div#side p,
div#side td,
div.bottom div,
div.bottom p,
div.bottom td {
	color: #DDE3E8; /* light blue */
}

div#side a:link,
div#side a:visited,
div.bottom a:link,
div.bottom a:visited,
a.pathway:link,
a.pathway:visited,
div#footer a:link,
div#footer a:visited {
	color: #008af4; /* lime green */
}



a.mainlevel:link,
a.mainlevel:visited ,
span.mainlevel{
	background: url(../images/tech_menu_fade_1.gif) 0 100% no-repeat;
	color:#0099ff;
	font-size:13px;
}

div#side a.mainlevel#active_menu:link,
div#side a.mainlevel#active_menu:visited,
div#side a.mainlevel#active_menu:hover {
	color: #fff;
	font-weight: bold;
}


div#side a.sublevel:link,
div#side a.sublevel:visited{
	color: #ccc;
	font-weight:normal;
	background:url(../images/fl.gif) no-repeat 0 3px;
	padding-left:15px;
}

div#side a.sublevel:hover {
	color: #008AF4;
}

div#side a.mainlevel:hover {
	color: #fff;
}

div#footer {
	color: #6B84A0;
	clear:both;
}

table.contenttoc {
  border: 1px solid #DCE2E7;
}

td.sectiontableheader {
  background: #EDF0F3;
  color: #333;
}

div#shadow_l {
	background: transparent url(../images/tech_shadow_l_1.gif) no-repeat;
}

div#shadow_r {
	background: transparent url(../images/tech_shadow_r_1.gif) 100% 0 no-repeat;
}

div#side {
	background: #3B4853 url(../images/tech_side_bg_1.png) repeat-x;
}

div#side_l {
	background: url(../images/tech_side_divider_1.png) no-repeat;
}

div#side_r {
	background: url(../images/tech_side_divider_1.png) 100% 0 no-repeat;
}

div#header {
	background: url(../images/tech_header_1.jpg) top right no-repeat;
}

div#logo {
	background: url(../images/logo_jcds.gif) 50% 0 no-repeat;
}

div#content {
	background: #dce2e7; /* light grey body */
	float:left !important;
}

div.mainbody {
	border: 1px solid #C5CBCF; /* grey outline */
	background: #fff;
	width: 701px !important;
	width: 707px;
}

div.pagedivider {
	background: url(../images/tech_page_divider_1.gif) 50% 0 no-repeat;
	clear:right !important;
	clear:both;
}

div#bottomsection {
	background: #DCE2E7; /* light blue */
}

div.bottom {
	background: #3b4853 url(../images/tech_bottom_bg_1.gif) repeat-x;
}

#moofx a.toggle {
	border: 1px solid #C5CBCF;
	background: #ECEFF2 url(../images/tech_plus_1.gif) 0 50% no-repeat;
}

#moofx div.stretcher {
	background: #dce2e7; /* light blue */
}

#nav {
	background: #dce2e7 url(../images/tech_bar_bg_1.gif) repeat-x;
}

#nav li {
	border-right: 1px solid #45570E;
}

#nav li.on {
	border-right: 1px solid #444D5C;
}

#nav li.on li.on {
	border-right: 0;
}

#nav li ul {
	background: #5d7616;
}

#nav li.on ul {
	background: #3b4853;
}

#nav li a {
	color: #ddd;
	background: url(../images/tech_menu_1.png) 0 0 no-repeat;
}

#nav li.on a {
	color: #fff;
}

#nav li.on li.on a {
	color: #fff;
}

#nav li:hover ul a,
#nav li.over ul a{
	border-right: 1px solid #99c100;
}

#nav li ul a, #nav li.on ul a {
	color: #ddd;
	border-right: 1px solid #8b9dbb;
}

#nav li.on ul a {
	color: #becce4;
}

#nav ul a:hover {
	color: #c8ef43;
}

#nav li.on li a:hover {
	color: #d2dbeb;
}

table.blog{
	width:96%;
	margin:auto;
}

table.blog tbody tr{

}
/*
span.article_seperator{
	border-bottom: 1px solid #ee7c2d;
	margin-bottom: 30px;
}
*/
img#affiche_filmo{
	border: 1px solid #0066CC;
	margin-right:5px;
}

img.multithumb{
	margin:4px;
	padding:5px;
	border: 1px solid #dadada;
	background : #fafafa;
}
table.blog{
	float:left !important;
}
table.blog div.news{
	border:1px solid #adc2ba;
	background: #f9f9f9;
	margin:auto;
	padding:4px;
	padding-bottom:0px;
	margin-bottom:15px;
	width:648px !important;
	width:685px;
	float:left;
}
table.blog div.news table.contentpaneopen{
	margin-top:10px;
}
table.blog tbody tr td.contentheading {
	color:#3B4853;
	border-bottom:solid 1px #3B4853;
	padding-left:6px;
	
}

table.contentpaneopen td{
	width:700px;
}
table.blog h2.titre_article{
	font-size:12px;
	margin:0px;
	font-family:Arial,Helvetica,sans-serif;
}
div.float_module_new{
	float:left;
	border:1px solid #adc2ba;
	background: #f9f9f9;
	margin:auto;
	width:317px !important;
	width:322px;
	margin-left:20px !important;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:10px;
}

div.float_module_new li, li{
	list-style:url(../images/fl.gif);
}

span.article_date{

}
strong.liresuite{
	color: #3B4853;
}
body.mceContentBody{
	background:white;
}
table.contentpaneopen embed{
	margin-left:120px;
}

.moduletablepartenaires{
	line-height:16px;
}

#page_facebook{
	text-align:center;
	margin:10px 0 0px;
	padding-bottom:30px;
	border-bottom:1px solid #ADC2BA;
}
.pub{
	margin:10px 0;
}
.pub li{
	clear:both;
}
.img_forum{
	margin-bottom:20px;
}