/*
montjoyeux.com version 3
2011 
by christopheguyot.fr
*/
p{
	text-align: justify;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #626938;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #282b16;
}

*
{
border: 0;
margin: 0;
}

body
{

	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #303c16;
}

#mainbg{
	background: url(../img/main_bg.png);
	background-repeat:repeat-y;
	background-position: center;
}

#main{
	margin: 0 auto;
	width: 1014px;
}

#header{
	width: 1014px;
	margin: 0 auto;
	height: 234px;
	text-align: center;
}

#content{
	padding-top: 15px;
	padding-bottom: 15px;
}

#content_bg{
	background-color: #a8b462;
}

#left{
	width: 709px;
	margin-left: 15px;
}

#left p{
	padding-left:5px;
	padding-right:5px;
}

#text{
}

#left H1{
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	color: #ffffff;
	font-size: 18px;
	height: 35px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	width:100%;
	margin-bottom:20px;
	background: url(../img/title_left.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}
#left ul{
	list-style: none;
	margin-bottom: 30px;
	padding-left:0px;
	padding-top: 5px;
	padding-right:10px;
	float: left;
}

#left li{
	float: left;
	padding-left: 60px;
	margin-bottom: 10px;
}

#right{
	width: 262px;
	float:right;
	margin-right: 15px;
}

#right h2 {
	font-family: Tahoma, Geneva, Verdana;
	font-weight:normal;
	color: #ffffff;
	font-size: 18px;
	text-align:center;
	height: 35px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom:20px;
	background: url(../img/title_right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#right ul{
	list-style: none;
	margin-bottom: 30px;
	padding-left:7px;
	padding-top: 5px;
	padding-right:10px;
}

#right li{
	background: url(../img/ls.png) no-repeat left top;
	padding-left: 20px;
	margin-bottom: 10px;
}

#right a{
	text-decoration: none;
	color: #335000;
	font-weight:bold;
}

#right a:hover {
	text-decoration: underline;
}

#footer
{
	background: url(../img/footer.png);
	background-position:top;
	height: 50px;
	margin: 0 auto;
	font-size: 10px;
	color: #000000;
	padding-top: 30px;
	padding-left: 180px;
	text-align: left;
	clear:both;
}

#footer a{
	color: #626938;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
	color: #282b16;
}
.padding{
	padding: 10px;
	color:#FF0000;
	font-weight: bold;
}

