/*
	Reset des Tags
*/
	html,body {height:100%;}	
	body {border: 0px; margin: 0px; padding: 0px; 
			background-color: #000;
			scrollbar-face-color: #898989;
			scrollbar-shadow-color: #898989;	
			scrollbar-3dlight-color: #898989;
			scrollbar-highlight-color: #2e2e2e;
			scrollbar-darkshadow-color: #2e2e2e;
			scrollbar-track-color: #2e2e2e;
			scrollbar-arrow-color: #2e2e2e;
			font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px;}	
	form, h1, h2, h3, h4, h5, h6 {padding: 0px; margin: 0px; border: 0;}
	
/*
	ID
*/
	#container {position:absolute; left: 50%;  top: 50%; width:1000px; height:550px; margin-left: -500px; margin-top: -275px;}
	#containerHome {width:1000px; height:550px; background:url(img/bckgrd-home.jpg) top left no-repeat;}	
	#containerHome h1 {font-family:Georgia, "Times New Roman", Times, serif;font-size:28px;color:#000;font-weight:normal; padding:0 0 0 0;}
	#containerHome h2 {font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;color:#000;font-weight:normal; padding:0 0 0 0;}
	#container p { font-size:11px;}
	
	#pageMenu {height:53px; padding:0 0 0 385px;}
		#pageMenu A {font-family:Georgia, "Times New Roman", Times, serif;font-size:14px;color:#000;font-weight:normal;margin:0 23px 0 0;}
		#pageMenu A:link	{ text-decoration:none;color:#000; }
		#pageMenu A:visited { text-decoration:none;color:#000; }
		#pageMenu A:hover { text-decoration:none;color:#009dff; }	
			
	#MenuBottom {text-align:left; padding:0 0 0 5px; font-size:10px; color:#000; height:28px;color:#6e6e6e;}
		#MenuBottom A:link	{ text-decoration:none;color:#6e6e6e; font-size:10px; }
		#MenuBottom A:visited { text-decoration:none;color:#6e6e6e; font-size:10px; }
		#MenuBottom A:hover { text-decoration:underline;color:#009dff; font-size:10px; }
	
	#containerPage {width:1000px; height:550px; background:url(img/bckgrd-page.jpg) top left no-repeat;}
		#containerPage a { text-decoration:none;}
	#containerPageActualite {width:1000px; height:550px; background:url(img/bckgrd-page-actualite.jpg) top left no-repeat;}
	#containerPageContact {width:1000px; height:550px; background:url(img/bckgrd-page-contact.jpg) top left no-repeat;}
	#containerPageBebe {width:1000px; height:550px; background:url(img/bckgrd-page-bebe.jpg) top left no-repeat;}
	#containerPageAdulte {width:1000px; height:550px; background:url(img/bckgrd-page-adulte.jpg) top left no-repeat;}

	#slogan {float:left; width:348px; line-height:10px;}
		#slogan h1 {font-family:Georgia, "Times New Roman", Times, serif;font-size:36px;color:#000;font-weight:normal; padding:25px 0 0 62px;}
		#slogan h2 {font-family:Georgia, "Times New Roman", Times, serif;font-size:14px;color:#000;font-weight:normal; padding:0 0 0 109px;}

/*
	CLASS
*/	

	.clearBoth {clear:both;}

/*
	TAG
*/
	input, textarea {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:9px;border:1px solid #000000;}
	h1 {font-family:Georgia, "Times New Roman", Times, serif;font-size:25px;color:#000;font-weight:normal;}
	h2 {font-family:Georgia, "Times New Roman", Times, serif;font-size:12px;color:#000;font-weight:normal;}
	td {color:#000;font-family:Verdana, Arial, Helvetica, sans-serif;font-size:11px;}
	
	A:visited { text-decoration:underline;color:#000; }
	A:link	{ text-decoration:underline;color:#000; }
	A:hover { text-decoration:none;color:#009dff; }
