@charset "UTF-8";
body  {
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #e9f7ce;
	background-image: url(medias/fdj-body.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
* { padding: 0; margin: 0; }
img, table, td, fieldset, form, legend, h1, h2, h4, h5, h6, ul, ol, li, p, dl, dt, dd {
border:0 none;
list-style:none outside none;
margin:0;
padding:0;}
a { color:#004760;}
/*----------- gestion des zones prinicpales
-------------------------*/
.thrCol #container {
	width: 960px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	
	text-align: left; /* ce paramétrage annule le paramètre text-align:center de l'élément body. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
} 
.thrCol #wrapper {background-color: #fbfdeb;
	background-image: url(medias/fd-container.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
}
.thrCol #content {background-image: url(medias/fd_wrapper.jpg);
	background-repeat: no-repeat;
	background-position: center top;border: 1px solid #034863;
}
.thrCol #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 140px;
	width: 950px
	;
} 
.thrCol #header h1 {
	padding: 1px;
	font-size: 1.6em;
	background-color: #f3fde5;
	display: block;
	float: right;
	margin-top: 105px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.thrCol #header h1 a {
	color: #c72e87;
	text-decoration: none;
}

.thrCol #sidebar1 {
	float: left; 
	width: 240px; 
	padding: 0px; 
}
.thrCol #sidebar1 #logo_rub {
	padding: 8px;margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;text-align: center;
	margin-left: auto;
	
}
.thrCol #sidebar1 #logo_rub img{
	
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;	
}
.thrCol #main {
	width:710px;
	float: right;
}
.thrCol #sidebar2 {
	float: right;
	width: 230px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrCol #mainContent, .thrCol #mainContenta {
	display:inline;
	float:left;
	margin:0;
	padding:10px 0 0 0;
	
}
.thrCol #mainContenta {
	width:470px;
}
.thrCol #mainContent {
	width:670px;
}
.thrCol #mainContent #fil, .thrCol #mainContenta #fil{
font-size:0.78em;

padding-left:8px;
padding-top:5px;
width:420px;
}
.thrCol #news .colborder-opt{
	border: 1px solid #d8d8da;
	background-color: #f7faf1;
	background-image: url(medias/fd-textpic.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;
	margin-top: 10px;}
.thrCol #footer {
background:none repeat scroll 0 0 #D6E8AF;
margin:20px auto 10px;
padding:15px 10px 10px 20px;
text-align:center;
width:910px;
}
.thrCol #footer ul{
	display:block;
	height:15px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	text-align: center;
	width: 700px;
}
.thrCol #footer ul li{
background-image:url("medias/puce-footer.png");
background-position:0 5px;
background-repeat:no-repeat;
display:inline;
font-size:0.8em;
padding-left:15px;
padding-right:8px;
}
.thrCol #footer ul li a{
	color: #006699;
	text-decoration: none;
}
.thrCol #footer ul li a:hover{
	color: #E6621A;
	text-decoration: underline;
}
.thrCol #footer p {
	margin: 0; /* la mise à zéro de la marge du premier élément du pied de page permet d'éviter une possible disparition de la marge (espace entre les éléments div) */
	padding: 10px 0; /* l'utilisation d'un remplissage pour cet élément crée un espace, tout comme une marge l'aurait fait, mais en évitant le risque de disparition de la marge */
}
/*-----gestion de classe--------*/
.logo img{
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
}
.fltrt { /* cette classe permet de rendre flottant le côté droit d'un élément dans la page. L'élément flottant doit précéder l'élément à côté duquel il doit se trouver dans la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrCol #sidebar1 .contentside {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.68em;
	padding: 10px;
}
.thrCol #sidebar2 .contentside {}
/*---------gestion menuprinicpal ----------------*/
.top15 {padding-top:15px;}
.thrCol #sidebar1 .menuprinc {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.thrCol #sidebar1 .menuprinc ul {

	margin: 0em;
	font-size: 0.9em;
}
.thrCol #sidebar1 .menuprinc ul li{
	padding-top: 2px;
	padding-bottom: 2px;
	
}
.thrCol #sidebar1 .menuprinc ul li a{
	color:#006699;
display:block;
font-weight:bold;
height:22px;
padding-left:20px;
padding-top:10px;
text-decoration:none;
width:230px;
}
.thrCol #sidebar1 .menuprinc ul li a:hover {
	color: #ec7621;
	background-image: url(medias/fd_menu-hover01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
 .thrCol #sidebar1 .menuprinc ul li a.itemMenu_act{
	color: #c72e87;
	background-image: url(medias/fd_menu-activ01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.thrCol #sidebar1 .menuprinc ul li ul{
	margin: 0px;
	padding: 0px;
}
.thrCol #sidebar1 .menuprinc ul li ul li{
	background-image:none;
display:block;
font-size:95%;
/*height:15px;
line-height:15px;*/
margin:0 0 0 25px;
padding:5px 0;
width:130px;
}
.thrCol #sidebar1 .menuprinc ul li ul li a{
	font-weight: normal;
	color:#006699;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
/*height: 20px;*/
	width: 200px;
	}
.thrCol #sidebar1 .menuprinc ul li ul li a:hover, .thrCol #sidebar1 .menuprinc ul li ul li a.itemMenu_act2 {
	font-weight: normal;
	color: #ec7621;
	text-decoration: none;
	background-image: none;	
}

/*------ typo contenu des pages -------*/
.thrCol #mainContent, .thrCol #mainContenta { font-size:90%;}
.thrCol #mainContent { background-image:url(medias/fd-main10.png); }
.thrCol #mainContent h1.csc-firstHeader, .thrCol #mainContenta h1.csc-firstHeader {
	background-image: url(medias/puceH1-g.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}
.thrCol #mainContent h1, .thrCol #mainContenta h1{color:#004760;
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 45px;
	}
.thrCol #mainContent h1.csc-firstHeader, .thrCol #mainContenta h1.csc-firstHeader {
	padding-bottom: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrCol #mainContent h1, .thrCol #mainContenta h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6e8af;
	margin-bottom: 8px;
}
.thrCol #mainContent .printlink, .thrCol #mainContenta .printlink {
	text-align: right;	
}
.thrCol #mainContent .detail,.thrCol #mainContenta .detail { padding: 5px;
	border: 1px solid #d8d8da;
	background-color: #f7faf1;
	background-image: url(medias/fd-textpic.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;}
.thrCol #mainContent .introrub, .thrCol #mainContenta .introrub { padding: 5px;
	border: 1px solid #d8d8da;
	background-color: #f7faf1;
	background-image: url(medias/fd-textpic.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;}
.thrCol #mainContent .intronews, .thrCol #mainContenta .intronews { padding: 5px;
	border: 1px solid #d8d8da;
	background-color: #f7faf1;
	background-image: url(medias/fd-textpic.jpg);
	background-repeat: repeat-x;
	background-position: 0px top;}
.thrCol #mainContent .contenu, .thrCol #mainContenta .contenu {
	background-color: #f7faf1;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.contenu ul.csc-menu li{
	padding-left:25px;
	background-image: url(medias/ico-plan.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.thrCol #mainContent h2, .thrCol #mainContenta h2{
	color: #054863;
	font-size: 1.2em;
	font-weight: bold;
}
.thrCol #mainContent h3, .thrCol #mainContenta h3{
	color: #ff6600;
	font-size: 1.2em;
}
.thrCol #mainContent #news .introrub, .thrCol #mainContent #news .contenu, .thrCol #mainContenta #news .introrub, .thrCol #mainContenta #news .contenu  {background:none; border:none}

.thrCol #sidebar2 .mlang {
	text-align: right;
	padding: 2px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.thrCol #sidebar2 .tx-macinasearchbox-pi1 table { width:200px;}
.thrCol #sidebar2 .tx-macinasearchbox-pi1 input {
	padding:0px;
	margin: 5px;
}
.thrCol #sidebar2 .tx-macinasearchbox-pi1 input.submit{
	border:none;
	color:#E97522;
	width:43px;
	height:21px;
	background-color: transparent;
	background-image: url(medias/btn-ok.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
	font-size: 90%;
}
.thrCol #sidebar2 .contentside2 {
	padding: 8px;
	margin-top: 30px;
}
.thrCol #sidebar2 { font-size:90%;}
#sidebar2 .contentside2 .csc-header {padding-top:5px;}
.thrCol #sidebar2 .contentside2 h1 {
	background-image:url("medias/fd-Titreside2.jpg");
background-position:center top;
background-repeat:no-repeat;
color:#004760;
font-size:1.0em;
height:30px;
padding:5px 0 0 10px;
visibility:inherit;
width:199px;
}
.thrCol #sidebar2 .contentside2 p, .thrCol #sidebar2 .contentside2 ul.csc-menu,.thrCol #sidebar2 .contentside2 .ttnews-pi1,#sidebar2 .contentside2 .tx-veguestbook-pi1 {
	background-color:#FFFCED;
margin:0 10px 0 5px;
padding:5px;
}

.thrCol #sidebar2 .contentside2 ul.csc-menu li {
	background-image: url(medias/puces-v02.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.contentside2 a {
	text-decoration: none;
}
.contentside2 a:hover {
	text-decoration: underline;
}
/*------gestion espace commentaire tx-veguestbook-pi1-------------*/
.thrCol #mainContent .tx-veguestbook-pi1 {
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E5FBB3;
}
.thrCol #mainContent .tx-veguestbook-pi1 form {
	background-color:#EDF9D3;
	border:medium none;
	clear:both;
	margin:10px auto 4px;
	width:300px;
}
#mainContent .tx-veguestbook-pi1 fieldset {border:0 none;
margin:3px;
padding:3px;}
#mainContent .tx-veguestbook-pi1 form label {
display:block;
font-weight:bold;
margin-top:8px;
}
#mainContent .tx-veguestbook-pi1 legend {
	color: #EE751C;
}
#mainContent .tx-veguestbook-pi1 .tx-guestbook-result, #mainContent .tx-veguestbook-pi1 .tx-guestbook-date  {
	font-size: 70%;
	color: #666;
	text-align: right;
}
#mainContent .tx-veguestbook-pi1 .tx-guestbook-pagination {
	font-size: 85%;
	text-align: center;
}
#mainContent .tx-veguestbook-pi1 .tx-guestbook-clear { }
#mainContent .tx-veguestbook-pi1 h2.tx-guestbook-header, #sidebar2 .contentside2 .tx-veguestbook-pi1 h2  {
	font-size: 1em;
	color: #39889E;
	text-decoration: underline;
}
#mainContent .tx-veguestbook-pi1 .tx-guestbook-left {
	font-size: 80%;
	display: block;
	clear: both;
}
#mainContent .tx-veguestbook-pi1 .tx-guestbook-right {
	font-size: 80%;
	display: block;
}
#mainContent .tx-veguestbook-pi1 .tx-guestbook-date { }
#mainContent .tx-veguestbook-pi1 input[type="text"]  {
padding:3px;
width:80%;
}
#mainContent .tx-veguestbook-pi1 .tx-guestbook-form-error{color:#F00;}
#mainContent .tx-veguestbook-pi1  .tx-guestbook-submit{-moz-border-radius:8px 8px 8px 8px;
-moz-box-shadow:1px 1px 3px #CCCCCC;
background-color:#E6E6E6;
background-image:-moz-linear-gradient(center top , #FFFFFF, #CCCCCC);
border:1px solid #B3B3B3;
color:#444444;
display:inline-block;
margin:5px auto;
padding:4px 6px;
text-decoration:none !important;}

/*--------------------- powermail--------------*/
fieldset.tx-powermail-pi1_fieldset {
/* Disable border */
border: none;padding:5px;
}
fieldset.tx-powermail-pi1_fieldset legend {
	clear:both;
	display:block;
	float:left;
	font-size:0.9em;
	width:350px;
	border-bottom: 1px solid #ff7040;
	margin: 0px 0px 5px;
}
fieldset.tx-powermail-pi1_fieldset label {
	background-color:#EDF8C0;
	clear:both;
	display:block;
	float:left;
	font-size:0.9em;
	margin:10px;
	padding-left:8px;
	width:150px;
}
select.powermail_select.powermail_uid13 { width:65px;}
fieldset.tx-powermail-pi1_fieldset input,
fieldset.tx-powermail-pi1_fieldset select, .powermail_textarea {
	width: 300px;
	border-bottom: 1px solid #cdcdcd;
	margin: 10px;
	border-top: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-left: 1px solid #4d4dd2;
}
#mainContent input.powermail_submit{
	-moz-border-radius:8px 8px 8px 8px;
	-moz-box-shadow:1px 1px 3px #CCCCCC;
	background-color:#E6E6E6;
	background-image:-moz-linear-gradient(center top , #FFFFFF, #CCCCCC);
	border:1px solid #B3B3B3;
	color:#444444;
	display:block;
	text-decoration:none !important;
	width: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}
fieldset.tx-powermail-pi1_fieldset input.powermail_uid26 { width:150px;}
.tx_powermail_pi1_fieldwrap_html_textarea {}
.tx_powermail_pi1_fieldwrap_html_label { font-size:0.9em; font-style:italic;}
.powermail_textarea {}

/*-----gestion gallery-----*/
#main .myGallery {
	border:1px solid #D6E8AF;
	display:none;
	height:345px;
	width:460px;
	z-index:5;
}
#main .news-single-img .myGallery {height:250px;
	width:320px;}
.element.style {
background-image:url("fileadmin/utilisateur/albums-galerie/Chapitregeneral2010/02_Chapitre_ouverture_5.jpg");
opacity:0;
position:absolute;
visibility:hidden;
}
#main .jdGallery .slideElement {
	background-color:#D6E8AF;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	left:0;
	margin:0;
	opacity:0;
	padding:0;
	position:absolute;
	right:0;
	width:100%;
}
#main .tx-rgsmoothgallery-pi1 { display:block; margin:0 auto;
background:url("img/loading-bar-black.gif") no-repeat scroll center center #000000;
}
/*------gestion module commentaires-----*/
.tx-skpagecomments-pi1 {
	padding:10px;
	background-color: #F7FCE8;
}
.tx-skpagecomments-pi1 .pagebrowser { font-size:0.78em; color:#369; margin-bottom:5px;}
.sk-pagecomments-headline {
	font-weight: bold;
	height: 20px;
	padding-left: 6px;
	color: #069;
	background-attachment: scroll;
	background-color: #E5FBB3;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F1F1;
}
.sk-pagecomments-counter {
    color: #006699;
    margin-bottom: 12px;
    text-align: right;
    text-decoration: underline;
}
.tx-skpagecomments-pi1 form legend {
	border: 1px solid #C72E87;
	padding: 4px;
	background-attachment: scroll;
	background-color: #EAF28D;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.sk-pagecomments-comment {
	clear: both;
	padding: 4px 28px;
	background-attachment: scroll;
	background-color: #F7FAF1;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.tx-skpagecomments-pi1 form {
    margin: 16px 0;
    width: 580px;
}
.tx-skpagecomments-pi1 form textarea {
	height: 160px;
	width: 420px;
	background-attachment: scroll;
	background-color: #FFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.tx-skpagecomments-pi1 form input#name, .tx-skpagecomments-pi1 form input#email, .tx-skpagecomments-pi1 form input#homepage {
    background: none repeat scroll 0 0 #FFF;
    width: 300px;
}
.tx-skpagecomments-pi1 form input#skcommentssubmit {
	color: #C72E87;
	float: right;
	margin: 8px 20px;
	background-attachment: scroll;
	background-color: #EAF28D;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
