/*
	RMS Avocats
	===========================
	developed by Core Engine
	http://www.core-engine.com/
*/





/* ------------- CSS Reset ------------ */
/* //////////////////////////////////// */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

:focus {
    outline: 0;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}





/* -------------- General ------------- */
/* //////////////////////////////////// */

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #97A9AB url(/images/content-bkg.jpg) repeat-x top;
}
.layout {
	width: 900px;
	margin: 0 auto;
}
.clear {
	clear: both;
}
a img {
	border: 0;
}
hr {
	border: 0;
	border-top: #000 1px solid;
}
#search input, #news-search input, #newsletter input {
    padding-left: 5px;
    background: #FFF url(/images/input-bkg.gif) top repeat-x;
}
.column-right ul, column-right-bis ul {
    list-style-type: disc;
}
.column-right ol, column-right-bis ol {
    list-style-type: decimal;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}



/* --------------- Text --------------- */
/* //////////////////////////////////// */

h1 {
	font-size: 27px;
	color: #5E2203;
}
h2 {
    font-size: 15px;
    color: #2D46A9;
}
h3 {
	font-size: 15px;
	color: #2D46A9;
}



/* -------------- Header -------------- */
/* //////////////////////////////////// */

#header {
	width: 100%;
	padding-top: 6px;
	color: #EAE2E0;
	background: url(/images/header-bkg.gif) repeat-x top;
}
#header input {
	border: #F00 1px solid;
}
#header form a {
	color: #EAE2E0;
	text-decoration: none;
}
#header form a:hover {
	color: #F00;
}
#header form .button {
	color: #EAE2E0;
	font-weight: bold;
	text-decoration: none;
	background: none;
	border: 0;
	margin-left: -10px;
	cursor: pointer;
}
#header form .button:hover {
	color: #F00;
}
#header ul {
	display: inline;
}
#header ul li {
	float: left;
}
#header #date {
        /*width: 200px;*/
	margin-left: 20px;
	padding-top: 2px;
	display: block;
}
#header #newsletter {
	margin-left: 60px;
}
#header #search {
	margin-left: 25px;
}
#header-rms {
	width: 900px;
	height: 260px;
	margin-top: 20px;
}
#header #menu {
	width: 900px;
	height: 45px;
}
#header #menu a {
	height: 33px;
	padding: 12px 86px 0 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #000;
	display: block;
}
#header #menu a:hover {
	color: #5E2302;
	cursor: pointer;
}
#header #menu #bt-contact {
	padding-right: 0px;
}





/* ------------- Content -------------- */
/* //////////////////////////////////// */

#wrap {
	width: 900px;
	min-height: 450px;
	background: #E4E9EA;
}





/* -------------- Footer -------------- */
/* //////////////////////////////////// */

#footer {
	width: 100%;
	height: 220px;
	color: #EEC5AF;
	background: url(/images/footer-bkg.gif) repeat-x bottom;
}
#footer ul {
	display: inline;
}
#footer ul li {
	float: left;
}
#footer .btfooter {
	width: 138px;
	height: 155px;
	margin: 5px 2px 0 0;
	padding: 15px 20px 0px 20px;
	color: #000;
	text-decoration: none;
	background: url(/images/btfooter-bkg.png) repeat-x top;
	display: block;
	cursor: pointer;
}
#footer .btfooter:hover {
	background: url(/images/btfooter-bkg-over.png) repeat-x top;
}
#footer #last-button {
	margin-right: 0px;
}
#footer .btfooter h2 {
	font-weight: bold;
	font-size: 18px;
}
#footer .btfooter p {
	font-size: 10px;
}
#footer .visual {
	width: 138px;
	height: 107px;
	text-align: center;
	overflow: hidden;
}
#footer .visual img {
	margin-top: 15px;
}
#footer #div-links {
	background: url(/images/btmenu-links-reflect.png) no-repeat 0px 87px;
}
#footer #div-doc {
	background: url(/images/btmenu-doc-reflect.png) no-repeat 0px 87px;
}
#footer #div-questions {
	background: url(/images/btmenu-questions-reflect.png) no-repeat 0px 87px;
}
#footer #div-codex {
	background: url(/images/btmenu-codex-reflect.png) no-repeat 0px 87px;
}
#footer #div-contact {
	background: url(/images/btmenu-contact-reflect.png) no-repeat 0px 87px;
}
#legal img {
	float:left;
	margin-top: 6px;
}

#author img {
	float:left;
	margin-top: 3px;
}

#legal #text {
	float: left;
	margin-top: 12px;
	font-size: 11px;
}
#legal #disclaimer {
	float: left;
	margin-top: 15px;
	font-size: 11px;
}
#legal a {
	color: #EEC5AF;
	text-decoration: none;
	cursor: pointer;
}
#legal a:hover {
	color: #F00;
}
#flags {
    float: right;
    margin-top: 5px;
}
#flags img {
    margin-left: 5px;
    border: 1px solid #662E03;
    cursor: pointer;
}
#flags img:hover {
    border: 1px solid #FFF;
}



/* ------------- Template ------------- */
/* //////////////////////////////////// */

.column-left {
	width: 170px;
	padding: 25px;
	float: left;
}
.column-left ul {
	padding: 0;
}
.column-left ul a {
	font-size: 14px;
	color: #5E2203;
	font-weight: bold;
	margin-top: 35px;
	text-decoration: none;
	display: block;
	cursor: pointer;
}
.column-left ul a:hover {
	color: #000;
}
.column-left #menu-text {
    text-align: justify;
    margin: 35px 0 15px 0;
}
.column-right, .column-right-bis {
	width: 630px;
	padding: 25px;
	float: right;
}
.column-right-ter {
	width: 435px;
	padding: 25px;
	float: right;
}
.column-right .title, .column-right-bis .title {
	font-weight: bold;
	text-align: center;
}
.column-right p, .column-right-bis p {
	text-align: justify;
}
.column-right hr, .column-right-bis hr {
	margin-bottom: 35px;
}
.quote {
	float: right;
	clear: both;
}

.rmsparagraph {
    margin-bottom: 15px;
}
.rmsparagraph .rmstitle {
    margin-bottom: 5px;
}
.rmstext {
    text-align: justify;
}
.rmstext a {
    color: #5E2203;
    text-decoration: none;
}
.rmstext a:hover {
    color: #F00;
}

dt {
    font-size: 15px;
    color: #2D46A9;
    cursor: pointer;
}
dd .rmstext, dd .rmscodexdef {
    padding: 10px 0 20px 0;
}
.ancre {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.ancre:hover {
	color: #F00;
}

#none-published a{
    color:#C00;
}

/* -------------- Accueil-------------- */
/* //////////////////////////////////// */

#welcome {
	width: 335px;
	padding: 25px 25px 25px 25px;
	text-align: justify;
	float: left;
}
#welcome #welcome-text {
	margin: 30px 0 20px 0;
}
#recent {
	width: 435px;
	padding: 25px 25px 25px 25px;
	float: right;
}
#recent .news {
    text-align: justify;
	width: 435px;
}
#recent .news-content {
    text-align: justify;
	width: 430px;
}



/* ------------ Actualites ------------ */
/* //////////////////////////////////// */

/* ////////// Search module /////////// */

#news-search {
    color: #5E2302;
    margin-bottom: 14px;
    display: block;
    float: right;
}
#news-search input {
	border: #5E2302 1px solid;
}
#news-search a {
	color: #5E2302;
	text-decoration: none;
}
#news-search a:hover {
	color: #000;
}

/* /////////// News module //////////// */

.news {
    min-height: 100px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-type {
	width: 28px;
	margin-top: 20px;
	display: block;
	float:left;
}
.news-paragraph {
	text-align: justify;
	margin-left: 33px;
	display: block;
}
.news-title {
	color: #2D46A9;
	text-decoration: none;
}
.news-title:hover {
	color: #F70707;
}
.news-text {
    margin-top: 5px;
}
.news-next {
    color: #2D46A9;
	text-decoration: none;
}
.news-next:hover {
    color: #F70707;
}
.news-published {
    font-size: 11px;
    color: #666;
    margin-top: 5px;
}
.news-published a {
    color: #666;
    text-decoration: none;
}
.news-published a:hover {
    color: #2D46A9;
}
.post-edit {
    font-size: 12px;
    color: #666;
}
.post-edit label {
    margin-left: 15px;
}

.pagination {
    color: #5E2203;
    background-color: #d4d9da;
    min-height: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.pagination a {
    color: #2D46A9;
    text-decoration: none;
}
.pagination a:hover {
    color: #F70707;
}
#prev-button {
    float: left;
}
#next-button {
    float: right;
}

/* ----------- Presentation ----------- */
/* //////////////////////////////////// */

#presentation-content .rmstext {
	margin: 0px 0 25px 0;
}



/* ----------- Nos clients ------------ */
/* //////////////////////////////////// */

#nos_clients-content .rmstext {
	margin: 10px 0 20px 0;
}
#nos_clients-content img {
	margin-bottom: 10px;
}



/* ---------- Contactez-nous ---------- */
/* //////////////////////////////////// */

#address {
    width: 450px;
	padding: 105px;
}
#address a {
    color: #000;
    text-decoration: none;
}
#address a:hover {
    color: #5E2303;
}
#contact-title {
    font-size: 20px;
    color: #5E2303;
}
#contact-subtitle {
    font-size: 15px;
    color: #5E2303;
}
#contact-address {
    font-size: 15px;
}



/* -------------- links --------------- */
/* //////////////////////////////////// */

#link-hr {
    border-color: #666;
    margin-top: 15px;
    margin-bottom: 50px;
}
.link {
    margin-bottom: 35px;
}
.link .rmslinktitle {
    font-size: 18px;
    color: #5e2303;
    text-decoration: none;
}
.link .rmstext {
    margin-left: 10px;
}



/* ----------- Documentation ---------- */
/* //////////////////////////////////// */

.file {
    width: 615px;
    padding-top: 7px;
}
.file-icon {
    width: 57px;
    height: 57px;
    display: block;
    float: left;
}
.file-icon img {
    padding: 15px;
}
.file-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}
.file-text {
    margin-left: 115px;
}
.file-download {
    color: #DE0707;
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
    display: block;
    cursor: pointer;
    float: right;
}
.file-download:hover {
    color: #5E2203;
}
.download-pdf, .download-doc, .download-xls, .download-ppt {
    margin-bottom: 50px;
}



/* ------------- Questions ------------ */
/* //////////////////////////////////// */

/* /////////////// Form /////////////// */

#form-questions {
    margin-top: 70px;
}
#form-questions table {
    border-spacing: 20px;
}
#form-questions table td {
    vertical-align: top;
}
#form-questions label {
    color: #463690;
    font-weight: bold;
}
#form-questions input, #form-questions textarea {
    border: 1px solid #CCC;
    padding: 5px;
    background: #FFF url(/images/questions-bkg.gif) top repeat-x;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
#form-questions hr {
    margin-top: 25px;
    margin-bottom: 25px;
    border: 0px;
    border-bottom: 1px solid #97A9AB;
}
#form-questions #submit {
    color: #DE0707;
    font-weight: bold;
    display: block;
    border: 0;
    margin-right: 20px;
    background: none;
    cursor: pointer;
    float: right;
}
#form-questions #submit:hover {
    color: #5E2203;
}
#form-questions .red {
    color: #DE0707;
}

/* //////////// Newsletter //////////// */

#newsletter-check {
    margin-left: 20px;
    vertical-align: middle;
}
#newsletter-check label {
    margin-right: 230px;
}



/* --------------- codex -------------- */
/* //////////////////////////////////// */

#menu-codex {
    margin-left: 15px;
    margin-top: 30px;
}
#menu-codex a {
	font-size: 14px;
	color: #2D46A9;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	display: block;
	cursor: pointer;
}
#menu-codex a:hover {
	color: #5E2203;
}
.lexic-hr {
    margin-top: 75px;
    border-color: #A18161;
}
.lexic-title {
    width: 75px;
    text-align: center;
    font-size: 40px;
    margin-left: 278px;
    margin-top: -60px;
    margin-bottom: 25px;
	color: #5E2203;
    background-color: #E4E9EA;
    display: block;
}
.codex_ref {
    color: #000;
    text-decoration: none;
    border-bottom: 2px dotted #666;
    cursor: help;
}
.codex_ref:hover {
    color: #5E2203;
    border-bottom: 2px dotted #5E2203;
}



/* --------------- User --------------- */
/* //////////////////////////////////// */

.managelist {
    border-spacing:5px;
}
.user {
    border: 1px solid #000;
    padding: 5px;
    margin: 25px;
}
.user .password {
    width: 85px;
    display: block;
    float: left;
}
#user-list {
    margin-bottom: 20px;
    padding-bottom: 20px;
}



/* ------------- Category ------------- */
/* //////////////////////////////////// */

#category-list {
    margin-bottom: 20px;
    padding-top: 5px;
}
.category {
    border: 1px solid #000;
    padding: 15px;
    margin: 25px;
}
.category-blank {
    width: 200px;
    display: block;
}
.category-blank-bis {
    width: 300px;
    display: block;
}



/* -------------- Search -------------- */
/* //////////////////////////////////// */

#search-result {
    width: 700px;
    min-height: 200px;
    padding: 25px 100px;
    display: block;
}
#search-result hr {
    margin-bottom: 30px;
}
#search-result h1 {
    text-align: center;
}
#search-result h2 {
    margin: 15px 0 5px 0;
    padding-left: 15px;
}
#search-result h2 a {
    font-size: 15px;
    color: #2D46A9;
}
#search-result h2 a:hover {
    color: #2D46A9;
}
#search-result dt {
    font-size: 22px;
}
#search-result dd {
    margin-left: 30px;
}
#search-result a {
    color: #5E2203;
    text-decoration: none;
}
#search-result a:hover {
    color: #000;
}
#search-result a:visited {
    color: #3E1602;
}
#search-result #words {
    margin-bottom: 5px;
}



/* -------------- Editor -------------- */
/* //////////////////////////////////// */

#login input {
    width: 155px;
    margin-left: 10px;
}
#login #submit-input, #login #cancel-input {
    width: auto;
    margin-left: 0;
}
.delete-button {
    float: left;
    margin-right: 5px;
    cursor: pointer;
    display: none;
}
.button-low {
    margin-top: 4px;
}
.rmsnote {
    font-size: 10px;
    color: #5E2203;
    margin-left: 10px;
    margin-top: -2px;
    display: none;
}
#admin-menu {
    width: 850px;
    height: 20px;
    padding: 5px 25px 0 25px;
    color: #FFF;
    background-color: #333;
    display: block;
}
#admin-combobox {
    color: #CCC;
    text-decoration: none;
}
#admin-buttons {
    padding: 0;
    display: inline;
}
#admin-buttons #margin {
    margin-left: 80px;
}
#admin-buttons li {
    margin-right: 20px;
    float: left;
}
#admin-buttons a:hover {
    cursor: pointer;
    color: #F00;
}
#combobox-menu {
    position: relative;
    left: -65px;
    top: 8px;
}
#combobox-menu ul {
    width: 225px;
}
#combobox-menu li {
    width: 200px;
    height: 20px;
    padding-left: 25px;
    padding-right: 22px;
    padding-top: 5px;
    color: #FFF;
    background-color: #999;
    display: block;
    float: none;
    cursor: pointer;
}
#combobox-menu li:hover {
    background-color: #666;
}
#upload {
    margin-left: 500px;
    margin-top: -16px;
}
#upload .button {
    font-size: 12px;
    color: #FFF;
    background: #333;
    width: 80px;
    padding: 0 10px;
    border: 0;
    display: block;
    float: left;
}
#upload .button:hover {
    color: #F00;
}
#upload input.button {
    position: relative;
    font-size: 13px;
    margin-left: 210px;
    margin-top: -19px;
    border: 0;
    cursor: pointer;
    float: left;
}
#uploadContainer {
    position: relative;
    width: 325px;
    text-align: left;
}
#uploadContainer .uploadFile {
    position: absolute;
    left: 0;
    top: 0;
}
#uploadContainer .uploadPath {
    width: 130px;
    border: 0;
    padding: 1px 6px;
    background: #FFF;
    float: left;
}
.result {
    width: 1px;
    height: 1px;
}
#definition #definition_word {
    height: 10px;
    font-size: 10px;
    margin-top: -2px;
}
#definition .button {
    font-size: 12px;
    color: #FFF;
    background: #333;
    width: 150px;
    padding: 0 10px;
    border: 0;
    display: block;
    position: relative;
    margin-left: 150px;
    margin-top: -18px;
    cursor: pointer;
}
#definition .button:hover {
    color: #F00;
}
#link_form #add_link {
    height: 10px;
    font-size: 10px;
    margin-top: -2px;
}
#link_form .button {
    font-size: 12px;
    color: #FFF;
    background: #333;
    width: 90px;
    padding: 0 10px;
    border: 0;
    display: block;
    position: relative;
    margin-left: 235px;
    margin-top: -18px;
    cursor: pointer;
}
#link_form .button:hover {
    color: #F00;
}
#lightbox-black {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 325px;
    margin-left: -162px;
    margin-top: -150px;
    padding: 25px;
}
#lightbox-title {
    width: 295px;
    height: 15px;
    padding: 5px 15px;
    color: #FFF;
    background-color: #000;
}
#lightbox-container {
    min-height: 65px;
    width: 275px;
    padding: 25px 25px 10px 25px;
    background-color: #FFF;
}
#lightbox-container table {
    border-spacing: 5px;
}
#lightbox-container td {
    min-width: 75px;
    vertical-align: top;
}
#lightbox-container #buttons {
    margin-top: 25px;
    float: right;
    clear: both;
}
#lightbox-container input {
    cursor: pointer;
}
#confirmbox {
    width: 280px;
    height: 30px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 50%;
    padding-top: 10px;
    margin-left: -140px;
    margin-top: -20px;
    font-size: 15px;
    text-align: center;
    color: #FFF;
    background: url(/images/confirmbox-bkg.gif) repeat-x;
}
#tinyTextArea {
    width: 630px;
    height: 10px;
}
#user-list input {
    margin-right: 10px;
}
.mail input {
    margin-right: 10px;
}
