h1,h2,h3,h4,h5,h6{margin:0;}

/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
/*a:visited { color: #551a8b; }*/
/*a:hover { color: #06e; }*/
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==================
   Theme
   ================== */

body{
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #53565A;	
	/* http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	background: linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background-repeat: repeat-x;
	min-height: 700px;
}

h1,h2,h3,h4,h5,h6{
text-transform: uppercase;
}

input {
	border: 1px solid #CCC;
}

#wrapper{
	background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 0 30px;
    width: 968px;
}

#allContent {
	float:left;
	width:70%
}

a {
	color: #85CA00;
	text-decoration:none;
}

#header-container {
	height: 400px;	
}

#header-container h3 {
	float:left;
	padding: 10px 0 20px 60px;
}

.headerMenu {
	text-align:right;
	padding: 1px 30px 0 0;
	height: 40px;
}

#header .list-holder{margin:15px 0 -24px;}
.tools-list{
	margin:0;
	padding:0 30px 0 0;
	list-style:none;
	float:right;
}
.tools-list li{
	float:left;
	height:10px;
	overflow:hidden;
	width:11px;
	margin:0 0 0 6px;
	display:inline;
}
.tools-list a{
	display:block;
	background:url(../img/template/icos1.png);
	width:75px;
	height:20px;
	overflow:hidden;
	text-indent:-9999px;
}
.tools-list .print a:hover{margin:-10px 0 0;}
.tools-list .email a{margin:0 0 0 -17px;}
.tools-list .email a:hover{margin:-10px 0 0 -17px;}
.tools-list .tw{width:8px;}
.tools-list .tw a{margin:0 0 0 -34px;}
.tools-list .tw a:hover{margin:-10px 0 0 -34px;}
.tools-list .fb{width:8px;}
.tools-list .fb a{margin:0 0 0 -50px;}
.tools-list .fb a:hover{margin:-10px 0 0 -50px;}
.tools-list .rss{width:10px;}
.tools-list .rss a{margin:0 0 0 -65px;}
.tools-list .rss a:hover{margin:-10px 0 0 -65px;}

aside h3, article h3 a, article h3.single {
    background: url("../img/template/arrow4.gif") no-repeat scroll 100% 5px transparent;
    color: #85CA00;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    padding: 0 15px 0 0;
    /*float:left;*/	
}

#content li {
    list-style-image: url("../img/template/pict_liste.gif");
    padding-bottom: 5px;
}

article h3 a {
    display: block;
    margin: 16px 0 0;
}

article h3.single {
	margin: 0 0 16px;
	font-size:18px;
}

article .news-single-content h3 {
	color:#97999B;
}

article .news-single-backlink {
	margin: 20px 0 0;
}

.news-catmenu, .csc-menu, .news-latest-content {
	clear:both;
}

article {
    background: url("../img/template/divider.gif") repeat-x scroll 0 100% transparent;
    margin: 0 0 27px;
    padding: 0 0 10px;
    width: 100%;
    height: 1%;
}

article .subheader {
	width:70%;
	float:left;
}

article .item img {
	float:right;
	padding: 16px 0 0;
}

article hr {
	clear:both;
	height:0px;
	border:0;
	filter : alpha(opacity=0);
}

article .heading .cat {
	float:right;
	font-size: 0.8em;
}

.postlist h3 {
	clear:both;
}

.postlist .postwrap {
	clear:both;
}
/*
.postlist .postshort {
	float:left;
}
*/

.postlist .postimg {
	float:right;
	margin-left:10px;
	margin-bottom:20px;
}
.news-latest-morelink {
	display: block;
    overflow: hidden;
    width: 100%;
    margin-top:10px;
}

.news-latest-morelink a {
	background: url("../img/template/arrow9.gif") no-repeat scroll 100% 0 transparent;
    border: 1px solid #85CA00;
    color: #85CA00;
    float: right;
    font-size: 12px;
    padding: 1px 50px 0 8px;
}

aside{
	float:right;
	width:25%;	
	margin-bottom:50px;	
}

aside a {
    color: #97999B;
}

aside h3 a {
    color: #85CA00;
}

aside li {
	list-style:none;
}

aside .csc-menu li, .news-catmenu div {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    width: 100%;
}

aside .csc-header {
	margin-bottom: 6px;
}

aside .csc-default {
	margin-bottom: 10px;
}

aside .news-catmenu img.c-recIcon {
	display:none;
}

aside .tx-powermail-pi1 legend {
	display:none;	
}

aside .tx_powermail_pi1_fieldwrap_html_submit input {
    float: left;
    height: 18px;
    line-height:14px;
}

aside #powermaildiv_uid70 label {
   display: block;
   width: 100%;
}

aside .powermail_uid70 {
    clear: both;
    float: left;
    margin: 0;
    padding: 0;
    width: 75%;
}

#footer-container {
    clear: both;
    height: 40px;
}

#footer-container #fMenu {
	float:left;
	padding:12px 0;
}
#footer-container .copy {
	float:right;
}
#footer-container  .print {
	display:none;
}
footer ul, aside ul {
margin:0;
padding:0;
}

.hMenu li{
	display:inline;
}
.vMenu li{
	display:block;
}
.vMenu li li,.csc-sitemap ul ul{
	margin-left:10px;
}
.vMenu li,.hMenu li{
	list-style:none;
	list-style-type:none;
}
.hMenu li a,.vMenu li a{
	text-decoration:none;
}
.hMenu li a.cur, .vMenu li a.cur, .hMenu li a.act, .vMenu li a.act {
	color: #555;
}
.hMenu.styled li {
	border-right: 1px solid #53565A;
	margin-right: 3px;
    padding-right: 3px;
}
.hMenu.styled li.last {
	border-right: none;
	margin:0;
	padding:0;
}

/* fce + tce */

div.tce-bulleBottomWhite {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.tce-bulleBottomWhite div.content {
    background-color: #FFFFFF;
    margin-left: 25px;
    padding: 10px;
}
div.tce-bulleBottomWhite h1 {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 5px;
    text-align: right;
}
div.tce-bulleBottomWhite p {
    padding-bottom: 5px;
}
div.tce-bulleBottomWhite div.csc-header {
    display: none;
}
div.tce-bulleBottomWhite div.content ul {
    margin-left: 20px;
    margin-right: 5px;
}
div.tce-bulleBottomWhite div.content p {
    margin: 0;
    padding: 0;
}
div.tce-bulleBottomWhite div.content li {
    list-style-image: url("../img/template/pict_liste.gif");
    padding-bottom: 5px;
}
div.tce-bulleBottomWhite div.bottom {
    clear: both;
}
div.tce-bulleLeftGreen {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.tce-bulleLeftGreen h1 {
    display: none;
}
div.tce-bulleLeftGreen div.content {
    color: #333333;
    font-size: 16px;
    margin-left: 25px;
    padding-top: 25px;
    text-align: right;
    text-transform: uppercase;
}
div.tce-bulleLeftGreen div.content p {
    margin: 0;
    padding: 0;
}
div.tce-bulleLeftGreen div.bottom div.image {
    display: none !important;
}
div.tce-bulleLeftGreen div.bottom div.bloc, div.tce-bulleLeftGreen div.content {
    background-color: #97D700;
    padding-left: 10px;
    padding-right: 10px;
}
div.tce-bulleLeftGreen div.bottom div.bloc, div.tce-bulleLeftGreen div.bottom div.image {
    height: 50px;
    margin-bottom: 10px;
}
div.tce-bulleLeftGreen div.bottom {
    background: url("../images/green-bottom.png") repeat-x scroll left center transparent;
    height: 50px;
    margin-bottom: 10px;
    width: 100%;
}
div.tce-bulleLeftGreen div.bottom div.bloc {
    display: none;
}
div.tce-bulleBottomBlack {
    clear: both;
    margin-bottom: 10px;
    margin-top: 10px;
}
div.tce-bulleBottomBlack div.content h1 {
    color: #97D700;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: right;
    text-transform: uppercase;
}
div.tce-bulleBottomBlack div.content {
    background-color: #333333;
    color: #DDDDDD;
    margin-left: 25px;
    padding: 10px;
}
div.tce-bulleBottomBlack div.content h1 {
    padding-bottom: 5px;
}
div.tce-bulleBottomBlack div.content p {
    margin: 0;
    padding: 0;
}
div.tce-bulleBottomBlack div.content ul {
    margin-left: 20px;
    margin-right: 5px;
}
div.tce-bulleBottomBlack div.content li {
    list-style-image: url("../img/template/pict_liste.gif");
    padding-bottom: 5px;
}
div.tce-bulleBottomBlack div.bottom {
    background-image: url("/fileadmin/templates/tce/css/tce_styles_01_FILES/bulleBlack.gif");
    background-position: 25px 0;
    background-repeat: no-repeat;
    height: 25px;
}

.tx-comments-comments {
	padding: 8px 0;
}

.tx-comments-form-top-message {
	padding: 10px 0;
	font-weight: bold;
}

.tx-comments-comment-form {
	background: url("../img/template/divider.gif") repeat-x scroll 0 0 transparent;
	padding: 10px 0 0;
}

.tx-comments-comment-form label {
	display:block;
}

.slideshow  p {
	text-align:center;
	margin: 4px;
}

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

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

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

/* 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: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

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

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* =============================================================================
   BLOCK QUOTATION
   ========================================================================== */
blockquote {
	margin: 1em 20px;
	padding-left: 50px;
	background: transparent url(../images/quote.gif) no-repeat; 
	min-height: 45px;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 480px) {
  /* Style adjustments for viewports 480px */
  	
  	#wrapper {
	  	width:480px;
  	}
	#header-container {
		height:80px;
	}
  	#header-container h3 {
  		padding:10px 0 0;
  	}  
	#header-container .banner {
		display:none;
	}
	#allContent, aside {
		float:none;
		width:auto;
	}
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
  /* Style adjustments for viewports between 480 and 768px */
	
	#wrapper {
	  	width:768px;
  	}
	#header-container {
		height:80px;
	}
  	#header-container h3 {
  		padding:10px 0 0;
  	}
	#header-container .banner {
		display:none;
	}
	#allContent, aside {
		float:none;
		width:auto;
	}
	aside section {
	width:45%;
	float:left;
	padding:0 5% 0 0;
	}
}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
	* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited { text-decoration: underline; }
	#main a[href]:after { content: " (" attr(href) ")"; }
	abbr[title]:after { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; } /* h5bp.com/t */
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
	#header-container h3 {padding:0 0 10px;}
	#header-container div, aside, #footer-container #fMenu, .social-list, .tx-comments-pi1 {display:none}
	#header-container {height:80px;}
	#allContent{width: 100%;}
	#footer-container  .print {display:block;clear:right;float:right;}
}