@charset "UTF-8";

/* ------------------------------------ */
/*                                      */
/*        ACTUALITE TYPE:LISTE      	*/
/*                                      */
/* ------------------------------------ */

/**ACTUALITE**/
BODY #page .listActualite li {
	list-style:none;
	clear:both;
	background-image:none;
	padding:0;
	clear:both;
}
.post h3 {
	color:#2e1302;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:normal;
	margin-bottom:0px;
	padding-bottom:5px;
	text-align:left;
}
.post h3 a {
	color:#3996a7;
	display:block;
	text-decoration:none;
}
.post h3 a:hover {
	color:#4cbac5;
	text-decoration:none;
}

.post {
	clear:both;
	position:relative;
	margin-bottom:20px;
}
.post .postgauche {
	float:left;
}
.post .postgauche A {
	border:1px solid #d0d2c4;
	display:block;
	text-decoration:none;
}
.post .postgauche A IMG {
	border:4px solid #fff;
	width:57px;
	height:57px;
}
.post .postdroite {
	padding-left:80px;
}
.post .postdroite P {
	margin-bottom:0;
}
.post .postdroite P A {
	text-decoration:none;
	color:#2e1302;
}
.post .postdroite P A:hover {
	text-decoration:underline;
}
.post HR {
	margin-top:10px;
}

/*galerie*/
.postgalerie {
	overflow:hidden;
	padding-top:10px;
	padding-left:80px;
}
.postgalerie A {
	border:1px solid #d0d2c4;
	display:block;
	text-decoration:none;
	float:left;
	margin-right:4px;
	margin-bottom:4px;
}
.postgalerie A IMG {
	border:4px solid #fff;
	width:57px;
	height:57px;
}
.listActualite .close, .listActualite .open {
	clear:both;
}
.listActualite .close h4, .listActualite .open h4 {
	text-decoration:underline;
	padding-left:15px;
	font-size:12px;
	cursor:pointer;
	background-position:0 0;
	background-repeat:no-repeat;
	font-weight:normal;
	color:#805c39;
}
.listActualite .close H4:hover, .listActualite .open H4:hover {
	color:#91ae22;
}
.listActualite .close DIV, .listActualite .open DIV {
}
.listActualite .close H4 {
	background-image:url(../_image/picto/bullet_plus.png);
}
.listActualite .close DIV {
	display:none;
}
.listActualite .open H4 { 
	background-image:url(../_image/picto/bullet_moins.png);
}
.listActualite .open div {
	display:inherit;
	padding-top:10px;
	padding-bottom:10px;
}


/*document*/
.postdocument {
	overflow:hidden;
	padding-top:10px;
	padding-left:80px;
}
.postdocument P {
	background-image:url(../_image/picto/bullet_go.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding-left:15px;
}


/*Navigation*/
/*peut être en commun avec d'(autre module*/
.navigation {
	clear: both;
	width: 545px;
	background-color:#d7d1c9;
	overflow:hidden;
	padding-top:5px;
	background-image:url(../_image/background_navigation.png);
}
.navigation UL LI#previous_actu{
	background-image:url(../_image/picto/control_rewind.png) !important;
	/*background-position:left center;*/
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	padding-left:14px;
	width:200px;
}
.navigation UL LI#next_actu{
	background-image:url(../_image/picto/control_fastforward.png);
	background-position:right center;
	background-repeat:no-repeat;
	float:right;
	padding-right:20px;
	text-align:right;
	width:200px;
}
.navigation UL LI A {
	text-decoration:none;
}
.navigation UL LI A:hover {
}

/*club saint Cyr*/
.post.clubStCyr H3 {
	padding-left:16px;
	background-image:url(../_image/picto/bullet_club.png);
	background-position:0 0;
	background-repeat:no-repeat;
/*	color:#3996a7;
}
.post.clubStCyr {
	color:#456c72;*/
}
