body {
	background: url(fond.jpg) repeat-x 0 top;
	margin: 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

a{
	color: #FF7600;
	text-decoration: underline;
}
a:hover{
	color: #FF7600;
	text-decoration: none;
}

div#conteneur {
	width: 950px;
	min-height: 400px;
	background: url(fond2.jpg) no-repeat left top;
	margin: 0px auto 30px auto;
}

div#logo {
	background: url(logo.gif) no-repeat 0 top;
	width: 165px;
	height: 355px;
	float: left;
	margin: 55px 0px 0px 0px;
}

div#texte {
	width: 500px;
	min-height: 400px;
	float: left;
	padding: 5px;
	margin: 15px 0px 0px 5px;
	text-align: justify;
	font-size: 14px;
}
div#texte_modif {
	width: 700px;
	min-height: 400px;
	float: left;
	padding: 5px;
	margin: 15px 0px 0px 5px;
	text-align: justify;
	font-size: 14px;
}

.titre {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}

/* @group div#menu */

div#menu {
	width: 725px;
	height: 20px;
	float: left;
	margin: 225px 0px 0px 0px;
	padding: 5px;
	font-size: 15px;
	z-index: -10000;
}

#menuDeroulant{
 	width: 725px;
 	list-style-type: none;
 	margin: 0px 0px 0px 0px;
 	padding: 0;
 	border: 0;
 	 position: relative;
 	top: 0;
 	left: 0;
}
#menuDeroulant li{
 	float: left;
 	width: 140px;
 	margin: 0;
 	padding: 2px 0px 0px 0px;
 	border: 0;
	text-transform: uppercase;
	color: #030000;
	font-weight: bold;
	z-index:1000;
}

#menuDeroulant .sousMenu{
	 display: none;
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
	 border: 0;
	font-weight: normal;
	font-style: normal;
}

#menuDeroulant li:hover > .sousMenu { display: block; }


#menuDeroulant .sousMenu li{
	 float: none;
	 margin: 0;
	 padding: 0;
	 border: 0;
	 width: 139px;
	 border-right: 1px solid transparent;
	background-color: #FAC17E;
	border-top: 1px solid #fffcfc;
	font-weight: normal;
	font-style: normal;
}

#menuDeroulant li a:link, #menuDeroulant li a:visited{
	 display: block;
	 height: 1%;
	 margin: 0;
	 padding: 4px 8px;
	 border-right: 1px solid #fff;
	 text-decoration: none;
	color: #030000;
}
#menuDeroulant li a:hover { background-color: #FF650F;
	color: #fffcfc;
}
#menuDeroulant li a:active { background-color: #FF650F; }

#menuDeroulant .sousMenu li a:link,
#menuDeroulant .sousMenu li a:visited{
	 display: block;
	 margin: 0;
	 border: 0;
	 text-decoration: none;
	 background: transparent url("fondTR.png") repeat;
	color: #030000;
	text-transform: lowercase;
}
#menuDeroulant .sousMenu li a:hover{
	 background-image: none;
	 background-color: #FF650F;
	color: #fffcfc;
}

/* @group Admin */

.li_admin{
	 background-image: none;
	 color: #f71313;
}

.lien_modif a:link{
	color: #f98119;
	font-size: 12px;
	text-align: right;
}

.lien_modif a:visited{
	color: #f98119;
	font-size: 12px;
	text-align: right;
}

.lien_modif a:hover{
	color: #f98119;
	font-size: 12px;
	text-align: right;
	text-decoration: none;
}

/* @end */


/* @end */

/* @group div#pied_page */

div#pied_page {
	width: 500px;
	height: 20px;
	float: left;
	margin: 0px 0px 0px 170px;
	padding: 5px;
	border-top: 2px solid #8c8c8c;
	text-align: center;
	font-size: 12px;
}
div#pied_page a{
	color: #000;
	text-decoration: none;
}
div#pied_page a:hover{
	color: #ffa437;
	text-decoration: none;
}



/* @end */

/* @group div#news */

.lien_news {
	text-align: right;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
}

.texte_news {
	width: 500px;
	min-height: 50px;
	float: right;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	text-align: justify;
	font-size: 14px;
		
}

.titre_news2 {
	width: 500px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	text-decoration: none;
	float: right;

}

.news {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 10px -5px;
	text-decoration: none;


}

.titre_news2 a {

	text-decoration: none;
	color: #000;
}

div#news {
	width: 200px;
	min-height: 220px;
	float: right;
	padding: 5px 0px 0px 0px;
	margin: 15px 0px 0px 5px;
	text-align: justify;
}

.event_news {
	width: 199px;
	text-align: left;
	font-size: 14px;
	border-left: 2px solid #7e7e7e;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.event_news a{
	color: #FF7600;
	text-decoration: underline;
}
.event_news a:hover{
	color: #FF7600;
	text-decoration: none;
}

.event_galerie {
	width: 199px;
	text-align: left;
	font-size: 14px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

.event_galerie a{
	color: #FF7600;
	text-decoration: underline;
}
.event_galerie a:hover{
	color: #FF7600;
	text-decoration: none;
}

.titre_news {
	text-transform: uppercase;
	font-weight: bold;
}

.date {
	font-size: 10px;
}

.dateheure {
	font-size: 11px;
	color: #FF7600;
}



/* @end */

/* @group activité */

.activite a{
	width: 530px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #e3e3e3;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 0px 5px 3px ;
}

.activite a:hover{
	background-color: #f9a827;

}



/* @end */

/* @group Pagination */

#page_navigation a{
    padding:3px;
    border:1px solid #dedede;
    margin:3px;
    color:black;
    text-decoration:none;
}
#page_navigation a:hover{
    background: #ffc544;
}
.active_page{
    background:#FF7600;
    color:white !important;
}


ul#content li{
    padding: 5px;
    list-style-type:none;
    
}






/* @end */

/* @group Galerie */

.galerie a {
	text-decoration: none;
	color: #000;
}

.galerie img a:hover {
	text-decoration: none;
	color: #000;
	border-style: solid;
	border-color: #ffbd29;
}

.galerie a:hover {
	text-decoration: none;
	color: #FF7600;
}

.delete_img {
	width: 140px;
	height: 142px;
	background-color: #fac300;
	float: left;
	margin: 0px 10px 10px 0px;
	z-index:-1;
	border: 1;
}

.img {
	width: 140px;
	height: 125px;
	float: left;
	margin: 0px 10px 10px 0px;
	z-index:-1;
}

.delete_img a {

	color: #030000;
	text-decoration: none;
}

.delete_img a:hover {

	color: #e82900;
	text-decoration: none;
}



/* @end */



