/* identification default styles for extension "tx_newloginbox_pi3" */
    .tx-newloginbox-pi1{
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size:12px;
            padding: 0 50px 0 180px;
    }
    .tx-newloginbox-pi1 h3{
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size:12px;
            margin: 0;
    }
/*    .tx-newloginbox-pi1 form{
            margin: 0;
            padding: 0;
    }*/
    .tx-newloginbox-pi1 input{
            height: 18px;
            border: 1px solid gray;
    }
/*    .tx-newloginbox-pi1 p {
            font-family: Verdana, Arial, Helvetica, sans-serif;
            font-size:12px;
    }*/
    .tx-newloginbox-pi1 table {
            padding:0;
            margin:0;
/*            margin-left: 220px;*/
            /*text-align: center;*/
            /*position: relative;
            top: 100px;
            left: 220px;   */        
    }
    .tx-newloginbox-pi1 TR TD P{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:12px;
    }
    .tx-newloginbox-pi1 p.tx-newloginbox-pi1-forgotP {
        text-align: right;
    }
/* 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 {
		border: 2px solid black;
		padding: 0px 0px;
	}

	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: 10px;
	}
	/* 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: 10px;
	}

	/* 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; }

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

	/* 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: 10px !important;
	}
	DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,
	DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
		margin-left: 10px !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 { height: 1%; }
	/* End hide from IE5/mac */




	
/* NEWS */

/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	border:1px solid #bfbfbf;
}
.news-latest-container HR.clearer {
	clear:left;
}
/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
.news-latest-container {
}

.news-latest-container H2,.news-latest-gotoarchive {
	color:#fff;
	padding:3px;
	margin:3px;
	border:1px solid #666;
	background-color:#0E445B;
}.news-latest-gotoarchive {
	font-weight:normal;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	color:#fff;
}
.news-latest-gotoarchive A {
	color:#fff;
}.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding:3px;
	margin:1px;
	background-color:#FFFFFF;
}
.news-latest-item IMG {
	margin-bottom:5px;
	margin-right:5px;
	border:1px solid #666;
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px ;
}
.news-latest-morelink {
	height:12px;
}
.news-latest-morelink A {
	float:right;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	padding: 5px;
}
.news-list-item{
	padding:3px;
	margin:10px;
		}
#leftcolumn .news-list-item{	border-bottom:1px solid #EEEEEE;}
.news-search-form {
	padding:3px;
	margin:15px 0 10px 0 ;
	/*border:1px solid #666;*/
}
.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0px;
        text-align:center;
}
#colonne_centre .news-list-container H3 {
	margin-bottom: 0px;
	padding: 0px;
	margin-left:0px;
	color:#FF6600;

}
.news-list-container H2 A:LINK,.news-list-container H2 A:VISITED,.news-list-container H2 A:HOVER {
	color:#595343;
	font-size:0.98em;
}
.news-list-container H2 A {
	text-decoration: none;
}
.news-list-item h2 { padding-bottom:0.4em;}
.news-list-container P{
        padding: 0;
        margin: 0;font-size:80%;
}
.news-list-container P.bodytext{
	font-size: 11px;
	text-align:justify;
        padding: 0;
}
.news-list-date, .news-list-comment {
	text-align: right;
	font-weight: normal;
	margin-bottom: 3px;
	margin-top: 1px;
	font-size: 70%;
	color: #828489;
}
.news-list-comment {
	background-image: url(../mdias10/ico-comments.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 10px;
	padding-left: 25px;
}

.news-list-imgcaption {
}
.news-list-container IMG {
}
.news-list-category A{
	margin-right:10px;
}
.news-list-category {clear:both;
display:block;
float:right;
	font-size:0.7em;
	margin-left:3px;
        margin-top:5px;
}
.news-list-morelink  {clear:both;
display:block;
float:right;
font-size:0.8em;
margin-bottom:3px;}
.news-list-browse {
	text-align: center;font-size:0.8em;
}
#rightcolumn .news-list-item {border-bottom:1px solid #8BC9C6;}
#rightcolumn .tvfilm {}
#rightcolumn .tvfilm h2{ font-size:0.9em;}
#rightcolumn .tvfilm img, .news-list-container IMG { display:block; float:left; margin:5px;}
#rightcolumn .tvfilm .news-list-morelink {display:block; clear:right;}
#rightcolumn .tvfilm .news-list-category { margin-top:0;}
#rightcolumn .news-list-date-TV { color:#5D261F;
font-size:0.65em;
font-weight:bold;}
	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox, .browseBoxWrap {
	margin:3px;
	/*border:1px solid #666;*/
	padding:3px;
	background-color:#FFFFFF;
}
.tx-ttnews-browsebox TD {
	font-size: 1em;
}.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}.tx-ttnews-browsebox-SCell {
	/*background-color: #B8C2C3;
	border:1px solid #666;*/
}
.news-search-emptyMsg {
	font-size:0.75em;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding:10px;
	margin-bottom:5px;
	/*border:1px solid #666;*/
	/*background-color:#FFFFFF;*/
}
#leftcolumn .news-single-nav {font-size: 0.75em; display:block;}
#leftcolumn .news-single-nav a, #leftcolumn .news-single-additional-info a{ color:#3c9dc7;}
#leftcolumn .news-single-nav a:hover, #leftcolumn .news-single-additional-info a:hover{ color:#006fb7; text-decoration:underline;}
#leftcolumn .news-single-rightbox {
	float: right;
	width:160px;
	text-align:right;
	clear:both;font-size: 0.65em;
	color: #595343;
}
#leftcolumn .news-single-cattbox {
	clear:right;
	border-bottom:1px solid #8BC9C6;
	margin-bottom:5px;
	margin-top:3px;
}
/*.news-single-rightbox {
	
	display: block;
	float: right;
}*/
#leftcolumn .news-single-auteur { font-size: 0.65em;
	color: #595343; text-align:right; padding-top:5px; padding-bottom:5px;}
.news-single-item H2, .news-single-item h1 { color:#595343;
font-size:1.3em;
font-weight:bold;
margin-bottom:5px;
margin-top:18px;
padding:0;
}
.news-single-item H2 a, .news-single-item h1 a { color:#595343;}
.news-single-item H3 {
	margin-bottom: 5px;
}
.news-single-img {
	float: right;
	margin-left:5px;
}
.news-single-imgcaption {
	padding:3px;
	clear:both;
}
.news-single-category {
    float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
	font-size:10px;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.news-single-author {
	padding-bottom: 3px;}
.news-single-additional-info {
	clear: both; margin-top:20px; border: solid 1px #3c9dc7; font-size:0.78em;
}
.news-single-additional-info strong { padding:5px;}
#leftcolumn dl.news-single-related, #leftcolumn dl.news-single-files, #leftcolumn dl.news-single-links  {
	/*border: 1px solid #666;*/
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#fcfcfc;
}
#leftcolumn dl.news-single-links  {
	/*background-image: url(../mdias10/ico-liens.jpg);
	background-repeat: no-repeat;
	background-position: 10px 25px;*/
}
.news-single-related DD, .news-single-links DD, .news-single-files DD {
margin-left:20px; padding-left:60px;
}
.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold; 
	margin-left:5px; margin-bottom:5px;
	width:90%;
}

/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-top:10px;
	padding:3px;
	/*border:1px solid #333;
	background-color:#B8C2C3;*/
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	/*border:1px solid #666;
	background-color:#FFFFFF;*/
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	/*border:1px solid #666;
	background-color:#0E445B;*/
}
.news-amenu-item-year {
	font-weight: bold;
	/*border: 1px solid #666;
	padding: 2px;
	background-color: #0E445B;*/
	color:#fff;
}
/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */
.news-catmenu  {	padding:5px;	margin:10px 0px 10px 10px;/*	border:1px solid #666;*/	background-color:#FFFFFF;}.news-catmenu-header {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:12px;	font-weight:bold;}.news-catmenu DIV {	font-size:12px;	white-space: nowrap;}.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {	font-weight:bold;
}
/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}

/* default styles for extension "tx_irfaq_pi1" */
.tx-irfaq-pi1 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
}
.tx-irfaq-pi1 ul.tx-irfaq-questions-list { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
        margin-bottom: 75px; 
}
.tx-irfaq-pi1 ul li a p.bodytext { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
        margin: 0px; 
        display: inline; 
        font-weight: bold; 
}
.tx-irfaq-pi1 ul li a { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
        color: #000; 
        text-decoration: none; 
}
.tx-irfaq-pi1 ul li a:hover { color: #000; text-decoration: underline; }
.tx-irfaq-pi1 .tx-irfaq-answer { margin-bottom: 10px; }
.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext { margin: 0px; display: inline; font-weight: bold; }
.tx-irfaq-pi1 dt p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
        font-weight: bold; margin: 0px; display: inline; 
}
.tx-irfaq-pi1 dd { margin-left: 0px; }
.tx-irfaq-pi1 dd p { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; 
    margin-top: 0px;	}
.tx-irfaq-pi1 .additional-info { border-top: 2px dotted #e6e6e6; margin-bottom: 10px; }
/* default styles for extension "tx_twrssfeeds_pi1" */

#twrss_table {
/*width:200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; */
	font-style: normal; 
	font-weight: normal; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right:10px; 
}

.twrss_head{
	/*font-size: 0.8em; */
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right:10px; 
}

.twrss_head_channel{
	/*font-size: 0.8em; */
	color: #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: bold; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right:10px; 
}

.twrss_imagefile{
/*float:left;*/
margin-left:10px;
margin-right:10px;
}

.twrss_bodytext{
	font-size: 0.8em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal; 
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px; 
	margin-right:10px; 
}

.twrss_bodytext A{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal; 
        text-decoration:underline;
}

.twrss_bodytext A:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal; 
	font-weight: normal;  
        text-decoration:underline;
}

/*-------------------------- MAIN DISCUSSION STYLES ---------------------------*/
.tx-wecdiscussion-pi1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.tx-wecdiscussion-page {
/*	float:			left;
	width:			600px;*/
    margin: 		4px;
}
.tx-wecdiscussion-mainContent {
/*	float:			left;
	width:			77%;*/
    margin: 		4px;
}
.tx-wecdiscussion-sidebar {
	/*float:			left;
	width:			20%;*/
    margin: 		0px;
	padding:		4px;
/*	background-color: #F0F0E0;*/
}
.tx-wecdiscussion-navbar {
	text-align: 	center;
	margin:			0px auto;
	margin-left:	4px;
	margin-right:	4px;
}
.tx-wecdiscussion-title {
	font-size:		12px;
	text-align:		center;
	margin:			0px auto;
}
.tx-wecdiscussion-responseMsg {
	font-weight:	bold;
	text-align: 	center;
	margin: 0px auto;
	margin-top: 	4px;
	margin-bottom: 	8px;
}
.tx-wecdiscussion-button a, .tx-wecdiscussion-button a:active, .tx-wecdiscussion-button a:link, .tx-wecdiscussion-button a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:		12px;
	padding: 		2px 4px 2px 4px;
    margin:         0px;
/*	border: 		1px #aaa solid;
	background-color:#888888;*/
	color: 			#FFFFFF;
	text-decoration: none;
}
.tx-wecdiscussion-button a:hover
{
/*	border: 		1px #ccc solid;
	background-color: #AC0000;
	color: 			#FFFFFF;*/
}

.tx-wecdiscussion-listHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:		133px;
}
.tx-wecdiscussion-list
{
	margin:		0px;
	margin-top: 4px;
	padding:	6px;
	border: 	1px #888 dotted;
	font-size:	13px;
	background-color: #FFFFFF;
}
.tx-wecdiscussion-listElement, .tx-wecdiscussion-listElement a, .tx-wecdiscussion-listElement a:visited, .tx-wecdiscussion-listElement a:link, .tx-wecdiscussion-listElement a:hover, .tx-wecdiscussion-listElementSelected, .tx-wecdiscussion-listElementSelected a
{
	display:		block;
	font-size:		12px;
	padding-left:	4px;
	padding-top:	2px;
	margin:			0px;
	white-space:	nowrap;
	text-decoration: none;
	color:#320C0C;
}
.tx-wecdiscussion-listElement a:hover {
	color:#279838;
}
.tx-wecdiscussion-listElementSelected a, .tx-wecdiscussion-listElementSelected a:visited, .tx-wecdiscussion-listElementSelected a:link
{
	color: #C53434;
}

/*------------------------------- FORM -------------------------------------------*/
.tx-wecdiscussion-form, .tx-wecdiscussion-forumMessageSubject,
.tx-wecdiscussion-forumMessage, .tx-wecdiscussion-forumMessageInfo, .tx-wecdiscussion-forumMessageDivider,
.tx-wecdiscussion-forumMessageReplyButton, .tx-wecdiscussion-forumMessageReply, .tx-wecdiscussion-forumMessageReplyInfo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tx-wecdiscussion-forumMessageSubject {
        background-image: url(/fileadmin/tmpl/medias-gabarit/fd-boddy.gif);
	font-weight: 	bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:	6px;
	padding-top:	3px;
	padding-bottom:	3px;
	color: #FF3300;
}
.tx-wecdiscussion-forumMessage {
    padding-left:	10px;
    padding-right:	15px;
    padding-top:	5px;
    background-color: #FFFFFF;
}
.tx-wecdiscussion-forumMessageReply {
	padding-left:	30px;
	padding-right:	30px;
	padding-top:	12px;
	color:			#444;
    background-color: #FFFFFF;
}

.tx-wecdiscussion-forumMessageInfo {
	font-size: 		10px;
	color:			#555;
	padding-left:	14px;
	padding-top:	10px;
	padding-bottom: 10px;
	border-top:		dotted 1px #888;
    color: 			#404040;
}
.tx-wecdiscussion-forumMessageDivider {
	margin: 	15px 0px 12px 0px;
}

.tx-wecdiscussion-forumMessageReplyButton, .tx-wecdiscussion-forumMessageReplyButton a {
	font-size: 	11px;
	/*color:		#555;*/
	margin-left:  2px;
	margin-right: 2px;
	text-decoration: none;
}

.tx-wecdiscussion-forumMessageReplyInfo {
	font-size: 	10px;
	/*color:		#555;*/
	padding-left:5px;
	padding-top: 4px;
	border-top:	dotted 1px #888;
}

.tx-wecdiscussion-forumPreview, .tx-wecdiscussion-forumPreviewEntry, .tx-wecdiscussion-forumPreviewInfo {
	margin:			2px;
	margin-left:	6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 		10px;
	line-height: 	150%;
}
.tx-wecdiscussion-forumPreview {
	width:			300px;
	font-size: 		12px;
	border:			1px solid #888;
    background-color: #FFFFFF;
}
.tx-wecdiscussion-forumPreviewInfo {
	font-size: 		9px;
	color:			#555;
	border-top:		dotted 1px #888;
    margin-bottom: 	6px;
}

/*----------- FORUM REPLY FORM --------------*/
.tx-wecdiscussion-formToggleOff
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:		10px;
}
.tx-wecdiscussion-formToggleOn
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.tx-wecdiscussion-form
{
    width: 		460px;
    border: 	1px solid #333;
    margin:		0px auto;
    padding:	4px;
    padding-bottom: 25px;
    margin-top:	5px;
    margin-bottom:5px;
}
.tx-wecdiscussion-form div.inputFormRow
{
	clear: both;  margin:0px; padding:0px; padding-top: 2px;
}
.tx-wecdiscussion-form div.inputFormRow span.label
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;  width: 23%; text-align: right;
}
.tx-wecdiscussion-form div.inputFormRow span.textacross
{
	float: left;  width: 460px; text-align: center;
}
.tx-wecdiscussion-form div.inputFormRow span.inputBox
{
	float: right; width: 75%; text-align:left;
}
.tx-wecdiscussion-form div.inputFormRow span.inputBox input
{
	width: 90%;
}
.tx-wecdiscussion-form div.inputFormRow span.inputBox textarea
{
	 width:	90%;	height:85px;
}
.tx-wecdiscussion-spacer {
	display: inline;  width: 10px;  line-height: 1px;  margin: 0px;  padding: 0px; margin-left:4px;
}
.tx-wecdiscussion-form-requiredMarker {
	color: #CC0000;
}


/*Formulaire typo3 
.csc-mailform {
    border: none;
}
.csc-mailform-submit{
        border: 1px solid #999;
        margin: 0 0 0 255px;
}
.csc-mailform input{
        border: 1px solid #999;
}
.csc-mailform textarea{
        border: 1px solid #999;
}
fieldset.csc-mailform {
}
.csc-mailform-field{
        padding:3px;
}
div.csc-mailform-field label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
        text-align:right;
        display:inline;
        width: 250px;
        float:left;
        margin: 3px 5px 3px 0;
}*/
.csc-mailform {
    border: none;
}
.csc-mailform-submit{
        border: 1px solid #999;
        margin: 0 0 0 100px;
}
.csc-mailform input{
        border: 1px solid #999;
}
#mailformoui{
        margin-left:10px;
}
.csc-mailform textarea{
        border: 1px solid #999;
}
fieldset.csc-mailform {
}
.csc-mailform-field{
        padding:3px;
}
div.csc-mailform-field label{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
        text-align:right;
        display:inline;
        width: 85px;
        float:left;
        margin: 3px 5px 3px 0;
}
/* Recherche*/
/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch  { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    }
.tx-indexedsearch .tx-indexedsearch-browsebox LI { 
    display:inline; margin-right:5px; 
    }

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { font-size:11px; width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    font-style:italic; 
    }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-title { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    }
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-percent { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#eeeeee; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { background:#cccccc; vertical-align:middle; }
.tx-indexedsearch .tx-indexedsearch-res .noResume { color:#666666; }
.tx-indexedsearch .tx-indexedsearch-category { 
        font-size:12pt; 
        font-weight:bold; 
}
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
.tx-indexedsearch .res-tmpl-css { clear:both; margin-bottom:1em; }
.tx-indexedsearch .searchbox-tmpl-css LABEL { margin-right:1em; width:10em; float:left; }
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css { letter-spacing:0; font-weight:normal; margin-top:-1.2em; float:right; }
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd { float:left; }
.tx-indexedsearch .info-tmpl-css dd.item-mtime { float:none; }
.tx-indexedsearch .info-tmpl-css dd.item-path { float:none; }

/* profil */
/*
.tx-srfeuserregister-pi1 p { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; 
    }
.tx-srfeuserregister-pi1 fieldset {
    border: none ;
}
.tx-srfeuserregister-pi1 label{
    border: 1px solid blue;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align:right;
    display:inline;
    width: 150px;
    float:left;
}
*/
.tx-srfeuserregister-pi1 fieldset {border: none;}
.tx-srfeuserregister-pi1 p { margin-top: .5em; margin-bottom: 0; padding: 0 .3em; text-indent: 0; font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
.tx-srfeuserregister-pi1 h4 { margin-top: 0; padding-left: .3em; }
.tx-srfeuserregister-pi1 legend { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; padding: 0 .5em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice { font-style: italic; margin-bottom: 1em; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash { margin-bottom: 2em; }
.tx-srfeuserregister-pi1 a { padding-left: 14px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link.gif"); background-repeat: no-repeat; background-position: 0% 60%; text-decoration:none; }
.tx-srfeuserregister-pi1 label { margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;}
.tx-srfeuserregister-pi1 label span { color: #ff0000; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error { color: #ff0000; }
.tx-srfeuserregister-pi1 input { margin: 0; padding: 0 .5em 0 0; }
.tx-srfeuserregister-pi1 input[type=password] { margin-right: 1em; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password { margin-right: 1em; }
.tx-srfeuserregister-pi1 input[type=radio], .tx-srfeuserregister-pi1 input[type=checkbox] { background-color: transparent; }
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio, * html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox { background-color: transparent; }		
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon { margin-left: 1em; background-color: transparent; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover { cursor: pointer; }
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view { padding-left: 15px; background-image: url("typo3conf/ext/sr_feuser_register/pi1/internal_link_new_window.gif"); background-color: transparent; background-repeat: no-repeat; font-size: .8em; margin-left: 1em; }
.tx-srfeuserregister-pi1 ul { margin: 0; padding: 0; list-style-position: inside; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes { list-style-type: none; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li { margin: 0 0 .3em 0; padding: 0; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label { margin: 0; padding: 0 0 0 .5em; }
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li { float: left; padding: 0 2em 0 0; margin: 0; }
.tx-srfeuserregister-pi1 dl { margin: 0; padding: 1em 0 0 0; }
.tx-srfeuserregister-pi1 dt, .tx-srfeuserregister-pi1 dd { margin: 0; padding: 0 0 .5em 0; float: left;font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;  }
.tx-srfeuserregister-pi1 dt { clear: both; width: 30%; text-align: right; padding-right: 1em; }
.tx-srfeuserregister-pi1 dd { text-align: left; width: 65%; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt { width: auto; padding-right: 0; }
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd { width: auto; }
* html .tx-srfeuserregister-pi1 dd { float: none; }
.tx-srfeuserregister-pi1 dd p { margin-top: 0; margin-bottom: .5em; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
.tx-srfeuserregister-pi1 dd label { padding: 0 1em 0 .5em; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; }



/* rubrique SPI */
/* default styles for extension "tx_wecconnector_pi1" */
/*-------------------------- MAIN CONNECTOR STYLES ---------------------------*/



.tx-wecconnector-content {
    font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;margin:0px auto;
    /*width:600px;*/
}

.tx-wecconnector-header {
    font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;text-align: center;margin: 0px auto;padding-bottom:	2px;
}

.tx-wecconnector-spacer {
	display: inline;width: 4px; line-height: 1px; margin: 0px; padding: 0px;
}
.tx-wecconnector-navbar {
	/*float: right;
        width: 180px;*/
        text-align: right; margin: 0px; padding: 6px;
}
.tx-wecconnector-pagelink {
    display: inline;
    padding: 6px 0px 6px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;font-size:10px;        
}
/*--- for respond button ---*/
.tx-wecconnector-button a, .tx-wecconnector-button a:active, .tx-wecconnector-button a:link, .tx-wecconnector-button a:visited {
    font-family: Verdana, Arial, Helvetica, sans-serif;font-size:10px;
    /*padding: 2px 4px 2px 4px;*/
    padding: 0px 4px 0px 4px;*/
    margin: 4px;
    /*border: 1px #aaa solid;
    color: #FFFFFF;*/
    text-decoration: none;
}
.tx-wecconnector-button a:hover
{
    border: 1px #ccc solid;
    padding: 0px 3px 0px 3px;*/
    color:#FFFFFF;
    text-decoration: none;
}

/*-------------------------- CONNECTOR ENTRY STYLES ---------------------------*/
.tx-wecconnector-entry {
/*	float: left;background-color:#FFFFFF;*/
    width: 95%;margin: 2px;padding: 0px;margin-top: 0px;
}

.tx-wecconnector-instructions, .tx-wecconnector-responseMsg,
.tx-wecconnector-date,.tx-wecconnector-name,.tx-wecconnector-subject,
.tx-wecconnector-message, .tx-wecconnector-messageinfo
{
    font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;
}
.tx-wecconnector-responseMsg { font-size:12px; color: #F04040; margin: 4px; }
.tx-wecconnector-instructions 	 { font-size: 12px; margin: 5px; }
.tx-wecconnector-subject {
    /*font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px;white-space: nowrap;font-weight: bold;padding-left:20px;padding-top: 3px;padding-bottom: 3px;border-bottom: 1px solid #ccc;background-color: #FFFFFF;color: #000000;*/
        background-image: url(/fileadmin/tmpl/medias-gabarit/fd-boddy.gif);
	font-weight: 	normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left:	6px;
	padding-top:	3px;
	padding-bottom:	3px;    
}
.tx-wecconnector-message {
    margin-left: 20px;margin-right: 20px;padding-top: 4px;overflow: auto;
}
.tx-wecconnector-options {
	text-align: right;margin-top: 6px;margin-bottom: 	4px;font-size: 11px;clear: left;
}
.tx-wecconnector-messageinfo {
	text-align:right;font-size: 10px;color: #333;padding-left:  10px;margin-left: 20px;margin-top:6px;border-top: dotted 1px #555;margin-bottom:  4px;
}

/*-------------------------- CONNECTOR INPUT FORM STYLES ---------------------------*/

.tx-wecconnector-form-inputfield-med, .tx-wecconnector-form-inputfield-big,
.tx-wecconnector-form-inputfield-short, .tx-wecconnector-form-textarea
{
	border-style: solid; border-width: 1px; border-color:gray; font-size:11px; color:#333333;
}
.tx-wecconnector-form-inputfield-short {width:30%; }
.tx-wecconnector-form-inputfield-med {	width:50%; }
.tx-wecconnector-form-inputfield-big {	width:100%; }
.tx-wecconnector-form-textarea {		width:100%; }
.tx-wecconnector-form-obligationfield {	color: #000; }
.tx-wecconnector-form-error 		  { color: #000; font-size:13px;}
.tx-wecconnector-form
{
	/*float: left;width: 95%;*/
    margin: 0px auto;
    padding-top: 6px;
    padding-bottom: 16px;
    margin: 6px 30px 6px 2px;
	background-color: #FFF;
	border: 	1px solid #333;
	font-size:	12px;
       /* z-index: 99;*/
}
.tx-wecconnector-form div.entryrow			/* spans the whole line */
{
   	clear: both;
}
.tx-wecconnector-form div.fieldLabel, .tx-wecconnector-form div.fieldInput, .tx-wecconnector-form div.fieldFull
{
	float:	left;
	margin:	0px;
	padding-bottom: 4px;
	padding-right:	5px;
	text-align: left;
}
.tx-wecconnector-form div.fieldLabel 			/* left side label */
{
	width: 	25%;
	text-align: right;
}
.tx-wecconnector-form div.fieldInput	 		/* right side input element */
{
	width: 	70%;
	clear:  right;
}
.tx-wecconnector-form div.fieldFull  			/* text that goes across whole form */
{
	width: 	95%;
	text-align: center;
}
.tx-wecconnector-form div.fieldInstructions
{
	left: 25%; font-size: 10px; margin: 0px; padding:0px;
}
.tx-wecconnector-formToggleOff
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
.tx-wecconnector-formToggleOn
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
}
/*    ext: file_list / Liste des fichiers dans la page : Revue de Presse Archive - liste des PDF */
/*    the main-table- */
.tx-filelist-pi1-table{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    width: 600px;
    }
.tx-filelist-pi1-header-icon, .tx-filelist-pi1-header-filename, .tx-filelist-pi1-header-info, .tx-filelist-pi1-header-last_modification{
    color: #666;
    }
/* all classes for the text in the header of the table- */
.tx-filelist-pi1-icon, tx-filelist-pi1-filename, tx-filelist-pi1-info, tx-filelist-pi1-last_modification{
    }
/*: all classes for the text under the headers*/


