/* -------------------------------*/
/* Pre-Home du site extranet Leem */
/*             Mars 2007          */
/* -------------------------------*/

/***********************/
/* SECTION 1 - LA BODY */
/***********************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	background: #F7F7F7 url(../img/fond.gif) repeat-y center;
}
#conteneur {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background-color:#fff;
	height: 100%;
}
#spacer {
	clear:both;
}
/***************************/
/* SECTION 2 - LES HEADERS */
/***************************/
/*------------------------------------------*/
/* Section 2.1 - 1er header : logo + moteur */
/*------------------------------------------*/
#header1 {
	height: 70px;
	background-image: url(../img/header1.jpg);
}
#header1part {
	height: 70px;
	background-image: url(../img/header1-part.jpg);
}
#header1rse {
	height: 70px;
	background-image: url(../img/header1-rse.jpg);
}
.logo {
	display:none;
}
/*------------------------------------------*/
/* Section 2.2 - Navigation outils générale */
/*------------------------------------------*/
#header2 {
	height: 20px;
	background-image: url(../img/header2.jpg);
}
#header2 ul {
	float:right;
	padding-right:40px;
	margin-top:2px;
}
#breadcrumbs {
	height: 20px;
	background: url(../img/breadcrumbs.jpg) no-repeat top left;
}

/********************************/
/* SECTION 3 - La page centrale */
/********************************/

#central {
	float: left;
	margin:0;
	padding: 12px;
	background: url(../img/fond-col-gauche.jpg) no-repeat;
	width: 800px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 740px;
}
#central h1 {
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	color: #00aece;
	margin-left: 45px;
}

/* STYLES POUR LES TABLEAUX DE LA HOMEPAGE */

.table1 {
	border: #00aece solid 1px;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	line-height: 17px;
	color: #666666;
	margin-left: 125px;
}
.table1 a {
	color: red;
	font-weight:bold;
}

/* STYLES POUR LE FORMULAIRE de LOGIN */

form fieldset {
	border: none;
}
input.bouton {
	background-color:#47D3F4;
	border: #61AAD7 1px solid;
	font: bold 11px Georgia, "Times New Roman", Times, serif;
	padding: 2px;
}
input.champ {
	border: #00aece 1px solid;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}

/* STYLES POUR L'INSCRIPTION */

#inscription form {
	margin: 0px;
	font: 11px "Trebuchet MS", Arial;
	color:#666666;
}
#inscription fieldset {
	border: #00aece solid 1px;
	padding: 10px;
	margin-left: 80px;
	width: 80%;
}
#inscription label {
	display: inline;
	float: left;
	width: 170px;
	font-weight: bold;
	margin-left: 75px;
}
#encadre {
	background-color:#00aece;
	color:#FFFFFF;
	padding:5px;
	font-weight:bold;
	text-align:center;
	margin:0;
}
.select {
	color: #005571;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.aste {
	color: #FF6600
}
.lamarge {
	margin-left:75px;
}

/*******************************/
/* SECTION 4 - LE PIED DE PAGE */
/*******************************/
#pied {
	clear:both;
	height: 20px;
	border-top:1px dashed #ddd;
	text-align:center;
	background-color:#fff;
}
#pied p {
	padding:1px 20px;
	margin:0;
	color:#999999;
}

/*------------------------------------------*/
/* Section 2.3 - Les breadcrumbs : utile !! */
/*------------------------------------------*/
#breadcrumbs {
	height: 20px;
	background: url(../img/breadcrumbs.jpg) no-repeat top left;
}
#breadcrumbs ul {
	float:left; 
	list-style:none; 
	margin:0;
	padding:0 0 0 130px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:650px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	width:650px; 
	}
#breadcrumbs ul li {
	display:inline; 
	padding:0 10px 0 10px; 
	background: url(../../img/fleche-orange.png) no-repeat 0 50%; 
	color:#FE9031; 
	font-size:100%;
	}
#breadcrumbs ul a {
	color:#999; 
	text-decoration:none;
}
#breadcrumbs ul a:hover {
	color:#FE9031; 
	text-decoration:underline;
}

#gauche {
	float: left;
	margin:0;
	padding: 12px;
	background: url(../img/fond-col-gauche.jpg) no-repeat;
	width: 170px;
	/* voice-family: "\"}\"";
	voice-family:inherit;
	width: 170px; */
}

/* ------------------------------------------------------------------- */
/* 4.2.1 - Le conteneur central pour les pages g�n�rales des rubriques */
/* ------------------------------------------------------------------- */
#generale {
	margin: 28px 15px 0 194px;
	padding:0;
}
#generale h1 { /* indication de la sous-rubrique / type de document */
	font: bold 1.6em Georgia, "Times New Roman", Times, serif;
	color:#000000;
	margin-top: 0px;
}
#generale p a { /* styles des liens */
	color:#328CB4;
}
#generale p a:hover { /* styles des liens */
	border-top: 1px dotted #00b8d4;
	border-bottom: 1px dotted #00b8d4;
	text-decoration:none;
	background-color:#DEF7FE;
}
#generale p.texte {
	color:#575757;
	line-height: 1.5em;
	font-family: "Trebuchet MS", Arial;
}
#generale p strong {
	color:#000;
}

/* Le syst�me de pagination */
/* ------------------------ */

#generale .pagination {
	color: red;
	font-weight:bold;
	float:right;
	margin-top:10px;
}
#generale .pagination a {
	color: red;
}
#generale .numeration {
	margin-top:20px;
	font-weight:bold;
	color: red;
}
