body {
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 180%;
	color: #382e1f;
	background-color: #f3f3eb;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#container {
	background-image: url(../../assets/images/back_content.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#menu .page_item a {
	background-image: url(../../assets/images/back_menu.gif);
	background-position: center top;
	background-repeat: repeat-x;
}
.prominent .inner {
	margin: 0px;
	padding: 10px 0px 0px;
	text-align:center;
}
#div {
	border: 1px solid #FF0000;
}


/* déclaration liens divers */

a, a:link {
	color: #bb6f02;
}
a:hover, a:active {
	color: #e58802;
}
.liens a{
	color:#000;
	text-decoration:underline;
}
.liens a:hover{
	font-weight:bold;
}
.content a{
	color:#000;
	text-decoration:underline;
}
.content a:hover{
	color:#a66615;
}
#logo a:hover{
	border:none;
}

/* widgets */

#widgets a{
	color:#000;
	text-decoration:underline;
}
#widgets a:hover{
	color:#a66615;
}
#widgets_archives_a a{
	color:#000;
	text-decoration:underline;
}
#widgets_archives_a a:hover{
	color:#a66615;
}

/* header */

#header {
	background-image: url(../../assets/images/back_header.gif);
	background-repeat: repeat-x;
}
#header a, #header a:link, #footer a, #footer a:link {
	color: #FFFFFF;
	font-weight:bold;
	font-size:10pt;
}
#header a:hover, #header a:active {
	
}
#menu a:hover, #header a:active{
	color:#000000;
	font-weight:bold;
	border-bottom:1px #000000 solid;
	border-left:1px #000000 solid;
}
#header, #footer {
	color: #FFFFFF;
}

/* footer */

#footer a:hover, #footer a:active{
	color:#000000;
	font-weight:bold;
}
#footer {
	background-image: url(../../assets/images/back_footer.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#footer .style_content {
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


/* Formulaires */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}