body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	background: white;
}
#wrapper { 
 margin: 0 auto;
 width: 980px;
 border: 0px solid #ccc;
 background: White;
}
#header {
	color: #333;
	width: 980px;
	float: left;
	padding: 0px;
	border: 0px solid #ccc;
	height: 150px;
	margin: 10px 0px 0px 0px;
	background: White;
}
#leftcolumn {
	color: #333;
	border: 0px solid #ccc;
	background: White;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: 230px;
	float: left;
}
#rightcolumn {
	float: right;
	color: #333;
	border: 0px solid #ccc;
	background: White;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: auto;
	width: 750px;
	display: inline;
}
#footer {
	width: 980px;
	clear: both;
	color: #333;
	border: 0px solid #ccc;
	background: White;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}
/* 3 COLONNES CONTENU */
#colonne1 {
	width: 236px;
	height: auto;
	background: White;
	float: left;
	margin: 20px 0px 0px 10px;
}
#colonne2 {
	width: 236px;
	height: auto;
	background: White;
	float: left;
	margin: 20px 0px 0px 10px;
}
#colonne3 {
	width: 236px;
	height: auto;
	background: White;
	float: right;
	margin: 20px 12px 0px 10px;
}
/* page goodies */
.colonne1-goodies {
	width: 236px;
	height: auto;
	background: White;
	float: left;
	margin: 20px 0px 0px 10px;
}
.colonne2-goodies {
	width: 470px;
	height: 160px;
	background: White;
	float: left;
	margin: 0px 0px 0px 10px;
}

/* NEWS */
.news-acc_img {
	width: 90px;
	height: 90px;
	float:left;
	padding:10px 10px 0px 10px;
}
.news-acc_text {
	width: 110px;
	height: auto;
	float: right;
	padding: 10px 10px 0px 0px;
	background: White;
	float: left;
}
.news_img {
	width: 180px;
	float: left;
	padding: 10px 10px 0px 10px;
	background: White;
}
.news_text {
	width: 510px;
	float: left;
	padding: 0px 10px 0px 0px;
	background: White;
}

/* MODULES */

.modulagendaAc {
	background-color:#B2C72A;
	width: 690px;
	margin: 10px 0px 10px 0px;
	height: auto;
	float: left
}

.modulagendaIn {
	background-color: White;
	width: 690px;
	margin: 10px 0px 10px 0px;
	height: auto;
	float: left;
}

.modulphotosAc {
	background-color:#B2C72A;
	width: 550px;
    margin:auto;
    padding:10px;
	height: auto;
}

.modulphotosIn {
	background-color: White;
	width: 550px;
	margin: auto;
	padding: 10px;
	height: auto;
}

	#dyna-img {
    float:left;
    }
	 
	hr {
		border: 0px;
		clear: both;
		height: 10px;
		visibility: hidden;
	}