/* Pour l'alignement des images dans les paragraphes*/
.illu-right{
	border:0px;
	float:right;
	margin-left:10px;
	margin-bottom:5px;
}
.illu-left{
	border:0px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.illu-center{
	border:0px;
	text-align:center;
	margin:10px;
}	
/* Evenements */
	.post {
		padding-bottom:5px;
	}
	/* Présentation de la date dans évènements */
	.date { /* date & author */
		color :#CCC;
		float:left;
		line-height:2.3em;
		margin:1.5em 10px 5px 0;
		padding-right:0;
		border-right:1px solid silver;
		font-size:.8em;
		text-align:center;
		right:0;
	}
	
	.date_day {
		display:block;
		font-size:3em;
		text-align:right;
	}
	
	.date_month {
		display:block;
		font-size:3em;
		text-align:right;
		font-weight:bold;
	}
	
	.date_year {
		display:block;
		font-size:1.4em;
		line-height:.9em;
	}
	/* Présentation du chapo de chaque post  */
	.chapo_event, .chapo_content {
		width:395px;
		float:left;
		margin:0;
		text-align:justify;
		padding:0;
		margin:0;
	}
	.chapo_event h1, .chapo_content h1 {
		font-size:2em;
		margin:10px 0 0 0;
		padding:0;
		text-align:left;
	}
	
	
	.post h2 {
		font-size:1em;
		margin:0;
		padding:20px 0 0 0;
		
	}
	/*.post img{
		border:1px solid #EEE;
		padding:2px;
	}*/
	.post p{
		margin:0 0 1em 0;
		padding:0;
		text-align:justify;
	}
	.auteur_event{
		float:left; 
		width:400px; 
		padding:2px 0 20px 0; 
		color:#6d2614;
	}
	.auteur_event a, .auteur_event a:visited{
		border: 0;
		font-size:10px;
		color:#6d2614;
		text-decoration:none;
	}
	.auteur_event a:hover{
		font-size:10px;
		text-decoration:underline;
	}
	.auteur_event h4 {
		font-size:1.1em;
		margin:0;
		padding:0;
		color:#000000;
		font-weight:bold;
	}
	.gris{
		color:#666666;
	}
	.chapo_event h1 a, .chapo_event h1 a:visited{
		border: 0;
		font-size:18px;
		color:#c7431a;
		text-decoration:none;
	}
	.chapo_event h1 a:hover{
		font-size:18px;
		border-bottom:silver 1px dotted;
	}
	.chapo_content p{
		margin:0.9em 0 1em 0;
		text-align:justify;
		/*font-size:11px;*/
	}
	.bidouille{
		width:440px;
	}
	.img-text-1_1{
		width:500px;
		float:left;
	}
	.bidouille-chapo{
		width:460px;
		padding-bottom:25px;
	}
	.content_event{
		width:400px;
	}
	.legende{
		padding:0;
		margin:0;
		font-size:0.85em;
		text-align:right;
	}
	.bordure_illu{
		border:1px solid #EEE;
		padding:2px;
		text-align:center;
	}
	.galerie{
		width:100%;
		float:left;
	}
	.thumbnail{
		width:125px; 
		height:136px;
		float:left;
		padding:0;
		margin:0;
	}
	.more_info{
	padding-top:10px;
	text-align:right;
	}	
	.more_info a img{
		border:0;
		margin:0;
		padding:0;
	}	
	.auteur_event a, auteur_event a:visited, .more_info a, .more_info a:visited{
		font-size:10px;
	}	
	.auteur_event a:hover, .more_info a:hover{
		font-size:10px;
	}	
	#contenu{
		width:400px;
		padding-left:47px;
	}	
	#contenu h2{
		padding-top:15px;
	}	
	
	.tags{
		padding:0;
		margin:0;
		margin-top:10px;
		padding-left:20px;
		font-size:10px;
		width:430px;
		background:url(/images/global/pictos/tag.jpg) no-repeat left;
	}
	.tags a{
		color:#999999;
		text-decoration:none;
		font-weight:normal;
	}
	.tags a:hover{
		color:#666666;
		text-decoration:underline;
		font-weight:normal;
	}
	
	
/* Fin Evenements */
/*******************  PAGINATION ****************************/
div.pagination {
	height:30px;
    padding: 7px;
	margin: 3px;
	text-align:center;
}
div.pagination a {
    padding: 2px 5px 2px 5px;
	margin: 2px;
	text-decoration: none; /* no underline */
	border: 1px solid #EEE;
	color: #000;
}
div.pagination a:hover,active {
    border: 1px solid #f0f0f0;
	color: #000;
	background-color: #EEE;
}
div.pagination span.courante {
    padding: 2px 5px 2px 5px;
	margin: 2px;
	/*border: 1px solid #333;*/
	border: 1px solid #ba7d8e;
	font-weight: bold;
	color: #333;
	background-color: #F4F4F4;
}
div.pagination span.desactive {
    padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #CCC;
}
/******************* FIN  PAGINATION ****************************/
.form_ident{
	widht:400px;
	padding-top:15px;
	padding-left:0;
}
fieldset{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}
legend{
	color:#000000;
	font-style:italic;
	font-size:11px;
}
.surligne{
	background-color:#DDD;
}

#main-right{
	height:620px;
	width: 250px;
	background: url(/images/interface/main-right-members.jpg) no-repeat top;
	float : right;
}



