/* CSS Document */

body
{
	margin: 0;
	background: url(images/fond.jpg) top repeat-x #f4f4f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#bloc
{
	width: 950px;
}

#header
{
	width: 950px;
	height: 182px;
	background: url(images/header.jpg) no-repeat #f4f4f4;
}

#menu_haut
{
	width: 201px;
	height: 29px;
	background: url(images/menu_centre.jpg) repeat-y #f4f4f4;
	vertical-align:top;
	
}

#menu_centre
{
	width: 201px;
	background: url(images/menu_centre.jpg) repeat-y #f4f4f4;
	font-size: 11px;
	vertical-align: top;
}

	#menu_centre ul
	{
		list-style: none;
	}
	
	#menu_centre li
	{
		line-height: 20px;
	}
	
	#menu_centre a
	{
		padding-left: 10px;
		color: #0075b9;
		text-decoration: none;
		border-left: #efefef solid 3px;
	}
	
	#menu_centre a:hover
	{
		text-decoration: underline;
		border-left: #0075b9 solid 3px;
	}
	
	#sous_menu
	{
		margin-left: 10px;
		padding-left: 10px;
	}

#menu_bas
{
	width: 201px;
	height: 161px;
	background: url(images/menu_bas.jpg) no-repeat #f4f4f4;
}

#dev
{
	width: 749px;
	background: url(images/dev.jpg) top left no-repeat #f4f4f4;
	padding-top: 35px;
	padding-left: 35px;
	vertical-align: top;
	color: #666;
	font-size: 11px;
	text-align: justify;
	padding-right: 25px;
}

#tab_left
{
text-align: justify;
font-size: 12px;
vertical-align: top;
width:50%;
color: #666;
}
#tab_one
{
text-align: justify;
font-size: 12px;
vertical-align: top;
width:100%;
color: #666;
}
.titre
{
	width: 100%;
	height: 53px;
	background: url(images/fond_titre.jpg) right no-repeat;
	font-family: Arial Rounded MT Bold, Verdana, Arial, Helvetica, sans-serif;
	color: #0075b9;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 25px;
}

#footer
{
	width: 100%;
	height: 64px;
	background: url(images/footer.jpg) repeat-x #f4f4f4;
	vertical-align:text-bottom;
	text-align:right;
	font-size: 11px;
	padding-top:50px;
	color: #0075b9;
}

	#footer a
	{
		padding-left: 10px;
		color: #0075b9;
		text-decoration: none;
		border-left: #efefef solid 3px;
	}
	
	#footer a:hover
	{
		text-decoration: underline;
		border-left: #0075b9 solid 3px;
	}