/*
	
	CSS du site du cciq

*/

/* Global */
body {
    background:#F4F0E3;
    font-family: verdana;
}

/* Typolight */
#dMain {
}
#dLeft {
    border-right : 1px solid #719345;
} 
#dRight { 
    border-left : 1px solid #719345;
    width : 190px;
} 
.invisible {
    display : none;
}

/* YUI */
#doc4 {
    background:url(/tl_files/cciq/pics/doc4_background.png) repeat-y;
    padding-left:20px;
    padding-right:20px;
 } 
#hd { 
    width : 974px;
} 
#bd { 
    width : 974px;
} 
#ft { 
    background-image : url(/tl_files/cciq/pics/ft_background.png);
    height : 105px;
    width : 974px;
} 

 /* Module Banniere */
#dBanniere {
    background-color:  #2E4627;
    height : 130px;
    position: relative;
    width : 974px;
}
.dBanniereDynamique{
    position: absolute;
    top: 0px;
    left: 0px;
    width : 974px;
}

/* Module File d'arianne */
#dFileAriane {
    background-image : url(/tl_files/cciq/pics/FileAriane.png);
    background-repeat: repeat-x;
    Font-size : 90%;
    Height : 25px;
    line-height:25px;
    Text-indent : 5px;
}
#dFileAriane a {
    color: #FFFFFF;
    height : 25px;
    font-size : 108%;
    text-decoration : none;
} 
#dFileAriane .active {
    Height : 25px;
    Font-size : 108%;
    color: #FFFFFF;
    font-weight : bold;
}

/* Menu */
#dMenuCCIQ, #dMenuEntites, #dMenuPartenaires {
    position : static;
    margin-left : 10px;
    width : 160px;
}
#dMenuCCIQ h1, #dMenuEntites h1, #dMenuPartenaires h1 {
    background-image : url(/tl_files/cciq/pics/TitreBoites.png);
    background-repeat: repeat-x;
    color : #FFFFFF;
    line-height : 25px;
    font-weight : normal;
    text-indent : 3px;
    height : 25px;
    margin-top : 15px;
    width : 160px;
}
#dMenuCCIQ .bd, #dMenuEntites .bd, #dMenuPartenaires .bd {
    border:0px;
}
#dMenuCCIQ ul, #dMenuEntites ul, #dMenuPartenaires ul {
    background-color:#2647A0;
    border : 0px;
    padding-top : 0px;
    padding-bottom : 0px;
    padding-right : 0px;
    padding-left : 3px;
}
#dMenuCCIQ .yuimenuitem, #dMenuEntites .yuimenuitem, #dMenuPartenaires .yuimenuitem {
    background-color : #FFFFFF;
    border-bottom : 1px solid #576F8E;
    border-right : 1px solid #576F8E;
    background-position : left;
    height : 25px;
}
#dMenuCCIQ li.first-of-type, #dMenuEntites li.first-of-type, #dMenuPartenaires li.first-of-type {
    border-top : 1px solid #243356;
}
#dMenuCCIQ .yuimenuitem-hassubmenu, #dMenuEntites .yuimenuitem-hassubmenu, #dMenuPartenaires .yuimenuitem-hassubmenu {
    background-color : #FFFFFF;
    background-position : right center;
    height : 25px;
}
#dMenuCCIQ .yuimenuitem-selected, #dMenuEntites .yuimenuitem-selected, #dMenuPartenaires .yuimenuitem-selected {
    background-color : #FFFFFF;
    height : 25px;
}
#dMenuCCIQ .yuimenuitem-hassubmenu-selected, #dMenuEntites .yuimenuitem-hassubmenu-selected, #dMenuPartenaires .yuimenuitem-hassubmenu-selected {
    background-color : #FFFFFF;
    height : 25px;
}
#dMenuCCIQ .yuimenuitemlabel, #dMenuEntites .yuimenuitemlabel, #dMenuPartenaires .yuimenuitemlabel {
    color : #243356;
    padding-left : 3px;
}
#dMenuCCIQ .yuimenuitemlabel:hover, #dMenuEntites .yuimenuitemlabel:hover, #dMenuPartenaires .yuimenuitemlabel:hover {
    color : #000000;
    padding-left : 3px;
}

/* dEvenements */
#dEvenementsBoite {
    margin-top: 15px;
}
#dEvenementsBoite div.yui-content {
    background-color: #FFFFFF;
}
#dEvenements .pEvenementTeaser {
}
#dEvenements li {
    line-height: 20px;
    list-style-image: url(/tl_files/cciq/pics/ListeArticleArticle.png);
    list-style-position: outside;
    list-style-type: none;
    margin-left: 20px;
}
#dEvenements li:hover {
    background-color: #FFFBCE;
}
#dEvenements a {
    color: #2647A0;
    font-size: 100%;
    text-decoration: none;
}
#dEvenements .pEvenementTime {
    color: #777168;
    font-size: 100%;
    text-decoration: none;
}
#dEvenements .dEvenementDetails {
    border: 1px dotted silver;
    padding: 15px;
}

/* LastArticles et MostReadArticles */
#dPublicationsBoite {
    margin-top: 15px;
}
#dPublicationsBoite div.yui-content {
    background-color: #FFFFFF;
}
#dPublicationsRecentes li, #dPublicationsVedettes li {
    line-height: 20px;
    list-style-image: url(/tl_files/cciq/pics/ListeArticleArticle.png);
    list-style-position: outside;
    list-style-type: none;
    margin-left: 20px;
}
#dPublicationsRecentes li:hover, #dPublicationsVedettes li:hover {
    background-color: #FFFBCE;
}
#dPublicationsRecentes a, #dPublicationsVedettes a {
    color: #2647A0;
    font-size: 100%;
    text-decoration: none;
}
#dPublicationsRecentes a:hover, #dPublicationsVedettes a:hover {
}

/*ListeArticle*/
#dListeArticle {
    margin-top: 15px;
}
#dListeArticle ul {
}
#dListeArticle li.titre {
    background-color: #D5E5F3;
    border: 0px;
    color: #000000;
    line-height: 23px;
    list-style: none inside url(/tl_files/cciq/pics/ListeArticleTitre.png);
    text-indent : 5px;
}
#dListeArticle li.titre span {
    font-size: 79%;
    height: 21px;
    vertical-align: top;

}
#dListeArticle li.article {
    background-color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    color: #EEEEEE;
    line-height: 20px;
    list-style: none inside url(/tl_files/cciq/pics/ListeArticleArticle.png);
    padding-left: 20px;
    text-indent : 5px;
}
#dListeArticle .article a {
    color: #576F8E;
    font-size: 79%;
    text-decoration: none;
    vertical-align: top;
}

/*Article*/
#dArticle {
    border : 0px;
    margin-top: 15px;
    width : 578px;
}
#dArticle .dArticleHead {
    border-bottom: 1px solid #999999;
    color : #576F8E;
    line-height : 25px;
    text-indent : 3px;
}
#dArticle .dArticleBody {
    color : #333333;
    padding : 10px;
    line-height: 1.7em;
    font-size : 89%;
}
#dArticle .dArticleBody strong {
	font-size : 89%;
	font-weight : bold;
}
#dArticle .dArticleBody li {
	list-style : square inside;
	margin-left : 30px;
}
#dArticle .dArticleBody table {
    border : 1px solid #333333;
    margin-top: 5px;
    margin-bottom: 5px;
}
#dArticle .dArticleBody th {
	border : 1px solid #666666;
        padding: 2px;
}
#dArticle .dArticleBody td {
	border : 1px solid #666666;
        padding: 2px;
}
#dArticle .dArticleFoot {
	background-color : #FFFFFF;
        border-top: 1px solid #999999;
	color : #576F8E;
	line-height : 15px;
        text-align: right;
	text-indent : 3px;
}

/* News */
.mod_newslist{
    border-top: 0px;
    border-left: 1px solid #576F8E;
    border-right: 1px solid #576F8E;
    border-bottom: 1px solid #576F8E;
    margin-top: 15px;
    width : 100%;
}
.mod_newslist h1{
    background-image : url(/tl_files/cciq/pics/TitreBoites.png);
    background-repeat: repeat-x;
    color : #FFFFFF;
    line-height : 25px;
    font-weight : normal;
    text-indent : 3px;
}
.mod_newslist .layout_full{
    padding: 0px;
}
.mod_newslist .ce_text{
    padding: 5px;
}


/* Dons */
#dDons{
    position: relative;
}
.dDonsDynamique{
    position: absolute;
    top: 15px;
    left: 10px;
}


/* Horaire des prieres */
.mod_salattimes {
    margin-left : 10px;
    margin-top : 200px;
    padding : 0px;
    width : 170px;
}
.mod_salattimes h1 {
    background-image : url(/tl_files/cciq/pics/TitreBoites.png);
    background-repeat: repeat-x;
    color : #FFFFFF;
    line-height : 25px;
    font-weight : normal;
    text-indent : 3px;
    height : 25px;
    width : 170px;
}
.dTableHoraire{
	background-color : #2647A0;
	width : 100%;
}
.mod_salattimes table {
	background-color : #FFFFFF;
	margin-left : 3px;
	width : 167px;
}
.mod_salattimes td, .mod_salattimes th {
	font-size : 85%;
	border : 1px solid #576F8E;
	padding : 2px;
}
.mod_salattimes th {
	color : #576F8E;
}
.mod_salattimes td {
	color : #333333;
	text-decoration : none;
	text-align : right;
}

/* footer - Pied de page */
#ft p {
    position: relative;
    top: 10px;
    left: 5px;
    line-height : 20px;
    font-size : 93%;
    color : #FFFFFF;
}

