
/* Layout */
/*********************************/

/* On défini la couleur pour chaque rubrique */

body#home { background-color:#D5D5D5; }
body#agenda { background-color:#bd004f; }
body#infos { background-color:#70b146; }
body#cpif { background-color:#ce001b; }
body#residences { background-color:#4073b5; }
body#services { background-color:#34616a; }
body#ressources { background-color:#5c1577; }

 /* Police */
body {
font-family: Arial, Helvetica, sans-serif;
}

/* on définit la couleur de fond du content */
#contentWrapper {
	background-color:#FFF;
}

#contentBox {
	background-color:#FFF;
	width:950px;
	margin: 0 auto;
	padding-top:25px;
	padding-bottom:15px;
}

/* on définit la couleur de fond du menu */
#menuWrapper {
	background-color:#7b7971;
	width:100%;
}

/* on centre toutes les zones */
#header, #menu, #content, #footer {
	width: 950px;
	margin: 0 auto;
	clear: both;
}


/* Header */
/*********************************/

#header {
	height:75px;
}

#header #logo img {
	width: 300px;
	height: 75px;
	background-color:red;
}

#header #toolBar {
	width: 160px;
	height: 20px;
	margin-left: 730px;
	margin-top: -40px;
}


/* Menu */
/*********************************/

#menu {
	height:25px;			
}

#menu ul {
	margin-left:65px;
}

#menu li{
	float:left;
	list-style-type:none;
}

#menu li a, #menu li img {
	display:block;
}

/* Menu Deroulant */
/*********************************/
#menu  .sousMenu {
	display:none;
	padding: 0px;
	margin: 0px;
	background-color:#7b7971;
	position:absolute;


}
#menu  .sousMenu.accueil{
	width:140px;
	background-image:url(../img/menu/menu_01Bg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#menu  .sousMenu.agenda{
	width:140px;
	background-image:url(../img/menu/menu_02Bg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#menu  .sousMenu.infos{
	width:140px;
	background-image:url(../img/menu/menu_03Bg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#menu  .sousMenu.cpif{
	width:140px;
	background-image:url(../img/menu/menu_04Bg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#menu  .sousMenu.residence{
	width:170px;
	background-image:url(../img/menu/menu_05Bg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#menu  .sousMenu.service{
	width:140px;
	background-image:url(../img/menu/menu_06Bg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

#menu  .sousMenu.ressources{
	width:140px;
	background-image:url(../img/menu/menu_07Bg.gif);
	background-repeat:repeat-y;
	background-position: left;

}

#menu  .sousMenu a  {
	text-decoration:none;
	color:white;
	font-weight:bold;
	margin-left:4px;
}

#menu  .sousMenu a:hover {
	text-decoration:underline;
	color:white;
	font-weight:bold;
}


#menu  .sousMenu li  {
	float:none;
	background-color:#94928d;
	font-size:10px;
	margin: 0px -3px 5px 3px;
	padding: 3px 0px;
}

#menu  .sousMenu li.last  {
	margin: 0px -3px 0px 3px;
}

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




/* Footer */
/*********************************/

#footer {
	height:40px;
}

#footer img {
	margin-left:75px;
}



/* Content /// Home */
/*********************************/

#content {
	background-image:url(../img/sp/home.gif);
	background-repeat:repeat-y;
	background-position: 450px 0px;
}

#content #left{
	float:left;
	width:300px;
	margin-left:75px;
	margin-bottom:20px;
}

#content #right {
	float:left;
	margin-left: 75px;
}

#content #right .boxWrapper {
	width:475px;
	/*background-color:red;*/
	background-image:url(../img/sp/home.gif);
	background-repeat:repeat;
	background-repeat:repeat-x;
	background-position: bottom;
	margin-bottom:20px;
}

#content #right .boxWrapper.last {
	background-image:none;
	margin-bottom:0px;
}

#content #right .box {
	width:320px;
	margin-left: 75px;
	padding-bottom: 20px;
	
}

/* Content /// Home /// Texte */
/*********************************/

/* Focus d'expo */

#left .genre {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3F3930;
font-weight: bold;
}

#left .date {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7B7971;
}

#left .title a {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
color: #7B7971;
font-weight: normal;
text-transform: uppercase;
text-decoration:none;
}

#left .title a:hover {
color: #bd004f;
}

#left .person {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #3F3930;	
font-weight: bold;
}


#left .subtitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
color: #3F3930;	
font-weight: bold;
}

#left .heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7B7971;
}

#left a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration:none;
}

#left a:hover {
color: #bd004f;
}


/* Petit Focus droite */

#right .section {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #C4C4C4;
font-weight: bold;
text-transform: uppercase;
}

#right .genre {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3F3930;
font-weight: bold;
}

#right .date {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7B7971;
}

#right .title a, #right .title {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: #7B7971;
font-weight: normal;
text-transform: uppercase;
text-decoration:none;
}

#right .title a:hover {
color: #bd004f;
}

#right a.edition:hover {
color: #ce001b;
}

#right .person {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3F3930;	
font-weight: bold;
}


#right .subtitle {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #3F3930;	
font-weight: bold;
}

#right .heading {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #7B7971;
}

#right a {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
text-decoration:none;
}

#right a:hover {
color: #bd004f;
}

/********************/
/*   STYLE AGENDA   */
/********************/



/* Barre centrale */
/* #agenda #content {
	background-image:url(../img/sp/agenda.gif);
	background-repeat:repeat-y;
	background-position: 430px 0px;
} */

/* Formatage de l'ensemble des liens */
/* #agenda #left a {
	font-size:12px;
	color:#7B7971;
	font-weight:normal;
} */

/* LEFT */
/*****************************/

/* Left First Agenda */

/* #agenda #left {
	color:#7B7971;
}

#agenda #left .first {
	width:355px;
	padding: 10px 0px 0px 0px;
	background-image:url(../img/sp/agenda.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
#agenda #left .first .mois li {
	display:inline;
}
#agenda #left .first .spectacleType {
	font-size:12px;
	line-height:17px;
}
#agenda #left .first .mois {
	padding: 5px 0px 40px 0px;
}

#agenda #left .first .spectacleType {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 15px 0px;
}

#agenda #left .first .spectacleType a {
	margin: 0px 0px 0px 5px;
}

#agenda #left .first .spectacleType .actif, #agenda #left .first .spectacleType .actif a {
	font-weight:bold;
} */

/* Left Last Agenda */
/*****************************/

/* #agenda #left .last .spectacleLieux {
	font-size:12px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 40px 0px;
}


#agenda #left .last .archive li {
	font-size:15px;
	font-weight:bold;
}

#agenda #left .last .archive .agenda{
	color:#34616a;
}

#agenda #left .last .archive .archives{
	color:#5c1577;
} */

/* RIGHT */
/*****************************/

/* RIGHT  Agenda */

/* #agenda #right {
	margin-left:55px;
}


#agenda #content #right .box {
	float:left;
	width:320px;
	margin-left:0px;
	padding-bottom: 20px;
} */

/* Logo Right */

/* #agenda #content #right .boxWrapper .logo {
	float:left;
	width:150px;
}

#agenda #content #right .boxWrapper .logo img {
	margin: 0px 0px 0px 25px;
}
 */
/* Style Diaporama */
/* #agenda #content #right .boxWrapper .logo .diaporama {
	float:right;
	color:white;
	background-color:#bd004f;
	padding: 0px 1px;
	margin: 1px 25px 0px 0px;
}
 */

