/*
2013-05-31-11-51-00
*/

/* --- COULEURS --- */

/* Général */


#page > div {
    margin: 0 auto;
    width: 1150px;
}

#page {
background: url("../img/navhalo.png") no-repeat scroll -92px -62px transparent;
}
	
.wrapper {
    min-width: 1150px;
	margin-left: auto;
	margin-right: auto;
}
/* Entête */
#entete{/*height:17em;*/}
#header {
	background:url(../img/header1150.png) no-repeat center top transparent;
}
#nav  { 
	background: url("../img/navhalo.png") no-repeat scroll right 0 transparent;

	text-align: center; 
	height: 60px;
}
#nav  img.home{
    background: url("../img/semences.png") no-repeat scroll 2px -194px transparent;
}
#nav a:hover img.home{
    background: url("../img/semences.png") no-repeat scroll -41px -194px transparent;
}
/*#nav a:hover {
	background: url("../img/semences.png") no-repeat scroll 2 -159px transparent;
}*/
/*#nav a:hover {
    background: url("../img/semences.png") no-repeat scroll 2px -194px transparent;
}*/

#nav h1 { 
	color: #005f54; 
}
.fil a{
	color: #005f54;
}
.fil a:hover {
    color: #808080;
}

/* Block central */

.titre-orange {
	background: #f5f5f5;
}
.titre-bleu1 {
	background: #f5f5f5;
}
.titre-bleu2 {
	background: #f5f5f5;
}

.orange {border-bottom: 28px solid #ff8c00;}
.vert {border-bottom: 28px solid #10742e;}
.vert_strong {border-bottom: 28px solid #196559;}
.violet {border-bottom: 28px solid #92244b;}
/* --- POSITIONNEMENT --- */




/* Entête */
#header {
	text-align: center; 
	height: 140px;
	margin: 0;
		margin-bottom:1px;
}

#nav a {
    float: left;
    max-width: 152px;
    position: relative;
	display: block;
    line-height: 0;
	margin : 10px 0 0 20px;
}
#nav a:hover {
    margin : 10px 0 0 20px;
}

#nav h1 { 
	margin:0;
	font-size: 1.55em;
}
.fil {
	font-size: 0.9em;
padding-left:15px;
	text-align:left;
}
.doc {
	margin: 20px 0;
}
/* Bloc central */
#centre {
 padding:5px;
 font-size: 0.90em;
 min-height : 200px;
}
#centre-bis {
	width: 100%;
	overflow: hidden;
}


.titre-orange {
	width:182px;
	height:28px;
	border: 1px solid #A4A4A4;
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;
    border-radius: 0 8px 0 0;
}

#tb_result .titre-orange {
	margin-left:0;
	width:948px;
	border-left-color: #196559;
	border-bottom-color: #196559;
}
#resultat {
	border-top: 1px solid #196559;
	border-left: 2px solid #196559;
	border-right: 2px solid #196559;
	border-bottom: 2px solid #196559;
}
/* Contenu de la colonne centrale */
#center {
	margin-left: 320px;
	margin-right: 315px;
}

#recherche { height:100px;display: none;}
#tb_result { display: none;}
/* Pied de page */
#footer {
	border: 1px solid #A4A4A4;
	border-radius: 0 10px 0 0;
	margin: 0;
	padding: 10px 5px;
	font-size: .85em;
	background:#fff;

}

.legende{ position:relative;top:-69px;}

/************ POPLIGHT **********/

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--Les différentes définitions de Box Shadow en CSS3--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--Coins arrondis en CSS3--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}




.no-bord{
	padding:0;
	width:5px;
}
/*--Gérer la position fixed pour IE6--
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}*/
