/**
* Générique
*/
body {
	font-size: 11px; /* taille de la police */
	font-family: "trebuchet ms", helvetica, sans-serif;
	/* Famille de police de base utilisée */ /*color: #8C8C73;*/
	/* Couleur de la police de base GRIS*/
	line-height: 18px; /* Interligne de base */
	margin: 0px 0px 0px 0px;
	background: #390803 url('../images/body_fond1.jpg') no-repeat 50% 0;
	padding-top: 145px;
	padding-bottom: 250px;
}

body.print {
	font-size: 11px; /* taille de la police */
	font-family: "trebuchet ms", helvetica, sans-serif;
	/* Famille de police de base utilisée */ /*color: #8C8C73;*/
	/* Couleur de la police de base GRIS*/
	line-height: 18px; /* Interligne de base */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
	background-color: white;
}

body.popup {
	font-size: 11px; /* taille de la police */
	font-family: "trebuchet ms", helvetica, sans-serif;
	/* Famille de police de base utilisée */ /*color: #8C8C73;*/
	/* Couleur de la police de base GRIS*/
	line-height: 18px; /* Interligne de base */
	margin: 15px;
	padding: 0px 0px 0px 0px;
	background: none;
	background-color: white;
}

#menuDeroulant {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	color: black;
}

a.downloadable {
	text-decoration: underline;
	color: #F8560B;
}

a.lien_fiche {
	text-decoration: underline;
	color: black;
}

a.lien_fiche:hover {
	color: black;
}

a.orange {
	text-decoration: underline;
	color: #F8560B;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
}

a.orange:link {
	
}

a.orange:visited {
	
}

a.orange:hover {
	text-decoration: underline;
	color: #AF1515;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
}

a:hover {
	color: #AF1515;
}

a.grey {
	color: #3F4849;
}

a.grey:link {
	
}

a.grey:visited {
	
}

a.grey:hover {
	color: white;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

div {
	padding: 0px;
	margin: 0px;
/*
	border-style:solid;
	border-width:1px;
	border-color:black;
*/
}

form.login {
	margin: 50px;
}

h1 {
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 30px;
	line-height: 30px;
}

h2 {
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 20px;
	clear: left;
	padding-left: 0px;
	margin-left: 0px;
}

h2.souligne {
	line-height: 20px;
}

h3 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #390803;
	line-height: 16px;
}

h3.actualites {
	margin-top: 7px;
}

h3.souligne {
	line-height: 20px;
	border-bottom: 1px solid;
}

div.actualites_liseret_over {
	background-color: white;
}

h3.strong {
	font-weight: bold;
}

h3.path_juridique {
	font-size: 16px;
}

h4 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 12px;
}

h4.actualites {
	margin-bottom: 7px;
}

h5 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
	color: #fa560b;
}

h6 {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-variant: small-caps;
	border-bottom: 2px solid #cacaca;
}

p {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

p.message {
	font-size: 14px;
	font-weight: bold;
}

p.depeche_chapo {
	margin-top: 0px;
}

p.i_join {
	text-align: right;
	padding-right: 29px;
}

p.join_us {
	text-align: left;
	padding-left: 29px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
}

p.chapo {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}

input {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

textarea {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
}

span {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
}

label {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

legend {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	color: black;
}

td {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
}

th {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
}

.warning {
	color: red;
}

.mandatory {
	color: red;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	padding-left: 4px;
}

p.warning {
	color: red;
	line-height: 14px;
}

li {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

p.signature {
	text-align: right;
}

a.large_link {
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 15px;
	text-align: center;
}

img.large_link_footer {
	top: 12px;
	position: relative;
}

img.large_link_actu {
	top: 2px;
	position: relative;
}

div.read_next {
	height: 40px;
	line-height: 40px;
	float: right;
}

div.main_few_words {
	padding-top: 45px;
	padding-bottom: 75px;
}

div.main_few_words_left {
	width: auto;
	height: 30px;
	line-height: 28px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	color: #cacaca;
	float: left;
	overflow: visible;
}

div.main_few_words_right {
	width: 322px;
	height: 30px;
	float: right;
	border-bottom: 1px solid #cacaca;
}

div.grey_square {
	width: 15px;
	height: 15px;
	background-color: #cacaca;
	float: right;
	top: 15px;
	position: relative;
}

p.small_link {
	text-align: right;
}

a.medium_link {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 32px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #370803;
	text-align: right;
	line-height: 32px;
}

a.medium_link_search {
	padding-left: 20px;
	height: 32px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #370803;
	text-align: right;
	line-height: 50px;
}

a.small_link {
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 32px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #370803;
	text-align: right;
	line-height: 32px;
}

p.medium_link {
	text-align: right;
}

div.medium_link {
	width: 200px;
	float: left;
}

input.login {
	font-size: 10px;
	height: 13px;
	width: 100px;
	border-width: 1px;
}

label.login {
	font-size: 11px;
	line-height: 11px;
}

input.logout_button {
	width: 100px;
	height: 25px;
}

input.login_from_main_menu {
	background-color: #ebebeb;
}

input.search {
	font-size: 12px;
	height: 14px;
	width: 100px;
}

div.pagination {
	float: left;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	width: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	height: 25px;
	line-height: 25px;
}

div.rail_pagination {
	float: right;
}

a.pagination_inactive {
	font-family: Arial Narrow;
	font-weight: bold;
	font-size: 14px;
	color: #888888;
}

span.pagination_active {
	font-family: Arial Narrow;
	font-weight: bold;
	font-size: 16px;
}

/**
* Déclinaison du bandeau de titre pour la page principale
*/
div.bandeau_titre_main {
	height: 93px;
	width: 1000px;
	background-color: #e9e9e9;
	background-image: url("../images/bandeau_accueil_pnrs.gif");
	background-repeat: no-repeat;
	background-position: center;
}

div.bandeau_titre_main_haut {
	height: 43px;
	width: 1000px;
}

div.bandeau_titre_main_bas {
	height: 50px;
	line-height: 50px;
	width: 1000px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 50px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

/**
* Déclinaison du bandeau de titre pour les plateformes
*/
div.bandeau_titre_plateforme {
	height: 123px;
	width: 1000px;
	background-color: #e9e9e9;
	background-image: url("../images/bandeau_plateforme_pnrs.gif");
	background-repeat: no-repeat;
	background-position: center;
}

div.bandeau_titre_plateforme_haut_gauche {
	height: 53px;
	width: auto;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 20px;
	float: left;
}

div.bandeau_titre_plateforme_gauche {
	height: 123px;
	width: 380px;
	float: left;
	margin-left: 5px;
}

div.bandeau_titre_plateforme_droite {
	height: 108px;
	width: auto;
	float: left;
	margin-top: 15px;
}

div.bandeau_titre_plateforme_bas_gauche {
	height: 40px;
	width: auto;
	text-align: left;
	clear: left;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
	overflow: hidden;
	bottom: 0px;
	margin-left: 5px;
	line-height: 62px;
}

/**
* Bandeau séparateur (entre titre et contenu)
*/
div.bandeau_separation {
	height: 35px;
	width: 1000px;
	clear: left;
	text-align: right;
}

div.bandeau_separation_main {
	background-color: #cacaca;
}

div.bandeau_separation_main_droite {
	height: 35px;
	width: 255px;
	line-height: 35px;
	float: right;
	margin-right: 10px;
}

/**
* Boite accès membres
*/
div.bandeau_separation_plateforme_gauche {
	height: 35px;
	width: 432px;
	float: left;
}

div.bandeau_separation_plateforme_gauche_ok {
	height: 35px;
	width: 600px;
	float: left;
}

div.bandeau_separation_plateforme_droite_acces_membre_title {
	height: 35px;
	width: 130px;
	color: white;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	float: left;
}

div.bandeau_separation_plateforme_droite_acces_membre_item {
	height: 35px;
	width: 110px;
	color: white;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	text-align: left;
	float: left;
}

div.bandeau_separation_plateforme_droite_acces_membre_name {
	height: 35px;
	width: 200px;
	color: white;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	text-align: center;
	float: left;
	line-height: 35px;
}

div.bandeau_separation_plateforme_droite_acces_membre_disconnect {
	height: 35px;
	width: 190px;
	float: left;
	line-height: 35px;
	text-align: right;
}

div.bandeau_separation_plateforme_droite_acces_membre_compte{
	height: 35px;
	width: 150px;
	float: left;
	line-height: 35px;
	text-align: right;
}

div.bandeau_separation_plateforme_droite_acces_membre_ok {
	height: 15px;
	width: 30px;
	float: left;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.main_forecolor {
	color: #cacaca;
}

.main_bordercolor {
	border-color: #cacaca;
}

/**
* Menus de sélection de la plateforme
*/
div.selection_plateforme_main {
	width: 230px;
	height: 19px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
}

div.selection_plateforme_cursor {
	width: 20px;
	height: 17px;
	float: left;
	text-align: right;
}

div.selection_plateforme_icone {
	width: 17px;
	height: 17px;
	float: left;
}

div.selection_plateforme_main_text {
	height: 17px;
	width: 190px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: black;
	text-align: left;
	float: left;
	padding-left: 6px;
	padding-top: 3px;
	line-height: 17px;
}

div.selection_plateforme_text {
	height: 17px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: black;
	text-align: left;
	float: left;
	line-height: 17px;
	padding-left: 5px;
}

div.selection_plateforme_colonne_0 {
	float: left;
	width: 190px;
}

div.selection_plateforme_colonne_1 {
	float: left;
	width: 240px;
}

div.selection_plateforme_colonne_2 {
	float: left;
	width: 160px;
}

div.clear_left {
	clear: left;
}

div.clear_both {
	clear: both;
}

div.selection_plateforme {
	height: 17px;
	clear: both;
	line-height: 17px;
	padding-top: 5px;
}

/**
* Mettre des liens en non-disponible
*/
span.selection_plateforme_text_unavailable {
	font-style: normal;
	color: black;
}

/**
* Menus
*/
div.menu_plateforme {
	width: 262px;
	height: 100%;
	background-color: #e9e9e9;
	float: left;
}

div.menu_main {
	height: 851px;
	width: 265px;
	background-color: #e9e9e9;
	float: right;
}

/**
* Détails du menu plateforme
*/
div.menu_plateforme_rechercher {
	/*height: 50px;*/
	width: 237px;
	padding-left: 25px;
	line-height: 50px;
}

div.menu_plateforme_rechercher p {
	size:13px;
	line-height:14px;
	padding-right: 15px;
	font-style: italic;
}

label.plateforme_search {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #7F7F7F;
}

label.main_search {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: white;
}

div.menu_plateforme_title {
	height: 17px;
	width: 262px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: right;
	border-top: 1px solid #9F9F9F;
	color: #7F7F7F;
	padding-bottom: 15px;
}

div.menu_plateforme_submenu {
	width: 262px;
	height: 310px;
}

a.menu_plateforme_submenu {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
}

ul li.menu_plateforme_submenu_chosen {
	list-style: url("../images/puce_chosen.gif");
	background-image: none;
	padding-left: 0px;
}

ul li.menu_plateforme_submenu {
	list-style: url("../images/puce.gif");
	background-image: none;
	padding-left: 0px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

div.menu_plateforme_ressources_juridiques {
	width: 262px;
	height: 418px;
	overflow: auto;
}

div.menu_plateforme_ressources_documentaires {
	width: 262px;
	height: 164px;
	overflow: auto;
}

div.menu_plateforme_colloques {
	width: 228px;
	height: 250px;
	text-align: center;
	padding-top: 25px;
	margin-left: 17px;
	margin-right: 17px;
}

/**
* Détails du menu main
*/
div.menu_main_title_plateformes {
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-align: left;
	color: #fa560b;
	padding: 15px;
}

.menu_main_sub_title {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #390803;
	border-bottom: 1px solid #dbdbdb;
}

div.menu_main_register {
	border-top: 1px solid #cacaca;
	width: 265px;
	height: 200px;
}

div.menu_main_links {
	width: 247px;
	height: 304px;
}

div.menu_main_title {
	border-top: 1px solid #cacaca;
	width: 262px;
	height: 30px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
	text-align: right;
	color: #cacaca;
}

div.menu_main_colloques {
	width: 228px;
	height: 250px;
	text-align: center;
	margin-left: 17px;
	margin-right: 17px;
}

.menu_main_information_content {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #313131;
	line-height: 18px;
	margin-left: 29px;
	margin-right: 29px
}

.menu_main_login {
	color: #390803;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

/**
* Contenu général central (menu + contenu)
*/
div.contenu_central_plateforme {
	width: 1000px;
	height: auto;
	clear: left;
	background-image: url("../images/global_plateforme_bg.gif");
	background-repeat: repeat-y;
}

/**
* Contenu général central (menu + contenu)
*/
div.contenu_central_main_got_menu {
	width: 1000px;
	height: auto;
	clear: left;
	background-image: url("../images/global_home_bg.gif");
	background-repeat: repeat-y;
}

/**
* Contenu général central (menu + contenu)
*/
div.contenu_central_main_plain {
	width: 1000px;
	height: auto;
	clear: left;
	background-image: none;
}

/**
* Contenu
*/
div.contenu_plateforme {
	background-color: white;
	height: auto;
	width: 683px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	position: relative;
	overflow: hidden;
}

div.travaux_recherche {
	width: 660px;
	height: auto;
	margin: 25px;
}

div.travaux_recherche_titre {
	float: left;
	width: 550px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	line-height: 20px;
}

div.date_encadree {
	width: 85px;
	float: right;
	border-width: 1px;
	border-style: solid;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	height: 17px;
	padding: 2px;
	text-align: center;
	top: 0px;
	position: relative;
}

div.colloque_date_deux_dates {
	width: 450px;
	float: right;
	margin-right: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

div.colloque_date_une_date {
	width: 250px;
	float: right;
	margin-right: 35px;
	padding-left: 20px;
	padding-right: 20px;
}

div.travaux_recherche_contenu {
	width: 660px;
	clear: both;
	text-align: left;
}

div.view_top {
	width: 1000px;
	clear: both;
}

div.view_top_fake_menu {
	width: 262px;
	height: 60px;
	float: left;
	background-color: #E9E9E9;
}

div.view_top_content {
	width: 700px;
	height: 35px;
	line-height: 35px;
	float: left;
	padding-left: 25px;
	padding-bottom: 25px;
	background-color: white;
	position: relative;
	float: right;
}

div.contenu_main {
	width: 682px;
	float: left;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding: 0px;
	height: auto;
}

div.contenu_actualites {
	height: auto;
	width: 683px;
}

div.depeche_bandeau_down {
	height: 32px;
	width: 683px;
	clear: both;
	padding-top: 40px;
}

/**
* Détails de contenu pour les plateformes
*/
div.depeche_postit {
	font-variant: small-caps;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight: bold;
	background-color: #e4fa43;
	height: 23px;
	width: 66px;
	text-align: center;
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 23px;
}

div.orange {
	background-color: #FFAC7F;
}

div.depeche_navigate_next {
	height: 32px;
	width: 184px;
	float: right;
}

div.depeche_navigate_previous {
	height: 32px;
	width: 184px;
	float: left;
}

div.depeche_navigate_1 {
	height: 32px;
	width: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #f9560b;
	float: left;
}

div.depeche_navigate_2 {
	margin-left: 1px;
	margin-right: 2px;
	height: 32px;
	width: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: #9f9f9f;
	background-color: #9f9f9f;
	float: left;
}

div.depeche_navigate_3 {
	height: 32px;
	width: 166px;
	border-width: 1px;
	border-style: solid;
	border-color: #cecece;
	float: left;
	line-height: 32px;
}

div.depeche_large {
	width: 670px;
	padding-bottom: 30px;
	height: auto;
}

div.depeche_full {
	width: 670px;
	padding-bottom: 15px;
}

div.depeche_huge_pic {
	padding: 5px;
	float: left;
	/*border: 1px solid #cacaca;*/
}

div.depeche_large_pic {
	padding: 5px;
	float: left;
	/*border: 1px solid #cacaca;*/
}

div.depeche_pic {
	width: auto;
	float: left;
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
	/*border: 1px solid #cacaca;*/
}

div.depeche_video {
	float: left;
	margin-right:20px;
	margin-top: 2px;
	margin-bottom: 2px;
	/*border: 1px solid #cacaca;*/
}

p.depeche_pic_legend {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

div.depeche_small {
	width: 315px;
	height: 350px;
	float: left;
}

div.depeche_buttons_small {
	width: 315px;
	height: auto;
	float: left;
}

div.depeche_buttons_medium {
	width: 320px;
	height: auto;
	float: left;
}

div.depeche_on_left {
	padding-right:21px;
	margin-right:21px;
	border-right-style: solid;
	border-right-width: 1px;
	border-collapse: collapse;
}

div.depeche_medium {
	width: 320px;
	height: 300px;
	float: left;
	overflow: hidden;
}

div.depeche_medium_times_two {
	width: 683px;
	height: auto;
	clear: both;
}

div.depeche_medium_vertical_separator {
	width: 683px;
	height: 30px;
	clear: both;
}

div.depeche_medium_separator {
	margin-left: 21px;
	margin-right: 21px;
	border-left-style: solid;
	border-left-width: 1px;
	width: 0px;
	height: 100%;
	float: left;
}

div.depeche_medium_pic {
	padding: 2px;
	float: left;
	border: 1px solid #cacaca;
	margin-right: 18px;
}

div.depeche_small_pic {
	padding: 2px;
	float: left;
	border: 1px solid #cacaca;
	margin-right: 18px;
}

div.texte_juridique {
	width: 633px;
	padding-bottom: 30px;
	height: 160px;
}

div.texte_juridique_date {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 8px;
	color: black;
	background-color: #eaeedd;
	height: 20px;
	width: 110px;
	text-align: center;
	float: right;
	line-height: 20px;
	border-width: 1px;
	border-style: dashed;
}

/**
* Détails de contenu pour le main
*/
div.texte_main_pic {
	padding: 5px;
	float: left;
	border: 1px solid #cacaca;
	margin-bottom: 10px;
}

div.texte_main_depict {
	padding: 5px;
	float: right;
	border: 0px;
	margin-right: 18px;
}

div.texte_main {
	width: 309px;
	padding-bottom: 30px;
	height: auto;
	float: left;
	margin: 0px;
}

div.texte_separator {
	margin-left: 20px;
	margin-right: 20px;
	border-left-style: solid;
	border-left-width: 1px;
	width: 0px;
	height: 700px;
	float: left;
}

/**
* Détails de contenu pour les plateformes
*/
div.depeche_text {
	padding: 5px;
	float: left;
}

/**
* Ressources
*/
a.ressource {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	color: #333333;
}

li.folder_closed {
	list-style-image: url("../images/folder_closed.png");
	background-image: none;
	padding-left: 5px;
	white-space: normal;
}

li.folder_opened {
	list-style-image: url("../images/folder_opened.png");
	background-image: none;
	padding-left: 5px;
	white-space: normal;
}

li.folder_leaf {
	list-style-image: url("../images/folder_leaf.png");
	background-image: none;
	padding-left: 5px;
	padding-right: 15px;
	white-space: normal;
}

/**
* Bas de page
*/
div.footer {
	width: 1000px;
	height: 90px;
	clear: left;
	background-color: #cecece;
	overflow: hidden;
}

div.footer_logo {
	width: 203px;
	height: 95px;
	float: left;
	background-color: #b4b4b4;
}

div.footer_i_join {
	width: 150px;
	height: 20px;
	float: left;
	background-color: #b4b4b4;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 35px;
}

div.footer_contact_us {
	width: 170px;
	height: 32px;
	float: right;
	padding-top: 20px;
	padding-bottom: 38px;
}

.titre_recherche {
	font-size: 20px;
}

div.recherche {
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

p.travaux_items {
	font-size: 14px;
	text-align: center;
}

.attribute-downloadpdf a {
	background-image: url('../images/icons/pdf_icon.gif');
	padding-left: 22px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

.toprint a {
	background-image: url('../images/printer.gif');
	padding-left: 22px;
	background-position: left top;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
	float: left;
}

.attribute-downloadpdf-limited {
	line-height: 45px;
	width: 160px;
	float: left;
}

div.contenu_fiche {
	height: 1042px;
	width: 683px;
	float: left;
	padding-left: 55px;
	padding-bottom: 70px;
	overflow: auto;
}

.recherche_titre {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #390803;
	line-height: 16px;
}

.recherche_titre {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #390803;
	line-height: 16px;
}

.recherche_titre_limited {
	width: 525px;
	float: left;
}

button {
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 8px;
	height: 32px;
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	color: #370803;
	text-align: left;
	border: none;
	float: right;
}

div.texte_fiche {
	padding-left: 20px;
	text-align: left;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size: 12px;
}

.recherche {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
}

a.recherche {
	color: #390803;
}

/**
* Partie travaux
*/
table.travaux {
	border: 0px;
	border-collapse: collapse;
}

.bold {
	font-weight: bold;
}

.titre_juridique {
	font-family: arial narrow;
	font-weight: bold;
	font-style: italic;
	font-size: 28px;
	line-height: 20px;
	padding-top: 20px;
	text-align: center;
	float: center;
	position: relative;
}

.juridique {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#global {
	border-left: 0px solid #E9E9E9;
	border-right: 0px solid #E9E9E9;
	margin: 0 auto;
	width: 1000px;
	background-color: white;
}

h3.lien {
	line-height: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
}

div.accueil_contenu_juridique {
	height: auto;
	width: 683px;
}

div.accueil_juridique {
	padding-right: 20px;
	width: 670px;
	padding-bottom: 60px;
	height: auto;
}

#register {
	margin: 50px;
}

div.register_item {
	padding-bottom: 10px;
	padding-top: 10px;
	width: auto;
	clear: both;
}

div.register_item_label {
	width: 150px;
	float: left;
}

div.register_item_field {
	width: auto;
	float: left;
}

div.register_item_checkboxes {
	width: auto;
	float: left;
	padding-right: 25px;
}

div.register_notice {
	padding-top: 25px;
	width: auto;
	clear: both;
}

div.hidden {
	display: none;
	height: 0px;
	width: 0px;
}

div#ezagenda_calendar_container table td.ezagenda_current,div#ezagenda_calendar_container table td.ezagenda_current a
	{
	color: black;
}

div.colloque_contents {
	margin-top: 20px;
	width: 650px;
	height: auto;
	float: left;
}

div.colloque_full {
	width: 632px;
	height: auto;
	float: left;
}

div.colloque_title {
	width: 582px;
	height: auto;
	float: left;
}

div#ezagenda_calendar_bottom {
	width: 672px;
	height: auto;
	clear: both;
}

span.type_juridique {
	float: right;
}

span.date_juridique {
	float: left;
}

a.texte_juridique {
	padding-left: 20px;
}

div.colloques {
	height: auto;
	width: 632px;
	margin-right: 50px;
}

table.forum {
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
	border-color: white;
}

table.forum tbody tr td {
	padding: 10px;
	margin: 5px;
	text-align: center;
	border-collapse: collapse;
	border-width: 2px;
	border-style: solid;
	border-color: white;
}

.lastreply {
	width: 350px;
}

.message {
	width: 560px;
}
.author {
	width: 125px;
}

table.forum tbody tr td.name {
	text-align: left;
}

table.forum tbody tr td.lastreply,table.forum tbody tr td.message {
	text-align: left;
}

table.forum tbody tr th {
	padding: 10px;
	margin: 5px;
	border-collapse: collapse;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	font-weight: bold;
	color: black;
}

div.user-success {
	width: 882px;
	padding: 50px;
}

div.forum_description {
	border: 0px solid #F1F1ED;
	border-collapse: collapse;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 683px;
	height: auto;
}

form.edit_node {
	margin: 50px;
}

div.edit_item {
	padding-bottom: 10px;
	padding-top: 10px;
	width: auto;
	clear: both;
}

div.edit_item_label {
	width: 150px;
	float: left;
}

div.edit_item_label_no_width {
	width: auto;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

div.edit_item_field {
	width: auto;
	float: left;
}

div.content-navigator {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
	color: black;
}

.content-navigator-disabled {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
	color: #cacaca;
}

input.forum_button {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
}

div.dictionary_rule {
	width: 683px;
	height: 60px;
}

div.dictionary_rule_top {
	float: right;
	width: 683px;
	height: 18px;
	border-bottom: 1px solid #cacaca;
}

div.dictionary_rule_letter {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	float: right;
	padding-left: 1px;
	padding-right: 1px;
}

a.dictionary_rule_letter {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
	font-size: 15px;
}

div.dictionary_rule_letter_chosen {
	height: 30px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	font-size: 25px;
	float: right;
	padding-left: 2px;
	padding-right: 2px;
}

div.vignette {
	width: 315px;
	padding-top: 30px;
	height: 200px;
	float: left;
	overflow: hidden;
}

div.vignette_ender {
	clear: left;
}

div.vignette_separator_vertical {
	margin-left: 21px;
	margin-right: 21px;
	border-left-style: solid;
	border-left-width: 1px;
	width: 0px;
	height: 200px;
	float: left;
	margin-bottom: 15px;
	margin-top: 15px;
}

div.vignette_separator_horizontal {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	width: 625px;
	height: 0px;
	clear: both;
}

div.contenu_vignettes_full {
	height: 600px;
	width: 680px;
}

div.vignette_pic {
	padding: 2px;
	float: left;
	border: 1px solid #cacaca;
}

div.top {
	top: 0px;
}

div.identite_fields_without_photo {
	width: 340px;
	overflow: hidden;
	float: left;
}

div.identite_field_without_photo {
	width: 340px;
	overflow: hidden;
	font-style: normal;
	font-size: 12px;
	clear: both;
}

div.identite_fields_with_photo {
	width: 265px;
	overflow: hidden;
	float: left;
}

div.identite_field_with_photo {
	width: 265px;
	overflow: hidden;
	font-style: normal;
	font-size: 12px;
	clear: both;
}

div.identite_photo {
	width: 75px;
	float: left;
}

div.identite_fields_label {
	width: 100px;
	float: left;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}

div.identite_fields_value_with_photo {
	width: 165px;
	height: auto;
	float: left;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	overflow: hidden;
}

div.identite_fields_value_without_photo {
	width: 240px;
	height: auto;
	float: left;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	overflow: hidden;
}

div.dictionary_rule div.dictionary_rule_top div.grey_square {
	top: 3px;
}

span.dictionary_rule_letter {
	line-height: 23px;
}

input.newsletter {
	width: 250px;
}

div.question {
	width: 663px;
	height: auto;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
}

div.question_statement {
	width: 522px;
	height: auto;
	clear: both;
	margin-bottom: 10px;
}

div.question_answer {
	width: 561px;
	height: auto;
	clear: both;
	margin-left: 20px;
}

div#ezagenda_calendar_container table td a {
	color: white;
}

div.image_lien {
	padding-right: 5px;
	float: left;
}

div.date_encadree_juridique {
	width: 120px;
	vertical-align: text-top;
}

/**
* Liseret actus
*/
div.liseret {
	margin-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
}

div.liseret p {
	margin-top: -9px;
	float: left;
}

div.liseret p span {
	background-color: white;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	color: #390803;
	line-height: 19px;
	margin-top: 9px;
}

div.ressource_juridique_panel {
	float: left;
	width: 390px;
	height: 250px;
	overflow: auto;
}

div.ressource_juridique_panel_full {
	clear: both;
	width: 682px;
	height: 1050px;
	overflow: auto;
}

table.list tr th.question {
	width: 150px;
}

div.frame {
	border-style: solid;
	border-width: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.general_content {
	width: 940px;
	padding: 30px;
}

/**
* Arborescence
*/
li.open {
	margin-left: 15px;
}

div.colloque_details_title {
	width: 200px;
	float: left;
}

div.colloque_details_data {
	width: 450px;
	float: left;
}

h2.bloc_xml {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 0px;
}

h3.bloc_xml {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.3em;
	color: #000000;
	border-bottom-width: 0px;
}

h4.bloc_xml {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.2em;
	color: #000000;
	border-bottom-width: 0px;
}

h5.bloc_xml {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1.1em;
	color: #000000;
	border-bottom-width: 0px;
}

h6.bloc_xml {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1em;
	color: #000000;
	border-bottom-width: 0px;
}

h7.bloc_xml {
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-style: normal;
	margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 0px;
}

div.register_thanks_page {
	width: 622px;
	padding: 30px;
}

div.register_thanks_page div {
	padding: 15px;
	margin-left: 120px;
	margin-right: 120px;
	margin-top: 30px;
	border: 1px solid black;
}

div.register_thanks_page div p {
	font-family: Calibri, helvetica, sans-serif;
	color: #0A65AF;
	font-style: italic;
	text-align: center;
	line-height: 8px;
}

div.pmb_resultat_total {
	margin-top: 10px;
	margin-rigth: 25px;
	width: 100%;
}

p.pmb_summary_title {
	text-transform: uppercase;
	color: #CF0000;
	font-size: 16px;
}

div.pmb_color {
	padding-top: 10px;
	padding-bottom: 10px;
}

div.pmb_limited {
	width:600px;
	margin: 0 auto;
	padding-top:5px;
	padding-bottom:5px;
}

div.pmb_color_details {
	margin-top: 20px;
	height:auto;
	overflow:hidden;
}

.color_pmb{
	background-color: #DDCDA7;
}

.pmb_texte1 {
	font-family: Verdana;
	color: #ff9900;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
}

.pmb_texte2:visited {
	font-family: Verdana;
	color: #ff9900;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
}

.pmb_texte1_details {
	float: left;
}

.pmb_texte_recherche {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
}

div.pmb_resultat {
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-width: 1px;
	border-style: solid;
	border-collapse: collapse;
}

div.pmb_resultat_bibliographie {
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

.bibliographie_texte2 {
	font-family: Verdana;
	color: #666666;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
}

.pmb_texte2 {
	font-family: Verdana;
	color: #666666;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	line-height: normal;
}

.pmb_texte3 {
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 20px;
}

.pmb_puce_orange {
	background-image: url('../images/pmb_puce_orange.gif');
	background-position: left;
	background-repeat: no-repeat;
	height: 8px;
	width: 7px;
	margin-right: 3px;
	float: left;
	vertical-align: sub;
}

div.titre_ouvrage {
	width: 590px;
	text-align: justify;
	float: left;
}

div.titre_ouvrage_pmb {
	width: 500px;
	text-align: justify;
	float: left;
}

div.titre_detail {
	width: 100%;
	text-align: justify;
	float: left;
}

div.pmb_plus {
	float: right;
	width: 50;
	vertical-align: top;
	margin-right: 5px;
}

div.pmb_detail {
	text-align: left;
	padding: 15px;
	width: 610px;
	background-color: #DFDFDF;
	overflow: auto;
}

.Orange_fonce_10 {
	font-family: "trebuchet MS";
	font-size: 10px;
	color: #ba6913;
}

table.pmb_details {
	background-color: transparent;
	margin-top: 15px;
	width: 610px;
}

table.pmb_details tr td {
	width: 23%;
	text-align: center;
	background-color: #FFFFFF;
}

table.pmb_details tr td.pmb_details_sep {
	width: 2%;
	background-color: transparent;
}

div.pmb_conteneur_resume {
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	height: 100%;
	overflow: auto;
}

div.pmb_conteneur_right {
	text-align:right;
	width: 100%;
}

input.pmb_input {
	height: 12px;
	margin-right: 10px;
	margin-left: 10px;
	vertical-align:top;
	line-height: 10px;
}

div.pmb_libelle_recherche {
	text-align: right;
	width: 150px;
	float: left;
	margin-right: 10px;
}

div.repertoire_libelle_recherche {
	text-align: right;
	width: 120px;
	float: left;
	margin-right: 10px;
}
div.repertoire{
	width:35px;
}
input.repertoire{
	height: 12px;
	vertical-align:top;
	line-height: 10px;
}


div.pmb_recherche {
	text-align: right;
	float: left;
}

div.bibliographie_editeur {
	float: right;
	vertical-align: top;
	margin-right: 10px;
	margin-right: 5px;
	padding-left: 10px;
	width: 190px;
}

div.bibliographie_summary {
	clear:both;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto !important;
}

div.bibliographie_titre_ouvrage {
	width: 390px;
	text-align: justify;
	float: left;
}

div.bibliographie_full_titre_ouvrage {
	width: 430px;
	text-align: justify;
	float: left;
	background-color: #DFDFDF;
}


div.bibliographie_full_editeur {
	float: right;
	width: 145px;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
	background-color: #DFDFDF;
}

div.pmb_select_page {
	margin-top: 10px;
}

div.pmb_full_conteneur_resume {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	height: auto;
}

div.pmb_bibliographie {
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 120px;
	/**border: 1px solid black;**/
	background-color: #DFDFDF;
}

body.popup {
	background: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;	
}
