/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and set them later on
******************/

* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Arial, sans-serif, Verdana, Geneva, Helvetica;
   font-size:  12px;
   color: #333;
   background: #242424 url('images/fond2.jpg') repeat-x -1px 0px; 
}

div { font-size: 12px; }

img { border: 0; }

h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

p {
   font-size: 12px;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
   font-weight: bold;
}
em, i {
   font-style:italic;
}

code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 12px;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

div.templatecode {
  margin: 0 0 2.5em;
}

a,
a:link 
a:visited 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #18507C;
   font-size: 12px;
   font-weight: bold;
}
a:hover {
   text-decoration: underline;
   color: #385C72;
}

fieldset 
{ 
        border: 1px solid #aaa; 
        position: relative; 
        background: #eee; 
} 
label 
{ 
        display: inline; 
        float: left; 
        width: 70px; 
} 
legend 
{ 
        position: relative; 
        left: 5px; 
        top: -0.90em; 
        padding: 0px 5px; 
        font-weight: bold; 
        border-left: 1px solid #aaa; 
        border-right: 1px solid #aaa; 
        background: #fff; 
}

fieldset {padding: 1em; background-color: #efefef; border: 1px solid #bbb; width: 520px;}
fieldset legend {font-weight: bold; padding: 0px 5px;}
fieldset div {width: 100%; padding: 0.25em 0 0.25em 0;}
fieldset div label {display: block; width: 10em; color: #696969;}
fieldset div.required {color: #f00;}
fieldset textarea {margin: 0.5em 0; width:95%; height: 10em;}
fieldset p.captcha {margin: 10px 0px 0px 0px; padding-top: 5px; border-top: 1px solid #ccc;}
fieldset div.captcha {margin: 0px; width: 100%;text-align: center;display: block;}
fieldset div.captcha img {border:1px solid #000000;margin: 0px 15px 2px 2px;}
.error_message {color: #f00;}

.loader {
	z-index: 100;
	width: 100%;
	height: 250px;
	background: url('images/loader.gif') no-repeat center 100px;
}

/* Basic layout*/
div#pagewrapper {
   border: 0px solid #eee;
   margin: 0px auto;     /* this centers wrapper */
   max-width: 940px;   /* IE wont understand these, so we will use javascript magick */
   min-width: 940px;
   color: black;
   width: 940px;
   background: #242424 url('images/header_fond3.jpg') repeat-y;
}

div#header {
   height: 86px;
   width: 850px;
   overflow: hidden;
   padding: 0px 40px 0px 50px;
   background: url('images/header_fond.jpg') no-repeat; 
}

div#header h1 a {
   display: block;
   height: 86px;         /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#toolbar {
   height: 22px;
   width: 100%;
   background: url('images/toolbar.jpg') no-repeat; 
   display: none;
}

div#toolbar ul {
	display: block;
	margin: 0px 0px 0px 15px;
	padding: 5px 0px 0px 0px;
}

div#toolbar li {
	float: left;
	list-style-type: none;
	display: list-item;
	margin: 0px 25px 0px 0px;
}

div#banner {
   background: url('images/banner_fond.jpg') repeat-y; 
   height: 325px;
   width: 850px;
   padding: 0px 47px;
}

div#content {
   padding: 0px;
   width: 100%;
   height: auto;
   margin-top: 4px;
}
div#content2 {
   height: auto;
   width: 827px;
   margin: 0px 58px;
   background: #fff;
}

html>body div#content {
	height: auto;
	min-height: 600px;
} 
html>body div#content2 {
	height: auto;
	min-height: 600px;
} 

/* position for the icons box */
div#icons {
	float: right;
	margin: 12px 30px 0px 0px;
}

div#menu {
	float: right;
	margin: 15px 10px 0px 0px;
	width: 380px;
	height: 37px;
}
div#menu ul {
	display: inline;
}
div#menu li {
	float: left;
	background: url('images/tab.jpg') no-repeat;
	width: 94px;
	height: 37px;
	padding: 12px 0px 0px 0px;
	text-align: center;
	list-style: none;
}
div#menu li a, div#menu li a:visited {
	color: #eee;
}

/* position for the search box */
div#search {
	text-align: right;
	float: right;
	margin: 15px 30px 0px 0px;
}

#cntnt01moduleform_1 button {
	height: 17px;
}

#cntnt01moduleform_1 img {
	cursor: pointer;
}

input#cntnt01searchinput {
	border: 0px solid #000;
	padding: 0px;
	background: url('images/submit-inner.gif') #e6e6e6 no-repeat;
	background: #000;
	margin: 0px 0px 5px 0px;
	width: 120px;
	text-indent: 5px;
	font-size: 11px;
	height: 14px;
	float: left;
	border: 1px solid #666;
	color: #aaa;
}
input.btn-search {
	padding: 1px;
	margin: 0px 0px 4px 0px;
	background: url('images/submit.gif') #000 no-repeat 100% 30%;
	cursor: pointer;
	color: #ccc;
	border-style: none;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	height: 16px;
	float: left;
}

input.btn-search:hover {
	background: url('images/submit-highlight.gif') #000 no-repeat 100% 30%;
	color: #fca000;
}

.res_search h3, .res_search .timetaken{
	display: none;
}

.res_search {
	margin-left: 20px;
}

.res_search .pourc {
	width: 40px;
	float: left;
	text-align: right;
	padding-right: 5px;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

div.breadcrumbs span.lastitem { 
   font-weight:bold; 
} 

div#main {
   background: url('images/feuille_orange.jpg') no-repeat;
   padding: 0px 0px 0px 50px;
   width: 545px;
   margin-left: 10px;
   -margin : 5px ;
   height: auto;
   float: left;
}

div#main h2 {
	font-size: 16px;
	color: #999;
	padding: 0px 0px 10px 0px;
	width: 100%;
}

div#main ul {
	display: block;
	margin: 0px 0px 0px 30px;
	padding: 5px 0px 0px 0px;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #555;
   font-size: 11px;
   height: auto;
   background: #242424 url('images/footer_fond.jpg') no-repeat 0px 0px;
   width: 850px;
   overflow: hidden;
   padding: 0px 45px;
}

* html div#footer {
	padding-left: 5px;
}

div#footer a {
   color: #555; /* needed becouse footer link would be same color as background otherwise */
   font-weight: normal;
   font-size: 11px;
}

div#footer ul {
	width: 230px;
	float: left;
	margin: 65px 0px 0px 0px;
	overflow: hidden;
}

div#footer ul.col1 {
	margin-left: 40px;
}

div#footer ul.col2 {
	margin-left: 45px;
	width: 270px;
}

div#footer ul.col3 {
	margin-left: 15px;
}

div#footer ul li {
	padding: 0px 0px 0px 25px;
	margin: 0px;
	list-style: none;
}

div#footer ul.col1 li {
	padding: 0px 5px 0px 0px;
	margin: 0px;
	list-style: none;
	float: left;
}

div#footer ul.col2 li {
	padding: 0px 0px 0px 20px;
}

div#footer ul.col2 li img {
	margin: 30px 0px 0px 0px;
}

div#footer ul li strong {
	color: #ccc;
}

div#footer ul.col2 li, div#footer ul.col3 li {
	border-bottom: 1px solid #1a1a1a;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 200px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
	padding: 15px 0px 1px 0.5em;
	border-bottom: 1px solid #e7ab0b; 
	line-height: 1.5em;
	margin: 0 0 1em 0;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div.hr {
   height: 1px;
   border-bottom: 1px dotted #999;
}

div.left49 {
	width: 49%;
}

div.right49 {
	float: right;
	width: 49%;
	text-align: right;
	margin-top: 5px;
}

div.right49 p a {
	font-size: 11px;
	margin-left: 10px;
	color: #999;
}

/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
   margin-top: 15px;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none;
   display: block;
   padding: 0.4em 0.5em 0.4em 1.5em;
   color: #18507C;
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   min-height:1em; 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #eee;
}
div#menu_vert a.activeparent:hover {
   background-color: #eee;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.4em 0.5em 0.4em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}


dfn {
display:none;
}


.tetiere {
	height: 100px;
	width: 810px;
	margin: 0px 0px 10px 10px;
	background: url('../flashrotator/banniere2.jpg') no-repeat 0px -160px;
}

#tetiere00003 {
	background: url('../flashrotator/banniere2.jpg') no-repeat 0px -160px;
}

#tetiere00004 {
	background: url('../flashrotator/banniere2.jpg') no-repeat 0px -160px;
}

#tetiere00005 {
	background: url('../flashrotator/banniere2.jpg') no-repeat 0px -160px;
}

#tetiere00006 {
	background: url('../flashrotator/banniere3.jpg') no-repeat 0px -160px;
}




.NewsSummary {
}

.NewsSummaryPostdate {
	font-size: 90%;
	font-weight: bold;
	float: left;
}

.NewsSummaryLink {
    font-weight: bold;
    padding-left: 5px;
	float: left;
}

.NewsSummaryCategory {
	font-style: italic;
	margin: 5px 0;
}

.NewsSummaryAuthor {
	font-style: italic;
	padding-bottom: 0.5em;
}

.NewsSummarySummary {
	padding: 3px 0px 0px 0px;
	text-align: left;
}

.NewsSummarySummary, .NewsSummaryContent {
}

.NewsSummaryMorelink {
	padding: 0em 15px 10px 0px;
}

#NewsPostDetailDate {
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
}

#NewsPostDetailSummary {
	margin: 10px 0px;
}

#NewsPostDetailCategory {
	font-style: italic;
	border-top: 1px solid #ccc;
	margin-top: 0.5em;
	padding: 0.2em 0;
	display: none;
}

#NewsPostDetailPrintLink {
	display: none;
}

#NewsPostDetailContent {
	margin-bottom: 15px;
}

#NewsPostDetailAuthor {
	padding-bottom: 1.5em;
	font-style: italic;
	display: none;
}

.sitemap ul li {
	list-style-type: none;
	margin-bottom: 10px;
	overflow: hidden;
	background: #eee;
	padding: 5px;
}

.sitemap ul li ul {
	float: left;
	width: 100%;
}

.sitemap ul li ul li {
	float: left;
	width: 30%;
	font-weight: normal;
	list-style-type: disc;
	margin-bottom: 5px;
	padding: 0px 5px 0px 10px;
   background: url('images/square.gif') no-repeat 0px 5px;
}

.sitemap ul li ul li a {
	font-weight: normal;
}

.link_pdf {
   background: url('doc_types/icon_pdf.gif') no-repeat;
   padding: 2px 0px 0px 20px;
}
.link_int {
   background: url('doc_types/external.gif') no-repeat 0px 2px;
   padding: 0px 0px 0px 15px;
}
.link_ext {
   background: url('doc_types/external.gif') no-repeat 0px 2px;
   padding: 0px 0px 0px 15px;
}

.link_pdf_right {
   background: url('doc_types/icon_pdf.gif') no-repeat top right;
   padding: 2px 20px 0px 0px;
}
.link_int_right {
   background: url('doc_types/external.gif') no-repeat top right;
   padding: 0px 15px 0px 0px;
}
.link_ext_right {
   background: url('doc_types/external.gif') no-repeat top right;
   padding: 0px 15px 0px 0px;
}

.img_cadre {
	padding: 5px;
	border: 1px solid #ccc;
}
.small_arrow {
   background: url('doc_types/heart.gif') no-repeat 0px 2px;
   padding: 0px 0px 0px 15px;
}
