html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

nav ul { list-style:none; }

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }

/* END RESET CSS */


/* fonts.css from the YUI Library: developer.yahoo.com/yui/
   Refer to developer.yahoo.com/yui/3/cssfonts/ for font sizing percentages

  There are three custom edits:
   * remove arial, helvetica from explicit font stack
   * we normalize monospace styles ourselves
   * table font-size is reset in the HTML5 reset above so there is no need to repeat
*/
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

select, input, textarea, button { font:99% sans-serif; }

/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 

/* 
 * minimal base styles 
 */


body, select, input, textarea { 
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
  color: #444; 
  /* set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */   
}

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
h1,h2,h3,h4,h5,h6 { font-weight: bold; }

/* always force a scrollbar in non-IE */ 
html { overflow-y: scroll; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }


a:hover { color: #6BAA24; }



ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; } 

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}
 
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
::-moz-selection{ background: #3295a4; color:#fff; text-shadow: none; }
::selection { background:#3295a4; color:#fff; text-shadow: none; } 

/*  j.mp/webkit-tap-highlight-color */
/*a:link { -webkit-tap-highlight-color: #616368; color:#6BAA24;} */

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX: Updated to prevent margin-collapsing on child elements << j.mp/bestclearfix */
.clearfix:before, .clearfix:after {
  content: "\0020"; display: block; height: 0; visibility: hidden;	
} 

.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }






 /* Primary Styles
    Author: Archibald Studio
 */

/* 
 * Style principale 
 */
html { height:100% }

body { background:#efeff2; height:100%}
#container { width:950px; margin:0 auto; background:#FFFFFF;  -webkit-box-shadow: 0px 1px 5px 2px #e4e4e7; -moz-box-shadow: 0px 1px 5px 2px #e4e4e7; box-shadow: 0px 1px 5px 2px #e4e4e7;}



a { color:#BBA033;  text-decoration:none; }
a:hover { color:#bba033; text-decoration:underline; }

.underline { text-decoration:underline; }
.clear { clear:both; }
.line { width:940px; height:1px; margin:0 auto; border-top:1px solid #ececec; clear:both; }
hr { width:inherit height:1px; margin:0 auto; border-top:1px solid #ececec; clear:both; margin-top:30px; }
hr.clearer { border:none; }
.line-2 { margin:35px auto; width:940px; height:1px; border-top:1px solid #ececec; clear:both;  display:inline-block;}
.border { border:1px solid #dedede; }
.shadow { -moz-box-shadow: 5px 5px 5px #eeeeee; -webkit-box-shadow: 5px 5px 5px #eeeeee; box-shadow: 5px 5px 5px #eeeeee; }
p { font:normal 12px  "Arial", Helvetica, sans-serif; color:#7c7c7c; line-height:1.4em; }

ul { font:normal 12px "Tahoma", Arial, Helvetica, sans-serif; color:#7c7c7c;  }
h1 { font:normal 19px "Tahoma", Arial, Helvetica, sans-serif; color:#252525; margin-bottom:30px; border-bottom:1px solid #e5e5e5;}
h2 { font:normal 16px "Tahoma", Arial, Helvetica, sans-serif; color:#2F8A9C; margin:35px 0 25px; }
h3 { font:normal 15px "Tahoma", Arial, Helvetica, sans-serif; color:#2F8A9C; margin:20px 0 10px; }
h4 { font:normal 13px "Tahoma", Arial, Helvetica, sans-serif; color:#252525; margin:10px 0 5px;}

#content-page h1 {font-size:24px;}
#content-page p {line-height:22px;}
#content-page ul {line-height:18px; padding-left:10px;margin-bottom:15px; list-style-image:url('../img/puce-1.gif')}
#content-page li {margin:20px;}
#content-page .csc-textpic-image {margin:0px 16px 10px 0px !important;} 
#content-page .csc-textpic-single-image {margin-bottom:25px;}
dd {padding:7px 0; font: 11px "tahoma",sans serif; }
#content-page .csc-textpic-imagewrap ul {padding:0 !important;}
#content-page b, #content-page strong {color:#2F8A9C;}

/* 
 * Header & Nav
 */
#container {
	padding-top:40px;
}
header .logo { margin:0px 0 0 255px;}
#icone { width:255px;  float:right;}
#icone img { margin:0 0 15px 255px; padding:0; opacity:0.5;}
#icone img:hover {opacity:1; -webkit-transition: opacity 0.3s ease-in; /*safari and chrome */ -moz-transition: opacity 0.3s ease-in; /* firefox */ -o-transition: opacity 0.3s ease-in; /* opera */}

nav { width:850px; margin:0 auto; webkit-box-shadow: inset 0px 1px 0px 0px #fff; -moz-box-shadow: inset 0px 1px 0px 0px #fff; box-shadow: inset 0px 1px 0px 0px #fff; background-color:#efeff2; border:1px #e5e5e5;  -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border:1px solid #e5e5e5; padding:0; height:39px; }
#navigation { margin: 0 0 0 20px; line-height: 100%; display: inline-block; z-index:100;   }
#navigation li { float: left; position: relative; list-style: none; font:normal 15px "Tahoma", Arial, Helvetica, sans-serif;  padding:2px 26px 2px 26px; background:url(../img/separator.png) right no-repeat;  }
#navigation li.last { padding-right:0; background:none;}
#navigation a { color: #012734; text-decoration: none; display: block; padding:8px 10px; margin: 0; }
#navigation a:hover { color: #bba033; }
#navigation li.active > a { color: #bba033; }
#navigation ul li:hover a, #navigation li:hover li a  { color: #191919; }
#navigation li ul {-webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; background:#efeff2 !important;}

#navigation ul a:hover { background: #fff !important; color: #bba033 !important;  }
#navigation li:hover > ul { display: block; }
#navigation li.current:hover > ul { display: block; }
#navigation ul { display: none; margin: 0; padding: 0; width: 185px; position: absolute; top: 38px; left: 2px; background:#FFFFFF; border: solid 1px #ececec;  box-shadow: 0 1px 3px rgba(0,0,0, .3); z-index:100;  }
#navigation ul li { float: none; margin: 0; padding: 0;  background:none;}
#navigation ul a { font-weight: normal; color: #191919; text-decoration: none; text-shadow:none; font:normal 14px "Tahoma", Arial, Helvetica, sans-serif; text-transform:none; }

#navigation:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation { display: inline-block; } 
#r-footer { width:350px; float:right; text-align:right; margin-top:55px; font-size:11px;}
#r-footer a { padding:0 5px; text-decoration:underline; marign-top:20px; }
html[xmlns] #navigation{ display: block; }
 * html #navigation { height: 1%; }

#content { width:850px; margin:0 auto; }

#submenu { width:198px; }
#submenu ul { list-style-type:none;  }
/*
#submenu ul#level1 li { background-color:#f2e4ac; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  height:40px; margin-bottom:1px; font:12px Arial, Helvetica, sans-serif; color:#33474d; text-shadow: 0px 1px 0px #ffffff; filter: dropshadow(color=#ffffff, offx=0, offy=-1);  padding:15px 0 0 25px;  }
#submenu ul#level2 li { background-color:#f8f1d5; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  height:40px; margin-bottom:1px; font:12px Arial, Helvetica, sans-serif; color:#4f6971; text-shadow: 0px 1px 0px #ffffff; filter: dropshadow(color=#ffffff, offx=0, offy=-1);  padding:15px 0 0 25px;  }
#submenu ul li a { width:150px; }*/

#submenu ul#level1 li { }
#submenu ul#level1 li a {  background-color:#f2e4ac; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  margin-bottom:1px; font:12px Arial, Helvetica, sans-serif; color:#33474d; text-shadow: 0px 1px 0px #ffffff; filter: dropshadow(color=#ffffff, offx=0, offy=-1);  padding:15px 0 0 25px; display:block; height:30px;}
#submenu  ul#level1 li a:hover { background-color:#ead993; text-decoration:none;  }
#submenu ul#level1 li.act {   }

#submenu ul#level2 ul { }
#submenu ul#level2 li{   background:#f8f1d5;  -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;  }
#submenu ul#level2 li a { background:#f8f1d5; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; margin-bottom:1px; font:11px Arial, Helvetica, sans-serif; color:#4f6971; text-shadow: 0px 1px 0px #ffffff; filter: dropshadow(color=#ffffff, offx=0, offy=-1);  padding:15px 0 0 25px;  }
#submenu ul#level2 li a:hover { background-color:#f7edc5; text-decoration:none;}
#submenu  ul#level2 li:hover{}
#submenu  ul#level2 li.act2 {}
#submenu  ul#level1 li.act a {}
#submenu ul#level1 li.act ul a {}
#submenu  ul#level2 {  }

#submenu ul#level1, ul#level2 {display:block;  }

.btn-1_page, .btn-1_file, .btn-1_url { display:inline-block; cursor:pointer;  padding:10px 20px;  float:right; margin:25px 0 0 0; float:right; border:1px solid #e5e5e5;  -webkit-border-radius: 6px; -moz-border-radius:6px; border-radius: 6px; }
a.btn-1_page, a.btn-1_file, a.btn-1_url { text-transform:uppercase; font: normal 10px "tahoma", sans serif; color:#bba033; text-decoration:none; }
a:hover.btn-1_page, a:hover.btn-1_file, a:hover.btn-1_url  { text-decoration:underline;}
.btn-1_file {margin-left:10px; display:block; }

.btn-2_page, .btn-2_file, .btn-2_url, .mail  { display:inline-block; cursor:pointer;  padding:5px 10px;  border:1px solid #e5e5e5;  -webkit-border-radius: 6px; -moz-border-radius:6px; border-radius: 6px; }
a.btn-2_page, a.btn-2_file, a.btn-2_url, a.mail { text-transform:uppercase; font: normal 10px "tahoma", sans serif; color:#bba033; text-decoration:none; }
a:hover.btn-2_page, a:hover.btn-2_file, a:hover.btn-2_url, a:hover.mail  { text-decoration:underline;}




/*  homepage */

#slideshow { width:850px; margin:40px auto 50px auto; height:300px;}
#article { width:554px; float:left; }
#news { width:258px; float:right;}
#columns { margin-top:40px;}
#columns img { padding-bottom:8px;}
#column-1, #column-2, #column-3 { width:258px; float:left; margin-right:35px;  }
#column-3 {margin-right:0; }


.csc-sitemap { margin-left:25px; }
.csc-sitemap li ul { padding-left:25px; margin:5px 0; }
.csc-sitemap li ul li ul { padding-left:25px; }
.csc-menu { border:1px solid #ececec; width:150px; margin-bottom:15px; }

.csc-menu li { font-size:11px; padding:5px 0 5px 10px;  list-style-type:none!important;}

/*

/*Footer*/
.copyright a { color:#9e9e9e!important; text-decoration:underline; }
a .link-hidden {text-decoration:none;} 
.copyright a:hover { color:#bba033!important; }
footer { border-top:1px solid #e5e5e5; width:850px; margin:75px auto 0 auto; clear:both; min-height:250px; }
#l-footer { float:left; } 
#l-footer  p.pr { text-transform:uppercase; font:11px Arial, Helvetica, sans-serif; color:#4c4c4c; letter-spacing:0.1em;  margin-top:15px; } 
#l-footer  p.copyright { font-size:11px; color:#9e9e9e; clear:both; display:block; padding-top:25px;  } 
#l-footer > img, #l-footer > a img { float:left;}
#l-footer .f-img-1 { margin:22px 52px 0 0; }
#l-footer .f-img-2 { margin-top:50px; margin-right:52px;}

/* 
 * Contenu 
 */
 /*  all */
#submenu { float:left; }
#content-page { float:right; width:625px;  }
#content-page-2 { float:left; width:850px; }
#slideshow-2 { margin:40px 0 50px 0; }

/*
 * Media queries for responsive design
 * These follow after primary styles so they will successfully override. 
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you
     j.mp/textsizeadjust 
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}
/* 
 * 
 * default styles for extension "tx_cssstyledcontent" 
 *
/* 
	/* Captions */
	DIV.csc-textpic-caption-c .csc-textpic-caption { text-align: center; }
	DIV.csc-textpic-caption-r .csc-textpic-caption { text-align: right; }
	DIV.csc-textpic-caption-l .csc-textpic-caption { text-align: left; }

	/* Needed for noRows setting */
	DIV.csc-textpic DIV.csc-textpic-imagecolumn { float: left; display: inline; }

	/* Border just around the image */
	DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG, DIV.csc-textpic-border DIV.csc-textpic-single-image IMG {
		border: 1px solid #dedede;
		padding: 1px;
	}

	DIV.csc-textpic-imagewrap { padding: 0; }

	DIV.csc-textpic IMG { border: none; }

	/* DIV: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image { float: left; }

	/* UL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL { list-style: none; margin: 0; padding: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI { float: left; margin: 0; padding: 0; }

	/* DL: This will place the images side by side */
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image { float: left; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD { float: none; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG { border: none; } /* FE-Editing Icons */
	DL.csc-textpic-image { margin: 0; }
	DL.csc-textpic-image DT { margin: 0; display: inline; }
	DL.csc-textpic-image DD { margin: 0; }

	/* Clearer */
	DIV.csc-textpic-clear { clear: both; }

	/* Margins around images: */

	/* Pictures on left, add margin on right */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-right: 20px;
	}

	/* Pictures on right, add margin on left */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 20px;
	}

	/* Pictures centered, add margin on left */
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
		display: inline; /* IE fix for double-margin bug */
		margin-left: 10px;
	}
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption { margin: 0; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG { margin: 0; vertical-align:bottom; }

	/* Space below each image (also in-between rows) */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 10px; }
	DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow { margin-bottom: 10px; display: block; }
	DIV.csc-textpic DIV.csc-textpic-imagerow { clear: both; }
	DIV.csc-textpic DIV.csc-textpic-single-image IMG {}

	/* IE7 hack for margin between image rows */
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow .csc-textpic-image { margin-bottom: 0; }
	*+html DIV.csc-textpic DIV.csc-textpic-imagerow { margin-bottom: 10px; }

	/* No margins around the whole image-block */
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol { margin-left: 0px !important; }
	DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol { margin-right: 0px !important; }

	/* Add margin from image-block to text (in case of "Text w/ images") */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
		margin-right: 20px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {

		margin-left: 20px !important;
	}

	/* Positioning of images: */

	/* Above */
	DIV.csc-textpic-above DIV.csc-textpic-text { clear: both; }

	/* Center (above or below) */
	DIV.csc-textpic-center { text-align: center; /* IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap { margin: 0 auto; }
	DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image { text-align: left; /* Remove IE-hack */ }
	DIV.csc-textpic-center DIV.csc-textpic-text { text-align: left; /* Remove IE-hack */ }

	/* Right (above or below) */
	DIV.csc-textpic-right DIV.csc-textpic-imagewrap { float: right; }
	DIV.csc-textpic-right DIV.csc-textpic-text { clear: right; }

	/* Left (above or below) */
	DIV.csc-textpic-left DIV.csc-textpic-imagewrap { float: left; }
	DIV.csc-textpic-left DIV.csc-textpic-text { clear: left; }

	/* Left (in text) */
	DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap { float: left; }

	/* Right (in text) */
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap { float: right; }

	/* Right (in text, no wrap around) */
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap { float: right; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text { height: 1%; }
	/* End hide from IE5/mac */

	/* Left (in text, no wrap around) */
	DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap { float: left; clear: both; }
	/* Hide from IE5-mac. Only IE-win sees this. \*/
	* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text,
	* html .csc-textpic-intext-left ol,
	* html .csc-textpic-intext-left ul { height: 1%; }
	/* End hide from IE5/mac */

	DIV.csc-textpic DIV.csc-textpic-imagerow-last { margin-bottom: 0; }

	/* Browser fixes: */

	/* Fix for unordered and ordered list with image "In text, left" */
	.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {padding-left: 40px; overflow: auto; }
/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  /* Don't show links for images */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */ 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

.wttwitter_feed li a img {
display:none;
}

/* -- INFOBULLES --*/
.qtip .qtip-content{ text-decoration:none; color:#bc0139;  }
#infobulle{
	
	color:white;
	position: absolute;	
	visibility : hidden;
	padding: 10px;
	float:right;
	text-align:right;
}
#tt {
	position:absolute;
	display:block;
	
 }
 
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(images/tt_top.gif) top right no-repeat;
	overflow:hidden;
 }
 #ttcont {
	text-transform:uppercase;
	font: 10px "tahoma",sans serif; 
	display:block;
	padding:5px 5px;
	margin:5px;
	background-color: #2F8A9C;
	color:white;	
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*
	text-shadow:#145663 1px 1px 0;
	-moz-box-shadow: 1px 1px 1px #145663;
	-webkit-box-shadow: 1px 1px 1px #145663;
	box-shadow: 1px 1px 1px #145663;
	border-top:1px solid #45a9bd; 
	border-bottom:1px solid #165460;*/
	
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
}

.wttwitter_feed li {
padding:0 0 15px 0!important;
min-height: 40px;
}


#map-area {width:625px; height:425px; margin:25px 0; border:1px solid #E5E5E5;}
.infocarte h3 {margin:0 0 5px 0!important;}

.nivo-caption p  {text-decoration:none !important;}

*:before, *:after {
    box-sizing: border-box;
}

.encartpub {
	margin-top:75px;
	box-sizing: border-box;
}
.encartpub a {
	height:0;
	margin:0 !important;
	padding:0 !important;
	box-sizing: border-box;
}