﻿/* GENERAL STYLES - ALL PAGES 
------------------------------------------------------------------------------*/

body {
    color: #666;
    background-color: #999;
    font-family: Helvetica, Trebuchet, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}
div, p, form {
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
	line-height: 1.3em;
    margin-bottom: 1.5em;
}
a {
    text-decoration: none;
}
a:active, a:hover {
    text-decoration: underline;
}
span.phpdigHighlight {
    color: #000;
    background-color: #fff;
    font-weight: bold;
}
span.reverse {
    color: #fff;
    background-color: #b5121b;
    padding: 0.2em;
    line-height: 2;
	font-weight: bold;
}
td {
    padding-bottom: 0.3em;
    vertical-align: top;
    text-align: justify;
}
td div {
    margin-bottom: 1em;
}
td span {
    color: #b56d70;
    background-color: #fff;
}

/* Element specific styles, all pages */

div#page {
    color: #666;
    background-color: #fff;
    min-width: 1000px;
    width: 100%;
}
div#logo {
    padding: 2em 2em 2.3em 2em;
    text-align: right;
}
div#logo div#image {
    padding-top: 0.3em;
    float: left;
}
div#logo form {
    padding-top: 0.4em;
}
div#language {
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    min-width: 1000px;
    text-align: right;
}
div#language a {
    margin-right: 30px;
}
div#language img {
    border: 0;
}
input.button {
    vertical-align: middle;
}
div#menu {
    clear: both;
    color: #fff;
    background-color: #b5121b;
    background-image: url('images/main_bg.gif');
    background-repeat: repeat-y;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    padding: 7px 0px 7px 430px;
    white-space: nowrap;
    overflow: hidden;
}
div#menu div#container {
    width: 550px;
}
div#menu a {
    color: #fff;
    background-color: #b5121b;
}
div#menu a.current {
    color: #fff;
    background-color: #999;
}
div#menu span {
    float: left;
    padding: 0 0.5em;
    font-weight: normal;
}
div#menu_clients, div#menu_missions, div#menu_cabinet, div#menu_biblio {
    background: #b5121b;
    color: #fff;
    display: none;
    position: absolute;
    padding: 0.6em 0;
    width: 9em;
    z-index: 6;
}
div#menu_biblio {
    width: 18em;
}
div#menu_cabinet {
    width: 10em;
}
div#menu_missions {
    width: 10em;
}
div#menu_clients a, div#menu_missions, div#menu_cabinet a, div#menu_biblio a {
    line-height: 1em;
    margin-left: 1em;
    margin-right: 1em;
}
div#menu_clients hr, div#menu_missions hr, div#menu_cabinet hr, div#menu_biblio hr {
    border: 0;
    border-top: 1px solid #cde;
    height: 1px;
}
div.root {
    float: left;
}
div#main {
    color: #666;
    background-color: #fff;
    background-image: url('images/menu_bg.gif');
    background-repeat: repeat-y;
    padding-left: 430px;
    width: 600px;
    min-height: 550px;
    z-index: 1;
    float: left;
}
div#main div#sidebar {
    position: absolute;
    left: 100px;
    z-index: 2;
    width: 320px;
    font-family: Helvetica, Trebuchet, Arial, sans-serif;
    color: #fff;
    font-weight: bold;
    font-size: 0.9em;
}
div#main div#sidebar a{
    color: #000;
	text-decoration: underline;
}
div#heading {
    padding: 2em 1em 0 0;
}
div#txt {
    margin: 0 1em 15px 30px;
    z-index: 1;
}
div#txt select {
    z-index: 1;
}
div#txt div#cols ul {
    padding: 0;
    margin: -10px 0 0 0;
}
div#txt div#cols ul li {
    font-size: 0.9em;
    text-align: left;
    list-style-type: square;
    list-style-position: inside;
    line-height: 1.4em;
    padding: 0;
}
div#txt div#cols ul.left {
    float: left;
	width: 55%;
}
div#txt div#cols ul.right {
    float: right;
    width: 45%;
}
div#txt div#note {
    clear: both;
    font-size: 0.9em;
	font-style: italic;
    line-height: 1.2em;
    margin: -20px 0 0 0;
}
div#txt a {
    color: #b5121b;
}
div#spacer {
    clear: both;
    color: #666;
    border-top: 1px solid #fff;
    background-color: #b56d70;
    background-image: url('images/main_bg.gif');
    background-repeat: repeat-y;
    height: 10px;
}
div#banner {
    color: #666;
    background-color: #ebebeb;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 70px;
    padding-left: 99px;
}
div#banner img {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;

}
div#footnote {
    color: #333;
    background: #999;
    font-weight: normal;
    font-size: smaller;
    height: 100%;
    padding: 1em 3em 3em 3em;
}
div#footnote a {
    color: #fff;
    background: #999;
}
div#footnote span {
    margin: 0 0.3em;
}
div#envoi {
    margin-top: 0.7em;
    margin-right: 5px;
    text-align: right;
}

/* ACCEUIL
------------------------------------------------------------------------------*/

div#sidebar div#sidecontent {
    color: #fff;
    background: transparent;
    margin: 1em 0.5em;
}
div#sidebar div#sidecontent a {
    color: #b5121b;
    background: transparent;
    font-weight: bold;
    text-decoration: none;
}
div#sidebar div#sidecontent div#title {
    border-bottom: 1px solid #b56d70; 
    padding: 0.1em 0;
}
div#sidebar div#sidecontent div#title div {
    display: inline; 
    padding: 0.3em 0.3em 0.1em 0.3em; 
    background: #b56d70; 
    color: #fff;
}
div#sidebar div#sidecontent div#actus table {
    width: 100%;
}
div#sidebar div#sidecontent div#bibliotheque,
div#sidebar div#sidecontent div#actus td {
    color: #fff;
    background: transparent;
    vertical-align: top;
    text-align: left;
}
div#sidebar div#sidecontent div#actus td {
    line-height: 1.2;
    padding-bottom: 1em;
    font-size: 0.9em;
    font-weight: normal;
}
div#sidebar div#sidecontent div#bibliotheque {
    padding: 1em 0;
}
div#sidebar div#sidecontent ul {
    padding: 0;
    margin: 0 0 1em 0;
}
div#sidebar div#sidecontent div#bibliotheque ul li {
    font-size: 0.85em;
    list-style-type: square;
    list-style-position: inside;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
div#sidebar div#sidecontent ul.left {
    float: left;
    margin-left: 0.3em;
}
div#sidebar div#sidecontent ul.right {
    float: right;
    margin-right: 0.3em;
}
div#sidebar div#sidecontent div#actus {
    border-top: 1px dashed #b56d70;
    clear: both;
    padding-top: 0.5em;
}
div#sidebar div#sidecontent div#actus div {
    padding-top: 1em; 
    text-align: right;
}
body#acceuil li.square {
    list-style-type: square;
}
/*
body#acceuil div#main {
    height: 600px;
}
*/


/* CLIENT PAGES 
------------------------------------------------------------------------------*/

body#clients div#main {
    color: #666;
    background-color: #fff;
    background-image: url('images/menu_bg.gif');
    background-repeat: repeat-y;
    padding-left: 450px;
    width: 550px;
    min-height: 240px;
    height: 450px;
    text-align: right;
}
body#clients div#clients_list {
    height: 420px;
}
body#clients div#main li {
    color: #666;
    background-color: #fff;
    font-size: 0.9em;
    font-weight: normal;
    line-height: 20px;
    list-style-type: none;
    cursor: pointer;
}
body#clients div#main li.link {
    list-style-image: url('images/list.gif');
}
body#clients div#main a {
    color: #666;
    background-color: #fff;
    text-decoration: none;
}
body#clients div#main div#pager a {
    color: #b5121b;
    background-color: #fff;
}
body#clients div#main ul {
    padding-left: 1em;
}
body#clients div#main div#column_left, body#clients div#main div#column_right {
    float: left;
    padding-top: 2em;
    text-align: left;
}   
body#clients div#main div#column_left {
    width: 300px;
}
body#clients div#main div#column_right {
    margin-left: 3px;
    height: 175px;
    width: 210px;
    padding-top: 150px;
    text-align: right;
}
body#clients div#main div#column_right div#client_logo {
    float: right;
    height: 150px;
}
body#clients div#main div#pager {
    clear: both;
    padding-right: 30px;
}


/* MISSIONS & ARTICLES PAGES 
------------------------------------------------------------------------------*/

body#missions_articles div#menu {
    background-image: url('images/missions_articles_menu_bg.gif');
    padding-left: 330px;
}
body#missions_articles div#main {
    background-image: url('images/missions_articles_main_bg.gif');
    padding-left: 330px;
}
body#missions_articles div#sidebar {
    padding-top: 30px;
    width: 200px;
    text-align: center;
}
body#missions_articles div#sidebar select {
	color: #b5121b;
	background-color: #f9f9f9;
	border: 2px solid #7c7c7c;
	border-width: 2px;
	border-color: #7c7c7c #e2e3e3 #e2e3e3 #7c7c7c;
	border-style: solid;
	font-family: Helvetica, Trebuchet, Arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0.2em 0;
	margin: 1px; 
	text-align: left;
	width: 190px;
}
body#missions_articles div#spacer {
    background-image: url('images/missions_articles_menu_bg.gif');
}
body#missions_articles div#main div#txt {
    margin-left: 20px;
    padding-top: 2em;
    text-align: left;
}
body#missions_articles div#main div#txt div#note {
    background-color: #b56d70;
    color: #fff;
    padding: 10px;
}
body#missions_articles div#main div#txt ol {
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    list-style-type: decimal-leading-zero;
}
body#missions_articles div#main div#txt li {
    color: #b56d70;
    background-color: #fff;
    line-height: 1.5;
    margin-bottom: 1em;
}
body#missions_articles div#main div#txt li span {
    color: #666;
    background-color: #fff;
}
body#missions_articles div#main div#txt li span.phpdigHighlight {
    color: #000;
    background-color: #fff;
}
body#missions_articles div#main div#txt li span.phpdigResult {
    color: #000;
    background-color: #fff;
}
body#missions_articles div#main div#txt a {
    color: #b5121b;
    background-color: #fff;
}
body#missions_articles div#main div#txt li.pdf {
    font-size: smaller;
    margin-bottom: 0.3em;
    list-style: square;
/*    list-style-image: url('images/pdf.gif'); */
}
body#missions_articles div#main div#txt ul {
    margin-top: 0.3em;
}
body#missions_articles div#main div#txt ul li {
    color: #666;
    list-style-type: square;
}
body#missions_articles div#main div#txt div#top {
    text-align: right;
}
body#missions_articles div#main div#sidebar div#section {
    text-align: left;
    margin-left: 0.6em;
    margin-bottom: 1em; 
    font-family: Helvetica, Trebuchet, Arial, sans-serif; 
    font-size: 1em;
}
body#missions_articles div#main div#sidebar div#envoi div#reset {
    float: left; 
    margin-left: 0.5em;
}
body#missions_articles div#main div#sidebar div#envoi div#reset img {
    border: 0;
}


/* STATIC PAGES 
------------------------------------------------------------------------------*/

body#static div#menu {
    background-image: url('images/missions_articles_menu_bg.gif');
    padding-left: 330px;
}
body#static div#main {
    background-image: url('images/missions_articles_main_bg.gif');
    padding-left: 330px;
}
body#static div#sidebar {
	margin: 22px;
    font-family: Helvetica, Trebuchet, Arial, sans-serif;
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
}
body#static div#sidebar img {
	display:block; padding:2px; border:1px solid #ccc; 
}
body#static div#spacer {
    background-image: url('images/missions_articles_menu_bg.gif');
}
body#static div#main div#txt {
    margin-left: 30px;
    padding-top: 0;
}
body#static div#main div#txt a {
    color: #b5121b;
    background-color: #fff;
}
body#static div#main div#txt ol {
    color: #666;
    background-color: #fff;
    margin-left: 0;
    padding-left: 0;
	line-height: 1.3em;
    text-align: justify;
}
body#static div#main div#pager {
    clear: both;
    padding-right: 30px;
    text-align: right;
}
body#static div#main div#pager a {
    color: #b5121b;
    background-color: #fff;
}	

	.subscribe {
		width:195px; 
		font-family:Arial; 
		font-size:12px;
		font-weight: bold;
		margin-bottom: 0px;
        margin-top: 105px;
	}
	
	.subscribe .heading {
		background-color:#999999; 
		color:#FFFFFF; 
		font-size:14px; 
		text-align:center; 
		padding:5px;
		margin-bottom: 0px;
	}
	
	.subscribe .formholder {
		background-color:#c4c4c4; 
		color:#333333; 
		padding:5px; 
		line-height:23px;
		margin-bottom: 0px;
	}
	
	.subscribe .title {
		color:#333333;
		margin-bottom: 0px;
		
	}
	
	.subscribe .subscribe_input {
		border:#999999 2px inset;
		color:#000000; 
		width:180px;
		margin-bottom: 0px;
	}
	
	 .subscribe .submit_button {
	 	padding-top:10px; 
	 	padding-bottom:10px; 
	 	padding-right:1px;
	 	margin-bottom: 0px;
	 }
	 
	 .nomargintable, .nomargintable td, .nomargintable div {
	 	margin-bottom: 0px;
	 }

.clear_div {
    clear: both;
    height: 0px;
    margin-top: 0px;
}
