/*
Theme Name: CCRMSB
Theme URI: http://localhost/wordpress/wp-content/themes/ccrmsb
Description: Child Theme for Default
Author: RGagne
Author URI: http://memoirevisuelle.com
Template: default
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/*@import url("../default/style.css"); ce theme n'est plus dérivé du theme par defaut */

/*------------------------------------------------------------------------
Couleurs:
	entete des menus de navigation (ex: section membre):  #00487D;
	menu niveau 1: #B3AFA0;
	menu niveau 2: #EFEDE8;			(beige pâle)
	menu bande a gauche: #89867A;  	(le plus foncé)
	menu hover : #003D73;			(etait 004400)
	liens : #003D73;

	bleu teal #007188
--------------------------------------------------------------------------*/


body {
	margin: 0;
	padding: 0;
	color: #555;
	background: #fff url('images/gradient_bg.jpg') repeat-x;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align: left;
	line-height:1.2em;
	font-size:0.8em;
	font-family: Arial,Trebuchet MS, Tahoma, sans-serif;
}

#page {
	width: 940px;
	margin: 5px auto;		/* marge du haut: 5px, horizontal: centered */
	background: transparent;
	border: 0px;
	}
	
#header {
	width: 940px;
	height: 340px;  /* 120px; */
	text-align: left;	
	margin: 0; padding: 0;
	border: 0px solid #000;
	position: relative;
	background: #00487D;
}

	
.widecolumn {
	/*float: left;			/* ceci signifie que la section contenu sera placée juste à côté de la section menu */
	text-align: left;	
	padding: 0;
	margin: 0;
	margin-top: 105px;		/* marge du haut */
	margin-left: 0px;		/* marge de gauche */
	width: 100%;    		/* 840px - (168px menu + 8px marge) */
	background: transparent;
	/*border: 1px dotted #424242;*/
	line-height:1.2em;
	font-size:100%;
	}

.narrowcolumn {
	/*float: left;			/* ceci signifie que la section contenu sera placée juste à côté de la section menu */
	float: left;
	text-align: left;	
	padding: 0;
	margin: 0;
	margin-top: 5px;		/* marge du haut */
	width: 664px;    		/* 664 : 940px - (268px menu + marge + padding) */
	background: transparent;
	/*border: 1px dotted #424242;*/
	line-height:1.2em;
	font-size:100%;
	}


	
#contenu_box {				/* Section interieure a 'contenu_page', definit seulement la couleur de fond */
							/* ceci permet aux coins arrondis de faire voir la couleur du background de la page web */
	background-color: #fff;
	border: 1px dotted #aaa;
	border-top: 0px;
	margin-top: 0px;
	padding: 5px;
	padding-bottom: 10px;
}

#contenu_page_wide {		/* Container pour les pages pleine largeur (ex: accueil) */
	text-align: left;	
	padding: 0;
	margin: 0;
	margin-top: 5px;		/* marge du haut */
	width: 100%;    		/* 100% */
	background: #fff;
	background-color: transparent;
	/*border: 1px dotted #424242;*/
	line-height:1.2em;
	font-size:95%;
}
	
#sidebar
{
	float: right;
	text-align: left;	/* mettre 'center' ici si vous voulez centrer le texte dans le menu */
	width: 268px;
	padding: 0;
	margin: 0;
	margin-top: 5px;					/* marge du haut */
	background-color: #F8F7F3;
	background-color: transparent;		/* pour l'instant */
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	margin-top: 10px;
	padding-top: 3px;
	font-size:80%;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #00487D;
	border: 0px;
}

#container_demie_gauche
{
	width: 48%;
	float: left;
	padding-right: 12px;
	text-align: right;
	border-right: 1px solid #333;
}

#container_demie_droite
{
	width: 47.5%;
	float: right;
	padding-left: 4px;
	padding-right: 8px;
	text-align: left;
	/*border-left: 2px solid #000;*/
}

#container_treslarge {
	width: 1000px;
	background-color: transparent;
	margin: 5px auto;		/* marge du haut: 5px, horizontal: centered */
	line-height:1.0em;
	font-size:84%;
}

	
/*------- Header (Logo) ---------------------------------------*/
#header #photo {
	position: absolute;	
	margin: 0; padding: 0;
	border: 0px;
	border-top: 1px solid #000;
	width: 100%;
	height: 280px;
	margin-top: 30px;

	background: #fff url('images/header201004.jpg') no-repeat;
}



#header #logo {
	position: absolute;	
	margin: 0; padding: 0;
	border: 0px;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 60px; left: 20px;
}


#header h1#ccrsmb_30ans {
	position: relative;	
	text-align: center;
	font: 12px arial, sans-serif;
	letter-spacing: -1.0px; 
	color: #fff;
	margin: 0; padding: 0;
}


#header h1#ccrsmb_nom {
	position: absolute;	
	font: bold 22px 'Trebuchet MS', Sans-serif;
	letter-spacing: -1.2px; 
	color: #000;
	margin: 0; padding: 0;		
	
	/* change the values of left and top to adjust the position of the logo */
	top: 0px; left: 10px;
}

#header h1#ccrsmb_nom a {
	text-decoration: none;
	color: #fff;
}


#header #menu {
	position: absolute;	
	margin: 0; padding: 0;
	margin-top: 310px;   /* 280 + 30 */
	padding-top: 5px;
	width: 100%;
	border-top: 1px solid #000;
}

#header #menu ul {
	list-style: none; margin: 0; padding: 0;
}

#header #menu a {
	text-decoration: none;
}

#header #login {
	position: absolute;	
	margin: 0; padding: 0; right: 0; 
	bottom: 7px;
	margin-right: 16px;
}

#header #login a {
	font-weight: normal;
	color: #fff;
}

/*----------- Pull down menu --------------------------------*/

/* LEVEL ONE */
ul.dropdown  { position: absolute; }
ul.dropdown li { 
	font-weight: bold; 
	float: left; 
	zoom: 1; /* for IE 6 and 7 only, to force elements to gain layout (google search for hasLayout) - will not validate */
	/* background: #ccc; */
}
ul.dropdown a:hover { color: #000; }
ul.dropdown a:active { color: #ffa500; }
ul.dropdown li a { 
	font-weight: bold; display: block; padding: 4px 12px; border-right: 1px solid #ccc; color: #fff; 
}
ul.dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.last a { border-right: none; } /* need to set class manually in IE */

ul.dropdown li.hover, ul.dropdown li:hover  { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a   { color: black; }


/* LEVEL TWO */
ul.dropdown ul { font-size:88%; width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0; border-top: 1px solid #999; }
ul.dropdown ul li { 
	background: #EFEDE8; color: #000; 
	border-bottom: 1px solid #999; 
	border-right: 1px solid #999; 
	border-left: 8px solid #747065; 
	float: none;
}
ul.dropdown ul li.private {
	background-image:url('images/icones/cadenas.png');
	background-repeat:no-repeat;
	background-position: 96% 80%;
}
									  
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a { font-weight: normal; border-right: none; width: 96%; display: inline-block; padding: 3px 8px; padding-right: 0; color: #222; } 

/* LEVEL THREE */
ul.dropdown ul ul { font-size:100%; left: 100%; top: 0; }
ul.dropdown li:hover > ul { visibility: visible; }



.modal {
	background-color:#ddd;
	display:none;
	width:250px;
	padding:15px;
	text-align:left;
	border:4px solid #333;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2 {
	/*background:url(../js_libraries/info.png) 0 50% no-repeat;*/
	margin:0px;
	padding: 0px;
	border-bottom:1px solid #333;
	font-size:18px;
}

.modal p {
	/*background:url(../js_libraries/info.png) 0 50% no-repeat;*/
	margin: 0px;
	margin-top:10px;
	margin-bottom:10px;
	padding: 0px;
	font-size:12px;
}

.modal #loginmsg {
	color: red;
}

.hidden {
	display: none;
}

/*------- Menu de navigation (a gauche) -----------------------------*/
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

/*
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}
*/

#sidebar ul {
	font-size: 85%;
	letter-spacing: -0.3px;
	margin: 2px;
	padding: 2px;
	padding-left: 14px;
	list-style-type:square;
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */


/*------- Menu de navigation (a gauche) -----------------------------*/

ul#navig_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: transparent;
}


ul#navig_menu li a:link, ul#navig_menu li a:visited {
	text-decoration: none;
	display: block;
	/*width: 88%;*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	background-color: #B3AFA0;
	font: 0.9em arial, sans-serif;
	color: #000;
	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #747065;
	border-right: 1px solid #747065;
	border-left: 7px solid #89867A;

}

ul#navig_menu li a:hover {
	background-color: #003D73;
	color: #fff;
}


div.navig_menu_header
{
	color: #fff;
	background-color: #00487D;
	font: bold 1.3em arial, sans-serif;
	padding-top: 10px;
	padding-left: 6%;
}

div.navig_menu_footer
{
	color: #fff;
	background-color: #00487D;
	font: bold 0.9em arial, sans-serif;
	padding-top: 2px;
}

/*------- Menu de navigation niveau 2 (sous-menu) -----------------------------*/

ul#navig_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	background-color: #EFEDE8;
}

ul#navig_menu  ul li a:link, ul#navig_menu  ul li  a:visited {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 13px;
	font: 0.85em verdena, sans-serif;
	color: #000;
	background-color: transparent;
}

ul#navig_menu  ul ul li a:link, ul#navig_menu  ul ul li  a:visited {  /* 3eme niveau */
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 32px;
}

ul#navig_menu  ul li a:hover {
	background-color: #003D73;
	color: #fff;
}

ul#navig_menu  ul  li  {
	border-top: 0 none;
	border-bottom: 0px solid #747065;
	border-right: 0px solid #747065;
	border-top: 0px solid #fff;
	border-left: 0px solid #8E8E90;
	padding-left: 0.0em;		/* marge a gauche du sous-menu par rapport au menu principal */
}



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 10px;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/*------- Tables -------------------------------------------*/

table.noborder {
	border: 0px;
}

table.noborder td {
	padding-right: 5px;
	/*border: 1px solid #000;*/
}

table.foulee_honneur {
	margin: 5px;
	margin-left: 20%;
}


table.foulee_honneur th {
	padding-right: 5px;
	margin-right: 10px;
}

table.foulee_honneur td {
	padding: 0px;
	padding-left: 8px;
}



table, td, tr, thead, tfoot, tbody, th, tf { 
	margin: 0px; 
	padding: 0px;
}

table.std {
	/*margin: 0 5px;*/
	border-collapse: collapse; 
	margin: 0px;
	font-size: 85%;
	color: #222;
	text-align: left;
	background-color: #fff;
	border: 2px solid #333;
	/*width: 95%;*/
}

.fullwidth {
	width: 100%;
}

.largetext {
	font-size: 100%;
}

table.std td {
	padding: 2px 2px;
	border: 1px solid #999;
	background-color: #EFEDE8;  /*#F8F8F8;*/
}

#CCRMSBBottinTable td {
	padding: 0px 2px;
}

table.std tr.row-b td, table.std tr.odd td {  /* alternate row color */
	background-color: #DFDDD8; /*#E7E7E7;*/
}

table.std tr.row-c td {  /* alternate row color */
	background-color: #B2B0AA; /*#E7E7E7;*/
}

table.std tr.row-b th, table.std tr.odd th  {  /* alternate row color */
	font-size: 100%;
	background-color: #B3AFA0; /*#E7E7E7;*/
	color: #222;
	border-top: 1px solid #333;
}

table.std td.empty {
	background-color: #FFF;
}

table.std tr.row-b td.empty {
	background-color: #FFF;
}

table.std tr.spacer td.empty {
	background-color: #333;
}

table.std td.headcol {
	background-color: #B3AFA0; /*#E7E7E7;*/
}

table.std td.headcol2 { /* alternate row header color */
	background-color: #B3AFA0;  /*#D6D6D6;*/
	color: #222;
}

table.std tr.headcol2 th { /* alternate row header color */
	font-size: 100%;
	background-color: #B3AFA0;  /*#D6D6D6;*/
	color: #222;
}

table.std th {
	font-size: 120%;
	/*margin: 2px 2px;*/
	margin: 2px;
	padding: 3px;
	font-weight: bold;
	color: #fff;
	background-color: #89867A;  /*#00487D;*/
	border: 1px solid #333;
}


table.std th.row-b {
	font-size: 100%;
	color: #333;
	background-color: #B3AFA0;  /*#9ECE7F;*/
}

table.std th.empty {
	background-color: #FFF;
}

/*------ collapsible table -------------------------------*/

		/* define table skin */
		table.grid {
			margin: 0;
			padding: 0;
			border-collapse: collapse; /* separate; */
			border-spacing: 0;
			border-style: none;
			width: 100%;
		}
		
		table.grid * {
			font: 11px Arial, Helvetica, sans-serif;
			vertical-align: top;
			text-align: left;
		}
		

		table.grid thead tr th {
			background-color: #bbb;
			color:#000;
			font-weight: bold;
			font-size: 100%;
			border-bottom: 1px solid #333;
		}
		/*table.grid thead tr th {
			background-color: #555;
			color:#fff;
			font-weight: bold;
			border-bottom: 1px solid #333;
		}*/

		/* use the below style below to hide the collapsed rows via CSS, you must also set the showCollapsed setting to true */		
/*
		table.grid tr.expand-child td {
			display: none;
		}
*/

		table.grid th {
			color: #565770;
			/*padding: 4px 16px 4px 0;*/
			padding: 4px 6px 4px 6px;
		} 
		
		table.grid td {
			color: #37384F; /* #565770; */
			padding: 4px 6px;
		}

		table.grid td span {
			font-variant: small-caps;
			background-color: #FFEF65;  /* yellow */
			border: 1px solid #999;
			font-size: 80%;
			height: 12px;
			padding-left:1px;
			padding-right:1px;
			vertical-align: bottom;
		}
		
		table.grid th.headerSortUp {
			background: #969E74 url(js_libraries/tablesorter_bkgrd_2.png) no-repeat 100% -80px;
			cursor: pointer;
		}
		
		table.grid th.headerSortUp span {
			background: #969E74 url(js_libraries/tablesorter_bkgrd_2.png) no-repeat 0 -80px;
			cursor: pointer;
		}
		
		table.grid th.headerSortDown {
			background: #969E74 url(js_libraries/tablesorter_bkgrd_2.png) no-repeat 100% 2px;
			cursor: pointer;
		}
		
		table.grid th.headerSortDown span {
			background: #969E74 url(js_libraries/tablesorter_bkgrd_2.png) no-repeat 0 2px;
			cursor: pointer;
		}
		
		table.grid th span {
			padding: 4px 0 4px 6px;
			font-weight: bold;
		}

		table.grid th.hovered {
			color: #000;
		}
		table.grid tbody tr.hovered td {
			color: #000;
			/*background-color:#ddd;*/
		}


		
		table.grid a.evname:link,
		table.grid a.evname:visited,
		table.grid a.evname:focus,
		table.grid a.evname:hover {
			color: #565770;
			font-weight: bold;
			text-decoration: none;
		}
		
		table.grid a:link,
		table.grid a:visited,
		table.grid a:focus {
			color: #565770;
			font-weight: normal;
			text-decoration: underline;
		}
		
		table.grid a:hover, table.grid a.evname:hover {
			color: #000;
			text-decoration: underline;
		}
		
		table.grid tr.even {
			background-color: #fff;
		}

		table.grid tr.odd td {
			background-color: #f0f0f0;
			/*border: 1px solid #0F0;*/
		}

		table.grid tbody tr.hrowmonth td {
			background-color: #D3DBAE;
			color:#222;
			font-weight: bold;
			font-size: 110%;
			border-top: 1px solid #888;
			border-bottom: 1px solid #888;
		}

		table.grid tbody tr.hrowtoday td {
			background-color: #E9F0C3;
			color:#222;
			font-weight: bold;
			font-size: 80%;
		}

		
		/* expand/collapse */
		table.grid .collapsible {
			padding: 0 0 0 0;  /*padding: 0 0 3px 0;*/
		}

		.collapsible a.collapsed {
			margin: 2px;
			display: block;
			width: 15px;
			height: 18px;
			background: url(js_libraries/tablesorter_expand.png) no-repeat 3px 3px;
			outline: 0;
		}
		
		.collapsible a.expanded {
			margin: 2px;
			display: block;
			width: 15px;
			height: 18px;
			background: url(js_libraries/tablesorter_expand.png) no-repeat -24px 3px;
			outline: 0;
		}

/*------ Chronos table (table within a table) -------------------------------*/

	table.within {
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		border-spacing: 0;
		border-style: none;
		font-size: 100%;
	}

	table.within thead tr th {
		background-color: transparent;
		color:#666;
		border-bottom: 1px solid #666;
		padding: 2px;
	}

	table.within tr td {
		margin: 0;
		padding: 1px 4px;
	}

	table.within tr.even td {
		background-color: #ddd;
	}
	
/*------ C.A. table (no border, left headers are right aligned) -------------------------------*/

		table.listing {
			margin: 0;
			padding: 0;
			margin-left: 10px;
			border-collapse: separate; /* vs collapse */
			border-spacing: 0;
			border-style: none;
		}
		
		table.listing * {
			font: 14px Arial, Helvetica, sans-serif;
			vertical-align: top;
			text-align: left;
		}
		
		table.listing thead tr th {
			background-color: #969E74;
			color:#000;
			font-weight: bold;
			font-size: 115%;
			border-bottom: 2px solid #333;
		}

		table.listing th {
			text-align: right;
			color: #37384F; /* #565770; */
			font-weight: bold;
			padding-right: 10px;
		} 
		
		table.listing a {
			text-decoration: underline;
		}
				
		table.listing th span {
			padding: 4px 0 4px 6px;
			font-weight: bold;
		}
	
		table.listing tr.even {
			background-color: #fff;
		}

		table.listing tr.odd td {
			background-color: #f0f0f0;
			/*border: 1px solid #0F0;*/
		}
		
/*------------------*/



/* headers */
h1, h2, h3, h4 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; letter-spacing: -1px; text-align: left; }
h1 { font-size: 1.8em; /*text-transform: uppercase;*/ }
h2 { font-size: 1.6em; color: #00487D; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; /*font-style: italic;*/ color: #999; 	font-weight: normal; }
small { 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
code { 
	font-family: courier;
	font-size: 0.4em;
	line-height: 0.8em;
	}
	
p, h1, h2, h3 {
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

h4, small {
	margin-top: -5px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

h1.top_header {
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	background-color: #00487D;
	color: #fff;		
	/*border: 1px solid #000;*/
}

/*	Begin Headers */
h1 {
	/*padding-top: 70px;
	margin: 0;*/
	}


h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}


h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	border: 1px solid #aaa;
	/*max-width: 100%;*/
	}

img.wp-smiley {
	border: 0px;
}
	
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.narrowcolumn .entry img.flush { /* pour contrer la marge due au paragraphe */
	margin-left: -16px;
}

.narrowcolumn .entry  img.pagetop { /* pour mettre une image tout en haut d'une page (et non un post) */
	margin-left: -16px;
	margin-top: -20px;
	border-top: 1px solid #000;
}

/* End Images */



.post {
	margin: 0 0 40px;
	/*text-align: justify;*/
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}


.widecolumn .postmetadata {
	margin: 30px 0;
}

.postmetadata {
	clear: both;
	border: 1px solid #777;
}


.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}





.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.sticky {
}

.sidebox {
	background-color: #EFEDE8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #747065;
	border-right: 1px solid #747065;
	border-left: 1px solid #89867A;
	padding: 4px;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	/*border-left: 1px solid #ddd;*/
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

	

a { background: inherit; color: #003D73; text-decoration: none; font-weight: bold; }
a:hover { background: transparent; /*inherit;*/ text-decoration: underline; }
a img { border:none; }

.tagcloud  a {
	font-weight: normal;
	margin: 1px;
	margin-bottom: 10px;
	margin-top: 5px;
	background: transparent;
}
.tagcloud {
	background-color: #EFEDE8;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #747065;
	border-right: 1px solid #747065;
	border-left: 1px solid #89867A;
	padding: 4px;
}

a.headersmall {
	color: #ccc;
	font-weight: normal;
	font-size: 60%;
}

#footer a {
	color: #fff;
	font-weight: normal;
}

/*--------------------- ajout d'icone selon le type de lien et l'extension ----------------------------------*/

a.external {
	padding: 5px 20px 5px 0;
	background: transparent url("images/icones/icon_external.gif") no-repeat center right;
}



a[href$='.doc'], a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icones/icon_doc.gif) no-repeat center right;
}

a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icones/icon_txt.gif) no-repeat center right;
}

a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(images/icones/icon_xls.gif) no-repeat center right;
}
a[href$='.pdf'] { 
	padding: 5px 20px 5px 0;
	background: transparent url(images/icones/icon_pdf.gif) no-repeat center right;
}


/* making sure images don't get ../images/icons */

.imageLink {
	padding-right: 0px !important;
	background: none !important;
}

ul, ol {
	margin: 10px 30px;
	padding: 10px 30px;
	padding-right: 2px; 
	margin-right: 20px;
	background-color: transparent;
}

ul p {
	margin: 5px 15px;
}

p a img.photo_left
{
	float: left;
	margin: 5px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 5px;
	border: 1px solid #000;
}

img.photo_left
{
	float: left;
	margin: 5px;
	margin-left: 10px;
	padding: 0px;
	border: 1px solid #000;
}

img.photo_right
{
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0px;
	border: 1px solid #000;
}

img.carte {
	padding: 0px;
	border:2px solid #333;
}

div.member_photo {
	float: left;
	text-align: center;
	padding: 3px;
	padding-bottom: 5px;
	margin: 4px;
	border: 1px solid #000;	
}

div.member_photo img {
	padding: 0; margin: 2px;
	margin-bottom: 5px;
	border: 1px solid #000;	
}

div.photo_group {
	margin-left: 10px;
}

div.photo_group  a {
	float: left;
}

div.photo_group img {
	padding: 0; margin: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #000;	
}


.newblock {
	clear: both;
	display: block;
}

.newline_separator {
	margin: 5px 10px;
	clear: both;
}

span.surlignee {
	background-color: #FFEF43;  /* yellow */
}

span.caps_surlignee {
	font-variant: small-caps;
	background-color: #FFEF43;  /* yellow */
}

span.surlignee2 {
	background-color: #B3FF7C;  /* green */
}

#sidebar b {
	font-weight: bold;
	color: #333;
}

/* wp alignment classes */
.alignright { float: right; }
.alignleft { float: left; }
.clear { clear: both; }
/* ccrmsb alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-ctr { text-align: center; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }
.green { color: #00487D; }

/*------- Very basic CSS-only rounded corners -------------------------------------------*/
.b1f, .b2f, .b3f, .b4f{
	font-size:1px; 
	overflow:hidden; 
	display:block; 
	background:#00487D;
}
.b1f {height:1px; margin:0 5px;}
.b2f {height:1px; margin:0 3px;}
.b3f {height:1px; margin:0 2px;}
.b4f {height:2px; margin:0 1px;}

.b1rc, .b2rc, .b3rc, .b4rc{
	font-size:1px; 
	overflow:hidden; 
	display:block; 
	background:#00487D;
}
.b1rc {height:1px; margin-right: 5px;}
.b2rc {height:1px; margin-right: 3px;}
.b3rc {height:1px; margin-right: 2px;}
.b4rc {height:2px; margin-right: 1px;}

.b1lc, .b2lc, .b3lc, .b4lc{
	font-size:1px; 
	overflow:hidden; 
	display:block; 
	background:#00487D;
}
.b1lc {height:1px; margin-left: 5px;}
.b2lc {height:1px; margin-left: 3px;}
.b3lc {height:1px; margin-left: 2px;}
.b4lc {height:2px; margin-left: 1px;}
