﻿/* CSS Document */
@charset "UTF-8";
body{
	background-color:#a9a9a9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:0.8em;
	margin: 0;
	padding: 0;
        
}

a:link, a:visited{
	/* color:#D10721; */  /* red */ 
	color:#0000CD; /* blue */
	text-decoration:none;
}

a:hover, a:active{
	text-decoration:underline;
	/*color:#D10721;*/ /* red */
	color:#0000CD; /* blue */
}

h2{
	color: #ffa200;
	font-weight:bold;
}

h3{
	color: #ffa200;
        margin : 60px 0 0 0;
        font-size : 17px;
}
   

/* --------- positionnement général -------------*/

#conteneur {
	background-image:  url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position:top;
	margin: 0px auto;
	width:955px;
}

#sousConteneur {
	overflow:hidden;
}

/* --------- positionnement général header -------------*/

#header {
	height:85px;
	width:950px;
	margin-left:0px;
}

p {
	margin: 0;
}

.croix{
	margin-top:5px;
	margin-left:5px;
	float: left;
}

.slogan{
	margin-top:15px;
	margin-left:10px;
	font-size:1.5em;
	font-weight:bold;
	float: left;
}	

.logo{
	margin-top:2px;
	margin-left:105px;
}

.caugoc{
	margin-left:80px;
	width:550px;
	font-size:12px;
}


/* --------- positionnement menu haut -------------*/

#partieMenu {
	background: url(images/onglet.jpg) no-repeat;
	width:950px;
	height:27px;
	margin-top:5px; 
	color:#FFFFFF;
	text-decoration:none;
}


#partieMenu2 {
	background: url(images/onglet2.jpg) no-repeat;
	width:950px;
	height:26px;
	color:#000000;
	text-decoration:none;
}


#menu a{	
	vertical-align: middle;
	text-valign: center;
	font-weight: normal;
	text-align: center;
	color: #FFFFFF ;
	text-decoration: none ;
	float: left;
	margin-left:23px;
}


#menu a:hover{
	text-decoration: none ;
	margin-left:23px;
	color: #0000CD; /* blue */
}

#menu a span{
	position:absolute;
	margin-top:0px;
	margin-left:0px;
	text-decoration: none;
	padding: 3px;
	color:#666666;
	z-index:100;
	display: none;
	background-color:#FFFFFF;
	border:1px solid #EAC21A;
	text-align:left;
	visibility:hidden;
}


#menu a:hover span{
	display: block;
	visibility:visible;
}



#menu2 a{	
	vertical-align: middle;
	text-valign: center;
	font-weight: normal;
	text-align: center;
	color: #000000;
	text-decoration: none ;
	float: left;
	margin-left:23px;
}


#menu2 a:hover{
	text-decoration: none ;
	margin-left:23px;
	/*color: #D10721;*/ /* red */
	color: #0000CD; /* blue */

}


#menuActive {
	text-decoration: none ;
	text-align: center;
	color: #ffba00; /* yellow */
	vertical-align: middle;
  	display: inline-block; 
	text-valign: center;
	font-weight:bold;
	margin-left:23px;
	float: left;
}


#menuActive2 {
	text-decoration: none ;
	text-align: center;
	/*color: #D10721;*/
	color: #0000CD; /* blue */	
	vertical-align: middle;
  	display: inline-block; 
	text-valign: center;
	font-weight:bold;
	margin-left:30px;
	float: left;
}


/* --------- positionnement général du corp-------------*/

#corp {
	width: 950px;
	margin: 0 auto;
        padding : 0;
        /*padding : 0 45px;*/
        height : auto;
}


#corp1 {
	width: 850px;
	margin-left:45px;
	text-align:left;
}


#corp2{
	margin-left:300px;
	text-align:left;
}


#repere{
	margin-left:45px;
}


#corpGauche{
	margin-left: 45px;
	width : 415px;
        padding-left : 0;
	text-align:justify;
	float: left;
}


#corpGauche1{
	margin-left: 45px;
	width:250px;
	text-align:justify;
	float: left;
}


#corpDroit {
	margin: 0 auto;
	width : 415px;
	text-align:justify;
	float: right;
	margin-right:40px;
}


#corpDroit1 {
	margin: 0 auto;
	width : 520px;
	text-align:justify;
	float: right;
	margin-right:40px;
}


.txt {
	margin-left: 0px;
	float:left;
}


.txtCadre{
	text-align:center;
	width:230px;
	margin-left:25px;
}


.titre{
	margin-left:55px;
	font-size:16px;
	font-weight:bold;
	color:#ffa200;
}


.titreTho{
	margin-left:300px;
	font-size:16px;
	font-weight:bold;
	color:#ffa200;
}


.bouton{
	margin-left:80px;
}


.space {
	height: 60px;	
}


.txtDroit{
	margin-left: 40px;
	text-align: right;
	width:200px;
	float: left;
}


.photoDroit{
	background-image:url(images/cadrePhoto.jpg);
	background-repeat:no-repeat;
	margin-left:120px;
	text-align:center;
	font-size:11px;
	width:285px;
	height:564px;
}


.photoAccueil{
	margin-left:-10px;
	margin-top:10px;
}


.biaDT{
	float:left;
}


.bao{
	margin-left:190px;
}


/* --------- positionnement général de pied-------------*/

#spacer{
	clear:both;
}


#pied {
	background-image:  url(images/footer.jpg);
	background-repeat:no-repeat;
	width:950px;
	height: 16px;
	margin-left:0px;
	color: #FFFFFF;
}


.txtPied a {
	padding: 5px;
	text-decoration: none;
	color: #FFFFFF;
}


.txtPied a:hover{
	color: #000000;
	text-decoration: none;
}


.txtPiedActive{
	color: #ffba00;
	text-decoration: none;
	font-weight:bold;
	margin-left:715px;
	float: left;
}


ul{ 
	padding:5px 30px; 
	color:gray; 
	font-weight:bold; 
}


p em{ 
	display:block; 
	font-weight:normal; 
}

/**********************  Rajouté par TN ******************/

#liste_photos{font-weight:normal;
              list-style:none;
              padding-left : 45px;
}

#liste_photos li{margin : 5px 0;    
}

.liste_active{color : green;
              font-weight:bold;
}

#liste_pages_photos_haut {
                    list-style : none;
                    padding :0 45px;
                    margin-top: 0;
                    font-weight : normal;
}

#liste_pages_photos_haut li{display : inline-block;
}

#liste_pages_photos_bas {
                    list-style : none;
                    padding: 0;
                    margin-top : 10px;
                    font-weight : normal;
}

#liste_pages_messages_haut {
                    list-style : none;
                    padding: 0;
                    margin: 10px 0 10px 0;
                    font-weight : normal;
}

#liste_pages_messages_haut li{
                    display : inline-block;
}

#liste_pages_messages_bas {
                    list-style : none;
                    padding: 0;
                    margin-top : 10px;
                    font-weight : normal;
}

#liste_pages_messages_bas li{
                    display : inline-block;
}

#liste_pages_photos_bas li{display : inline-block;
}


#verset_de_lannee{
        margin:12px 0;
        text-decoration : underline;
        color : darkgreen;
}

#avertissement_IE{color : red;
                  font-weight : bold;
                  text-align : center;
                  margin : 10px 0 0 0;
                  height : 12px;
}

h4{	color: #ffa200;
        margin : 28px 0 0 45px;
        font-size : 17px;
}

#telecharge_musique{padding : 0 0 3px 10px;
		font-weight: normal;
}

#barre_horizontale{color :#000000;  /* Black */
                  width: 100%;
		  height: 2px;
}

#barre_horizontale_petit{color :#000000;  /* Black */
                  width: 40%;
		  margin-left: auto;
		  margin-right: auto;
		  height: 2px;
		  text-align: center;
}

#date {font-weight: bold;
	color: #6B8E23; /* OliveDrab */
	/*text-align : center;*/
	margin: 15px 0 5px 15px;
}

#evenement {color : #000000;  /* Black */
		font-weight: normal;
		font-style:italic;
		/*text-align : center;*/
		margin-left: 50px;
}

#objet {color : #000000;  /* Black */
	font-style: italic;
	font-weight: bold;
}

#titre_predication {color : #FF6600; /*orange foncé : plus foncé que coleur h3*/
		font-style: italic;
		font-weight: normal;		
}
#verset_predication {color : #6633FF; /*DarkViolet*/
		font-style: italic;
		font-weight: normal;
}

#predicateur {color : #000000;  /* Black */
		font-style: normal;
		font-weight: bold;
}

/*********** Fin Modif par TN ***********/

