/* 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 : #FF9900;
}

/*****************************************

		SITE

******************************************/

html {
text-align:center;
background-color: #000000;
}

body {
margin:0;
}

/*
*		TOP SITE
*/

div#top {
width:100%;
}

div#header {
text-align:left;
margin:0 auto;
}

div#date {
float:left;
}

div#top_nav {
float:right;
height:20px;
}

div#logo {
clear:both;
margin-top:25px;
float:left;
height:50px;
background: transparent url(../images/logo.png) 0 0 no-repeat;
}

#search {
float:right;
height:26px;
line-height:28px;
overflow:hidden;
padding:10px 0 0;
text-align:right;
}

#search .inputbox {
background:transparent url(../images/search.png) 0 0 no-repeat;
border:0 none;
float:left;
height:18px;
padding:4px 0 4px 5px;
width:165px;
}

div#nav_main {
clear:both;
float:left;
height:20px;
margin-top:30px;
}

div#slogan {
clear:left;
padding: 15px 0 20px 0;
}


/*
*		MIDDLE SITE
*/

div#middle {
margin:0 auto;
text-align:left;
}

.users_top {
margin: 8px 0 15px 2%;
width:100%;
}

.user1, .user2, .user3, .user4, .user5, .user6 {
margin: 0 5px;
float:left;
}

.user1 .moduletable, .user2 .moduletable, .user3 .moduletable,
.user4 .moduletable, .user5 .moduletable, .user6 .moduletable {
padding:8px;
}

div#top_module {
margin: 0 auto 15px auto;
}


div#content {
position:relative;
padding: 9px;
width:100%;
}


#content_left {
float:left;
margin: 0 20px 0 0;
}

#main_component {
width:auto;
}

#pathway {
text-align:right;
}

#bas {
clear:both;
}

/**  ARTICLE  **/

.article_separator {
display:block;
clear:both;
height:7px;
background: #202020 no-repeat fixed 50%;
}

.column_separator {
padding:0 25px;
}

.article-tools {
border-top:1px solid #DDDDDD;
clear:both;
display:block;
float:left;
margin-bottom:15px;
width:100%;
}

.article-meta {
float:left;
padding:5px;
width:80%;
}

.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:15%;
}



/**  bottom module  **/

div#bottom_module {
margin:10px auto;
clear:both;
}

/*
*		BOTTOM SITE
*/


div#footer_site {
border-top: 1px solid #ccc;
margin-top:30px;
text-align:center;
}

.users_bottom {
margin: 8px auto;
text-align:left;
}

div#footer {
margin:8px auto;
}

div#copy {
}



/**  OTHERS  	**/


.clr {
clear:both;
}


.cadre_moitie_gauche {
float:left;
width:40%;
}

.cadre_moitie_droite {
float:right;
width:40%;
}