/* normalise les marges et les remplissages  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding : 0;
}
/* normalise les tailles de polices pour les en-ttes */
h1, h2, h3, h4, h5, h6 {
font-size : 100%;
}
/* supprime list-style pour les listes */
ul {
list-style : none;
}
/* normalise les styles et graisse de fontes */
address, caption, cite, code, dfn, th, var {
font-style : normal;
font-weight : normal;
}
/* supprime les bordures dans les tableaux */
table {
border-spacing : 0;
}
/* supprime les bordures dans les lments fieldset et img */
fieldset, img {
border : 0;
}
/* aligne le texte  gauche dans caption et th */
caption, th {
text-align : left;
}
/* supprime les apostrophes double (guillemets anglais) autour de q */
q:before, q:after {
content :'';
}
/* supprime le souslignage des liens et les met en noir */
a {
text-decoration : none;
color : #33c;
}
/*****************************************
		SITE
******************************************/

html, body, #site {
height: 100%;
}

html {
}
body {
padding:0;
margin:0;
background-color: #fff;
text-align:left;
}
#diapo {
background: #fff!important;
	}

/**	supersize	**/
.menu_left {
position:absolute;
margin:0;
top:0px;
left:40px;
z-index:100;
}



/**		SITE	**/

#site, #site-frontpage {
position:relative;
height: auto;
min-height: 100%;
z-index:8;
}

.separator_header {
height:0px;
}


/**		top-site	**/
#top-site, #top-site-frontpage {
position: relative;
width: 100%;
z-index:10;
}

#top-site-frontpage {
position:absolute;
top:0;
left:0;
}

#top-site >div, #top-site-frontpage >div {
position:relative;
margin: 0;
}





/**	middle site	**/
#middle-site {
position:relative;
width: 100%;
margin:20px 0 0 0;
padding-bottom:28px;  /** same height of footer **/
text-align:left;
z-index:5;
}

#middle-site >div {
margin-bottom:20px;
}

#middle-site >div >div {
height: auto !important;
min-height:500px;
text-align:left;
padding:20px;
}

.center-table {
height: 500px;
width:100%;
}

.left {
position:relative;
float:left;
margin-right: 0px;
padding-top:0px;
z-index:10;
}



/**	content	**/

#content {
width:100%;
overflow:hidden;
z-index:1;


}

#main_component {
margin-top:0px;

}

/**  users modules
**/
#users_top, #users_bottom {
margin: 0;
padding: 10px 0 40px 0;
clear:both;
width: 100%;
}
#users_bottom {
padding:40px 0 10px 0px;
}
.user1, .user4 {
float:left;
margin-right:25px;
}
.user3, .user6 {
float:right;
margin-left:25px;
}
.user2, .user5 {
position:relative;
overflow:hidden;
}
.user1, .user2, .user3, .user4, .user5, .user6 {
min-height:60px;
height:auto !important;
height:60px;
}



/**  ARTICLE  JOOMLA **/
.blog { 
padding-top:20px;
width:100%;
}
.leading {
margin:0 15px 0 15px;
width:235px;
float: left;
min-height: 200px;
}
.blog .leading {
padding: 0 0 30px 0;

}
.leading_separator {
	margin: -10px;
	padding:0;
}
.article_separator {
display: none;
}

.cols1 {
display: block;
width:100%;
float: left;
margin: 0 !important;
}

.article_row {
margin:0;
padding: 0;
float:left;
white-space:nowrap;
}
.article_column {

}
.row_separator2 {
margin: 0;
border:0px;
}
.article-tools {
display:block;
float:left;
margin:-20px 10px 0 0;
background-color:transparent;
}
.article-meta {
padding:5px;
}


/**  BOTTOM  SITE	**/
#bottom_site {
position: fixed;
height: 26px;
clear:both;
overflow:hidden;
z-index:10;
background: #929189;
top:auto;
bottom:0;
left:0;
right:0;
padding-top:3px;
}

#bottom_site >div {
position:relative;
margin: 0;

}

#bottom_menu {

}

/**	BLOG LIST	**/
table.category {
width:100%;
margin-top:6px;
}
/**  OTHERS  	**/
.clr {
clear:both;
}

/**	hack for the footer	**/

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* End hide from IE-mac */

/**	nivo slider	**/
.slider, nivoSlider {
margin:0px;
overflow:hidden;
}


@media only screen and (max-device-width: 490px)  { 

.leading{
width:100% !important;
min-height:200px;
float: none !important;
padding: 10px 10px 10px 10px !important;
margin: 0px !important;
}
.leading img{
width:90% !important;
height: auto;
}

.blog .leading {
padding:0;
}

#bottom_site {
position: fixed;
height: auto;
clear: both;
overflow: hidden;
z-index: 10;
background: #929189;
top: auto;
bottom: 0;
left: 0;
right: 0;
padding-top: 3px;
}

}
