/* 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

******************************************/

html {
text-align:center;
background-color: #fff;
}

body {
margin:0;
}

/*
*		TOP SITE
*/

div#wrapper {
text-align:left;
margin:0 auto;
}

div#logo {
height:50px;
background : #fff url(../images/pointille.gif) bottom left repeat-x;
}

div#nav_main {
width:100%;
}


/*
*		MIDDLE SITE
*/


/**  users modules  **/

.user4, .user5, .user6 {
margin: 0 4px;
float:left;
}

.user4 .moduletable, .user5 .moduletable, .user6 .moduletable {
padding:8px;
}


/**  content  **/

div#content {
width:100%;
padding: 9px;
}

#pathway {
text-align:right;
margin-bottom:5px;
}


/**  ARTICLE  **/

.blog {
width:100%;
}

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

.article-tools {
border-top:1px dotted #ccc;
display:block;
float:left;
margin-bottom:15px;
width:100%;
line-height: 180%;
}

.article-meta {
float:left;
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%;
}

div.buttonheading span{
float:right;
margin:4px 0 0 6px;
}


/**  bottom modules  **/


.users_bottom {
margin: 8px auto 20px auto;
text-align:left;
}

/*
*		FOOTER SITE
*/


div#footer_site {
background : #fff url(../images/pointille.gif) top left repeat-x;
padding-top:10px;
}

div#syndicate {
float:right;
margin: -2px 6px 0 0; 
}

#search {
float:right;
height:28px;
line-height:22px;
overflow:hidden;
text-align:right;
}

#search .inputbox {
background:transparent url(../images/search.gif) 0 0 no-repeat;
border:0 none;
float:left;
height:18px;
padding:6px 0 4px 24px;
width:165px;
font-size:100%;
}

div#footer {
float:left;
line-height:28px;

}

div#footer .bannergroup {
display:none;
}

div#copy {
float:right;
line-height:28px;
margin: 0 20px;
}



/**  OTHERS  	**/


.clr {
clear:both;
}


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

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

