/* *****************************************************************************/
/* *************  CSS GENERAL                             **********************/
/* *****************************************************************************/
.black{
	color:#000000;
}

.atRight{
	float:right;
}


.content .unCadre .unCadreCenter .animation {
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.content .unCadre .unCadreCenter .sousMenuAfig {
	margin-top:6px;
	color:#838383;
}
.content .unCadre .unCadreCenter .sousMenuAfig a {
	display:inline;
	color:#838383;
}
.content .unCadre .unCadreCenter .sousMenuAfig a:hover {
	display:inline;
	font-weight:bold;
	color:#000000;
}
.content .unCadre .unCadreCenter .sousMenuAfig a.selected {
	display:inline;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
}

.clearBoth {
	clear:both;
}


/* *****************************************************************************/
/* *************  CSS FOR BUREAU / CA COMPOSITION         **********************/
/* *****************************************************************************/
.compositionBureau {
	margin-left:150px;
	margin-top:30px;
}
.college1 {
	margin-top:30px;
	margin-left:6px;
	float:left;
}
.college2 {
	margin-top:30px;
	margin-right:6px;
	float:right;
}
.membres {
	margin-left:20px;
	margin-top:20px;
}


/* *****************************************************************************/
/* *************  CSS FOR JOURNEES AFIG                   **********************/
/* *****************************************************************************/
.content .unCadre .cadreJournees {
	margin-top:20px;
	width:183px;
	height:255px;
	float:left;
}
.content .unCadre .cadreJournees .top {
	width:183px;
	height:32px;
	background:url('../images/bg_journeesactu_top.png') top left no-repeat;
	
}
.content .unCadre .cadreJournees .masqueCenter {
	padding-left:10px;
	padding-right:10px;
	background:url('../images/bg_journeesactu_center.png') top left repeat-y;
}
.content .unCadre .cadreJournees .masqueCenter .fleche_up {
	position:relative;
	top:-200px;
	left:145px;
	width:7px;
	height:7px;
	background:url('../images/fleche_up.png') top left no-repeat;
}
/* ************* La ligne suivante est uniquement pour IE6**********************/
/* le décalage est différent*/
/* html .content .unCadre .cadreJournees .masqueCenter .fleche_up {	top:-240px; } */

.content .unCadre .cadreJournees .masqueCenter .fleche_down {
	position:relative;
	top:-14px;
	left:145px;
	width:7px;
	height:7px;
	background:url('../images/fleche_down.png') top left no-repeat;
}
/* ************* La ligne suivante est uniquement pour IE6**********************/
/* le décalage est différent*/
/* html .content .unCadre .cadreJournees .masqueCenter .fleche_down {	top:-58px; }*/

.content .unCadre .cadreJournees .center {
	width:142px;
	margin-left:10px;
}
.content .unCadre .cadreJournees .bottom {
	width:183px;
	height:19px;
	background:url('../images/bg_journeesactu_bottom.png') top left no-repeat;
}

.content .unCadre .cadreJourneeSelectionnee {
	margin-top:20px;
	margin-left:200px;
/*	position : absolute;*/
	width:310px;
	height:100%;
}

/* *****************************************************************************/
/* *************  CSS FOR NEWS                            **********************/
/* *****************************************************************************/

.uneNews {
	width:240px;
	text-align:justify;
	margin-left:20px;
	margin-top:4px;
}

.uneNews .title {
	display:block;
	font-weight:bold;
}

.shortNews {
	text-align:justify;
	margin-left:20px;
	margin-top:4px;
}

.shortNews .title {
	font-weight:bold;
	color:#a2d03f;
}

.shortNews .title:first-letter {
	color:#b0b0b0;
}

.content .unCadre .unCadreCenter .uneNews a {
	display:block;
	width:240px;
	text-align:right;
}

