/*---------------*/
/* Container CSS */
/*---------------*/

#container {
	width: 950px;
	margin: 0 auto;
	position:relative;
	background-image:url(../img/background/cnd.jpg);
}

#content{
	padding-bottom:10px;
}

/*--------*/
/* Global */
/*--------*/

ul {
	font-weight:bold;
	font-size:11px;
}

/******************/
/*    LEFT BOX    */
/******************/

#boxLeft {
	width:365px;
	float:left;
}

/*-----------*/
/*   HEAD    */
/*-----------*/

#headLeft {
	background-image:url(../img/background/bloc730.gif); 
	background-position:330px 0px;	
	background-repeat:repeat-y;
	
}
/*-----------*/
/*   LOGO    */
/*-----------*/

#boxLeft .textLogo {
	width:80px;
	height:31px;
	background-color:#8e004e;
	margin: -50px 0px 0px 30px;
}

#boxLeft .textLogo h2 {
	font-size:12px;
	color:white;
	padding-top:15px;
	margin-left:10px;
}

/*-----------*/
/* BOX BLANC */
/*-----------*/

.blocBlancLeftLarge {
	width:300px;
	height:20px;
	background-color:#f7f7f7;
}
.blocBlancLeftSmall {
	margin-left:270px;
	width:30px;
	height:5px;
	background-color:#f7f7f7;
}

#blocBlancLeft {
	width:30px;
	height:55px;
	background-color:#f7f7f7;
}

/*------------*/
/*    MENU	  */
/*------------*/

ul.menu {
	background-image:url(../img/background/bloc730.gif); 
	background-position:-700px 0px;	
	background-repeat:repeat-y;
}

/* ITEMS GLOBAL  */
li.items {
	padding-bottom:5px;
}

li.items .text {
	width:270px;
	background-color:#f7f7f7;
	font-size:12px;
	text-align:right;
	padding-right:5px;
	padding:5px 30px 5px 0px;
}

li.items .text a {
	color:#8e004e;
}

li.items.last {
	padding-bottom:0px;	
}

/* ITEMS AVANT  */
li.before.items{
	background-image:url(../img/background/bloc730.gif); 
	background-position:330px 0px;	
	background-repeat:repeat-y;
}

/* ITEMS OUVERT */
li.open .text{
	width:305px;
	height:100%;
	padding-right:60px;
}

li.open .text a {
	color:black;
}

/* Style Pour cacher les sous Items si item inactif */
li.items .sousItems {
	display:none;
}
li.open.items .sousItems  {
	display:block;
}
li.open.items .sousItems a:hover {
	color:#8e004e;
}
li.open.items .sousItems .open {
	color:#8e004e;
}

/*--------------------*/
/*   background END   */
/*--------------------*/

#blocLeftBackground {

	background-image:url(../img/background/bloc730.gif); 
	background-position:-700px 0px;	
	background-repeat:repeat-y;
	/* ATTENTION A RESOUDRE DONC A ENLEVER */
	height:300px; 
}

/*******************/
/*    RIGHT BOX    */
/*******************/

#boxRight {
	float:left;
	width:585px;
}

/* BOX BLANC */

#boxRight .boxBlanc {
	float:left;
	width:605px;
	height:30px;
	background-color:#f7f7f7;
}


/*------------*/
/* BOX SMALL  */
/*------------*/

.boxSmall {
	width:530px;
	margin-left:30px;
	float:left;
}

/* LOGO */

.boxSmall .textLogo {
	float:left;
	background-color:#8e004e;
	margin-top:5px;

}

.boxSmall .textLogo h2 {
	margin-top:20px;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	color: #f7f7f7;
	font-weight:bold;
}

/* CONTENT */

.boxSmall .content {
	float:left;
	background-color:#f7f7f7;
	width:525px;
	text-align:justify;
}

.boxSmall .diapo img {
	margin: 20px 0px 5px 20px;	
}
.boxSmall .legende {
	margin: 0px 0px 0px 20px;
	font-size:9px;
}

.boxSmall .textContent {
	color:#000000;
	float:left;
	margin: 10px 20px 20px 20px;
	font-size:12px;

}

.typeCercle{
	background-color:#8e004e;
	padding:5px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}

.boxSmall .textContentChapeau {
	color:#000000;
	float:left;
	margin: 10px 20px 0px 20px;
	font-size:12px;
	font-weight:bold;
}

.boxSmall h3 {
	color:#8e004e;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:20px;
	margin-top:10px;
	cursor:pointer;
}
.boxSmall .textContentSuite {
	color:#333333;
	float:left;
	margin: 0px 20px 20px 20px;
	font-size:12px;
}
.boxSmall .textContentSuiteChapeau {
	color:#333333;
	float:left;
	margin: 10px 20px 20px 20px;
	font-size:12px;
	font-weight:bold;
}
/*-----------*/
/* BOX LARGE */
/*-----------*/

.boxLarge {
	width:555px;
	margin-left:30px;
	float:left;
}

/* logo */

.boxLarge .textLogo {
	float:left;
	background-color:#8e004e;
	margin-top:5px;
	height:25px;

}

.boxLarge .textLogo h2 {
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	color: #f7f7f7;
	font-weight:bold;
}

.boxLarge .contentFirst {
	float:left;
	background-color:#f7f7f7;
	height: 30px;
	width:555px;
}

.boxLarge .contentLast {
	float:left;
	width:555px;
	background-color:#f7f7f7;
	padding: 20px 0px; /* Bug  IE PADDING APPLIQUER A LA PLACE DU MARGIN .boxLarge .contentLast .textContent */
}

.boxLarge .contentLast .textContent {
	float:left;
	background-color:#f7f7f7;
	margin: 0px 20px;
	font-size:12px;
}

.boxLarge .contentLast .textContent .lien {
	color:#8e004e;
	font-weight: bold;
}

.boxLarge h3 {
	color:#8e004e;
	float:left;
	font-size:12px;
	font-weight:bold;
	margin-left:20px;
	margin-top:10px;
	cursor:pointer;
}
.boxLarge .textContentSuite {
	color:#333333;
	float:left;
	margin: 0px 20px 20px 20px;
	font-size:12px;
}

.boxContacts {
	width:340px;
	float:left;
	margin-top:129px;
}

.boxContacts .textLogo {
	background-color:#8e004e;
	height:25px;
}

.boxContacts .textLogo h2 {
	margin-left:5px;
	margin-right:5px;
	font-size: 12px;
	color: #f7f7f7;
	font-weight:bold;
}

.boxContacts .contentFirst {
	background-color:#f7f7f7;
	height: 30px;
	width:335px;
}

.boxContacts .contentLast {
	width:335px;
	background-color:#f7f7f7;
	margin-left:30px;
	padding: 20px 0px; /* Bug  IE PADDING APPLIQUER A LA PLACE DU MARGIN .boxLarge .contentLast .textContent */
	height:150px;
}

.boxContacts .contentLast .textContent {
	float:left;
	background-color:#f7f7f7;
	margin: 0px 20px;
	font-size:12px;
}

.boxContacts .contentLast .textContent .lien {
	color:#8e004e;
	font-weight: bold;
}


/* PLAYER VIDEO */

.bandeLargeBlancVideo {
	float:right;
	width:60px;
	height:330px;
	background-color:#f7f7f7;
	
}

.video {
	float:right;
	margin: 10px 10px 10px 0px;
}

/*---------------*/
/* BOX LARGE LAST*/
/*---------------*/

.boxLarge.last .bandeLargeBlancVideo{
	float:left;
	width:30px;
}

.boxLarge.last .video {
	float:left;
	margin: 0px 0px 10px 0px;
	background-color:#f7f7f7; 
	padding:0px 0 10px 10px;
}

.boxLarge.last .contentFirst  {
	height:16px;
}

/* POUR LE BACK OFFICE*/
.intertitre{
	color:#8e004e;
	font-weight:bold;
	font-size:13px;
}

a {
	color: #8e004e;
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

/*-----------------*/
/* PROGRAMME AGENDA */
/*-----------------*/

.programmeAgenda, .programmeAgendaLong, .programmeAgendaProMoyen {
	float:left;
	width:515px;
	height:55px;
	margin-left:90px;
	background-image:url(../img/background/bloc730.gif); 
	background-position: -645px;
	background-repeat:repeat-y;
}

.programmeAgendaPro {
	float:left;
	width:515px;
	height:55px;
	margin: 0px 0px 0px 70px;
	background-image:url(../img/background/bloc730.gif); 
	background-position: -645px;
	background-repeat:repeat-y;
}

.programmeAgenda .lien, .programmeAgendaPro .lien, .programmeAgenda .lienEnGris {
	margin-top:30px;
	height:25px;
	width:485px;
	background-color:#f7f7f7;
}

.programmeAgendaLong .lien {
	margin-top:30px;
	height:25px;
	width:535px;
	background-color:#f7f7f7;
}


.programmeAgendaProMoyen .lien {
	margin-top:30px;
	height:25px;
	width:505px;
	background-color:#f7f7f7;
}

.programmeAgenda .lien a, .programmeAgendaPro .lien a, .programmeAgendaLong .lien a {
	float:right;
	margin-top:5px;
	margin-right:40px;
	color:#990100;
	font-size:12px;
	font-weight:bold;
	background-color:#f7f7f7;
}

.programmeAgenda .lienEnGris a {
	float:right;
	margin-top:5px;
	margin-right:40px;
	color:#666666;
	font-size:12px;
	font-weight:bold;
	background-color:#f7f7f7;
}

.programmeAgendaProMoyen .lien a {
	float:right;
	margin-top:5px;
	margin-right:10px;
	color:#990100;
	font-size:12px;
	font-weight:bold;
	background-color:#f7f7f7;
	
}

/* ORGANIGRAME */

.organigrame  {
	float:left;
	width:555px;
	margin-left:30px;
	background-image:url(../img/background/bloc730.gif);
	background-position: -650px;
	background-repeat:repeat-y;
}
.organigrame  .lien {
	margin-top:10px;
	height:25px;
	width:100%;
	background-color:#f7f7f7;
}

.organigrame .lien_detail {
	float:right;
	margin-top:10px;
	width:100%;
	background-color:#f7f7f7;
	padding: 7px 0px;
}

.organigrame .lien_detail .content_lien_detail {
	color:#8e004e;
	font-size:12px;
	margin-right:50px;

	text-align:right;
}
.organigrame .lien_detail .content_lien_detail .nom{
	font-weight:bold;
}

.organigrame .lien a {
	float:right;
	margin-top:5px;
	margin-right:40px;
	color:#990100;
	font-size:12px;
	font-weight:bold;
	background-color:#f7f7f7;
}
.organigrame .lien_detail .title {
	float:right;
	margin-top:5px;
	margin-right:40px;
	color:#990100;
	font-size:12px;
	font-weight:bold;
	background-color:#f7f7f7;
}
.organigrame .lien_detail .content a {
	font-size:12px;
	font-weight:bold;
	background-color:#f7f7f7;
}

/* Partenaires */

.partenaireContent {
	margin: 10px 10px 10px 15px;
	width:235px;
	float:left;
}
.partenaireContent .logo {
	float:left;
	margin-right:10px;
}
.partenaireContent .partenaireTextContent {
	font-size:12px;
	float:left;

}
.offresPourvoir  {
	float:left;
	width:500px;
	//background-image:url(../img/background/bloc730.gif);
	background-position:-650px 0;
	background-repeat:repeat-y;
}

.offresPourvoir .textContent {
	margin-bottom:10px;
	background-color:#F7F7F7;
	text-align:right;
	padding: 5px 0px;
}

.offresPourvoir .textContent .title {
	margin-right:20px;
	font-weight:bold;
	font-size:12px;
	color:#8e004e;

}
	
.offresPourvoir .textContent .date {
	margin-right:20px;
	font-weight:bold;
	font-size:12px;
}
	
.offresPourvoir .textContent .chapeau{
	margin-right:20px;
	margin-left:100px;
	color:#666666;
	font-size:12px;

}

.offresPourvoir .textContent .pdf{
	margin-right:20px;	
	font-weight:bold;
	font-size:12px;
}

.legende {
	font-size:9px;
	color:#999999;
}

.diapo {
	padding-bottom:20px;
	background-color:#f7f7f7;
	width:525px;
	margin-bottom:15px;
}





