/* CSS Document */

html {
  overflow-y: scroll;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: none;
  width: auto;
  background: none;
  padding: 0px 2px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

.pagenav_prev a, .pagenav_next a {
  font-size: 11px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
}


td {
	font-size: 11px;
}



body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, Sans Serif;
	/*line-height: 120%;*/
	font-size: 11px;
	color: #333;
	background: #E0E0E0;
}

/* Joomla core stuff */
a {
	color: #C62409;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  	/*width: 564px;*/
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	word-wrap: break-word;
}

table.contentpaneopen td {
   /*padding-right: 5px;*/
   padding: 1px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}

table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #CCC;
  border-bottom: 1px solid #AAA;
  border-right: 1px solid #AAA;
  width: auto;
  background: #FFF url(../images/button_bg.png) repeat-x bottom left;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.button:hover {
	background: #EDEDED;
}

/*.inputbox {
	padding: 2px;
	margin: 0px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}*/

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	/*height: 30px;*/
	color: #444;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	vertical-align: bottom;
}

.contentheading a {
	font-size: 13px;
}

.contentheading a:hover {
  color: #333;
}

.buttonheading {
	height: 30px;
	vertical-align: bottom;
}

.contentpagetitle {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
	line-height: 13px;
}

a.contentpagetitle {
  color: #555;
  font-size: 13px;
}

.contentintro b, .contentintro strong {
  font-weight: normal;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.pollstableborder td {
  padding: 1px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
  margin-top: 150px;

}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	/*height: 5px;*/
	/*padding-bottom: 10px;*/
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  text-transform: none;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

/* layout */

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	/*border: 1px solid #D1D1D1;*/
	background: transparent;
	color: #333;
	padding-bottom: 10px;
}

div.moduletablepubRight {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	border: 16px solid #D1D1D1;
	background: transparent;
	color: #333;
	padding-bottom: 10px;
        align: center;

}


div.moduletable table {
  	padding: 5px 0px;
  	width: 150px;
}

table.moduletable th, div.moduletable h3 {
  	font-size: 11px;
	color: #C01A20;
	text-align: left;
	height: 21px;
	line-height: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	padding-left: 14px;
	background: #C1C1C1;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

/* tips */

.rouge {
  	color: #C40E17;
}

.gris {
  	color: #4D4D4D;
}

.v_separator {
  	/*height: 80%;
  	width: 1px;
  	background-color: #CCC;
  	border: 1px solid #CCC;*/
}

/* V2 */

/* General */
#page  {
	width: 882px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background: #FFF;
}

#margin_left {
	width: 10px;
	padding: 0px 3px;
	background: #E0E0E0 url('../images/margin_left_shade.gif') repeat-y top right;
}
#margin_right {
	width: 10px;
	padding: 0px 3px;
	background: #E0E0E0 url('../images/margin_right_shade.gif') repeat-y top left;
}
#header {
  width: 1000px;
}
.sidebar {
  background-color: #D9D9D9;
  width: 180px;
  color: #333;
  border-left: 2px solid #CFCFCF;
}
#sidebar_corner {
  height: 13px;
  background: #D9D9D9 url('../images/corner_top_left.gif') no-repeat top left;
}
#logo {
	position: relative;
	top: -24px;
	left: 7px;
}
#accroche {
	position: relative;
	top: 4px;
	left: 35px;
}
#pub_box {
	float: left;
	display: inline;
	width: 468px;
	height: 60px;
	padding: 7px 10px 5px 10px;
	/*background: green;*/
}
div.moduletablelinksplus {
	float: right;
	display: inline;
	margin: 6px;
	margin-right: 10px;
	width: 84px;
}
div.moduletablelinksplus a.mainlevellinksplus {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	text-decoration: underline;
	line-height: 15px;
}
div.moduletablelinksplus a.mainlevellinksplus:hover {
  	color: #666;
  	text-decoration: none;
}
#main {
	margin: 0px 10px 10px 10px;
	/*padding: 5px;*/
	border: 1px solid #E3E3E3;
	/*width: 580px;*/
	/*font-size: 12px;*/
	width: 650px;
}
#main table.blog, #main table.contentpaneopen, #main table.contentpane {
  	margin: 0px 5px;
  	/*width: 100px;*/
}
#main table.blog {
  margin: 10px 5px;
}
#main table.blog span.article_seperator {
  display: block;
  height: 1px;
  margin: 12px 40px 11px 40px;
  border-bottom: 1px solid #EAEAEA;
}
table.pagination {
  margin-top: 10px;
  margin-bottom: 5px;
}
span.pathway {
  	display: block;
  	margin: 5px;
  	/*font-family: Arial, sans-serif;*/
  	font-size: 11px;
  	font-weight: bold;
  	color: #464646;
  	padding-bottom: 5px;
}
span.pathway a:link, span.pathway a:visited {
  	color: #C10008;
}
span.pathway a:hover {
  	color: #900;
}
#footer {
  background-color: #AAA;
  height: 20px;
}
#footer div table tr {
	text-align: center;
	font-size: 11px;
	color: #D9D9D9;
}
#footer a {
	color: #DDD;
	font-weight: normal;
}
#footer a:hover {
  	color: #FFF;
}

/* General Formulaire */
label {
  	padding: 0px;
}
.inputbox {
  	font-size : 11px;
  	padding: 0px;
  	margin: 3px 0px 3px 0px;
  	border: 1px solid #999;
}
.pwdbox {
  	font-size : 9px;
  	padding: 0px;
  	margin: 2px 0px;
  	border: 1px solid #999;
}
.checkbox {
  	font-size : 9px;
  	padding: 0px;
  	margin: 0px;
}
.textarea {
  	font-size: 11px;
  	border: 1px solid #999;
  	/*font-family: Verdana, Arial, Helvetica, Sans Serif;*/
}

/* Menu principal gris */
#menu_gris {
	background: #999 url('../images/menu_gray_shade.gif') repeat-x top left;
	height: 28px;
	padding: 0px;
	margin: 0px;
}
#menu_gris #menu ul {
  	margin: 0px;
	padding: 0px;
	height: 28px;
	position: static;
}
html>body #menu_gris #menu ul {
  position: absolute;
}
#menu_gris #menu li.mainlevel {
	display: inline;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
#menu_gris #menu li {
  	background: none;
  	display: inline;
	padding: 0px;
	margin: 0px;

}
#menu_gris #menu li.mainlevel a {
  	padding: 9px 16px 7px 16px;
  	margin-top: 6px;
  	font-size: 11px;
  	color: #ECECEC;
  	text-decoration: none;
  	font-weight: normal;
  	position: relative;
  	top: 2px;
  	~top: 0px;
}
#menu_gris #menu li.mainlevel a:hover {
  	background: #999 url('../images/menu_gray_shade_on.gif') repeat-x top left;
  	color: #FFF;
}
#menu_gris #menu li.separator {
	text-align: center;
	padding: 0px ;
	margin: 0px;
}
.transMenu table.items {
	padding: 2px 0px;
}
.transMenu .item {
  	padding: 1px 8px;
}
.transMenu .item a {
  	color: #FFF;
  	font-size: 11px;
  	font-weight: bold;
  	font-family: sans-serif;
  	text-decoration: none;
  	padding: 0px 10px;
  	margin-left: 5px;
  	display: block;
}
.transMenu .item a:hover {
  	color: #BC0000;
}

.transMenu .indent {
	margin-left: 15px;
}

/* Infos Top */
.moduletableinfos {
	font-size: 9px;
	padding: 0px 0px 5px 0px;
	margin: 0px 15px;
	/*margin-right: 50px;*/
	text-align: justify;
	/*width: 94%;*/
	width: 150px;
}

/* Login */
div.moduletablelogin {
	min-height: 60px;
	padding-top: 4px;
}
div.moduletablelogin table {
  	font-size: 8px;
	width: 150px;
	/*margin: 0px 6px 0px 12px;*/
	/*margin: 2px;*/
	/*padding: 2px 7px 10px 7px;
	padding-top: 2px;
	text-align: left;*/
}
div.moduletablelogin {
	/*background: transparent url('../images/corner_bottom_left.gif') no-repeat bottom left;*/
  	/*padding: 3px 0px 2px 0px;*/
  	/*width: 158px;*/
}
html>body div.moduletablelogin {
  	padding: 3px 0px 4px 0px;
  	~padding: 1px 0px 1px 0px;
}
div.moduletablelogin table .inputbox {
  	margin: 2px 0px 0px 0px;
  	width: 110px;
}
html>body div.moduletablelogin table .inputbox {
  	margin: 3px 0px 1px 0px;
}
html>body div.moduletablelogin table .inputboxlogin {
  	margin: 3px 3px 0px 3px;
}
div.moduletablelogin table .help_button {
  	margin-bottom: 1px;
}
div.moduletablelogin table .ok_button {
  	margin: 5px 0px 2px 0px;
  	/*margin-left: 15px;*/
  	/*margin-top: 10px;*/
}
/*div.moduletablelogin table .checkbox {
  	padding: 3px 0px;
}*/
div.moduletablelogin table label {
  	font-size: 9px;
}
div.moduletablelogin table tbody tr td a {
  	/*font-size: 9px;
  	font-weight: normal;
  	color: #999;
  	text-decoration: underline;*/
}
div.moduletablelogin table tbody tr td a:hover {
  	color: #666;
}
div.moduletablelogin table span#mod_login_remembermetextlogin {
  	/*margin-bottom: 5px;*/
}

div.moduletablelogin span#mod_login_greetinglogin {
    /*display: block;*/
  	padding: 5px;
}

/* Search */
table.moduletablesearch {
  	height: 20px;
  	position: relative;
  	left: -35px;
  	top: 3px;
}
html>body table.moduletablesearch {
  	height: 28px;
  	position: relative;
  	left: 489px;
  	top: 2px;
}
table.moduletablesearch .inputboxsearch {
  	font-size : 9px;
  	padding: 0px;
  	margin: 2px 10px;
  	border: 1px solid #999;
  	color: #888;
}

/* Bouton Inscription */
div.moduletablemenu_r {
	background: #A63539 url('../images/menu_red_shade.gif') repeat-x top left;
}
div.moduletablemenu_r ul {
  	margin: 0px;
	padding: 0px;
}
div.moduletablemenu_r li {
  	background: none;
  	display: inline;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
div.moduletablemenu_r li a {
  	padding: 9px 18px 7px 16px;
  	margin-top: 6px;
  	font-size: 9px;
  	color: #FFF;
  	text-decoration: none;
}
div.moduletablemenu_r li a:hover {
  	background: #A63539 url('../images/menu_red_shade_on.gif') repeat-x top left;
  	color: #FBD1D1;
}
div.moduletablemenu_r {
	background: #BC4F53 url('../images/menu_red_shade.gif') repeat-x top left;
	height: 30px;
	padding: 0px;
	margin: 0px;
}
div.moduletablemenu_r ul {
  	margin: 0px;
	padding: 0px;
	height: 30px;
	position: static;
}
html>body div.moduletablemenu_r ul {
  position: absolute;
}

div.moduletablemenu_r li {
	background: none;
	display: inline;
	padding: 0px;
	margin: 0px;

}
div.moduletablemenu_r li a {
	padding: 9px 29px;
	margin-top: 70px;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
	position: relative;
	top: 8px;
	~top: 7px;
}
div.moduletablemenu_r li a:hover {
  	background: #BC4F53 url('../images/menu_red_shade_on.gif') repeat-x top left;
  	color: #FFF;
}
div.moduletablemenu_r li a#profil {
  	padding: 9px 58px;
}
/* Sondage */
table.poll {
  	margin-bottom: 4px;
}
table.poll thead tr td {
  	font-weight: normal;
}
.pollstableborder tr td {
  	padding: 0px;
  	margin: 0px;
  	background: transparent;
}

/* Syndication */

div.moduletable div.syndicate {
  	padding: 5px 0px;
}
/* Editeurs */

table.editeur {
  	border: 1px solid #CCC;
}

.rub_title {
  	font-size: 13px;
  	font-weight: bold;
  	color: #666;
  	background: #D9D9D9;
  	padding: 4px 0px;
}

/* Accueil Actus */

div.moduletable_ac_actus {
  	margin-top: 10px;
  	margin-bottom: 20px;
  	border-left: 7px solid #D9D9D9;
}

div.moduletable_ac_actus h3 {
  	width: 360px;
  	font-size: 13px;
  	padding: 0px 0px 2px 0px;
  	margin: 0px 0px 2px 5px;
  	/*border-bottom: 2px solid #C41924;*/
  	border-bottom: 1px solid #C41924;
}
div.moduletable_ac_actus table {
  margin-top: 5px;
}
div.moduletable_ac_actus table tr td {
  	width: 33%;
  	padding: 0px 8px;
  	text-align: justify;
  	background: transparent;
}

div.moduletable_ac_actus .contentheading {
	line-height: 15px !important;
	line-height: 14px;
}

div.moduletable_ac_actus .contentheading a {
	color: #555;
	font-size: 11px;
	font-weight: bold;
}

div.moduletable_ac_actus .contentheading a:hover {
  color: #333;
}

div.moduletable_ac_actus .contentintro a {
  color: #444;
	font-weight: normal;
}

div.moduletable_ac_actus .contentintro a img {
  border: none;
}

div.moduletable_ac_actus .contentintro a:hover {
  color: #444;
  font-weight: normal;
}

/* Accueil Projets */

div.moduletable_ac_projets {
  	margin-top: 10px;
  	margin-bottom: 20px;
  	border-left: 7px solid #D9D9D9;
}

div.moduletable_ac_projets h3 {
  	width: 360px;
  	font-size: 13px;
  	padding: 0px 0px 2px 0px;
  	margin: 0px 0px 2px 5px;
  	border-bottom: 1px solid #C41924;
}

div.moduletable_ac_projets table#ac_projets_cont {
  margin-top: 5px;
}

div.moduletable_ac_projets table#ac_projets_cont tr td {
  padding: 0px 5px;
}

div.moduletable_ac_projets table#ac_mission, div.moduletable_ac_projets table#ac_service {
  width: 307px;
}

div.moduletable_ac_projets table#ac_mission tr td, div.moduletable_ac_projets table#ac_service tr td {
  padding: 0;
}

/*div#mod_fd_projets-pane {
  margin: 5px 0px 0px 5px;
}

div#mod_fd_projets-pane .tabbertab {
  border: none;
}

div#mod_fd_projets-pane ul.tabbernav {
  border: none;
  margin: 5px 0px 3px 0px;
}

div#mod_fd_projets-pane ul.tabbernav li {
  margin: 0px 3px;
}

div#mod_fd_projets-pane ul.tabbernav li a {
  background-color: transparent;
  border: none;
  color: #444;
	background-image: url('../images/icon_arrow.gif');
	background-repeat: no-repeat;
	background-position: 6px 4px;
	padding-left: 24px;
}

div#mod_fd_projets-pane ul.tabbernav li a:hover, div#mod_fd_projets-pane ul.tabbernav li.tabberactive a:hover {
  color: #900;
}


div#mod_fd_projets-pane ul.tabbernav li.tabberactive a {
  color: #C62409;
}

div.moduletable_ac_projets table {
  width: 99%;
  padding: 0px;
  border-collapse: collapse;
}

div.moduletable_ac_projets table tr td {
  padding: 6px;
}

div.moduletable_ac_projets table tr td.sectiontableheader:first-child {
	background-image: url('../images/table_tl_corner.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	padding-left: 18px;
	height: 14px;
	padding: 6px;
}

div.moduletable_ac_projets table tr td.sectiontableheader {
  height: 14px;
  background-color: #EDEDED;
  color: #999;
  font-size: 10px;
  border-top: 1px solid #EDEDED;
  border-right: 0px solid #EDEDED;
  border-left: 0px;
  padding: 6px;
}

div.moduletable_ac_projets table td.td1 {
	border-left: 1px solid #DBDBDB;
}

div.moduletable_ac_projets table.ac_mission td.td6, div#mod_fd_projets-pane table.ac_service td.td5 {
	border-right: 2px solid #EDEDED;
}

div.moduletable_ac_projets table tr td {
	border-bottom: 1px solid #EEE;
}

div.moduletable_ac_projets table tr td a {
  color: #444;
  font-weight: normal;
  text-decoration: underline;
}

div.moduletable_ac_projets table tr td a:hover {
  color: #666;
}*/

a.list {
  background-image: url('../images/icon_list.gif');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 9px;
  /*font-weight: normal;*/
  color: #555;
}

a.list:hover {
  color: #333;
  /*font-weight: normal;*/
  text-decoration: none;
}

a.more_cat {
  font-weight: normal;
  color: #333;
}

a.more_cat:hover {
  font-weight: normal;
  color: #333;
}

div.more {
  padding-top: 3px;
  padding-right: 5px;
  text-align: right;
}

a.more {
  font-weight: normal;
  font-size: 10px;
  color: #999;
  text-decoration: underline;
  background-image: url('../images/icon_arrow.gif');
  background-position: 0px 2px;
  background-repeat: no-repeat;
  padding: 1px 0px 3px 19px;
}

a.more:hover {
  color: #666;
  font-weight: normal;
  text-decoration: none;
}

div.moduletable_ac_projets div.more {
  padding-right: 0px;
}

/* Accueil Forums */

div.moduletable_ac_forums {
  	padding-left: 5px;
  	margin-top: 10px;
  	margin-bottom: 20px;
  	border-left: 7px solid #D9D9D9;
}
div.moduletable_ac_forums h3 {
  	width: 360px;
  	font-size: 13px;
  	padding: 0px 0px 2px 0px;
  	margin: 0px 0px 7px 0px;
  	border-bottom: 1px solid #C41924;
}

div.moduletable_ac_forums div.ac_forums {
  padding: 5px 5px 5px 3px;
}

div.moduletable_ac_forums table {
  /*width: 100%;*/
  width: 627px;
  padding: 0px;
  border-collapse: collapse;
}

/*div.moduletable_ac_forums table tr td {
  padding: 6px;
}

div.moduletable_ac_forums table tr td.sectiontableheader:first-child {
	background-image: url('../images/table_tl_corner.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	padding-left: 18px;
	height: 14px;
	padding: 6px;
}

div.moduletable_ac_forums table tr td.sectiontableheader {
  height: 14px;
  background-color: #EDEDED;
  color: #999;
  font-size: 10px;
  border-top: 1px solid #EDEDED;
  border-left: 0px;
  padding: 6px;
}

div.moduletable_ac_forums table td.td1 {
	border-left: 1px solid #DBDBDB;
}

div.moduletable_ac_forums table td.td5 {
	border-right: 2px solid #EDEDED;
}

div.moduletable_ac_forums table tr td {
	border-bottom: 1px solid #EEE;
}

div.moduletable_ac_forums table tr td a {
  color: #444;
  font-weight: normal;
  text-decoration: underline;
}

div.moduletable_ac_forums table tr td a:hover {
  color: #666;
}*/

/* Accueil Dossiers */

div.moduletable_ac_dossiers {
  	padding-left: 5px;
  	margin-top: 10px;
  	margin-bottom: 0px;
  	border-left: 7px solid #D9D9D9;
}
div.moduletable_ac_dossiers h3 {
  	width: 360px;
  	font-size: 13px;
  	padding: 0px 0px 2px 0px;
  	margin: 0px 0px 7px 0px;
  	border-bottom: 1px solid #C41924;
}

div.moduletable_ac_dossiers div.ac_dossiers {
  padding: 5px 5px 5px 3px;
}

div.moduletable_ac_dossiers table {
  width: 627px;
  padding: 0px;
  border-collapse: collapse;
}

/*div.moduletable_ac_dossiers table tr td {
  padding: 6px;
}

div.moduletable_ac_dossiers table tr td.sectiontableheader:first-child {
	background-image: url('../images/table_tl_corner.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	padding-left: 18px;
	height: 14px;
	padding: 6px;
}

div.moduletable_ac_dossiers table tr td.sectiontableheader {
  height: 14px;
  background-color: #EDEDED;
  color: #999;
  font-size: 10px;
  border-top: 1px solid #EDEDED;
  border-left: 0px;
  padding: 6px;
}

div.moduletable_ac_dossiers table td.td1 {
	border-left: 1px solid #DBDBDB;
}

div.moduletable_ac_dossiers table td.td4 {
	border-right: 2px solid #EDEDED;
}

div.moduletable_ac_dossiers table tr td {
	border-bottom: 1px solid #EEE;
}

div.moduletable_ac_dossiers table tr td a {
  color: #444;
  font-weight: normal;
  text-decoration: underline;
}

div.moduletable_ac_dossiers table tr td a:hover {
  color: #666;
}*/

/* Toolbar */
#toolbar {
  	display: table-row;
}
#cont_cat, #cont_type {
  	background: darkblue;
	width: 150px;
	font-weight: bold;
	color: #FFFFFF;
	display: table-cell;
}
#cont_choice, sort_choice {
  	position: absolute;
  	background: blue;
	width: 250px;
	color: #CCCCCC;
	z-index: 2;
}

div.register_account {
  	margin-top: 10px;
  	border-left: 7px solid #D9D9D9;
}

div.register_profil {
  	margin-top: 10px;
  	border-left: 7px solid #D9D9D9;
}

div.register_account h3, div.register_profil h3 {
  	width: 360px;
  	font-size: 13px;
  	padding: 0px 0px 2px 0px;
  	margin: 0px 0px 10px 5px;
  	border-bottom: 2px solid #C41924;
}

div.succes {
  margin: 40px 30px;
  color: #390;
  font-weight: bold;
}

div.message {
  margin: 20px;
  font-weight: bold;
}

/* Annuaires Specific AJAX Spry */

@charset "UTF-8";

.CollapsiblePanel {
	margin: 0px;
	padding: 0px;
	/*border-left: solid 1px #CCC;
	border-right: solid 1px #999;*/
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 1em sans-serif;
	background-color: #AAA;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px 2px 2px 25px;
	background-image: url('../images/icon_arrow.gif');
	background-repeat: no-repeat;
	background-position: 6px 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 0px;
	padding: 0px;
	border-bottom: solid 1px #CCC;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #AAA;
	background-image: url('../images/icon_arrow_down.gif');
	background-repeat: no-repeat;
	background-position: 8px 2px;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #873137;
	color: #FFF;
}

.tabpane {
	margin: 0;
	padding: 5px;
	clear: both;
	border: 1px solid #BBB;
	background: #EEE;
}
.tabnav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.tabnav ul li {
	float: left;
	font: bold 1em sans-serif;
	background-color: #DDD;
	list-style: none;
	margin: 0px 6px 0px 0px;
	padding: 0;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	background-color: #F8F8F8;
	background-image: none;
}
.tabnav ul li a {
  position: relative;
  top: 1px;
  margin-top: 4px;
  padding: 4px 10px;
  color: #555;
  text-decoration: none;
  display: block;
	border-left: solid 1px #BBB;
	border-top: solid 1px #BBB;
	border-right: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
}
.tabnav ul li a:hover {
  color: #333;
  background-color: #CCC;
}
.tabnav ul li a.tabactive {
  background: #EEE;
  border-bottom: 1px solid #EEE;
}
.tabcontent {
  display: none;
}
.tabdefault {
  display: block;
}

/* Annuaires */

.even {
  background-color: #F4F4F4;
}
.rowHover {
  background-color: #DDD;
  cursor: hand;
  cursor: pointer;
}
.rowHover:hover {
  direction: ltr;
}
.rowSelected {
  background-color: #777;
  color: #FFF;
}
.SpryHiddenRegion {
	visibility: hidden;
}
.columnheader {
  font-size: 10px;
  font-weight: bold;
  color: #999;
}

/* Annuaire Editeurs */

#products div.product {
  /*width: 130px;*/
  padding: 2px;
  padding-bottom: 10px;
  clear: both;
}

#products div.product span.name {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  background-image: url('../images/icon_list.gif');
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding-left: 9px;
}

#products div.product div.thumbnails {
  /*position: relative;*/
	width: 125px;
	height: 100px;
	/*float: left;*/
	margin: 10px;
	margin-bottom: 2px;
	padding: 0;
	/*float: left;*/
}

#products div.product div.lib {
  margin-left: 10px;
  width: 125px;
  font-size: 9px;
  font-weight: bold;
  text-align: center;
  height: 10px;
}

#products div.product img {
  width: 125px;
  cursor: pointer;
}

/* Sub Home */

.contentpaneopensubhome {
  margin: 0px;
  padding: 0px;
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
  border: 0px;
}

.contentpaneopensubhome table.subhome {
  margin-top: 5px;
}

.contentpaneopensubhome td {
  padding: 0px;
}

table.subhome {
  width: 100%;
  margin: 0px;
}

table.subhome tr td {
  padding: 2px;
}

table.subhome a.more {
  margin: 5px;
  display: block;
  font-size: 11px;
}

table.subhome a.grayHover:hover {
  background: #6E6E6E;
  color: #EFEFEF;
}


/* Projets et Mission / Forums */

table.mission, table.service {
	width: 99%;
	margin: 5px;
	border: 1px solid #C64934;
	background: #FFF;
}

table.mission td, table.service td {
	padding: 5px;
}

table.mission td.lib, table.service td.lib {
	width: 25%;
	font-weight: bold;
	color: #666;
	text-align: right;
}

table.mission td div.lib, table.service td div.lib {
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}

.petit {
	font-size: 10px;
	color: #888;
}

/* Glossaire */
div#glossary {
  margin: 5px;
}

div#glossary ul.category {
  margin-left: 15px;
}

div#glossary ul.index {
  margin-top: 15px;
  margin-left: 5px;
  list-style: none;
}

div#glossary ul.index li {
  display: inline;
  background: none;
  padding: 0px 2px;
}

div#glossary dl.glossary {
  margin-top: 10px;
}

div#glossary dl.glossary dt {

  font-size: 13px;
  color: #555;
  font-weight: bold;
}

div#glossary dl.glossary dd {
  padding-bottom: 20px;
}

div#glossary p {
  text-align: center;
}

.category {

 line-height: 200%;

}