body{
	margin:0px auto;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color:#000000;
	background: #ffffff url('images/bg.gif');
	border:0px yellow solid;
}

img {
	border:0px;
	padding:0px;
}
a {
	color:#823003;
	text-decoration: underline;
}
a:hover {
	color: #823003;
	text-decoration: none;
}

h1 {
	font-size:30px;
}
h2 {font-size:26px;}

p {
	margin: 0px 0px 12px 0px;
	color: #000066;
}

/***** début menu de gauche  *****/
#menu
{
	text-align: left;
	font-weight: bold;
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	padding:5px 0 10px 30px;
	border:0px red solid;
	position: relative;
	float: left;
}

#menu a
{
	display: block;
	height:56px;
	color: #FFFFFF;
	border: 0 none;
	font-size:15px;
	line-height:56px;
	text-indent: 20px;
	text-decoration: none;
	margin-top: 20px;
	background-color: #8b8675;
}

#menu a:hover, #menu a:focus
{
	background: #cc3333;
	color: #4D4D4D;
}
/***** fin menu de gauche  *****/


/***** layout *****/
#page_top{
	margin:0px auto;
	padding:0;
	width:100%;
	/*background: url('images/bg_top.png') no-repeat top center;*/
	border:0px blue solid;
}

#base{
	margin:0 auto;
	padding:0;
	width:962px;
	background: url('images/bg_repeat.png') repeat-y center;
	padding:0 28px 0 28px;
	border:0px red solid;
}

#header{
	position:relative;
	width: 100%;
	height: 113px;
	background:url('images/header_bg.jpg') no-repeat bottom;
	padding-top: 0px;
}
#bandeau{
	position:relative;
	width: 100%;
	height: 50px;
	background:url('images/menu_bg.jpg') no-repeat left;
}
#container{
	position:relative;
	overflow:hidden;
	width:962px;
	background:#ffffff url('images/container_repeat.jpg') repeat-y top left;
}
#content{
	float:right;
	width:605px;
	padding: 0px 15px 0 10px;
	border:0px red solid;
}

#content li{
	color: #000066;
	;
}

#footer{
	clear:both;
	position:relative;
	overflow:hidden;
	color:#ffffff;
	background:url('images/bg_bottom_repeat.jpg') repeat-y top left;
	background-color: #52010A;
	text-align: left;
}
#footer a,#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
	display: inline;
	height: 16px;
}

#plan li{
	list-style-type: disc;
	line-height: 20px;
	list-style-position: outside;
	text-indent: 10px;
	text-decoration: none;
}
/*######### header ############*/
#title {
	position:absolute;
	top:27px;
	left:24px;
	width:643px;
	font-family: Arial,Verdana;
	font-size:50px;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	border:0px red solid;
	overflow:hidden;
	line-height: 72px;
	height: 61px;
	
}

#title a {
	font-family: Arial, Verdana;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
#title a:hover {
	font-family: Arial, Verdana;
	font-weight:bold;
	color: #663000;
	text-decoration:blink;
}
	
#subtitle {
	position:absolute;
	overflow:hidden;
	font-family: Arial, Tahoma, Verdana;
	width:768px;
	height:auto;
	left:4px;
	top:17px;
	text-align:left;
	font-size:14px;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-style:normal;
	border:0px red solid;
	line-height: 40px;
	font-weight: bold;
}

#search {
	position:absolute;
	visibility: visible;
	right: 0px;
	line-height: 50px;
	text-align: right;
	vertical-align: bottom;
}

/***** content *****/
.post_top{
	position: relative;
	border-left:8px #943303 solid;
	border-bottom: 1px #943303 solid;
	height:35px;
	width: 593px;
	top: 13px;
	font-size:16px;
	font-family:arial;
	color:#4D4D4D;
	line-height: 35px;
	font-weight: bold;
}
.post_bottom{
	margin: 20px 5px 0 8px;
	width: auto;
}	
.posttitle{
	position:absolute;
	top:-148px;
	left:-22px;
	font-size:18px;
	font-family:arial;
	color:#000066;
	border:0px red solid;
	width: 590px;

}
	/* début formulaire */
.focus {
	COLOR: #000066;
	BACKGROUND-COLOR: #f7eedc
}

.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #993300;
}
.footer_bottom {
	position: relative;
	height:auto;
	font-family:arial;
	line-height: auto;
	font-weight: bold;
	padding-left: 30px;
}
