/* Start of CMSMS style sheet 'Forms' */
@charset "utf-8";

form {
	overflow:hidden;
}

form input.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b9b2a9;
	border:1px solid #b9b2a9;
	padding:3px;
}

form input.text.selectionne {
	color: #7f705d;
	border:1px solid #7f705d;
}

form div.ligne {
	display:block;
	clear:left;
	margin:5px 0 5px 0;
	overflow:hidden;
}

form div.ligne input {
	float:left;
	overflow:hidden;
}

form div.ligne label {
	width:120px;
	float:left;
	overflow:hidden;
	font-weight:bold;
}

form div.ligne label span {
	display:inline;
	float:none;
	clear:none;
}

/* End of 'Forms' */

/* Start of CMSMS style sheet 'Contenu' */
@charset "utf-8";

/** Mise en page */

#contenu {
        margin-top: 20px;
	width:960px;
}

#contenu {
	overflow:hidden;
	color:#616161;
	font-size:11px;
	font-family: Verdana, Tahoma, Arial, Sans Serif;
}

h2 {
	margin-top:0;
	margin-left:5px;
	margin-bottom:10px;
}

/* End of 'Contenu' */

/* Start of CMSMS style sheet 'Header' */
@charset "utf-8";
/* CSS Document */

/* New header */
#header-false-left {
 background: url('../skin/frontend/default/artdies/images/artdies/layout/header-bg-left.jpg') repeat-x;
}
#header-false-right {
 background: url('../skin/frontend/default/artdies/images/artdies/layout/header-bg-right.jpg') repeat-x;
}
#header-top-container {
 position: absolute;
 top: 0px;
 left: 50%;
 background: url('../skin/frontend/default/artdies/images/artdies/layout/header.jpg') center top no-repeat;
 width: 1184px;
 height: 157px;
 margin-left: -580px;
}


/*****************************
		  MENU 
*****************************/

#menu-contain {
	position: absolute;
	left: 50%;
	top: 157px;
	background-image: url('../skin/frontend/default/artdies/images/artdies/layout/menu.jpg');
	color: #FFFFFF;
	width: 1184px;
	height: 37px;
	margin-left: auto;
	margin-right: auto;
	margin-left: -580px;
}

#menu {
	height: 34px;
	margin-left: 100px;
}

#menu ul {
	width: 945px;
	height: 34px;
}

#menu ul li {
	display: inline;
	line-height: 34px;
	float: left;
	margin-left: -12px;
}
#menu ul li img {
	margin-left: -8px;
}

#menu ul li.premier {
	margin-left: 50px;
	display: block;
}

#menu ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	float: left;
}

#menu ul li a.accueil {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-accueil.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 60px;
	height: 34px;
	display: block;
}

#menu ul li.current  a.accueil {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-accueil.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li  a.accueil:hover {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-accueil.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li a.catalogue {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-le-catalogue.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 92px;
	height: 34px;
	display: block;
}

#menu ul li  a.catalogue:hover {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-le-catalogue.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li a.galerie {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-la-galerie.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 74px;
	height: 34px;
	display: block;
}

#menu ul li.current a.galerie {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-la-galerie.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li  a.galerie:hover {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-la-galerie.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li a.encadrement {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-encadrement.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 93px;
	height: 34px;
	display: block;
}

#menu ul li.current a.encadrement {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-encadrement.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li  a.encadrement:hover {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-encadrement.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li a.conseil {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-conseils.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 65px;
	height: 34px;
	display: block;
}

#menu ul li.current a.conseil {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-conseils.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li  a.conseil:hover {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-conseils.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li a.contact {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-contact.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 65px;
	height: 34px;
	display: block;
}

#menu ul li.current a.contact {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-contact.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#menu ul li  a.contact:hover {
	background-image: url(../skin/frontend/default/artdies/images/artdies/menu/menu-rollover-contact.gif);
	background-position: center center;
	background-repeat: no-repeat;
}
#menu ul li a span {
	display: none;
}

#menu ul li img {
	padding: 0 10px;
	float: left;
}




/*`Search form on header */
.wrapper {
	min-height:100%; 
	text-align:left;
	position: relative;
	top: 200px;
        width:854px;
        margin-left:auto;
        margin-right:auto;
}
.header-search-acccount
{ 
background: url('../skin/frontend/default/artdies/images/artdies/layout/background-recherche.jpg') no-repeat; 
margin-top: -9px;
margin-left: 0px;
width:854px; 
height:55px;
}
.header-search
{
float: left;
diplay:inline;
}
.header-search-form
{
position: relative;
top: 22px;
left: 10px;
}
.header-search select
{
 width:134px;
 height: 22px;
 padding-top: 2px;
 border: solid;
 border-width: 1px;
 border-color: #e3e3e3;
}
.header-search p a#lienrecherche
{
 position:relative;
 left: 561px;
 display:block;
 background: url('../skin/frontend/default/artdies/images/artdies/btn-search.jpg') no-repeat;
 width: 92px;
 height: 22px;
 font-size: 0px;
}
.my-account
{
 float: left;
 diplay:inline;
 width: 120px;
 margin-left: 138px;
 margin-top: 25px;
}
.my-account a
{
 font-family: Arial;
 font-size: 12px;
 color: #ebbc58;
}
.my-account a:hover
{
 font-family: Arial;
 font-size: 12px;
 color: #ebbc58;
 text-decoration: none;
}











/** Recherche */
#top_recherche {
        padding-top:50px;
        padding-left:10px;
	background-image:url(images/structure/rechercher_bg.jpg);
	width:225px;
	height:141px;
	float:right;
	margin-top:17px;
	color: #000000;
}

#top_recherche form {
	display:block;
	overflow:hidden;
	margin:0;
}

#top_recherche select {
	float:left;
	font-family: Verdana;
	font-size: 10px;
	margin:0;
	padding:0;
}

#top_recherche label {
	display:block;
	font-size:11px;
	width:65px;
	float:left;
	clear:left;
	margin:0;
	padding:0;
	font-weight:normal;
}

#top_recherche a {
	float:left;
	clear:both;
	display:block;
	padding:10px 0 0 155px;
}




.search-footer {
margin-top:5px;
clear:left;
overflow:hidden;
}

#top_recherche .search-footer a {
padding:0px;
}

#top_recherche .search-footer label {
  display:inline;
  float:none;
  clear:none;
}

.search-footer-1 {
  width:150px;
  float:left;
}

.search-footer-1 p {
  padding-left:15px;
  padding-top:3px;
}

.search-footer-1 input {
 margin:0;
}


.search-footer-2 {
  width:50px;
  float:left;
}















/* Baseline du site */

#header_content p {
	color: #e1cfc2;
	text-align: center;
}






/** Panier */

#top_panier {
	height:191px;
	overflow:hidden;
	float:right;
	background-image:url(images/structure/mon_panier_bg.jpg);
	width:160px;
	height:156px;
	color:#2D231C;
        padding-top:35px;
        margin-top:17px;
        margin-left:13px;
        margin-right:15px;
}

#top_panier div {
	margin:0px 15px 0 15px;
}

#top_panier p {
	text-align:center;
	padding:6px 0 0 0px;
	font-style:italic;
}

ul.panier_header {
	margin:0;
	padding:6px 0 0 0;
	list-style:none;
	max-height:100px;
	overflow:auto;
}

ul.panier_header li {
	margin:2px 0 0 0;
	font-size:10px;
	padding:0;
}

#top_panier p.lien_panier {
	padding-top:25px;
}








/* End of 'Header' */

/* Start of CMSMS style sheet 'Main' */
@charset "utf-8";

/** Nettoyage */
div, body, p, img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/** Liens par défaut */
a, a:visited {
	color: #32848E;
	text-decoration:underline;
}

a:hover {
	color: #02545E;
	text-decoration:none;
}

/** Calques pour centrer */
.div_variable {
	text-align: center;
	width: 100%;
}
.div_fixe {
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.div_fixemenubarre {
	text-align: right;
	width: 960px;
	margin: auto;
	padding-top: 10px;
	padding-right: 15px;
}

#contenu {
	width: 858px;
	margin-top: 215px;
	margin-bottom: 30px;
}

/** Fond */

body {
}

#page {
	background-color:#ffffff;
	min-width:960px;
	width:100%;
}
/* End of 'Main' */

/* Start of CMSMS style sheet 'Footer' */
@charset "utf-8";
/* CSS Document */

#fondfooter {
	background-color: #65523f;
	background-image: url(images/structure/footer-bg.gif);
	background-repeat: repeat-x;
	height:130px;
}

#footer {
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 850px;
	padding-top:33px;
}

#footer ul {
	margin:0px;
	padding:0px;
}

#footer ul.premier {
	margin-bottom:5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer ul li {
	list-style-type: none;
	position:relative;
	display: inline;
	padding-left: 9px;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#footer ul.premier li {
	border-left:1px solid #ffffff;
}

#footer ul.second li {
	border-left:1px solid #c7b090;
}

#footer ul > li.premier {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-left:0;
}

#footer a:hover {
	text-decoration:underline;
}

#footer .coin_droit {
	position: relative;
	top: 0px;
	right: 0px;
	text-align:right;
	font-size: 10px;
	color: #c7b090;
	float:right;
}

#footer .coin_gauche {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c7b090;
}

#footer_logo {
	float:left;
	margin-top:0px !important;
	margin-top:10px;
	margin-right:0px;
}
#footer ul.second {
	margin-top:5px;
	margin-bottom:5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c7b090;
}
#footer .coin_droit a {
	font-size: 10px;
	color: #c7b090;
	text-decoration: none;
}
#footer .coin_droit a:hover {
	font-size: 10px;
	color: #c7b090;
	text-decoration: underline;
}
#footer ul.second a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c7b090;
	text-decoration: none;
}
#footer ul.second a:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c7b090;
	text-decoration: underline;
}

#footer ul.premier a {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}
#footer ul.premier a:hover {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}
/* End of 'Footer' */

/* Start of CMSMS style sheet 'Contenu - Blocs' */
/** Styles communs à tous les éléments des pages CMS **/

.bloc_page {
	margin-left:4px; /** Espacement entre les blocs */
	margin-top:4px; /** Espacement entre les blocs */
	border:1px solid #b9b2a8;
	clear:left;
}

.bloc_page_contenu {
	border:2px solid #ffffff; /* marge intérieure des blocs */
	overflow:hidden;
}


.bloc_page p, .bloc_page form, .bloc_page h3, .bloc_page h4 {
  overflow:hidden;
  margin:0;
  padding:6px 5px 7px 14px;
}

.bloc_page ul {
  list-style:none;
  margin:0;
  padding:0 5px 10px 10px;
  overflow:hidden;
}

.bloc_page ul li {
  background-image: url(images/pages/mecenat/puce.gif);
  background-repeat: no-repeat;
  background-position:0px 11px;
  padding:10px 0 0 17px;
  margin: 0;
}

.bloc_page ul.messages {
  list-style:none;
  border:0;
}

.bloc_page ul.messages li {
  background:none;
  border:0px! important;
  padding:5px 0 0 0! important;
}


.bloc_page .footer {
  padding-top: 2px; 
  padding-left: 10px;
}
/* End of 'Contenu - Blocs' */

/* Start of CMSMS style sheet 'Contenu - Accueil' */
.colonne_Accueil {
	overflow:hidden;
}

.colonne_Accueil_1 {
	overflow:hidden;
	float:left;
	width:428px;
}

.colonne_Accueil_2 {
	overflow:hidden;
	float:left;
	width:425px;
}

.colonne_Accueil_Bas {
	overflow:hidden;
}

.colonne_Accueil_Bas_1 {
	overflow:hidden;
	float:left;
	width:159px;
}

.colonne_Accueil_Bas_2 {
	overflow:hidden;
	float:left;
	width:269px;
}


/* Elements */

#accueil_info {	height:253px; }
#accueil_info div.bloc_page_contenu {
	padding-top:23px;
}

#accueil_diversite { height:196px; }
#accueil_diversite div.bloc_page_contenu {
	padding-right:136px;
	background-image: url(images/pages/accueil/backgroundcadre_diversitedesoeuvres.jpg);
	height:192px;
}

#accueil_partage { height:151px; }

#accueil_artiste { height:151px; }
#accueil_artiste div.bloc_page_contenu {
	background-image: url(images/pages/accueil/images_vousetesartiste.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:147px;
}

#accueil_newsletter { height:161px; }
#accueil_newsletter div.bloc_page_contenu {
	height:157px;
	background-image:url(images/pages/accueil/backgroundcadre_restezinforme.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #E9E5DC;
}

#accueil_newsletter div p img {
        margin-top:8px;
}

#accueil_location { height:288px; }
#accueil_location div.bloc_page_contenu {
	background-image: url(images/pages/accueil/background_locationdoeuvres.jpg);
	height:284px;
	padding-left:133px;
}

#accueil_encadrement { height:151px; }

#accueil_encadrement div.bloc_page_contenu {
	height: 147px;
	padding-left:137px;
	background-image: url(images/pages/accueil/backgroundcadre_encadrements.jpg);
}


/** Formulaire accueil */

form.accueil_newsletter input.text {
	width:270px;
	margin-right:20px;
}

form.accueil_newsletter input.image {
	position:relative;
	top:9px;
}



/** Formulaire faire partager */

form.accueil_partage input.image {
	margin-left:16px;
}

form.accueil_partage input.text {
	width:122px;
}



/** Styles de texte Paul */
#accueil_info p {
	color: #616161;
}
#accueil_info a {
	color: #32848e;
	text-decoration: underline;
}
#accueil_info a:hover {
	text-decoration: none;
}


#accueil_newsletter p {
	color: #7f705d;
}

#accueil_diversite p {
	font-size: 10px;
	color: #f6eada;
}
#accueil_diversite a {
	color: #f6eada;
	text-decoration: underline;
}
#accueil_diversite a:hover {
	text-decoration: none;
}
#accueil_diversite .footer {
	font-weight: bold;
	color: #413019;
}
#accueil_diversite .footer a {
	color: #413019;
	text-decoration: underline;
}
#accueil_diversite .footer a:hover {
	text-decoration: none;
}



#accueil_location p {
	font-size: 10px;
	color: #FFFFFF;
}
#accueil_location a {
	color: #FFFFFF;
	text-decoration: underline;
}
#accueil_location a:hover {
	text-decoration: none;
}
#accueil_location .footer {
	color: #413019;
	font-weight: bold;
	text-decoration: none;
}
#accueil_location .footer a {
	color: #413019;
	text-decoration: underline;
}
#accueil_location .footer a:hover {
	text-decoration: none;
}



#accueil_partage p {
	color: #7f705d;
	text-decoration: none;
}



#accueil_artiste p {
	font-size: 10px;
	color: #616161;
}
#accueil_artiste a {
	color: #32848e;
	text-decoration: underline;
}
#accueil_artiste a:hover {
	text-decoration: none;
}




#accueil_encadrement p {
	font-size: 10px;
	color: #c4dbdf;
}
#accueil_encadrement a {
	color: #c4dbdf;
	text-decoration: underline;
}
#accueil_encadrement a:hover {
	text-decoration: none;
}
#accueil_encadrement .footer {
	color: #15606b;
	font-weight: bold;
}
#accueil_encadrement .footer a { 
	color: #15606b;
	text-decoration: underline;
}
#accueil_encadrement .footer a:hover { 
	text-decoration: none;
}
/* End of 'Contenu - Accueil' */

/* Start of CMSMS style sheet 'Contenu - Contact' */
#contact_formulaire {
  height:450px;
}
/* End of 'Contenu - Contact' */

/* Start of CMSMS style sheet 'Flash - 360' */
#flash-360 {
  width:304px;
  height:254px;
  overflow:hidden;
}

#flash-360-mini {
  width:289px;
  height:254px;
  overflow:hidden;
}

#flash-360-gauche {
  width:15px;
  float:left;
}

#flash-360-centre {
  width:274px;
  height:251px;
  float:left;
}

#flash-360-centre-mini {
  width:259px;
  float:left;
}

#flash-360-droite {
  width:15px;
  float:left;
}
/* End of 'Flash - 360' */

/* Start of CMSMS style sheet 'Contenu - Crédits' */
#contact_principal #credits_logo {
  margin-right:20px;
}

#contact_principal a {
  color:#1E7EC8;
  font-weight:bold;
  text-decoration:none;
}

#contact_principal a:hover {
  color:#C81E7E;
  text-decoration:underline;
}
/* End of 'Contenu - Crédits' */

/* Start of CMSMS style sheet 'Contenu - Encadrements' */
.colonne_Encadrements_P1 {
	overflow:hidden;
}

.colonne_Encadrements_P1_1 {
	overflow:hidden;
	float:left;
	width:628px;
}

.colonne_Encadrements_P1_2 {
	overflow:hidden;
	float:left;
	width:230px;
}

.colonne_Encadrements_Bas {
        width:858px;
}

.colonne_Encadrements_Bas_TempsReel {
	overflow:hidden;
}

.colonne_Encadrements_Bas_TempsReel_1 {
	overflow:hidden;
	float:left;
	width: 325px;
}

.colonne_Encadrements_Bas_TempsReel_2 {
	overflow:hidden;
	float:left;
	width: 523px;
}



/* Elements */

#encadrements_originaux { height:222px; }
#encadrements_originaux > div {
	height:218px;
	padding-right:205px;
	background-image:url(images/pages/encadrements/images01.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}

#encadrements_coin { height:222px; }

#encadrements_tempsreel { height: 263px; }
#encadrements_tempsreel div.bloc_page_contenu {
	height:259px;
	background-image:url(images/pages/encadrements/backgroundcadre.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

/** Styles de texte Paul */
@charset "utf-8";
/* CSS Document */


#encadrements_originaux  {
	color: #616161;
}
#encadrements_originaux a {
	color: #32848E;
	text-decoration: underline;
}

#encadrements_originaux a:hover {
	text-decoration: none;
}




#encadrements_coin  {
	color: #616161;
}
#encadrements_coin a {
	color: #32848E;
	text-decoration: underline;
}

#encadrements_coin a:hover {
	text-decoration: none;
}






#encadrements_tempsreel, #encadrements_tempsreel p  {
	color: #f6eada;
}
#encadrements_tempsreel a {
	color: #f6eada;
	text-decoration: underline;
}

#encadrements_tempsreel a:hover {
	text-decoration: none;
}

/* End of 'Contenu - Encadrements' */

/* Start of CMSMS style sheet 'Contenu - Location' */
.colonne_Location_P1 {
	overflow:hidden;
}

.colonne_Location_P1_1 {
	overflow:hidden;
	float:left;
	width:624px;
}

.colonne_Location_P1_2 {
	overflow:hidden;
	float:left;
	width:234px;
}

.colonne_Location_P2 {
	overflow:hidden;
}

.colonne_Location_P2_1 {
	overflow:hidden;
	float:left;
	width:314px;
}

.colonne_Location_P2_2 {
	overflow:hidden;
	float:left;
	width:544px;
}

.colonne_Location_Bas {
        width:858px;
}

ul.colonne_souplesse_1, ul.colonne_souplesse_2 {
        margin-top:38px;
        float:left;
        width:280px;
}

ul.colonne_jouer {
	overflow:hidden;
}
.colonne_jouer_1 {
	overflow:hidden;
	width:490px;
	float:left;
}

.colonne_jouer_2 {
	overflow:hidden;
	width:300px;
	float:left;
}
/* Elements */

#location_opportunite { height:176px; }
#location_opportunite div.bloc_page_contenu {
	background-image: url(images/pages/location/imagepart1.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	height:172px;
}

#location_opportunite div.bloc_page_contenu {
	padding-right:200px;
}

#location_coin { height:176px; }
#location_coin div.bloc_page_contenu {
	background-image:url(images/pages/location/imagepart2.jpg);
	height:172px;
}

#location_souplesse { height:358px; }
#location_souplesse div.bloc_page_contenu {
	background-image:url(images/pages/location/imagepart3.jpg);
	background-repeat:no-repeat;
	background-position: top right;
	height:354px;
}

#location_interetfiscal { height:145px; }
#location_interetfiscal div.bloc_page_contenu {
	background-image:url(images/pages/location/backgroundcadre_interefiscal.jpg);
	background-repeat:no-repeat;
	height:141px;
}

#location_simplicite { height:145px; }
#location_simplicite div.bloc_page_contenu {
	height:141px;
}

/** Polices de Paul */
@charset "utf-8";
/* CSS Document */


#location_opportunite{
	color: #616161;
}

#location_opportunite a {
	color: #616161;
	text-decoration: underline;
}

#location_opportunite a:hover {
	text-decoration: none;
}


#location_souplesse  {
	color: #616161;
}
#location_souplesse a {
	color: #34848d;
	text-decoration: underline;
}

#location_souplesse a:hover {
	text-decoration: none;
}





#location_interetfiscal,#location_interetfiscal p  {
	color: #ddc8a8;
}

#location_interetfiscal a {
	color: #ddc8a8;
	text-decoration: underline;
}

#location_interetfiscal a:hover {
	text-decoration: none;
}




#location_simplicite  {
	color: #616161;
}
#location_simplicite a {
	color: #34848d;
	text-decoration: underline;
}

#location_simplicite a:hover {
	text-decoration: none;
}




#location_jouer  {
	color: #616161;
	height:135px;
}
#location_jouer a {
	color: #34848d;
	text-decoration: underline;
}

#location_jouer a:hover {
	text-decoration: none;
}

/* End of 'Contenu - Location' */

/* Start of CMSMS style sheet 'Contenu - Mecenat' */
.colonne_Mecenat {
	overflow:hidden;
}

.colonne_Mecenat_1 {
	overflow:hidden;
	float:left;
	width:624px;
}

.colonne_Mecenat_2 {
	overflow:hidden;
	float:left;
	width:234px;
}

.colonne_Mecenat_Bas {
        margin-top:0;
        width:858px;
}

/* Elements */

#mecenat_acquerir { height:108px; }
#mecenat_acquerir div.bloc_page_contenu {
	background-image: url(images/pages/mecenat/image1part1.jpg);
	background-repeat: no-repeat;
	background-position:right;
	height: 104px;
}


#mecenat_coin { height:108px; }
#mecenat_coin div.bloc_page_contenu {
	background-image: url(images/pages/mecenat/image2.jpg);
	height:104px;
}

#mecenat_avantages { min-height:104px; }
#mecenat_avantages div.bloc_page_contenu {
	background-image: url(images/pages/mecenat/image1part3.jpg);
	background-position:455px 0px;
	background-repeat:no-repeat;
	min-height:100px;
}

#mecenat_possibilites {
	height:315px;
}

.bloc_page li.colonne_acquisition_1 {
  width:40.8%;
  float:left;
  padding-right:20px;
}

.bloc_page li.colonne_acquisition_2 {
  width:50%;
  float:left;
}

/* End of 'Contenu - Mecenat' */

/* Start of CMSMS style sheet 'Espace particuliers' */
#espace-particuliers-bientot {
  width:300px;
  height:200px;
  background-image:url(images/pages/espace-particuliers/fond.jpg);
}

#espace-particuliers-bientot p {
  text-align:center;
  font-size:11px;
  font-weight:bold;
}
/* End of 'Espace particuliers' */

/* Start of CMSMS style sheet 'Contenu - Galerie (particuliers)' */
.col-galerie-1 {
  overflow:hidden;
}

.col-galerie-1-1 {
  width:552px;
  float:left;
}

.col-galerie-1-2 {
  float:left;
  width:306px;
}

.col-galerie-2 {
  overflow:hidden;
}

.col-galerie-2-1 {
  width:299px;
  float:left;
  clear:left;
}

.col-galerie-2-2 {
  width:253px;
  float:left;
}

.col-galerie-2-3 {
  width:306px;
  float:left;
}

#galerie-presentation div.bloc_page_contenu {
  height:302px;
}

.evenement-container {
  overflow:hidden;
  background-image:url(images/pages/galerie-particuliers/nos-evenements.gif);
  height:198px;
}

.evenement-texte {
  float:left;
  width:161px;
  color:white;
  padding-top:35px;
}

.evenement-texte p {
  color:white;
}

.evenement-date {
  float:left;
  width:130px;
}

.evenement-date p.jour {
padding-top:73px;
padding-bottom:0;
padding-right:25px;
text-align:center;
font-size:12px;
}

.evenement-date p.numero {
font-size:25px;
font-weight:bold;
text-align:center;
padding-right:25px;
padding-top:0;
padding-bottom:0;
}

.evenement-date p.mois {
text-align:center;
padding-right:25px;
padding-top:0;
padding-bottom:0;
font-size:12px;
}

.evenement-date p.annee{
text-align:center;
padding-right:25px;
padding-top:0;
padding-bottom:0;
font-size:12px;
}

#galerie-evenements div.bloc_page_contenu {
  background-color:#edeae3;
}

.galerie-visite-contenu {
  height:251px;
  background-image:url(images/pages/accueil-particuliers/image.jpg);
}

.galerie-visite-legende {
  background-image:url(images/pages/galerie-particuliers/fond-visite-virtuelle.gif);
  height:59px;
  height:29px !important;
  padding-top:30px;
  color:white;
}


.galerie-photographies-contenu {
  height:251px;
}

.galerie-photographies-legende {
  background-image:url(images/pages/galerie-particuliers/fond-photographies.gif);
  height:59px;
  height:29px !important;
  padding-top:30px;
  color:white;
}


.galerie-carte-contenu {
  height:251px;
}

.galerie-carte-legende {
  background-image:url(images/pages/galerie-particuliers/fond-vide.gif);
  height:59px;
  height:54px !important;
  padding-top:5px;
  color:white;
}
/* End of 'Contenu - Galerie (particuliers)' */

