/*
 * Core html setup stuff
 */

html {
height:100%;
}

form {
margin:0;
padding:0;
}

body {
font-family:verdana,sans-serif;
line-height:1.6em;
margin:0px 0px 0px 0px;
font-size:11px;
color:#000
}

a:link, a:visited {
font-weight:normal;
color:#000
}

a:hover {
color:#000;
text-decoration:none
}

input.button {
cursor:pointer
}

p {
margin-top:0;
margin-bottom:5px
}

img {
border:0 none
}
img a {
border-bottom:none
}

/*
 * Template specific layout elements
 */
#page_bg {
padding:0px 0;
margin-bottom:1px
}

#page {
float:left;
width:60%;
margin-bottom:20px
}

#page_nocolumn {
float:left;
width:80%;
margin-bottom:20px
}

div.center {
text-align:center
}

div#wrapper {
margin-left:auto;
margin-right:auto
}

body.width_medium div#wrapper {
width:950px
}

body.width_small div#wrapper {
width:773px
}

body.width_fmax div#wrapper {
min-width:750px;
max-width:1050px
}

div#header_l {
position:relative;
background:transparent url('../images/header_l_bg.png') repeat-x;
}

div#header_r {
background:transparent url('../images/header_r_bg.png') no-repeat;
height:114px;
overflow:hidden;
text-align:left
}

div#logo {
position:absolute;
left:0;
top:0;
float:left;
width:126px;
height:160px;
margin-left:30px;
margin-top:0px;
text-decoration:none
}

div#logo a{
border-bottom:none;
}

div#newsflash {
width:auto;
margin-left:350px;
margin-right:30px;
border:1px solid #00f
}

div#tabarea {
background:#f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
margin:0 11px;

}

div#tabarea_l {
background:url(../images/mw_header_l_b.png) 0 0 no-repeat;
padding-left:32px
}

div#tabarea_r {
height:42px;
background:url(../images/mw_header_r_b.png) 100% 0 no-repeat;
padding-right:1px
}

div#footer {
text-align:center;
height:114px;
background:transparent url(../images/footer_bg.png) repeat-x bottom;
}
div#footer-label {
padding-top:5px;
height:29px
}
div#footer-logo{
margin-top:8px;
}
div#footer a {
border-bottom:none
}

div#footer img {
margin:0 50px
}

div#footer_r {
}

div#footer_r div {
text-align:center;
font-size:.90em;
color:#aaa
}

div#footer_r a:link, div#footer_r a:visited{
color:#999
}

div#footerspacer {
//height:10px
}

#search {
height:40px;
text-align:right;
margin:0 30px 0 0
}

form#searchForm input {
vertical-align:middle
}

form#searchForm table {
border-collapse:collapse
}

form#searchForm td {
padding:0
}

#mod_search_searchword {
padding-left:3px
}

#area {
padding:0
}

#whitebox {
background:#fff;
width:auto
}

#whitebox div {
}

#whitebox_t {
}

#whitebox_tl {
}

#whitebox_tr {
}

#whitebox_m {
width:auto
}

#whitebox_b {
}

#whitebox_bl {
}

#whitebox_br {
}

/*
 * horizontal pill menu
 */
table.pill {
margin-left:auto;
margin-right:auto;
padding:0
}

td.pill_l {
background:url(../images/mw_menu_cap_l.png) no-repeat;
width:20px;
height:32px;

}

td.pill_m {
background:url(../images/mw_menu_normal_bg.png) repeat-x;
padding:0;
margin:0;
width:auto
}

td.pill_r {
background:url(../images/mw_menu_cap_r.png) no-repeat;
width:19px;
height:32px
}

#pillmenu {
margin:50px 0 0 0;
background:url(../images/bg_pillmenu.png) no-repeat right;
height:24px
}

#pillmenu ul {
margin-right:24px;
list-style:none;
text-align:right
}

#pillmenu li {
display:inline;
}

#pillmenu a {
font-size:12px;
font-weight:bold;
margin:0 10px;
color:#000;
text-decoration:none
}

#pillmenu a#active_menu-nav {
background-position:0 0
}

#leftcolumn {
text-align:left;
padding-right:10px;
margin:0;
width:18%;
float:left
}

#leftcolumntop{
height:50px;
background:transparent url('../images/leftcolumntop_bg.png') no-repeat top right;
margin-top:-25px
}

#leftcolumnbottom {
height:50px;
background:transparent url('../images/leftcolumnbottom_bg.png') no-repeat bottom right;
margin-top:-11px
}

#leftcolumnborder {
background:transparent url('../images/leftcolumnborder_bg.png') repeat-y right;
}

#maincolumn,
#maincolumn_full {
}

#maincolumn_full {
margin-left:0;
//padding:10px;
}

#nopad {
width:100%;
border-collapse:collapse;
padding:0;
margin:0;
margin-bottom:15px
}

#nopad td.middle_pad {
width:20px
}

/*
 * Joomla! specific content elements
 */

div.offline {
background:#fffebb;
width:100%;
position:absolute;
top:0;
left:0;
font-size:1.2em;
padding:5px
}

#pathway {
font: 11px Verdana, sans-serif;
height:40px;
line-height:40px;
color:#333;
overflow:hidden;
padding:0px;
margin:0 0 10px 19%;
}

.pathway li {
list-style-type:none;
float:left;
padding-left:10px;
}

.pathway a.pathway {
height:30px;
border:none;
text-decoration: none;
color:#000;
margin: 0;
}

.pathway a:hover {
color:#333
}

/*
 * headers
 */
div.componentheading {
padding-left:0px
}

div.componentheading_frontpage {
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: #FCCC36 solid 5px;
	margin: 0 10px;
	padding-bottom: 4px;
}

h1 {
padding:0;
font-family:Verdana,sans-serif;
font-size:1.3em;
font-weight:bold;
vertical-align:bottom;
color:#666;
text-align:left;
width:100%
}

h2, .contentheading , .contentheading_frontpage, .contentheading_nocolumn, .componentheading_nocolumn{
padding:0 0 4px 0;
font-family:Verdana,sans-serif;
font-size:1.4em;
font-weight:bold;
text-align: justify;
vertical-align:bottom;
color:#000;
text-align:justify;
}

.contentheading_frontpage a.latestnews{
padding:0 0 4px 0;
font-family:Verdana,sans-serif;
font-size:0.9em;
font-weight:bold;
vertical-align:bottom;
color:#000;
text-align: justify;
text-decoration: none;
}

.contentheading_frontpage a{
padding:0 0 4px 0;
font-family:Verdana,sans-serif;
font-size:1.6em;
font-weight:bold;
vertical-align:bottom;
color:#000;
text-align: justify;
text-decoration: none;
}

table.contentpaneopen h3 {
margin-top:25px
}

h4 {
font-family:Verdana, sans-serif;
color:#333
}

h3, .componentheading, table.moduletable th {
margin:0;
font-weight:bold;
font-family:Verdana,sans-serif;
font-size:1.5em;
padding-left:0px;
margin-bottom:10px;
text-align:left
}

legend {

}

.contentdescription {
margin:10px 0 20px 0;
text-align: justify
}

.infoarticle {
float:left;
margin-bottom:10px
}

/*
 * small text
 */
.small {
font-size:.90em;
color:#999;
font-weight:normal;
text-align:left
}

.modifydate {
height:20px;
vertical-align:bottom;
font-size:.90em;
color:#999;
font-weight:normal;
text-align:left
}

.createdate {
height:20px;
vertical-align:top;
font-size:.90em;
color:#999;
font-weight:normal;
vertical-align:top;
padding-bottom:5px;
padding-top:0px;

}

.readmore {
margin:10px 0
}

a.readon {
background:url(../images/mw_readon.png) top right no-repeat;
padding-right:20px;
line-height:14px;
height:16px
}

/*
 * form validation
 */
.invalid { border-color:#ff0000; }
label.invalid { color:#ff0000; }


/*
 * overlib
 */

.ol-foreground {
background-color:#f6f6f6
}

.ol-background {
background-color:#666
}

.ol-textfont {
font-family:Verdana, sans-serif;
font-size:10px
}

.ol-captionfont {
font-family:Verdana, sans-serif;
font-size:12px;
color:#f6f6f6;
font-weight:bold
}
.ol-captionfont a {
color:#0B55C4;
text-decoration:none;
font-size:12px
}

.ol-closefont {}

/*
 * menu links
 */
a.mainlevel:link, a.mainlevel:visited {
padding-left:5px
}

a.mainlevel:hover {

}

/*
 * spacers
 */
span.article_separator {
display:block;
height:40px
}

.article_column {
background: url(../images/article_column_background.png) repeat-x bottom;
padding: 0 10px;
}

.article_column_frontpage {
padding: 0 10px;
}

.articlesBlog {
float:left;
width:100%
}

#article_blog {
margin-bottom:50px
}

.blogitemheader {
margin-bottom:10px
}

.blogitemtext {
margin:10px 0 20px 0
}

#article_blog_pagination {
float:left;
width: 100%
}

#datecalendar {
float:left;
padding:0 2px 2px 0;
margin:0 10px 0 0;
vertical-align:top;
background:url('../images/dot.png') repeat-y top right;
}

/* DAY */
#datecalendar #daydatecalendar {
font:bold 1.6em/100% Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align: center;
padding-left: 3px;
padding-right: 3px;
margin-bottom: 0px;
}

/* MONTH */
#datecalendar #monthdatecalendar {
font:bold 1.0em/100% Verdana,Geneva,Arial,Helvetica,sans-serif;
text-transform:uppercase; 
text-align: center;
padding-left: 3px;
padding-right: 3px;
margin-top: 1px;
margin-bottom: 0px;
}

/* YEAR*/
#datecalendar #yeardatecalendar {
font:0.7em/100% Verdana,Geneva,Arial,Helvetica,sans-serif;
letter-spacing:0.15em;
text-transform:uppercase; 
text-align: center;
margin-top: 1px;
margin-bottom: 0px;
}

#datecalendar_frontpage {
float:left;
padding:0 2px 2px 0;
margin:0 10px 0 0;
vertical-align:top;
background:url('../images/dot.png') repeat-y top right;
}

/* DAY */
#datecalendar_frontpage #daydatecalendar_frontpage {
font:bold 1.8em/100% Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align: center;
padding-left: 3px;
padding-right: 3px;
margin-bottom: 0px;
}

/* MONTH */
#datecalendar_frontpage #monthdatecalendar_frontpage {
font:bold 1.2em/100% Verdana,Geneva,Arial,Helvetica,sans-serif;
text-transform:uppercase; 
text-align: center;
padding-left: 3px;
padding-right: 3px;
margin-top: 1px;
margin-bottom: 0px;
}

div#article_blog div.contentpaneopen div.contentheading div.contentheading_frontpage{
margin: 15px 0 0 0
}

.column_separator {
border-left:1px dashed #e0e0e0;
padding-left:10px
}

.contentpaneopen {

}

.buttonheading {

}

.buttonheading img {
border:none;
padding: 0 2px
}

.buttonheading a{
border-bottom:none
}

.clr {
clear:both
}

td.greyline {
width:20px;
background:url(../images/mw_line_grey.png) 50% 0 repeat-y
}

div#maindivider {
border-top:1px solid #ddd;
margin-bottom:10px;
overflow:hidden;
height:1px
}

.blog {
float:left;
width:60%
}

.blog_nocolumn {
float:left;
width:80%;
}

.blog_frontpage {
margin: 30px auto 20px;
text-align: justify;
width: 80%;
}

.blog_frontpage_nocolumn {
float:left;
padding-right:10px;
width:79%
}

.blogdescription {
color:#333;
margin:0 0 20px 0
}

div.contentpane_nocolumn div#category_items {
display:none
}

/*
 * edit button
 */
.contentpaneopen_edit{
float:left
}

/*
 * table of contents
 */
table.contenttoc {
margin:5px;
border:1px solid #ccc;
padding:5px
}

table.contenttoc td {
padding:0 5px
}


/*
 * content tables
 */
td.sectiontableheader {
background:#efefef;
color:#333;
font-weight:bold;
padding:4px;
border-right:1px solid #fff
}

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

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


/*
 * content styles
 */
table.contentpaneopen, table.contentpane {
margin:0;
padding:0;
width:auto
}

table.contentpaneopen li {
margin-bottom:5px
}

table.contentpaneopen fieldset {
border:0;
border-top:1px solid #ddd
}

table.contentpaneopen h3 {
margin-top:25px
}

table.contentpaneopen h4 {
font-family:Verdana, sans-serif;
color:#333
}

/* content styles for frontpage */
.contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

.contentpaneopen_frontpage {
	//margin: 10px;
	padding: 0;
	width: auto;
	clear: both;
}

.contentpaneopen_frontpage li {
	margin-bottom: 5px;
}

.contentpaneopen_frontpage fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

.contentpaneopen_frontpage h3 {
	margin-top: 25px;
}

.contentpaneopen_frontpage h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.contentpanetext_frontpage {
	margin-top: 10px;
}

.highlight {
background-color:#fccc36
}

/*
 * content presentation
 */
#content {
float:left;
width:80%
}

/*
 * attachments presentation
 */
div.attachmentsList table {
border:none
}

div.attachmentsList td {
padding:0 2px;
}

.at_titles_row {
display:none
}

.at_icon {
text-decoration:none
}
/*
 * category presentation
 */
.category_description {
float:left;
margin:0;
width:60%
}

.category_description_nocolumn {
float:left;
width:80%;
margin:0
}

#category_items_top {
background:transparent url(../images/rightcolumntop_bg.png) no-repeat left top ;
height:50px;
margin-top:-25px
}

#category_items_bottom {
background:transparent url(../images/rightcolumnbottom_bg.png) no-repeat left bottom;
height:50px
}

#category_items_border {
background:transparent url(../images/rightcolumnborder_bg.png) repeat-y
}

#category_items {
width:20%;
float:right;
text-align:left;
}

#category_items ol {
padding:5px 5px 5px 35px;
margin:0;
font-size:12px;
font-weight:bold
}

#category_items li {
margin:5px 0;
font-size:11px;
list-style:decimal;
}

/*
 * form editor
 */
form.editor {
float:left;
width:80%
}

form#adminForm {
float:left;
width:80%
}

form.userDetails {
float:left;
width:80%
}

form.editor fieldset {
padding:10px
}

form.editor fieldset.metadata {

}

/*
 * module control elements
 */
table.user1user2 div.moduletable {
margin-bottom:0px
}

.user1user2_top {
background:transparent url(../images/rightcolumntop_bg.png) no-repeat scroll left top;
height:50px;
margin-top:-25px
}

.user1user2_bottom {
background:transparent url(../images/rightcolumnbottom_bg.png) no-repeat scroll left bottom;
height:50px
}

.user1user2 {
background:transparent url(../images/rightcolumnborder_bg.png) repeat-y scroll 0% 0%;
float: right;
text-align: left;
width: 20%
}

div.moduletable h3, div.moduletable_menu h3 {
background:#F6BA03 url(../images/titleshadowleft_bg.png) repeat-y left;
font-family:verdana, sans-serif;
font-size:12px;
font-weight:bold;
padding:6px 0 6px 10px;
margin-bottom:-10px
}

div.moduletable ul, div.moduletable_menu ul{
list-style-type:none;
padding-left:12px;
}

div.moduletable ul li a:link, div.moduletable ul li a:visited , div.moduletable_menu ul li a:link, div.moduletable_menu ul li a:visited {
color:#000;
line-height:2em;
text-decoration:none
}

div.module {
margin-top:25px
}

div.module_menu h3 {
background: #F6BA03 url('../images/titleshadowright_bg.png') repeat-y right;
height:auto;
font-family:verdana, sans-serif;
font-size:12px;
font-weight:bold;
padding:6px 0 6px 10px;
margin-bottom:-10px
}

div.module_menu ul {
list-style-type:none;
padding-left:10px
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
width:190px;
color:#000;
line-height:2em;
text-decoration:none
}


div.module_menu ul li.active a:link, div.module_menu ul li.active a:visited {
font-weight:bold;
text-decoration:none
}

div.module_menu ul li.active ul li a:link, div.module_menu ul li.active ul li a:visited {
font-weight:normal
}

div.module_menu ul li.active ul li.active a:link, div.module_menu ul li.active ul li.active a:visited {
font-weight:bold;
text-decoration:none
}
#leftcolumn div.module {
}

#leftcolumn div.module h3 {
background:#F6BA03 url('../images/titleshadowright_bg.png') repeat-y right;
height:auto;
font-family:verdana, sans-serif;
font-size:12px;
font-weight:bold;
padding:6px 0 6px 10px;
}

#leftcolumn div.module table {
width:auto
}

#leftcolumn div.module ul {
list-style-type:none;
padding-left:10px
}

#leftcolumn div.module ul li a:link, div.module ul li a:visited {
width:190px;
color:#000;
line-height:1.8em
}

/*
 * forms
 */
table.adminform textarea {
width:540px;
height:400px;
font-size:1em;
color:#000099
}

div.search input {
width:200px;
border:1px solid #ccc;
margin:15px 0 10px 0
}

#form-login {
margin-left:10px
}

#form-login ul {
margin-left:-10px
}

form#form-login fieldset {
border:0 none;
margin:0em;
}

form#form-login ul {
list-style-type:none;

}

#form-login-username input {
width:84%
}

#form-login-password input {
width:84%;
}

form#com-form-login fieldset {
border:0 none;
margin:0em;
padding:0.2em
}

form#com-form-login ul {
padding-left:20px
}

form#com-form-login {
float: right;
}

/*
 * thumbnails
 */
div.mosimage {margin:5px; }
div.mosimage_caption {font-size:.90em; color:#666; }

div.caption { padding:0 10px 0 10px; }
div.caption img { border:1px solid #CCC; }
div.caption p { font-size:.90em; color:#666; text-align:center; }

/*
 * Parameter Table
 */
table.paramlist {
margin-top:5px
}

table.paramlist td.paramlist_key {
width:128px;
text-align:left;
height:30px
}

table.paramlist td.paramlist_value {
}

div.message {
font-family :Verdana, sans-serif;
font-weight:bold;
font-size :14px;
color :#c30;
text-align:center;
width:auto;
background-color:#f9f9f9;
border:solid 1px #d5d5d5;
margin:3px 0px 10px;
padding:3px 20px
}

/*
 * Banners module
 */

/*
 * Default skyscraper style
 */
.bannergroup {
}

.banneritem img {
display:block;
margin-left:auto;
margin-right:auto
}

/*
 * Text advert style
 */

.banneritem_text {
padding:4px;
font-size:11px
}

.bannerfooter_text {
padding:4px;
font-size:11px;
background-color:#F7F7F7;
text-align:right
}

/*
 * System Messages
 */
/*
 * see system general.css
 */

.pagination span { padding:2px; }
.pagination a{ padding:2px; }

/*
 * Polls
 */
.pollstableborder td {
text-align:left
}

/*
 * WebLinks
 */
span.description {
display:block;
padding-left:30px
}

/*
 * Frontend Editing
 */
fieldset {
border:1px solid #ccc;
margin-top:15px;
padding:10px
}

legend {
margin:0;
padding:0 10px
}

td.key {
border-bottom:1px solid #eee;
color:#666
}

/*
 * Tooltips
 */

.tool-tip {
float:left;
background:#ffc;
border:1px solid #D4D5AA;
padding:5px;
max-width:200px
}

.tool-title {
padding:0;
margin:0;
font-size:100%;
font-weight:bold;
margin-top:-15px;
padding-top:15px;
padding-bottom:5px;
background:url(../../system/images/selector-arrow.png) no-repeat
}

.tool-text {
font-size:100%;
margin:0
}

/*
 * System Standard Messages
 */
#system-message { margin-bottom:25px; }

#system-message dd.message ul { background:#C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;}

/*
 * System Error Messages
 */
#system-message dd.error ul { color:#c00; background:#E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top:1px solid #DE7A7B; border-bottom:1px solid #DE7A7B; margin:0px; padding-left:40px; text-indent:0px;}

/*
 * System Notice Messages
 */
#system-message dd.notice ul { color:#c00; background:#EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top:3px solid #F0DC7E; border-bottom:3px solid #F0DC7E; margin:0px; padding-left:40px; text-indent:0px;}

#syndicate{
float:left;
padding-left:25px
}

#power_by{
float:right;
padding-right:25px
}

/*
 * Component Specific Fixes
 */
#component-contact table td {
padding:2px 0
}

/*
 * Structure component
 */
.detailsStructure {
width:210px;
}

#structure {
padding: 10px;
}

#photostructure {
width:230px;
float:left;
padding-right:10px
}

#photostructure img {
width:230px;
}

#infostructure {
padding:0;
min-height:150px;
}

#detailsstructure {
padding-top:10px;
}

#contactstructure {
background:#f6ba03;
padding:10px;
margin-top:10px;
}

.structure-tooltip-tip {
	color:#000;
	align:justify;
	width:150px;
	z-index:130000;
	background:#f6ba03;
}

.structure-tooltip-text {
	font-size:10px;
	padding:4px
}
/*
 * Mise en forme du tableau des ateliers pour le composant com_structure
 */
table.listeateliers {
width:100%;
text-align:center;
border-collapse:collapse;
empty-cells:collapse;
}

table.listeateliers thead {
background:#F6BA03;
font-size:12px;
font-weight: bold;
border-bottom:#FFF 2px solid
}

table.listeateliers thead tr th.title a:link {
font-size:12px;
font-weight:bold
}

table.listeateliers td {
border-top:1px solid #000;
padding:5px
}

.listeatelierscommence {
background:#DDD;
}

table.listeateliers th.noborder, table.listeateliers td.noborder {
border:none;
}

/*
 * USer identification form
 */
 
 form#com-form-login {
  float: right;
  width: 80%;
 }

