html, body {
	margin: 5px 0 ;
	}

html {
	background: /*#E1FF95*/ /*#DEFF64*/ black;
	}

body {
	font: 90% "Trebuchet MS", sans-serif;
	}
	
a {
	color: /*#2A8A00*/ green;
	}
a:hover {
	color: #c00 ;
	}
	
/*Global*/
/**************************************/

#global {
	border: 2px solid /*#7CA11E*/ #2A8A00;
	width: 770px;
	padding: 0px 0px;
	margin: 0 auto;
	position: relative;
	}

/*Header*/
/**************************************/

#header {
	color: #fff;
	height: 100px;
	position: relative;
	/*border-bottom: 1px solid blue;*/
	}
#header p {
	margin: 0 ;
	/*padding-top: 35px ;*/
	text-align: right ;
	/*padding-right: 32px ;*/
}

#header  img {
	position: absolute;
	bottom: 8px;
	left: 32px;	
	border-style: none;
	width: 89px ;
	}

/*content_foot*/
/*----------------------------*/

#header_nav {
	padding-top: 74px ;
	padding-right: 25px ;
	/*border: 1px solid red;*/
	}

#header_nav a {
	color: #6c0 ;
	font-weight: bold;
	}
	
#header_nav a:hover {
	color: #c00;
	}


a.retour, a.suite, a.ret_gal  {
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-right: 20px;
	padding-left: 30px;
	padding-top: 10px;
	}	

a.retour {
	background-image: url(../img/fleche_g.gif);
	}

a.suite {
	background-image: url(../img/fleche_d.gif);
	}
	
a.ret_gal {
	background-image: url(../img/ret_gal.gif);
	}



/*Center1 pour photos*/
/**************************************/
	
#center1 {
	overflow: auto;
	padding-top: 18px;
	padding-left: 32px;
	}

	
/*Content*/
/**************************************/
	
#content {
	/*border-left: 2px solid #7CA11E ;*/
	/*border: 1px solid red ;*/
	float: right;
	width: 538px;
	padding-left: 0px;
	padding-right: 18px;
	/*margin-left: 10px;*/
	}

.img_centre1{
	/*margin-top: 0px ;*/
	/*margin-left: 16px;*/
	border : 1px solid green ;
	}

/*Texte*/
/*-------------------------*/
/*
#center1 h2 {
	padding-left: 30px ;
	font-size: 1.8em ;
	background: url(../img/2007-05-13_Narcisses_Fiaudire_020.JPG) no-repeat left 2px ;
	color: #2A8A00;
	border-bottom: 1px solid #2A8A00;
	}

#center1 h3 {
	padding-left: 30px ;
	color: #2A8A00;
	border-bottom: 1px solid #2A8A00;
	}
*/
.legend {
	color: white ;
	font-size: 0.9em ;
	font-style: italic ;
	text-align: center ;
	margin: 0.1em 0em 1em 0em ;
	}

.center {
	text-align: center ;
	}	
	
	
	
/*Footer*/
/**************************************/
	
#footer {
	clear: both;
	height: 40px ;
	width: 770px ;
	bottom: 0;
	color: #fff;
	}


#footer p {
	padding: 10px 32px 0px 32px;
	font-size: 0.8em;
	}
	
#footer a {
	color: #6c0;
	text-decoration: none;
	font-weight : normal ;
	}


	


