/* 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-collapse : collapse;
border-spacing : 0;
margin-top:22px;
}
/* supprime les bordures dans les lments fieldset et img */
fieldset, img {
border : 0;
margin-top:0px;
}
/* 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 {
background-color: #fff;
}
body {
padding: 0;
margin: 0;
text-align:center;
background: url(null) fixed ; /* vite le sautillement */
}
.wrapper {
position:relative;
text-align:left;
width:990px;
margin: 0px auto 0 auto;
}
/**		HEADER	**/
#header {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height:160px;
background: transparent url(../images/bg_header.png) bottom left repeat-x;
z-index:10;
}
#header .wrapper {
background-color:#fff;
height:150px;
}
#logo {
position:relative;
top:0px;
left:0px;
padding-top:8px;
z-index:10;
}
#logo a, #logo a:hover {
text-decoration:none;
outline:none;
}
#menu {
position:absolute;
top:0px;
right:0px;
z-index:100;
}
/**		IMAGE		**/
#image {
position:relative;
margin-top:200px;
z-index:2;
}
/**	shadow	**/
#shadow {
position:fixed;
top: 175px;
left: 0px;
height:100%;
width:100%;
z-index:1;
}
.shadow_left {
position: absolute;
top: 0px;
left: -26px;
width: 26px;
height:4585px;
background: transparent url(../images/ombre_left.png) top left no-repeat;
z-index:10;
}
.shadow_right {
position: absolute;
top: 0px;
right: -26px;
width: 26px;
height:485px;
background: transparent url(../images/ombre_right.png) top right no-repeat;
z-index:10;
}
/**		MIDDLE SITE		**/
#middle_site {
position:relative;
margin-top:165px;
z-index:2;
}
/**	CONTENT	**/
#content {
position:relative;
height:340px;
height:auto !important;
min-height:340px;
padding:0 30px 120px 30px;
z-index:1;
}
/**	left and right	**/
#left {
float:left;
width:180px;
margin-right:20px;
}
#nav_main {
margin-bottom:20px;
}
#right {
float:right;
width:180px;
margin-left:20px;
}
#left .moduletable, #right .moduletable {
margin-bottom:20px;
}
.rounded .cadrerond {
margin: 0 0 0 -4px;
padding:0;
}
.rounded .cadrerond h3 {
margin:6px 0 6px 0;
padding-bottom:3px;
border-bottom:1px solid #eae9df;
}
.rounded .cadrerond div {
background: url(../images/cadre/cadre_r2_c2.jpg) no-repeat bottom right;
margin: 0;
width: auto;
}
.rounded .cadrerond div div {
background: url(../images/cadre/cadre_r2_c1.jpg) no-repeat bottom left;
}
.rounded .cadrerond div div div {
background: url(../images/cadre/cadre_r1_c2.jpg) no-repeat top right;
}
.rounded .cadrerond div div div div {
background: url(../images/cadre/cadre_r1_c1.jpg) no-repeat top left;
}
.rounded .cadrerond div div div div div {
background-image:none;
margin: 0;
padding: 10px 20px 20px 20px;
width: auto;
}
.rounded .cadrerond div div div div div div {
padding: 0;
}
/**	content	**/
#main_component {
position:relative;
overflow:hidden;
}
/**  ARTICLE  JOOMLA **/
.leading {
position: relative;
}
.blog .leading {
padding: 0 0 40px 0;
}
.leading_separator {
display: block;
height: 10px;
}
.article_separator {
display: none;
}
.blog { 
padding: 0;
}
.cols1 {
display: block;
float: none !important;
margin: 0 !important;
}
.cols2 {
width: 45%;
}
.cols3 {
width: 30%;
}
.column1 , .column2 {
margin: 0 5px 0 0;
position: relative;
}
.column2 , .column1 {
float: left;
margin: 0;
}
.column2 {
float: right;
margin: 0;
width: 45%;
}
.article_row {
margin: 0px 0 0px 0;
padding: 0;
overflow: hidden;
}
.article_column {
padding: 10px 10px 10px 0;
}
.row_separator2 {
display: block;
clear: both;
margin: 0;
border: solid 0px;
}
.article-tools {
display:block;
float:left;
margin:-20px 10px 0 0;
background-color:transparent;
}
.article-meta {
padding:5px;
}
.createdate {
display:block;
line-height:16px;
font-size:10px;
}
.createby {
line-height:16px;
font-size:12px;
}
.article-link {
display:block;
float:right;
margin: -14px 0 0px 0;
}
.link-section {
display:block;
float:right;
text-align:right;
line-height:16px;
font-size:10px;
}
.buttonheading {
display:block;
float:right;
margin: 1px 0 0 10px;
text-align:right;
line-height:16px;
font-size:10px;
}
.articleinfo {
margin-top:-8px;
}
span.modifydate {
}
a.readon {
display:block;
}
/**  BOTTOM  SITE	**/
#bottom_site {
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height:40x;
background: transparent url(../images/bg_bottom.png) 0 0 repeat-x;
z-index:10;
}
#footer {
margin-top:50px;
height:0px;
background-color:#fff;
}
#syndicate {
position:absolute;
top:-22px;
right:0;
}
#breadcrumb {
position:absolute;
top:-18px;
left:0;
margin: 0;
}
#bottom {
border-top:0\px solid #bbb;
padding-top:6px;
margin-top:0px;
height:54px;
background-color:#fff;
}
#translate{
float:right;
padding:0;
margin:0 0 0 10px;
}
#jflanguageselection {
margin:0;
}
#bottom_menu {
}
#adress {
padding-right:12px;
text-align:left;
}
#adress p {
margin: 0.1em;
}
/**	BLOG LIST	**/
table.category {
width:100%;
margin-top:6px;
}
.sectiontableheader {
background-color:#f6f6f6;
padding:8px 5px;
}
.sectiontableheader a {
text-transform:uppercase;
text-decoration : none;
}
tr.sectiontableentry1 td {
background-color : transparent;
border-bottom: 1px dotted #ddd;
padding:8px 5px;
}
tr.sectiontableentry2 td {
background-color:#f6f6f6;
border-bottom: 1px dotted #ddd;
padding:8px 5px;
}
tr.sectiontableentry1:hover td, tr.sectiontableentry2:hover td {
background-color: #f0f0f0 ;
border-bottom: 1px dotted #ddd;
}
tr.sectiontableentry1 td a, tr.sectiontableentry2 td a {
text-decoration : none;
}
/**	FORMULAIRE	**/
.inputbox, #left .none .inputbox, #right .none .inputbox {
-moz-border-radius : 3px;
background-color:#f6f6f6;
border:1px solid #CCCCCC;
margin:0;
}
.inputbox:hover, .inputbox:focus, #left .none .inputbox:hover, #right .none .inputbox:hover,
#left .none .inputbox:focus, #right .none .inputbox:focus {
background-color :#f0f0f0;
border:1px solid #CCCCCC;
}
input, select, textarea, .inputbox {
font-size:100%;
padding:3px 3px;
}
/**  OTHERS  	**/
.clr {
clear:both;
}
.logo_image {
background : transparent url(../images/logo.png) 0 0 no-repeat;
width:auto;
height:150px;
}
.logo_image:hover, .logo_image .sfhover {
background : transparent url(../images/logo_hover.png) 0 0 no-repeat;
}
/**	Virtuemart	**/
.cbContainer {
z-index:9999999;
}
.cbBox h3 {
color : #000;
line-height:13px;
}