* {
    margin: 0;
    padding: 0;
}

html, body, img, p, div, span, form, h1, h2, h3, h4, table, tr, td {
    border: 0;
}

body {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/fond.jpg) #aec5e0 top left repeat-x;
    width: 100%;
    height: 100%;
}

#conteneur {
    position: relative;
    width: 950px;
    text-align: left;
	margin: 10px auto 0px auto;
	background-color: #fff;
}

/****************************************************************************/
/***                                                                      ***/
/***  ENTETE                                                              ***/
/***                                                                      ***/
/****************************************************************************/

#entete {
	background: url(images/fond_entete.gif) no-repeat;
    height: 140px;
	overflow: hidden;
}

#entete h1 {
	color: #808080;
	font-size: 10px;
	font-weight: normal;
	padding-left: 5px;
	margin-bottom: 4px;
	height: 10px;
}

#logo {
    position: absolute;
    left: 2px;
    top: 3px;
}

#telephone {
    position: absolute;
    left: 461px;
    top: 15px;
}

#acces_client, #div_recherche {
    position: absolute;
    left: 680px;
    top: 10px;
}

#div_recherche {
    top: 110px;
}

#acces_client th, #div_recherche th {
    width: 85px;
    vertical-align: top;
    padding-top: 5px;
}

#login, #mot_passe, #recherche {
    height: 18px;
    border: 1px solid #006bb3;
    font-family: Verdana;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 2px;
    margin-bottom: 1px;
}

#login {
    width: 150px;
    background: #fff url(images/form_login.gif) no-repeat;
    margin-bottom: 3px;
}

#mot_passe {
    width: 125px;
    background: #fff url(images/form_mot_passe.gif) no-repeat;
}


/****************************************************************************/
/***                                                                      ***/
/***  MENU                                                                ***/
/***                                                                      ***/
/****************************************************************************/

#menu {
    position: absolute;
    top: 113px;
    padding-left: 1px;
}

#menu a, .menu a:link, .menu a:visited {
	display: block;
	float: left; 
	width: 110px;
	height: 18px;
	font-size: 13px; 
	font-weight: bold;
	background: url(images/onglet_vide.gif) top no-repeat;
	text-align: center;
	padding-top: 4px;
	color: #000;
	text-decoration: none;
}


/****************************************************************************/
/***                                                                      ***/
/***  GAUCHE                                                              ***/
/***                                                                      ***/
/****************************************************************************/

#gauche .contenu {
    padding: 10px 4px;
}

#gauche h2 a, #gauche h3 a {
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
}

#gauche h2 a {
    padding: 5px 0px 5px 15px;
    margin: 5px 0px 2px 0px;
	font-size: 13px;
	font-weight: bold;
}

#gauche h3 a {
    padding: 5px 0px 5px 30px;
	font-size: 12px;
	font-weight: normal;
}

#gauche h2 a:hover, #gauche h3 a:hover {
    color: #fff;
}



/****************************************************************************/
/***                                                                      ***/
/***  CONTENU                                                              ***/
/***                                                                      ***/
/****************************************************************************/

#contenu {
    margin-top: 1px;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
}

#contenu h1 {
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
    padding-left: 10px;
}

#gauche, #droite {
    width: 210px;
    background-color: #eee;
    text-align: justify;
}

#centrale {
    width: 550px;
    padding: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#centrale h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
    border-bottom: 1px dashed;
    margin-bottom: 5px;
}

#centrale h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
    border-bottom: 1px dashed;
    margin-top: 10px;
    margin-bottom: 2px;
}

#centrale p {
    margin-bottom: 10px;
    text-align: justify;
}

#centrale a {
    font-weight: bold;
    text-decoration: none;
}

#centrale a:hover {
    text-decoration: underline;
}

#centrale ul {
    margin-left: 30px;
    margin-bottom: 10px;
}

/****************************************************************************/
/***                                                                      ***/
/***  PIED                                                                ***/
/***                                                                      ***/
/****************************************************************************/

#pied {
    text-align: center;
    line-height: 30px;
    height: 30px;
    background: url(images/fond_pied.gif) top no-repeat;
    color: #808080;
}

#pied a {
    color: #808080;
}

#pied a:hover {
    color: #ccc;
}

