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

body{
	background-image:url(http://www.lespitchouns83.fr/images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#ededcc;
}

#header{
	
	height:auto;
	margin:auto;
	color:#760f71;
	font-size:48px;
	text-align:center; 
	font-family:"Times New Roman", Times, serif;
	
}
#contener{
	background-image:url(http://www.lespitchouns83.fr/images/bg2.jpg);
	background-repeat:repeat-x;
	background-color:#ededcc;}
#menu_pit{
	width:1000px;
	margin:auto;
	height:46px;
	padding:0px;
	}
#menu_pit ul{
	list-style:none;
	margin-left:100px;
	
	}
#menu_pit li{
	background-image:url(http://www.lespitchouns83.fr/images/accueil.png);
	display:block;
	float:left;
	height:40px;
	width:135px;
	margin:5px;
	font-size:20px;
	text-align:center;
	padding-top:10px;
	background-repeat:no-repeat;
	
	
}

#menu_pit a{
	text-decoration:none;
	color:#000;
	padding-top:0px;
	
}
#menu_pit a:hover {
	background-image:url(http://www.lespitchouns83.fr/images/forum.png);
	text-decoration:none;
	display:block;
	float:left;
	height:40px;
	width:135px;
	margin-top:-10px;
	padding-top:10px;
	background-repeat:no-repeat;
}

#corps{
	padding:10px;
	background-color:#EDEDCC;
	width:1000px;
	margin:auto;
	margin-top:5px;
	border:#999 ridge 3px;
	
}
#corps a{
	text-decoration:none;
	color:#760f71;
}

#footer{
	color:#000;
	text-align:center;
}
/*.textepetit {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}gras {
	font-weight: bold;
}
.droite {
	text-align: right;
	font-style: italic;
}
#corps h1 {
	text-align: center;
}
*/

