/* CSS Document */

body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EEE;
}


#main
{
	width:950px;
	line-height: normal;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	padding-top:5px;
}


/**************/
/* TOPLANGUE */
/**************/


#TopLangue
{
	width:950px;
	height: 20px;
	line-height: normal;
	background-color:#EEE;
	text-align: right;
	font-size:10px;
	color:#999999;
}


/************/
/* TOPIMAGE */
/************/


#TopImage
{
	width:920px;
	height: 300px;
	line-height: normal;
	background-color:#FFFFFF;
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	background-image:url(Image/Arbre1.jpg);
}



/**********/
/*  MENU  */
/**********/


#Menu
{
	width:920px; 
	height: 35px;
	line-height: normal;
	color:#333333;  
	background-color:#333;
	font-size:12px;
	margin-left:15px;
	margin-right:15px;
}

#Menu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#Menu ul li {
	list-style: none;
	padding: 0;
}

#Menu li a, #Menu li a:link, #Menu li a:visited {
	color:#2b82c4;
	background-color:#333;
	display: block;
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-weight:bold;
}

#Menu li a:hover, #Menu li a:active {
	color:white;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 10px 10px 10px 10px;
	font-weight:bold;
}

#Menu li a.Menuactive {
	color:white;
	font-weight:bold;
}



/**********/
/*  TEXT  */
/**********/

#Text, #Text2
{ 
	text-align: left;
	height: 450px;
  	width: 920px;
  	float: left;
	background-color:#FFFFFF;
	color:#666666;
	font-size:12px;
	line-height:16px;
	margin-right:15px;
	margin-left:15px;
	margin-top:20px;
	padding-left:5px;
}


#Text2 img {
	border:0;	
	padding:5px;
}



#Text h3, #Text2 h3
{ 
	text-align: left;
	color:#333333;
	font-size:16px;
	padding-top:0px;
	margin-top:0;
}


#Text h4, #Text2 h4
{ 
	text-align: left;
	color:#333333;
	font-size:12px;
	font-weight:bold;
	padding-bottom:0;
	margin-bottom:0;
}


#Text a
{
	text-decoration:underline;
}


.TextLeft_index
{ 
	float: left;
	width:680px;
	
}

.TextRight_index
{ 
	float: right;
	width:200px;
	margin-right:20px;
}

.TextLeft_situation
{ 
	float: left;
	width:200px;
	
}

.TextRight_situation
{ 
	float: right;
	width:670px;
	margin-left:20px;
	margin-right:15px;
}


.TextLeft_jardins
{ 
	float: left;
	width:570px;
	
}

.TextRight_jardins
{ 
	float: right;
	width:300px;
	margin-right:20px;
}


.TextLeft_historique
{ 
	float: left;
	width:300px;
	
}

.TextRight_historique
{ 
	float: right;
	width:570px;
	margin-left:20px;
	margin-right:15px;
}


.TextLeft_activites
{ 
	float: left;
	width:730px;
	
}

.TextRight_activites
{ 
	float: right;
	width:150px;
	margin-right:20px;
}


.TextLeft_acces
{ 
	float: left;
	width:410px;
	
}

.TextRight_acces
{ 
	float: right;
	width:470px;
	margin-right:20px;
}

.BoldUnderline
{
	font-weight:bold;
	text-decoration:underline;
}



/************/
/*  FOOTER  */
/************/

#Footer {
	clear: both ;
	text-align: center;
	font-size:10px;
	color:#999999;
	background-color:#EEE;
	width: 950px;
	height: 20px;
	padding-top:5px;
}

.FloatLeft {
	float:left;
	margin-right:20px;
}


/************/
/*  IMAGES  */
/************/

img {
	border:1px solid #333;	
	padding:5px;
}

.imgright
{
	float:right;
	margin:10px 0px 10px 15px;
}

.imgleft
{
	float:left;
	margin:0px 20px 10px 0px;
}


/***********/
/*  OTHER  */
/***********/

a:link {
	text-decoration:none;
	color: #333333;
}

a:visited {
	text-decoration:none;
	color: #333333;
}

a:hover {
	text-decoration:none;
	color: #A52E45;
}

a:active {
	text-decoration:none;
	color: #A52E45;
}

/***********************/
/* Pour les formulaires*/
/***********************/

input, textarea /* Couleur de fond des champs */
{
   background-color:#CCC;
}

input:focus, textarea:focus /* Quand le curseur est sur un champ */
{
   /*background-color:#ff9800;*/
}

textarea
{
   width: 670px;
   height: 100px;
}

.message
{
	color:#FF0000;
	font-weight:bold;
}

.textrouge
{
color:#F00;
}

.cadrerouge
{
	background-color:#F00;
}
