body {
	background: transparent url(../imgs/bg_container.png) top center repeat-y;
	color: #000;
	margin: 0px 0px;
	font-size: 0.8em;
    font-family: sans-serif;
    padding-bottom: 2em;
}

a {
	color: #f28500;
	text-decoration: none;
}

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

a img {
    border: none;
}

input.texte {
	border: 1px solid black;

}

input.bouton {
	border: none;
	background-color: #ffb600;
	margin-top: 0.3em;
}

p {
    margin: 0.5em 0em 0em 0em;
}

#container {
    position: relative;
	margin: 0px auto;
	width: 760px;
	padding: 0em 10px 0em 10px;
}

#accessibilite {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	font-size: 0.9em;
}

#accessibilite ul {
	margin: 0px;
	padding: 0.2em 0.2em 1.2em 0.2em;
	background: #ffb600 url(../imgs/ombre_bandeau_sup.jpg) bottom left repeat-x;
}

#accessibilite li {
	display: inline;
	list-style: none;
	padding: 0.2em;
}

#accessibilite a:after {
	content: ":";
}

#accessibilite a:before {
	content: ":";
}

#accessibilite a:hover {
    text-decoration: none;
	background-color: #ff9200;
}

#accessibilite a {
	color: #000;
}

#accessibilite a:hover {
	color: #fff;
	font-weight: bold;
}

#logo {
/* 	margin: 20px 0px 15px; */
    text-align: right;
}

#main {
    padding-right: 2em;
}

#main {
    margin-left: 14em;
}

#main .page_entry {
    padding-right: 2em;
}

#une {
    margin-top: 20px;
    background-color: #f2fff2;
    border: 1px solid #008c36;
    padding: 0.5em;
}

#une h1 {
    margin: 0px
}

#articles {
    float: left;
    width: 29em;
/*     position: relative; */
}

#articles .article {
    background: transparent url(../imgs/ombre_bandeau_sup.jpg) bottom left repeat-x;
    padding: 0em 0.3em 1.5em 0.3em;
    margin-bottom: 1em;
}

.article h2 {
    background: transparent url(../imgs/ombre_bandeau_sup_inv.jpg) top left repeat-x;
    padding-top: 1em;
    margin-bottom: 0.3em;
}

#infos {
    font-size: 0.9em;
    margin-left: 34em;
/*     border: 1px solid red; */
}

.info {
    margin-bottom: 2em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #ffa200;
}

.page_entry {
    margin-bottom: 2em;
    padding-bottom: 1.5em;
    margin-right: 2em;
    background: transparent url(../imgs/ombre_bandeau_sup.jpg) bottom left repeat-x;
}

.page_entry h2 {
    background: transparent url(../imgs/ombre_bandeau_sup_inv.jpg) top left repeat-x;
    padding-top: 1em;
}

.info h2 {
    margin-bottom: 0.3em;
}

#menugauche {
    position: absolute;
    top: 15em;
    left: 0.5em;
	width: 13em;
	float: left;
    padding-left: 1em;
}

#menugauche h3 {
	font: bold 1.3em;
	margin: 0px 0px 0.2em;
	clear: both;
}

#menugauche>.contenu {
	font-size: 0.9em;
	line-height: 1.2em;
	padding-left: 0.3em;
	border-left: 1px solid gray;
	margin-bottom: 1.3em;
}

#menugauche>.contenu>p {
	margin: 0px 0px 0.8em;
}

#menu {
/*     border: 1px solid red; */
    margin-top: 12px;
    width: 13em;
    background: transparent url(../imgs/cadre_menu_top_left.png) top left no-repeat;
}

#menu ul {
    list-style-type: none;
    padding: 1.5em 0em 0em 1em;
    margin: 0em;
    background: transparent url(../imgs/cadre_menu_top_right.png) top right no-repeat;
}

#menu li {
}

#menu a {
    display: block;
    width: 80%;
    padding: 0em 0.2em 0em;
    line-height: 1.4em;
    font-weight: bold;
}

#menu a:hover {
    background-color: #FFA621;
    color: white;
    text-decoration: none;
}

#menu .bottom_left {
    margin-top: -1px;
    height: 31px;
    background: transparent url(../imgs/cadre_menu_bottom_left.png) bottom left no-repeat;
}

#menu .bottom_right {
    margin-top: -1px;
    height: 31px;
    background: transparent url(../imgs/cadre_menu_bottom_right.png) bottom right no-repeat;
}

#oukonest {
	border: 1px dashed #bbb;
	padding: 0.3em;
	font-size: 0.9em;
    margin: 1em 2em 0em 0em;
}

.spacer {
	clear: both;
}

code {
	font-size: 1.15em;
	line-height: 1em;
}

form div {
	margin: 1em 0px;
}

.r_encadre {
    width: 20em;
    margin: 0em 1em 1em 1em;
    padding: 0.5em;
    background-color: #F5B744;
    border: black 1px dashed;
    float: right;
}

.l_encadre {
    width: 20em;
    margin: 0em 1em 1em 1em;
    padding: 0.5em;
    background-color: #F5B744;
    border: black 1px dashed;
    float: left;
}

#auteurs_short {
    margin-left: 1em;
}

#auteurs_short p {
    font-size: 0.85em;
    margin: 0em;
}

.auteur {
    border: 1px dashed #bbb; /*#FFA621;*/
    padding: 0.75em;
    margin-bottom: 2em;
}

.auteur p {
 padding: 0em;
}

.auteur .name {
    font-weight: bold;
    margin-left: -0.4em;
}
