body
{
background	: url('images/background.gif') #E0ECF8 repeat-x top;	
margin		: 0;
}

a
{
color				: #125a96;
text-decoration		: none;
}

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

a img {
border:0;
}

/* TRANSPARENCE SUR IE6 */

img, div , a, li, h2
{
behavior: url(iepngfix.htc);
}

/* HEADER */

#header
{
background	: url(images/background_header.png);
text-align	: left;
width 		: 900px;
height 		: 130px;
}

#logo
{
background	: url('images/logo.png') no-repeat left;
width 		: 355px;
height 		: 130px;
}

#pub
{
background	: url(images/fond_pub.png); 
float		: right;
width		: 468px;
height		: 60px;
margin		: 30px 5px 0 0;
border		: 1px silver solid;
}

/* CONTENT */

#content_top
{
background	: url('images/content_top.png');
width		: 900px;
height		: 10px;
}

#content_middle
{
background	: url('images/content_middle.png') repeat-y;
width		: 900px;
text-align	: left;
height		: auto;
}

#content_bottom
{
background		: url('images/content_bottom.png');
width			: 900px;
height			: 10px;
margin-bottom	: 10px;
}	

	/* TABLEAU CONTENU GAUCHE / DROIT */

	#gauche
	{
	background	: #FFFFFF;
	width		: 270px;
	height		: auto;
	}


	#droit
	{
	background	: #FFFFFF;
	width		: 810px;
	height 		: auto;
	}
	
	/* MENU TABLEAU GAUCHE */
	
	.menu_top
	{
	margin-top: 5px;
	width		: 257px;
	height		: 11px;
	background	: url(images/menu_top.png);
	}
	
	.menu_middle
	{
	width		: 257px;
	height		: auto;
	background	: url(images/menu_middle.png) repeat-y;
	}
	
	.menu_down
	{
	width		: 257px;
	height		: 11px;
	background	: url(images/menu_down.png);
	}
	
	.menu_text
	{
	margin-left	: 10px;
	margin-right: 10px;
	font-family	: arial;
	font-size	: 11px;
	text-align	: left; 
	}
	
	.menu_link
	{
	font-size	: 12px;
	color		: #7e7e7e;
	}
	
	.menu_link a
	{
	font-size	: 12px;
	color		: #7e7e7e;
	text-decoration: none;
	}
	
	.menu_link a:hover
	{
	font-size	: 12px;
	color		: #027297;
	text-decoration: none;
	}
	
	.menu_titre 
	{
	font-size:14px;
	font-style: normal;
	font-weight:lighter;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #5e6377;
	border-bottom : 1px dashed silver;
	text-align:left;
	padding-left : 5px;
	letter-spacing: 2px;
	margin-bottom : 5px;
	}
		
	/* TABLEAUX CONTENU DROIT */
	
	.droit_haut
	{
	margin-top : 5px;
	width	: 600px;
	height	: 13px;
	background : url(images/droit_top.png);
	}	
	
	.droit_center
	{
	width	: 600px;
	height	: auto;
	background : url(images/droit_center.png) repeat-y;
	}	
	
	.droit_bas
	{
	width	: 600px;
	height	: 13px;
	background : url(images/droit_bas.png);
	}	
	
		/* -> Block Banniere */
		
		#background_pub
		{
		width		: 576px;
		height  	: 106px;
		background	: url(images/background_pub.png);
		}
		
		#pub_ban
		{
		padding	: 3px;
		}
		
		/* -> Block News */
		
		.haut_news
		{
		margin-top	: 10px; 
		width		: 580px;
		height		: 5px;
		background	: url('images/haut_news.png');
		}
		
		.centre_news
		{
		width		: 580px;
		height		: auto;
		background	: url('images/centre_news.png') repeat-y;
		}
		
		.news_titre 
		{
		font-size:14px;
		font-style: normal;
		font-weight:lighter;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #5e6377;
		border-bottom : 1px dashed silver;
		text-align:left;
		padding-left : 5px;
		letter-spacing: 2px;
		margin-bottom : 5px;
		padding-top : 5px;
		}
		.new_photos
		{
		width : 130px;
		height : 130px;
		float : left;
		border : 1px solid black;
		margin : 10px;
		}
		
		.bas_news
		{
		width		: 580px;
		height		: 5px;
		background	: url('images/bas_news.png');
		}
	
	/* CONTENT -> FOOTER */
	
	#footer
	{
	color			: silver;
	border-top		: 1px silver dashed;
	padding-top		: 5px;
	font-size		: 12px;
	font-family		: arial;	
	margin-left 	: 10px;
	margin-right	: 10px;
	}
	
	.logo_valid
	{
	float 			: right;
	margin-top		: 7px;
	margin-right 	: 5px;
	}