*
{
	margin : 0px ;
	padding : 0px ;
	/*letter-spacing : 0.1em ;*/
	font-family : verdana ;
	font-size : 11px ;
}

body
{
	padding : 10px ;
	background-color : #ffffff ;
}
	
	#body
	{
		background-color : #E0E0E0 ;
		background-image : url("./design/arrsite3.jpg") ;
		background-position : top center ;
		background-repeat : no-repeat ;
		background-attachment : fixed ;
	}

	.corps
	{
		width : 760px ;
		margin : auto ;
		background-color : white ;
		background-image : url("./design/arrsite.jpg") ;
		border : 1px solid #cccccc ;
	}
	
	.header
	{
		height : 200px ;
		background-image : url("./design/banniere.jpg") ;
		overflow : hidden ;
	}
	
		.header .photos
		{
			margin-left : 440px ;
			margin-top : 20px ;
			margin-right : 15px ;
			height : 100px ;
			white-space : nowrap ;
			overflow : hidden ;
			text-align : center ;
		}
		
		.header .photos a
		{
			border : 0px ;
		}
		
		img
		{
			border : 0px ;
		}
		
		/*
		.photos2
		{
			width : 500px ;
			text-align : right ;
			overflow : hidden ;
			white-space : nowrap ;
		}
		*/
		
	
	.menu
	{
		float : left ;
		width : 140px ;
		padding-top : 20px ;
	}
	
		.menu li
		{
			list-style-type : none ;
			width : 110px ;
			margin-left : 20px ;
		}
		
		.menu a
		{
			display : block ;
			text-decoration : none ;
			color : black ;
			font-size : 1.1em ;
			font-weight : bold ;
			padding : 5px ;
		}
		
			.menu a:hover
			{
				color : white ;
			}
	
	.contenu
	{
		margin-left : 150px ;
		margin-right : 10px ;
	}
	
	.footer
	{
		clear : both ;
		padding-left : 150px ;
		padding-bottom : 20px ;
		padding-right : 10px ;
		background-image : url("./design/footer.jpg") ;
		background-repeat : no-repeat ;
		background-position : bottom left ;	
		margin-top : 20px ;
		text-align : right ;
		font-weight : bold ;
		font-size : 0.9em ;
	}
	
		.footer a
		{
			color : black ;
			text-decoration : none ;
		}
	
h1
{
	font-size : 1.5em ;
	padding-bottom : 5px ;
	margin-bottom : 10px ;
	border-bottom : 1px solid black ;
	text-align : right ;
	padding-right : 20px ;
}	

h2
{
	background-image : url("./design/arrh2.jpg") ;
	background-repeat : no-repeat ;
	background-position : top right ;
	padding-top : 10px ;
	padding-right : 80px ;
	font-size : 15px ;
	margin-bottom : 5px ;
}

.mod, p
{
	border : 1px solid #cccccc ;
	margin-bottom : 10px ;
	padding : 5px ;
	/*
	border-top : 1px solid green;
	border-left : 1px solid blue ;
	border-bottom : 1px solid red ;
	border-right : 1px solid yellow;
	*/
	overflow : hidden ;
}

	.mod p
	{
		border : 0px ;
	}

textarea
{
	width : 98% ;
	height : 300px ;
	background-color : white ;
}
	
	.contenu a
	{
		color : red ;
		border-bottom : 1px solid green ;
		text-decoration : none ;
	}
	
	.contenu a:hover
	{
		color : blue ;
		border-bottom : 1px solid yellow ;
	}
	
	
.droite
{
	float : right ;
	margin-left : 10px ;
}

.gauche
{
	float : left ;
	margin-right : 10px ;
}

.full
{
	width : 100% ;
	margin : auto ;
}

li
{
	list-style-type : square ;
	margin-left : 20px ;
}

#edito *
{
	text-align : center ;
	font-size : 1.2em ;
	padding : 5px ;
}

	#edito .ligne1
	{
		font-size : 1.5em ;
		font-weight : bold ;
	}
	
	#edito .ligne2
	{
	
	}
	
	#edito .ligne3
	{
	
	}