/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(/images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */body {
margin: 0px;
padding: 0px;
background: #889cb7 url(/uploads/images/fichier_degrade_fond.png) fixed repeat-x top center;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
color: #003876;
text-align: center;
}

#main, #main_sansbandeaudroite {
position: relative;
margin: 0 auto;
width: 1012px;
background: transparent;
text-align: left;
}

#header {
position: relative;
margin: 0 auto;
padding:0;
width: 1012px;
height: 290px;
left:-1px;
background: transparent url(/uploads/images/bandeau_avec_cotes3.png) no-repeat top center;
}

#header h1 {
margin-top: 0px;
}

#header h1 a {
margin-bottom: 0 !important;
position:relative;
top:12px;
display: block;
width:291px;
height: 270px;
z-index:10;
background: url(/uploads/images/logo_ombre_transparent.png) !important;
background: url(/uploads/images/logo_ombre_transparent.gif);/*IE6*/
text-indent: -999em;
text-decoration:none;
}

#page {
position: relative;
margin: 0px auto;
width: 910px;
background: #fff url(/uploads/images/barre_horizontale_pixel.jpg) top left repeat-y;
}

#page input {
}

#breadcrumbs {
margin: 10px 0 5px 0;
padding-top: 5px;
font-size: 0.8em;
}

#breadcrumbs a {
}

#breadcrumbs .lastitem {
}

#content {
position: relative;
width:500px;
min-height:600px;
text-align:justify;
margin:0 15px 25px 20px !important;
margin-left:10px;
float: left;
font-family: Helvetica, Arial, sans-serif;
}

#content p {
font-family: Helvetica, Arial, sans-serif;
}

#content code {
font-family: Helvetica, Arial, sans-serif;
}

#content a, #content_droite a {
color: #e46800;
}

#content a img {
border: none;
}

#content img {
margin:8px;
}

#content h1, #content h2, #content h3, #content h4 {
color: #e46800;
font-family:"Trebuchet MS",sans-serif;
}

#content h2 {
font-size: 1.4em;
}

#content li {
margin-bottom:0.5em;
}

#content label {
font-style: italic;
}

#content th, #content td {
border: none;
text-align: left;
}

#content td ul {
margin-left: 15px;
padding: 0;
}

#content th {
font-weight: bold;
}

#content caption {
text-align: center;
font-style: italic;
}

#contenuprotege{
border: 1px solid #e46800;
padding-left: 10px;
}

#contenuprotege h2{
font-style: italic;
}

.center {
text-align: center;
margin-right: auto;
margin-left: auto;
}

.empty {
border-color: transparent;
}

#navigation {
margin-top: 2em;
font-size: 0.85em;
}

#sidebar {
position: relative;
padding:0;
float: left;
width: 200px;
min-height:100px;
background: #e6e5eb;
}

#sidebar h2 {
padding:7px;
margin:0 0 10px 0;
display:block;
height:20px;
color:#fff;
background:#6381a5;
font-size: 1.2em;
}

#menu_vert {
position: relative;
background: transparent;
}

#sidebar_right {
position: relative;
float: right;
margin:0px;
width: 168px !important;
min-height:100px;
padding-top: 10px;
padding-left: 2px;
text-align: left;
font-size: 0.89em;
}

#sidebar_right h4, #sidebar_right h3, #sidebar_right h2 {
margin-bottom: 0.5em;
padding-top: 0.5em;
border-top: 1px dotted #a46d6d;
}

#sidebar_right p {
margin-top: 0px;
}
#login {
text-align: center;
}
#login a {
color: #e46800;
}

#content_droite {
margin: 10px 7px 10px 8px;
}
table{
width:650px;
border:#c7c4c4 1px solid;
text-align:center;
font-size: 12px;
padding:8px;
}

div .encart {
background:#fff;
border: 1px solid #ba217a;
width:173px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
}

div .encart img {
margin-bottom: 5px;
}

div .encart p {
margin: 5px;
}

#search {
text-align: right;
position:absolute;
left:700px;
top:222px;
z-index:100;
}

#searchform {
position: relative;
margin: 0 auto;
}

.submitbtn {
width: 30px !important;
border: 1px solid #193e54;
color: #fff;
background: #193e54;
}

#nms_email {
display: inline;
}

#searchinput, #nms_email input {
width: 120px !important;
width: 115px;
}

#newsletter {
margin: 0 10px;
}

#newsletter form{
text-align: center;
}

#footer {
position: relative;
padding-top: 5px;
margin: 0 auto 20px auto;
width: 912px;
height: 50px;
text-align: center;
}

#footer a {
}

.catnav {
text-align: center;
margin-bottom: 10px;
}

#eleo {
margin: 30px auto;
font-size: 0.9em;
font-weight: bold;
text-align: center;
}

#eleo a {
color: #003876;
text-decoration: none;
}/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
font-family: "Trebuchet MS", sans-serif;
width: 910px;
height: 32px;
/*background: url(/uploads/images/degrade_barre_haut.jpg);*/
margin: 0;
position: absolute;
bottom: 0px !important;
bottom:-3px;/*IE6*/
left:52px;
font-weight: normal;
z-index: 1000;
}

div#menu_horiz ul {
margin: 0;
padding: 0;
float: right;
}

div#menu_horiz li {
float: left;
list-style: none;
margin: 0;
}

div#menu_horiz a {
padding: 6px;
margin: 0 4px;
color: #003876;
display: block;
text-decoration: none;
font-size: 1.3em;
}

div#menu_horiz li a:hover {
color: #e46800;
}

div#menu_horiz a.activeparent:hover {
color: #e46800;
}

/* active parent */
div#menu_horiz li.activeparent a {
color: #fff;
}

div#menu_horiz h3 {
padding: 6px;
margin: 0 10px;
color: #fff;
display: block; /* IE has problems with this, fixed above */
font-size: 1.3em;
font-weight: normal;
}

li.separator {
list-style-type: none;
display: block;
position: relative;
border: none;
width: 1px;
height: 32px;
background: #fff;
}#menu_vert{
font-family:"Trebuchet MS",sans-serif;
margin: 0 0 0 18px;
}

#menu_vert ul {
margin: 0 1px 0 0;
padding: 0;
}

#menu_vert li {
font-size: 0.95em;
font-stretch: condensed;
font-weight: 600;
display: block;
list-style: none;
margin-bottom: 13px;
background: url(/uploads/images/fichier_pointilles.gif) repeat-x bottom left;
}

#menu_vert a {
text-decoration: none;
color: #003876;
width:180px;
}

#menu_vert a:hover {
color: #e46800;
}

#menu_vert h3 {
font-size: 0.95em;
font-weight: 600;
padding: 0;
margin: 0;
color: #e46800;
}.contactform {
padding: 10px;
}

.contactform fieldset {
border: none;
padding: 0;
background-color: transparent;
}

.contactform label {
font-weight: bold;
}

.contactform div {
padding: 0.1em 0;
width: 100%;
}

.contactform div label {
display: block;
}

.contactform div.required {
color: #f00;
}

.contactform fieldset input {
border: #ddd 1px solid;
width: 50%;
}

textarea {
border: #ddd 1px solid;
width: 100%;
}

.contactform input, select {
margin-bottom: 1em;
}

.submit {
text-align: center;
margin-top: 1em;
}

.fbsubmit {
}div#news {
margin: 2em 0 1em 1em;
border: 1px solid #000; 
background:#fff; 
}

div#news h2 {
line-height: 2em;
background: #fff;
}

.NewsSummary {
padding: 2px;
margin: 0px 5px 0px 5px;
border-bottom: 1px solid #ccc;
}

.NewsSummaryPostdate {
font-size: 90%;
font-weight: bold;
float:right;
clear:both;
}

.NewsSummaryLink {
padding-top: 2px;
font-size:12px;
font-weight: bold;
height:28px;
}

.NewsSummaryLink h3 a {
/*color:#fff !important;*/
}

.NewsSummaryCategory {
font-style: italic;
margin: 5px 0;
}

.NewsSummaryAuthor {
font-style: italic;
padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
line-height: 120%;
}

.NewsSummaryMorelink {
padding-top: 2px;
float:right;
}

#NewsPostDetailDate {
font-size: 90%;
margin-bottom: 5px;
font-weight: bold;
}

#NewsPostDetailSummary {
line-height: 120%;
}

#NewsPostDetailCategory {
font-style: italic;
border-top: 1px solid #ccc;
margin-top: 0.5em;
padding: 0.2em 0;
}

#NewsPostDetailContent {
margin-bottom: 15px;
line-height: 150%;
}

#NewsPostDetailAuthor {
padding-bottom: 1.5em;
font-style: italic;
}

/*
.NewsPostDetailTitle {
color:red;
} 
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
