/* cmsms stylesheet: css-mca modified: 16/09/2019 15:55:38 */
html, body {
	/*height: 100%;*/
	margin: 0;
	}
#imageContainer {

  z-index: 1200;
}
.tour {
margin: 10px;
}
* {
margin:0;
padding:0;  
font-family: "Open Sans",sans-serif;
font-size: 1em;
}
<!--  -->
body {

align: center;
   padding: 0 ;
margin: auto;
}
h1 {
font-size: 32px;
font-weight: bold;
}

.point {
border-top: 1px dotted grey;
}
.ligne {
border-top: 1px solid grey;

}
.double {
height: 3px;
border-top: 1px double grey;
border-bottom: 1px double grey;
}
.tiret {
border-top: 1px dashed grey;
}

div#lapage
{

	/*Largeur de la page*/
	/*width: 80% ;*/
	margin: 0 auto ;
	text-align: center ;
	/*min-height: 100%;*/
display:block;
   background-color: #ffffff;
}


/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/* si les images sont dans un a il n'y a pas de bordure*/

.image {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #000000; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #000000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #ccc;
}

/*****************
basic layout 
*****************/

body {
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   /*border: 1px solid black;*/
   margin: 0 auto;       /* this centers wrapper */
 /*  max-width: 80em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   color: black;
width: 1024px;
background-color: #ffffff;

}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
/* height: 279px;    /* adjust according your image size */
z-index: 5;
    background-color : #ffffff; 

}

div#header h1 a {
/* you can set your own image here */
   display: block;
   color:#ffffff;
   background: #000000;
   text-indent:-999em;
   text-decoration:none;
}

/* position for the search box */
div#search {
   float:left;
  /* width: 27em;    /* enough width for the search input box */
   text-align: left;
 /*  padding: 0.6em 0.6em 0.6em 0.6em;*/
   margin: 0 1em;
height: 50px;
/*  background: #ffffff;*/
}
#adresse  {
height: 279px;  
width: 250px;
color: #ffffff;
margin-left: 15px;
 float:left;
position: absolute;
z-index: 1000;
}
#adresse2  {

width: 290px;
color: #ffffff;
 float:left;
position: fixed;

}
#menu2  {

width: 250px;
color: #000000;
 float:left;
position: fixed;
font-size: 0.8em;
}
#adresse  a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #ffffff; 
}

#adresse  a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #ffffff;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
#adresse  a:hover {
   text-decoration: none;
   color: #ccc;
}
#sousmenu2 {

width: 247px;
height: 448px;
color: #ffffff;

}






#sousmenu {

width: 247px;
height: 472px;
color: #ffffff;
 float:left;
padding-top: 45px; 
display:block;
}
#sousmenu .txt  {
   margin-left: 5px;
   margin-top: 25px; 
display:block;
}
/*** le chemin des pages ***/

div.breadcrumbs {
 /*  padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
/*   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
  /* border-bottom: 1px dotted #000;*/
color:#000000;
background: #ffffff;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


 div#content {
/*   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
   background-color: #ffffff;
min-height: 455px;
position: absolute;
display:block;

}



div#main {
width: 780px;
position: absolute;
margin-left: 245px;
background-color: #ffffff;
display:block;
min-height: 500px;
height: auto;
}


div#main3 {
  /* margin-left: 23%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   /*margin-right: 5px; /* and some air on the right */
width: 780px;
/*please also change #main margins */
margin-left:10px;

}


div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   /*width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
background-color: #ffffff;  /* same bg color as in header */
width: 1024px;
align: center;

display:block;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #444444; /* needed becouse footer link would be same color as background otherwise */
}



/* relational links under content */
div.left49 {
 /*width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  /*width: 49%;*/
  text-align: right;
}




/********************
CONTENT STYLING
*********************/


/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
/*	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
/*	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
  /*     margin: 0 0 0.5em 0;*/
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
 
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;


}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

/******************************************************

Css personnelle

*******************************************************/

 div#bloc1, div#bloc2 {
      	width :800px;
      	height : 650px;

      }
      div#bloc1 {
     background-color:#ffffff;


      }
      div#bloc2 {
      	overflow: auto;
      }
      div#bloc3 {
      /*	padding : 10px 15px 0 20px;*/
      }


.fond{
	float: none;
	margin: 10 px;
	margin-top: 10px;
}

.entete1 {
	background-color: #ffffff;
}

/* formulaire*/

#formu input {
    	color : #000000;
	height: 18px;
	vertical-align: middle;
	
  }

/* fin de formulaire */
/********** INPUT generale **********/
input {
    border: 1px solid #514934;
    padding: 1px 1px 1px 1px;
    margin: 2px 2px 2px 2px;
    text-decoration: none;
    background: #FFFFFF;
    color: #000000;
    height: 18px;
    vertical-align: middle;
  
  }



/*************TITRE**************/

.fondtitre {

 background: #b09e76;
text-align: center;
}

.fondtitre2 {

 background: #b09e76;
text-align: left;
}

.titre {
 
    color: #000000;
    vertical-align: middle;
text-align: center;
   
    font-size: 18px;
}


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

.fondmenu{

 background: #000000;
vertical-align:top;
}
/*******MENU FIXE ************/

.spectacle {
color: #000000;
}
a.spectacle {
color: #000000;
text-decoration: none;
background-color: #b121b3;
}
.spectacle a {
color: #000000;
text-decoration: none;
background-color: #b121b3;
}

a.spectacle:visited {
text-decoration: none;
color: #ffffff;
background-color: #b121b3;

}
a.spectacle:hover, a.spectacle:focus, a.spectacle:active {

text-decoration: none;
background-color: #b121b3;
color: #000000;

}

initiatives {
background-color: #108f8d;
}

a.initiatives,  a.initiatives:link  {

text-decoration: none;

background-color: #108f8d;

color: #ffffff;

}

a.initiatives:visited {
background-color: #108f8d;
text-decoration: none;
color: #ffffff;

}
a.initiatives:active {

text-decoration: none;
background-color: #108f8d;
color: #ffffff;

}
a.initiatives:focus {

text-decoration: none;
background-color: #108f8d;
color: #ffffff;

}
a.initiatives:hover {

text-decoration: none;
background-color: #108f8d;
color: #000000;

}
scolaire {

background-color: #2ab0e1;
}

a.scolaire, a.scolaire:link  {

text-decoration: none;

background-color: #2ab0e1;

color: #ffffff;

}

a.scolaire:visited {

text-decoration: none;
color: #ffffff;
background-color: #2ab0e1;

}
a.scolaire:active {

text-decoration: none;
background-color: #2ab0e1;
color: #ffffff;

}
a.scolaire:focus {

text-decoration: none;
background-color: #2ab0e1;
color: #ffffff;

}
a.scolaire:hover {

text-decoration: none;
background-color: #2ab0e1;
color: #000000;

}

info {
background-color: #e28206;
}

a.info, a.info:link  {
text-decoration: none;
background-color: #e28206;
color: #ffffff;
}

a.info:visited {
text-decoration: none;
background-color: #e28206;
color: #ffffff;
}
a.info:active {
text-decoration: none;
background-color: #e28206;
color: #ffffff;
}
a.info:focus {
text-decoration: none;
background-color: #e28206;
color: #ffffff;
}
a.info:hover {
text-decoration: none;
background-color: #e28206;
color: #000000;
}





galerie {
background-color: #fee303;
color: #ffffff;
}

a.galerie, a.galerie:link  {
text-decoration: none;
background-color: #fee303;
color: #ffffff;
}

a.galerie:visited {
text-decoration: none;
background-color: #fee303;
color: #ffffff;
}
a.galerie:active {
text-decoration: none;
background-color: #fee303;
color: #ffffff;
}
a.galerie:focus {
text-decoration: none;
background-color: #fee303;
color: #ffffff;
}
a.galerie:hover {
text-decoration: none;
background-color: #fee303;
color: #000000;
}


atelier {
background-color: #8db002;
}

a.atelier, a.atelier:link  {
text-decoration: none;
background-color: #8db002;
color: #ffffff;
}

a.atelier:visited {
background-color: #8db002;
text-decoration: none;
color: #ffffff;
}
a.atelier:active {
text-decoration: none;
background-color: #8db002;
color: #ffffff;
}
a.atelier:focus {
text-decoration: none;
background-color: #8db002;
color: #ffffff;
}
a.atelier:hover {
text-decoration: none;
background-color: #8db002;
color: #000000;
}
region{
background-color: #8015db;
}

a.region, a.region:link  {
text-decoration: none;
background-color: #8015db;
color: #ffffff;
}

a.region:visited {
text-decoration: none;
color: #ffffff;
background-color: #8015db;
}
a.region:active {
text-decoration: none;
background-color: #8015db;
color: #ffffff;
}
a.region:focus {
text-decoration: none;
background-color: #8015db;
color: #ffffff;
}
a.region:hover {
text-decoration: none;
background-color: #8015db;
color: #000000;
}
accueil{
background-color: #133da3;
}

a.accueil, a.accueil:link  {
text-decoration: none;
background-color: #133da3;
color: #ffffff;
}

a.accueil:visited {
text-decoration: none;
color: #ffffff;
background-color: #133da3;
}
a.accueil:active {
text-decoration: none;
background-color: #133da3;
color: #ffffff;
}
a.accueil:focus {
text-decoration: none;
background-color: #8015db;
color: #ffffff;
}
a.accueil:hover {
text-decoration: none;
background-color: #8015db;
color: #000000;
}

agenda {
background-color: #757373;

}

a.agenda, a.agenda:link  {
background-color: #757373;
text-decoration: none;
color: #ffffff;
}

a.agenda:visited {
background-color: #757373;
text-decoration: none;
color: #ffffff;
}
a.agenda:active {
text-decoration: none;
background-color: #757373;
color: #000000;
}
a.agenda:focus {
text-decoration: none;
background-color: #757373;
color: #000000;
}
a.agenda:hover {
text-decoration: none;
background-color: #757373;
color: #000000;
}



exposition {
background-color: #a31320;

}

a.exposition, a.exposition:link  {
background-color: #a31320;
text-decoration: none;
color: #ffffff;
}

a.exposition:visited {
background-color: #a31320;
text-decoration: none;
color: #ffffff;
}
a.exposition:active {
text-decoration: none;
background-color: #a31320;
color: #000000;
}
a.exposition:focus {
text-decoration: none;
background-color: #a31320;
color: #000000;
}
a.exposition:hover {
text-decoration: none;
background-color: #a31320;
color: #000000;
}




ul#aff
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
 
}

ul#aff li
{
	float: left ;
	text-align: center ;
width: 400px;
}

a.aff,
a:link.aff 
{
   text-decoration: none;
   background-color: inherit; 
   color: #000000; 

}
a:active.aff {
   text-decoration: none;
   background-color: inherit; 
   color: #000000; 

}


a:visited.aff {
   text-decoration: none;
   background-color: inherit;
  color: #000000;                
}

a:hover.aff {
   text-decoration: none;
   color: #cccccc;
}



a.afftitre,
a:link.afftitre 
a:active.afftitre{
   text-decoration: none;
   background-color: inherit; 
   color: #000000; 

}

a:visited.afftitre {
   text-decoration: none;
   background-color: inherit;
  color: #000000;                
}

a:hover.afftitre {
   text-decoration: none;
   color: #cccccc;
}





li .affichefilm {
list-style-type: none;

}
#left {
text-align: left;
vertical-align: top;
}

.titrefond {
 background-color:#b121b3;
 font-weight:bold; 

border-bottom: 1px solid black;
text-align: right;
color: #ffffff;
}
.datefilmexg {
font-color: #444444;

text-align: right;
}

.description{
font-color: #000000;

text-align: left;
}
.imgevent {
border: 1px solid black;
padding: 10px;
}



.txtnoir{
color: #000000;
}
.txtnoirg{
color: #000000;

}
.txtgris{
color: #444444;

}
.txtgrisg{
color: #444444;

   font-weight:bold; 
}
.txtbl{
color: #ffffff;

   font-weight:bold; 
}
.marie{
color: #ffffff;

}


 div#bloc1, div#bloc2 {

      	width : 780px;

      	height : 400px;

      }

      div#bloc1 {

      	background-position : top left;

      	background-repeat : no-repeat;

      }

      div#bloc2 {

      	overflow : auto;

      }
 div#bloc3 {

      	padding : 0 0 0 2px;

      }
/* cmsms stylesheet: css-mca-juin2011 modified: 16/09/2019 15:31:19 */
html, body {
	/*height: 100%;*/
	margin: 0;
	}





div#lapage
{

	/*Largeur de la page*/
	/*width: 80% ;*/
	margin: 0 auto ;
	text-align: center ;
	min-height: 100%;
display:block;

}


/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/* si les images sont dans un a il n'y a pas de bordure*/

.image {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #000000; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #000000;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #ccc;
}

/*****************
basic layout 
*****************/

body {
   margin:1em;    /* gives some air for the pagewrapper */
}

/* center wrapper, min max width */
div#pagewrapper {
   /*border: 1px solid black;*/
   margin: 0 auto;       /* this centers wrapper */
 /*  max-width: 80em;   /* IE wont understand these, so we will use javascript magick */
   min-width: 60em;
   color: black;
width: 1024px;
background-color: #ffffff;

}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
/* height: 279px;    /* adjust according your image size */
z-index: 5;
    background-color : #ffffff; 
/*background-image:url(../uploads/images/mca/accueil-haut.jpg);*/
}

div#header h1 a {
/* you can set your own image here */
   display: block;
   color:#ffffff;
   background: #000000;
   text-indent:-999em;
   text-decoration:none;
}

/* position for the search box */
div#search {
   float:left;
  /* width: 27em;    /* enough width for the search input box */
   text-align: left;
 /*  padding: 0.6em 0.6em 0.6em 0.6em;*/
   margin: 0 1em;
height: 50px;
/*  background: #ffffff;*/
}
#adresse  {
height: 279px;  
width: 250px;
color: #ffffff;
margin-left: 15px;
 float:left;
position: absolute;

}

#adresse  a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #ffffff; 
}

#adresse  a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #ffffff;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
#adresse  a:hover {
   text-decoration: none;
   color: #ccc;
}







#sousmenu {
background-image:url(../uploads/images/mca/sous-menu2.jpg);
background-repeat:no-repeat;
width: 254px;
height: 472px;
color: #ffffff;
 float:left;
}
#sousmenu .txt  {
   margin-left: 29pt;
   margin-top: 25pt; 
}
/*** le chemin des pages ***/

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;        /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;        /* css shorthand rule will be opened to be "0 1em 0 1em" */
  /* border-bottom: 1px dotted #000;*/
color:#000000;
background: #ffffff;
}

 div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 } 


 div#content {
/*   margin: 1.5em auto 2em 0;   /* some air above and under menu and content */
background: #ffffff;
min-height: 455px;
}


div#main {
   margin-left: 29%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */


}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
background-color: #ffffff;  /* same bg color as in header */
width: 1024px;
align: center;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #444444; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/


/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
/* some air around the text */
/*	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
/*	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
        line-height: 1.5em;
/* and some air under the border */
  /*     margin: 0 0 0.5em 0;*/
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
  
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;

}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */

/******************************************************

Css personnelle

*******************************************************/

 div#bloc1, div#bloc2 {
      	width :800px;
      	height : 600px;
      }
      div#bloc1 {
     background-color:#ffffff;

      }
      div#bloc2 {
      	overflow: auto;
      }
      div#bloc3 {
      	padding : 10px 15px 0 20px;
      }


.fond{
	float: none;
	margin: 10 px;
	margin-top: 10px;
}

.entete1 {
	background-color: #ffffff;
}

/* formulaire*/

#formu input {
    	color : #000000;
	height: 18px;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
  }

/* fin de formulaire */
/********** INPUT generale **********/
input {
    border: 1px solid #514934;
    padding: 1px 1px 1px 1px;
    margin: 2px 2px 2px 2px;
    text-decoration: none;
    background: #FFFFFF;
    color: #000000;
    height: 18px;
    vertical-align: middle;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
  }



/*************TITRE**************/

.fondtitre {

 background: #b09e76;
text-align: center;
}

.fondtitre2 {

 background: #b09e76;
text-align: left;
}

.titre {
 
    color: #000000;
    vertical-align: middle;
text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
}


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

.fondmenu{
width: 224px;
 background: #ffffff;
vertical-align:top;
}
/*******MENU FIXE ************/
.spectacle {
padding: 10px;
font-size: 12px;
font-weight:bold; 
}

a.spectacle a.spectacle:link a.spectacle:active {

text-decoration: none;

background-color: #000000;

color: #ffffff;

}

a.spectacle:visited 

{

text-decoration: none;



color: #ffffff;

}

a.spectacle:hover {

text-decoration: none;

background-color: #b020b2;
color: #cccccc;

}


.scolaire {
padding: 10px;
font-size: 12px;
font-weight:bold; 
}

a.scolaire a.scolaire:link a.scolaire:active {

text-decoration: none;

background-color: #000000;

color: #ffffff;

}

a.scolaire:visited 

{

text-decoration: none;

background-color: #29aedf;

color: #ffffff;

}

a.scolaire:hover {

text-decoration: none;
background-color: #29aedf;
color: #cccccc;

}


 div#main {
  
width: 580px;
font-size: 10px;
}
ul#aff
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
}

ul#aff li
{
	float: left ;
	text-align: center ;
width: 400px;
}

a.aff,
a:link.aff 
a:active.aff{
   text-decoration: none;
   background-color: inherit; 
   color: #000000; 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
}

a:visited.aff {
   text-decoration: none;
   background-color: inherit;
  color: #000000;                
}

a:hover.aff {
   text-decoration: none;
   color: #cccccc;
}



a.afftitre,
a:link.afftitre 
a:active.afftitre{
   text-decoration: none;
   background-color: inherit; 
   color: #000000; 
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 18px;
}

a:visited.afftitre {
   text-decoration: none;
   background-color: inherit;
  color: #000000;                
}

a:hover.afftitre {
   text-decoration: none;
   color: #cccccc;
}





li .affichefilm {
list-style-type: none;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 16px;
}
#left {
text-align: left;
vertical-align: top;
}

.titrefond {
 background-color: #708090;
 font-weight:bold; 
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
border-bottom: 1px solid black;
text-align: right;
color: #ffffff;
}
.datefilmexg {
font-color: #444444;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
text-align: right;
}

.description{
font-color: #000000;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
text-align: left;
}
.imgevent {
border: 1px solid black;
padding: 10px;
}
/* cmsms stylesheet: css-mca-menu modified: 09/09/2016 16:37:11 */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
width: 100%;
height: 63px;
font-weight:bold;
font-size: 16px;

}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
/*background-color: #000000; */
color: #ffffff;
  /* border-bottom: 1px solid #C0C0C0;*/
  /* width: 90%;*/

}

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
  /* width: 190px; */

}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
margin-bottom: 1.1em;
padding:0;
list-style-type:none;
font-size:0.8em;

}
#primary-nav ul ul { 
margin: 0;

	padding: 0px 0px 0px 0px;
   left: 100%; 
   top: 0px; 

}

	
#primary-nav li { 

   float: left; 

width: 150px;

}
#primary-nav ul li { 

display:inline;

}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 2px 2px; 
   text-decoration: none; 
	background:#eee;
color: #000;
	/*-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;*/
	behavior:url(script/border-radius.htc);
}
#primary-nav li a { 
/*border:1px solid grey;*/
padding: 5px;
margin: 5px;
/*text-shadow: #dddddd -1px 1px 2px;*/

}
#primary-nav ul li a{
color:#000;
padding:0.2em;
/*background-color:#E8DAB3;*/
/*border:1px solid grey;*/
margin: 5px;


} 
#primary-nav li a:hover { 
color:#cccccc;
/*background-color:#00A5DF;*/
z-index:100;
font-weight:bold;
}
#primary-nav li li a { 
   border: 0px solid #C0C0C0;
 
}	
#primary-nav li, #primary-nav li.menuparent { 
  /*background-color: #a59E9A;/*couleur de fond general */
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
  /* background-color: #888888; /*fond du menu selectionne*/
font-weight:bold;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
color: #000000;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
  /* background-color: #70A9C2; */
/*border-bottom: 1px solid #C0C0C0;*/
font-size: 13px;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}
