body{background-color:black;
	font-family:Verdana, Times, Arial;
	color:black;
	font-size:14px;
	}
	
h1{font-size:15px;
   margin:0px;
   padding:0px;
   color:#cc6600;
   text-decoration:underline;
   font-weight:bolder;
   }
   
h2{font-size:16px;
   margin:0px;
   margin-left:10px;
   padding:0px;
   color:gray;
   text-decoration:underline;
   font-weight:bolder;
   }
   
a{color:yellow;
	font-weight:bolder;
	text-decoration:underline;
	}
	
a:link{color:yellow;
	font-weight:bolder;
	text-decoration:underline;
	}
a:active{color:yellow;
	font-weight:bolder;
	text-decoration:underline;
	}
a:hover{color:red;
	font-weight:bolder;
	text-decoration:none;
	}
	
a img{border:none;}
   
#content{position:absolute;
		margin-left:-450px;
		left:50%;
		background-color:#0066cc;
		width:900px;
		border:2px groove gray;
		}
		
#banniere{position:relative;
		float:left;
		}
 
#pages{position:relative;
		width:100%;
		}

#menu{
	position:relative;
	margin-bottom:10px;
	width:620px;
	margin-left:-310px;
	left:50%;
	z-index:1;
	}
#menu ul{
		position:relative;
		margin:0px;
		padding:0px;
		text-align:center;
		color:yellow;
		font-weight:bolder;
		}   

#menu li{display:inline;
	font-size:16px;
	}

	
/*
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
Accueil.php
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
*/
#news{background-image:url('accueil/fond_news.jpg');position:relative;
	float:right;
	width:430px;
	height:600px;
	margin:5px;
	text-align:center;
	color:#663300;
	font-weight:bolder;
	z-index:1;}
#news1{
	position:relative;
	float:left;
	width:405px;
	height:530px;
	text-align:center;
	color:#ff9900;
	overflow:auto;
	font-weight:bolder;
	margin-left:5px;
	margin-top:50px;
	z-index:1;
	}

#animation{
	position:relative;
	float:left;
	width:402px;
	height:282px;
	margin:10px;
	}
	
#video{
	position:relative;
	float:left;
	width:407px;
	height:287px;
	background-image:url('accueil/fond_videos1.jpg') !important;
	text-align:center;
	margin-right:20px;
	color:#ff9900;
	}
	

.info{font:16px;color:white;font-weight:bolder;text-decoration:underline;}


#liens{
	position:relative;
	float:left;
	width:98%;
	text-align:center;
	background-color:white;
	border:2px double gray;
	margin-left:5px;
	margin-top:25px;
	}
	
.liens{text-decoration:underline;font-weight:bolder;}

.laboucherie{font-size:10px;}

#coordonnees{position:relative;
	width:90%;
	font-size:8px;
	text-decoration:underline;
	float:left;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
	}
	
	
/*
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
Marbelliens.php
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
*/

#marbelliens{
	position:relative;
	width:100%;
	text-align:center;
	margin-left:25px !important;
	margin-left:0px;
	}
	
#marbelliens td{border:2px double #003399;background-color:gray;}


/*
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
Photos.php
-----------------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------
*/
.titre{color:green;
	font-weight:bolder;
	text-decoration:underline;}

#action1{position:relative;
	width:45%;
	height:650px;
	background-image:url('photos/fond_actions.jpg');
	float:left;}
	
#action{position:relative;
	width:93% !important;
	width:90%;
	color:white;
	float:left;
	height:580px;
	overflow:auto;
	margin-left:10px;
	margin-top:50px;
	}
	
#action a{color:brown;}
#action a:active{color:brown;}
#action a:link{color:brown;}
#action a:hover{color:red;
	font-style:oblique;
	}
		
#soirees{position:relative;
	background-image:url('photos/fond_video_photo.jpg');
	float:right;
	width:490px;
	height:420px;
	}
#video_photo{position:relative;
	text-align:center;
	color:white;
	width:460px;
	height:366px;
	margin-top:15px;
	margin-left:12px;
	}

#paysages{position:relative;
	background-image:url('photos/paysage.jpg');
	float:right;
	width:490px;
	height:230px;
	}

#paysages1{position:relative;
	width:480px;
	height:220px;
	text-align:center;
	margin-top:10px;
	margin-left:2px;
}





   