@charset "utf-8";
/* CSS Document */

*
	{
		margin:0;
	}
	body
	{
		background-color:#9c9e9f; 
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}

	table#page
	{
		width:1123px;
		
		margin:0 auto;
	}
	table#content
	{
		width:984px; 
		margin:0 auto; 
		background-color:#fff
	}

 #pixel_degrade_gauche
  {
	  background-image:url(/images/pixel_body.gif);
	  width:69px;
	  height:100%;
  }
  #pixel_degrade_droit
  {
	  background-image:url(/images/pixel_body2.gif);
	  width:69px;
	  height:100%;
  }
/*----------------------------------------------header------------------------------------------------*/
	table#header
	{
		background-image:url(/images/header.jpg);
		width:984px;
		height:452px;
		background-repeat:no-repeat;
	}

/*-----------------------------------------------module flash------------------------------------------*/
	td#module_flash
	{
	
		width:409px;
		height:450px;
		margin:0;
		padding:0;
		padding-left:76px;
		vertical-align:top;
		padding-top:30px;
	}
	
	
/*------------------------------texte---------------------------------------*/

/* a dans liens */
.tab_links a{
	color:black;
}
.tab_links a:hover{
	color:#fcd700;
}

/*menu haut*/

	a#menu_haut1
	{
		text-decoration:none; 
		color:#FFF;
		font-family:Arial;
		font-size:12px
	}
	a#menu_haut1:hover
	{
		color:#fcd700;
	}

	a#menu_haut2
	{
		text-decoration:none; 
		color:#fcd700;
		font-family:Arial;
		font-size:12px
	}
	
/* fin menu haut*/
/*acceder au site */

a#site1
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#4d4f9a;
	
}
a#site1:hover
{
	color:#353450;
}
a#site2
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#eca100;
}
a#site2:hover
{
	color:#b98017;
}

a#site3
{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#cf577e;
}
a#site3:hover
{
	color:#8f3958;
}
/* fin de acceder au site */
	p#header_texte 
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#58585a;
		text-align:justify;
	}
	
	 td p#texte_evenement 
	{
			/*width:290px;*/
			padding-top:15px;
	}
	
	#actu
	{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#fff;
	height:36px;
	}
	
	h1
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		color:#58585a;
	}
	
	p#texte_evenement 
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#58585a;
		text-align:justify;	
	}
	
	#titre
	{
		width:302px;
		height:35px;
		font-family:arial;
		font-size:12px;
		color:#fdd90a;
	}
	
	#actu1
	{
			width:180px;
			height:150px;
			font-family:Arial;
			font-size:12px;
			color:#fff;
			text-align:justify;
			padding-left:10px;
			vertical-align:top;	
	}
	
	.marge
	{
		width:20px;
		background-image:url(/images/pixel_trait.gif);
		background-repeat:repeat-y;
		background-position:top center;
	}
	.marge2
	{
		width:20px;
		background-image:url(/images/marge2.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
	}
	
	/*----------------------------------------------footer----------------------------------------------------*/
	
	#footer
	{
		background-color:#57585a;
		height:60px;
		border:solid 1px black;
		width:984px
		
	}
	
	#footer a 
	{
			font-family:Arial;
			font-size:12px; 
			color:#FFF;
			text-decoration:none;
	}
	
	#footer label
	{
			font-family:Arial;
			font-size:12px; 
			color:#fdd80a;
	}
	
	/*----------------------------------------------contact----------------------------------------------------*/
	
	#contact td
	{
		padding-top:5px;
		padding-bottom:5px;
		font-size:12px;
	}
	
	
	
	hr{
		height:1px;
		background-color:#FF33CC;
	}

