*{outline:none;}

#page
{
	position:absolute;
	top:0px;
	left:-480px;
	margin-left:50%;
	width:990px;
	min-height:640px;
	background-image:url("../images/fond.jpg");
	background-repeat:repeat-y;
	
}

	#entete
	{
		float:left;				
		width:990px;
		height:268px;
		background-image:url("../images/entete.png");		
	}
	
		#zone-contenu-don
		{
			position:absolute;
			top:170px;
			left:794px;			
			/*top:85px;
			left:817px;	*/	
			width:148px;
			height:150px;			
			background-image:url("../images/inscription-don.png");					
		}
		
		#menu
		{			
			position:absolute;
			top:83px;
			left:325px;		
			margin:0px;
			padding:0px;
			text-transform:uppercase;
		}
		
			.contact_form_error
			{
				color:red;
			}
		
			#menu .menu-item
			{
				color:white;
				margin-left:20px;
				margin-right:20px;
				float:left;
			}
			
			#menu .menu-item .sous-menu
			{
				display:none;
			}
			
				#menu .menu-item:hover .sous-menu, .sous-menu:hover
				{	
					padding-top:10px;
					position:absolute;
					margin-top:-5px;
					margin-left:-40px;
					display:block;
					list-style-type:none;
				}
				
				#menu .menu-item  a, #menu .menu-item:hover .sous-menu a
				{
					text-decoration:none;
					color:white;
				}
		
		/*#menu li
		{			
			color:white;
			margin-left:20px;			
			margin-right:20px;			
			float:left;
			text-transform:uppercase;
		}
		
		#menu li .sous-menu
		{
			display:none;
		}
		
		#menu li:hover .sous-menu
		{				
			position:relative;			
			display:block;						
			list-style-type:none;
			margin:0px;
			padding:0px;
		}
		
			#menu li:hover .sous-menu li
			{				
				color:white;	
				float:none;
				text-transform:uppercase;				
			}*/
	
	#zone-contenu
	{
		float:left;	
		width:990px;
		min-height:227px;						
	}
	
		#zone-contenu-date
		{
			position:absolute;
			/*top:266px;
			left:10px;*/		
			/*top:182px;
			left:237px;	*/
			
			top:147px;
			left:770px;

			width:194px;
			height:45px;									
			background-image:url("../images/date-evenement.png");
		}
		
		#zone-contenu-video
		{
			position:absolute;
			top:266px;
			left:30px;
			width:180px;
			height:125px;									
			background-image:url("../images/defi-velo-video.jpg");
		}
		
			#zone-description-video
			{
				position:absolute;
				top:376px;
				left:30px;
				width:180px;
				height:15px;	
				color:white;
				text-align:center;
			}
		
		#zone-contenu-texte
		{			
			float:left;						
			margin-left:238px;		
			width:513px;
			min-height:230px;
			color:white;			
		}
		
		#zone-contenu-texte a
		{		
			/*color:#8cc63f;*/
			color:#d7df21;
			font-weight:bold;
		}
		
		#zone-timer-jours{margin-top:30px;margin-left:85px;padding-top:18px;text-align:center;font-size:30pt;width:84px;height:66px;background-image:url("../images/cercle-timer.png");float:left;}
		#zone-timer-heures{margin-top:30px;margin-left:25px;padding-top:18px;text-align:center;font-size:30pt;width:84px;height:66px;background-image:url("../images/cercle-timer.png");float:left;}
		#zone-timer-minutes{margin-top:30px;margin-left:25px;padding-top:18px;text-align:center;font-size:30pt;width:84px;height:66px;background-image:url("../images/cercle-timer.png");float:left;}
		#zone-timer-secondes{margin-top:30px;margin-left:25px;padding-top:18px;text-align:center;font-size:30pt;width:84px;height:66px;background-image:url("../images/cercle-timer.png");float:left;}
				
	
	#pied-de-page
	{
		float:left;	
		width:990px;
		height:303px;		
		background-image:url("../images/pied-de-page.png");		
	}
	
		#lien-pied-de-page
		{
			position:absolute;
			right:0px;
			bottom:0px;
			text-decoration:none;
			color:#092666;
		}
	
h2
{
	color:white;
}

/*DÉBUT CSS utilisé pour les pages d'administration*/

.tabGestion
{
	width:100%;
	border-collapse:collapse;
	margin-top:0px;
	margin-left:10px;
	margin-right:10px;
}

.tabGestion table
{
	width:98%;
	border-collapse: collapse;
	margin:3px;
	padding:3px;
}

.tabGestion table td
{
	padding-left:0px;
	padding-right:0px;
}

.tabGestion table th
{
	text-align:left;
	border-bottom: 1px solid #543a34;
}

.over:hover
{
	background-color:#a27b72;
}

.ongSep
{
	width:5px;
}

.ongMenu
{
	width:100px !important;
	border-top:1px solid #543a34;
	border-right:1px solid #543a34;
	border-left:1px solid #543a34;
	background-color:#a27b72;
	text-align:center;
}

.ongMenu a
{
	color:white;
}

.ongMenusel
{
	width:100px;
	border-top:1px solid #a27b72;
	border-right:1px solid #a27b72;
	border-left:1px solid #a27b72;
	background-color:#543a34;
	text-align:center;
}

.ongMenusel a
{
	color:white;
}


.gestContent
{
	border:1px solid #543a34;
}

.gestContentFacture
{
	border:1px solid #543a34;
	background-color:#ffffff;
}

.gestContent a, .gestContent a:visited, .gestContent a:hover,.gestContent a:link
{
	color:#543a34;
}

/*FIN CSS utilisé pour les pages d'administration*/
