/* 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-têtes */
h1, h2, h3, h4, h5, h6
{
font-size : 100%;
}

/* supprime list-style pour les listes */
ol, ul
{
list-style : none;
}

/* normalise les styles et graisse de fontes */
address, caption, cite, code, dfn, em, th, var
{
font-style : normal;
font-weight : normal;
}

/* supprime les bordures dans les tableaux */
table
{
border-collapse : collapse;
border-spacing : 0;
}

/* supprime les bordures dans les éléments 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
******************************************/

body {
padding: 0;
margin: 0;
color: #646464;
font-family: arial, verdana, helvetica, tahoma, sans-serif;
background-color: #000;
}

div#wrapper {
width:980px;
text-align:left;
margin:100px auto 0 auto;
}

#header {
position:relative;
width: 980px;
height: 40px;
z-index:10;
}

#headertitle {
position:absolute;
left:0px;
top:0px;
padding:0px;
width:980px;
}

#container {
position:relative;
border: 1px solid #000;
width: 980px;
height: 590px;
background-color:#ffffff;
z-index:1;
}

#left_container {
float:left;
width:335px;
background-color:#ffffff;
}

#nav_main {
position:absolute;
top:150px;
left:100px;
}

#right_column {
margin-left:335px;
}

#image {
overflow:hidden;
height:590px;
width:auto;
}

#image_demo {
overflow:hidden;
height:590px;
width:auto;
margin-left:335px;
}

#main_component {
overflow: auto;
padding: 10px;
line-height: 120%;
height:570px;
width:auto;
}




/**  ARTICLE  JOOMLA **/
table.blog {
width:100%;
}

table.contenttoc {
float:right;
background-color:#eeeeee;
display:block;
padding:10px;
margin:10px;
}


.article_separator {
display:block;
clear:both;
height:33px;
background: transparent url(../images/article_separator.gif) 50% 15px no-repeat;
}

.column_separator {
padding:0 0 0 25px;
}

.article-tools {
border-top:1px solid #dfdfdf;
display:block;
float:left;
margin-bottom:15px;
width:100%;
}

.article-meta {
float:left;
padding:5px;
width:70%;
}

.createdate {
background:transparent url(../images/icon-date.gif) no-repeat scroll 0 2px;
padding:3px 3px 3px 20px;
}

.createby {
background:transparent url(../images/icon-user.gif) no-repeat scroll 0 2px;
padding:3px 3px 3px 20px;
}

div.buttonheading {
float:right;
width:25%;
}

/**		FOOTER		**/

#footer {
position:relative;
width: 980px;
height: 16px;
}

#copy {
float:right;
margin-right:10px;
}

#copyright {
float:left;
margin-left:10px;
}

/**  OTHERS  	**/

.clr {
clear:both;
}

.cadre_moitie_gauche {
float:left;
width:40%;
}

.cadre_moitie_droite {
float:right;
width:40%;
}