body { 
 background-color: #fff; 
 margin-left: 40px; 
 margin-right: 40px; 
 margin-top: 30px; 
 font-size: 10px; 
 font-family: verdana,trebuchet,sans-serif; 
}

a:link { 
 color: #377DA8; 
 font-size: 11px; 
/*- font-weight: bold; -*/
 text-decoration: underline; 
}

a:visited { 
 color: #999999; 
 font-size: 11px; 
/*- font-weight: bold; -*/
 text-decoration: underline; 
}

.compteur {
	background: White;
	color: White;
}


a:active { 
 color: #333399; 
 font-size: 11px; 
/*- font-weight: bold; -*/
 text-decoration: underline; 
}

a:hover { 
 color: #F79431; 
 font-size: 11px; 
/*- font-weight: bold; -*/
 text-decoration: none; 
}


body>#content {
 width: 450px;
}

/*--- color: #333;---*/
}

#footer{
 height:25px; 
 width:450px; 
 background-color:#1910AF; 
} 


/*--- "member" links: login, register, calendar, etc. ---*/

.loginLinks, .loginLinks a { 
 color:       #000000;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px; 
}
.loginLinks a:link    { color:  #003399; font-weight: bold;}
.loginLinks a:visited { color:  #003399; font-weight: bold;}
.loginLinks a:active  { color:  #999999; font-weight: bold;}
.loginLinks a:hover   { color:  #cccccc; font-weight: bold;} 


/*--- Dotted line between menu items in sidebar ---*/

.menuSpacer {
 border-bottom: 1px solid #999;
 margin-bottom: 3px; 
}

/*--- special intellinor ---*/
	#mainright {
		width:20%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		margin-top: 80px; 
		}
	
	#maincenter {
		width:60%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		}
	
	#mainleft {
		width:20%;
		float:left;
		background:#fff;
		padding-bottom:10px;
		margin-top: 80px; 
		}



		
.text {
	font-family: Helvetica, Arial;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}



/*---  Used in Trackback and Pingback page.  ---*/

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   17px;
 color:       #333333;
 font-weight: bold;
}

/*---  Used in Weblog templates to format the title of entries  ---*/

H3 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       #333333;
 font-weight: bold;
}

/*---  Used in weblog.php in the left side-bar, and archives.php page to format the date header  ---*/

H4 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #0080FF;
 margin-top: 2px;
 margin-bottom: 5px;
 font-weight: bold;
}

/*---  Used in comment templates to format text used in the comment form. ---*/

H5 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #666666;
 margin-top: 2px;
 margin-bottom: 2px;
 font-weight: normal;
}



/*---  Weblog entry formatting.  ---*/

.weblog {
 padding-bottom: 2px;
}

/*---  Name of author in weblog entries ---*/

.author {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   11px;
 color:       #999999;
 font-weight: normal;
}

/*---  Paragraph formatting in weblog entries ---*/

p {
 color: #7B7F6C;
 margin-top: 2px;
 margin-bottom: 2px;
 text-align: left;
 font: normal 11px/16px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}



/*--  Default form field formatting. --*/

form {
  margin-top:         0px;
}

/*--  Input field formatting. --*/

.input {
  border-top:         1px solid #999999;
  border-left:        1px solid #999999;
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  height:             1.6em;
  padding:            .3em 0 0 2px;
  margin-top:          3px;
  margin-bottom:       3px;
} 

/*--  Input text-area formatting --*/

.textarea {
	border-top:         1px solid #999999;
	border-left:        1px solid #999999;
	background-color:   #FFFFCC;
	font-family:        Verdana, Geneva, "Trebuchet MS", Arial, Sans-serif;
	font-size:          11px;
	margin-top:         3px;
	margin-bottom:      3px;
	color: #006633;
	font-weight: bold;


}

/*--  Submit button formatting. --*/

.button {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}

/*--  Pull-down menus. --*/

.pulldown {
  background-color:   #fff;
  font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
  font-size:          11px;
  font-weight:        normal;
  text-transform:     uppercase;
  color:              #000;
}





/* THE FOLLOWING CSS IS USED WITH THE MINI-CALENDAR */


/*  Calendar header text  */
.header {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px;
 color:       #333333;
 font-weight: bold;
}

/*  Navigational links in the header of mini-calendar  */
.navlinks, .navlinks a:link, .navlinks a:active, .navlinks a:visited, .navlinks a:hover{ 
 color:       #ffffff;
 font-family: verdana,trebuchet,sans-serif;
 font-size:   10px; 
 font-weight: bold;
} 
.navlinks a:link    { color:  #ffffff; text-decoration: none;}
.navlinks a:visited { color:  #ffffff; text-decoration: none;}
.navlinks a:active  { color:  #333333; text-decoration: none;}
.navlinks a:hover   { color:  #000000; text-decoration: underline;}


/*  Days of the week text  */
.weekdays {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
 font-weight:  bold;
}

/*  Days of the month text and links */
.monthdays, .monthdays a:link, .monthdays a:active, .monthdays a:visited, .monthdays a:hover {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   9px;
 color:       #666666;
}
.monthdays a:link    { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:visited { color:  #0000b0; text-decoration: underline;font-weight: bold;}
.monthdays a:active  { color:  #333333; text-decoration: underline;font-weight: bold;}
.monthdays a:hover   { color:  #cccccc; text-decoration: none;font-weight: bold;}
.titreannonce {

  background-color:   #FF9900;
  font-family:        Verdana, Geneva, "Trebuchet MS", Arial, Sans-serif;
  font-size:          12px;
  font-weight:        bold;
  text-transform:     none;
  color:              #003399;
}

ul 
{
list-style-image: url("/images/carre.gif")
}

.navBox {
width: 400px;
padding: 5px;
border: 1px outset #0066CC;
}

 p.entry {
 margin-top:0px;
 padding-top: 2px;
 padding-bottom: 2px;
 margin-bottom:0px;
 padding-left: 10px;
 padding-right: 10px;
 font: 11px/15px verdana, tahoma, sans-serif;
/*font: 12px/16px Georgia, verdana,trebuchet,sans-serif; */
 border-top: 1px solid #fff;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #005D98;
 background: #fff;
}


#header{ 
 height:85px; 
 width:800px; 
 text-align: center;
 background-color:#FFFFFF; 
 } 

-----------------------------------------------------------------------------
.titreentree {
	font-family: Helvetica, Arial;
	font-size: 13px;
    text-align: left;
	font-style: normal;
    text-align: left;
	line-height: normal;
	color: #3366FF;
	background-color: #fff;
	font-weight: bold;
}

.liensuite {
	background-color:   #fff;
	font-family:        Verdana, Geneva, Trebuchet MS, Arial, Sans-serif;
	font-size:          9px;
	height:             1.6em;
    text-align: right;
}

.titreactu {
	font-family:        Verdana, Geneva, "Trebuchet MS", Arial, Sans-serif;
	font-size: 13px;
	text-align: left;
	font-style: normal;
	line-height: normal;
	color: #fff;
	background-color: #99CCCC;
	padding-left: 10px;
}

.publie {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 10px; 
line-height: normal; 
color: #9999FF; 
align: left
}

.diocese {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px; 
line-height: normal; 
color: #006600; 
font-weight: bold; 
align: left
}

