/* 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: #d8e178 url(../images/fond.gif) 0 0 repeat-x;
}

body {
position:relative;
width:960px;
margin:0 auto;
text-align:left;
}

div#header {
position:relative;
width:100%;
height:171px;
background: transparent url(../images/fond_haut.gif) 0 0 no-repeat;
z-index:100;
}

div#date {
position:absolute;
top:35px;
left:80px;
}

div#header_site {
position:absolute;
bottom:0;
left:80px;
height:117px;
width:800px;
border : 2px solid #b3cb35;
border-bottom:none;
}

div#logo {
position:absolute;
left:48px;
top:10px;
background: transparent url(../images/logo.gif) 0 0 no-repeat;
}

div#top_nav {
position:absolute;
top:0;
right:0;
height:20px;
}

div#nav_main {
position:absolute;
bottom:0;
right:0;
height:20px;
border: 1px solid #b3cb35;
border-right:none;
border-bottom:none;
}


#search {
position:absolute;
bottom:0;
left:10px;
height:20px;
}

div#bottom_site {
position:relative;
margin:0;
width:960px;
background: #d8e178 url(../images/fond_milieu.jpg) 0 0 no-repeat;
z-index:10;
}

div#content {
position:relative;
margin: 0 0 0 80px;
padding: 9px;
width:782px;
min-height:350px;
border: 2px solid #fff;
border-top:none;
}

div#content_main {
width:758px;
background: #b3cb35 url(../images/fond_green_dark.jpg) 0 0 no-repeat;
padding:12px;
min-height:325px;
}

#content_left {
float:left;
min-height:330px;
margin:-3px 20px 0 -3px;
background: url(../images/blank.png) 0 0 repeat;
}

#main_component {
width:auto;
}

#pathway {
text-align:right;
margin-top:-8px;
}

#bas {
clear:both;
}


div#footer_site {
background: #d8e178 url(../images/fond_bas.jpg) 0 0 no-repeat;

}

div#users {
margin: 8px 0 0 80px;
width:821px;
}

.user4, .user5, .user6 {
background: url(../images/blank.png) 0 0 repeat;
padding:10px;
margin: 0 5px;
width:29%;
float:left;
}


div#footer {
margin: 0 0 0 80px;
width:800px;
clear:both;
height:30px;
}


.clr {
clear:both;
}




/** 			FOOTER		**/

#footer .moduletable{
width:480px;
float:left;
padding:5px;
}



div#copy {
padding:5px;
float:right;
}


/**  OTHERS  	**/

.cadre_moitie_gauche {
float:left;
width:40%;
}

.cadre_moitie_droite {
float:right;
width:40%;
}
