/* 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 : 0px none;
}


/* 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 {
text-align:center;
background-color: #000;
background: #000 url(../images/background0.jpg) 0 0 repeat;
}

body {
margin:0;
}


div#wrapper {
width:100%;
text-align:left;
margin:100px auto 0 auto;
}


/*
*		LEFT COLUMN
*/

div#left_column {
position:relative;
width:28%;
border-left: 20px solid #181b18;
padding-left:7px;
}


div#menu {
position:absolute;
bottom:0;
left:0px;
}

div#nav_main {
}


div#site_name {
}


div#adress {
margin-top:120px;
}

#search {
margin-left:7px;
height:26px;
line-height:26px;
overflow:hidden;
padding:10px 0 0;
text-align:right;
}

#search .inputbox {
background:transparent url(../images/icon-search.gif) 0 0 no-repeat;
border:0 none;
float:left;
height:26px;
padding:4px 0 4px 25px;
width:160px;
color:#ccc;
}


/*
*		MIDDLE SITE
*/

div#right_box {
}

div#image {
overflow:hidden;
}

div#image_demo {
overflow:hidden;
height:520px;
width:625px;
}

div#right {
float:right;
width:68%;
}

div#content{
width:auto;
padding:0px;
background-color: #333333;
border:15px solid #181b18;
}

div#main_component {
padding:10px;
}

#main_content {
display:block;
overflow:auto;
height:auto;
}


#pathway {
text-align:right;




/**  ARTICLE  **/

.padding_article {
padding:10px;
}

.article_separator {
display:block;
clear:right;
height:0px;
background: url('../images/article_separator.gif') no-repeat 50% 15px;
}


.column_separator {
padding:0 0 0 25px;
}


.article-tools {
border-top:1px solid #DDDDDD;
display:block;
float:left;
margin-bottom:15px;
width:100%;
}


.article-meta {
float:left;
padding:5px;
width:70%;
}

.createdate {
background:url('../images/icon-date.gif') no-repeat 0 2px;
padding-left:20px; padding-right:3px; padding-top:3px; padding-bottom:3px
}

.createby {
background:url('../images/icon-user.gif') no-repeat 0 2px;
padding-left:20px; padding-right:3px; padding-top:3px; padding-bottom:3px
}


div.buttonheading {
float:right;
width:22%;
}



/*
*		BOTTOM SITE
*/

div#footer {
padding-bottom:1px;
padding-top:560px;
position: fixed;
left:730px;
text-algin:center;
}


#footer .moduletable, div#copy {
margin-left:20px;
position:fixed;
}


#footer .moduletable .bannergroup {
display:none;
position:fixed;
}


/**  OTHERS  	**/


.clr {
clear:both;
}


.cadre_moitie_gauche {
float:left;
width:40%;
}

.cadre_moitie_droite {
float:right;
width:40%;
}
