/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS --- 11
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   ============================================== */


/* --- COULEURS --- */

/* Note: vous pouvez modifier simplement l'aspect de ce gabarit en modifiant
   uniquement les couleurs de fond (propriétés background) et les couleurs
   du texte (propriété color).
   Pour modifier la disposition des blocs, voir plus bas dans la feuille de
   styles la partie «positionnement». */

/* Général */
body {
	color: #F0E39E;
	background-color : #F2F0EE ;
	/*background-color : #DAD9D8;*/
  background-image: url(../images/fonds/fd_rayure.gif);
	background-repeat: repeat;

}
a {
	color: #332510;
}
a:hover, a:focus {
	color: #BF3030;
}
strong {
	color: #A1B55D;
}

/* Conteneur central */
#centre {
	/*background: url(img/11-colgauche.png) repeat-y left top;*/
	/*background:white;*/
}
#centre-bis {
	/*background: url(img/11-coldroite.png) repeat-y right top;*/
}

/* Navigation */
#navigation {
	background: white;
}

#navigation a{
	display: block;
	margin: 0 0 0 -10px;
	padding: 2px 5px 0 5px;
	color: #888;
	text-decoration:none;
}
#navigation a:hover, #navigation a:focus {
	/*background: #000000;*/
	background-color: #f3f3f3;
}


/* Contenu principal */
#principal {
	color: #181A12;
	/*background: #cbd888;*/
	/*background: #E6E6E6;*/
}
#principal a {
	color: #332510;
}
#principal a:hover, #principal a:focus {
	color: #6E5122;
}
#principal strong {
	color: #181A12;
}

/* Contenu secondaire */
#secondaire {
  margin-top:10px;
	background: white repeat-y;
	
}



/* --- POSITIONNEMENT --- */

/* Page */
body {
	padding: 20px 5px;
}
#global {
	width: 90%;
	/*max-width: 90em;*/
	max-width: 920px;
	
	min-width: 890px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid gray;
}

/* En-tête */
#entete {
	padding: 0px 0 0px;
	/*height:250px;*/
	width: 920px;
	margin-bottom:0px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	float: left;
	margin: 7px 20px 10px 0;
}
#entete .sous-titre {
	margin: 4px 0 15px 0;
}
#entete-bis{
	width: 100%;
	overflow: hidden;
	background:white;
}

#menuEntete{
	width: 180px;height:240px;
	margin: 10px 10px 10px 0px;
	float: right; /* -> 6 */
	background-color: #BF3030;
	color: white;
	padding: 10px 0px 0px 10px;
}
#menuEntete ul{
  list-style:none;
	text-transform: none;
	display:block;
  margin-left:0px;
}
#menuEntete ul li a{
  color: white;
	text-align: left;
	/*background:url(../img/menu_border.gif) repeat-y left top;*/
	/*display:block;*/
	text-decoration:none;
	
}
#menuEntete ul li a:hover{
  color: white;
	text-align: left;
	/*background:url(../img/menu_border.gif) repeat-y left top;*/
	/*display:block;*/
	text-transform: uppercase;
}


#principalEntete{
  margin-right: 190px;
  background:white;
  margin-bottom:0px;
}

#principalEntete img{
  margin: 10px 10px 10px 10px;
}
/* Bloc central */
#centre-bis {
	width: 100%;
	overflow: hidden;
	background:white;
}

/* Menu de navigation */
#navigation {
	float: left;
	width: 180px;
	padding: 10px 10px 0px 10px;
	
	/*border: 10px dashed #BF3030;*/
}
#navigation ul {
	margin: 0;
	padding: 20px 10px 20px 10px;
	list-style: none;
}
#navigation a {
	/*display: block;
	height: 1%;
	padding: 6px 10px 6px 10px;
	line-height: 1.5;
	font-size: .9em;
	text-decoration: none;*/
}

/* Contenu principal */
#principal {
	margin-left: 200px;
	margin-right: 210px;
	padding: 10px 20px;
	min-height:575px;
}
#principal > :first-child {
	margin-top: 10px;
}
#principal p, #principal li {
	line-height: 1.5;
}

/* Contenu secondaire */
#secondaire {
	float: right;
	width: 180px;
	margin-right:0px;
		/*padding: 12px 20px;*/
	padding-left:10px;
	padding-right:20px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
	border-left:0.1em dotted #888;
}

#secondaire ul {
  color: #888;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}

#secondaire ul li {
	margin-bottom:10px;
	}

#secondaire ul li h3 {
	padding-left:10px;
	}
	
#secondaire ul li a {
	display: block;
	margin: 0 0px 0 0px;
	text-decoration:underline;
	
	padding-right:0px;
	font-size: .85em;
	color: #888;
	
	
	} 
	
#secondaire ul li a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}



/* séparateur pied de page*/
#separateur{
width:100%;

height:10px;
}

#separateurHaut{

height:30px;
/*background:white;*/
/*border:5px solid #e2e2e1;*/
padding:5px 5px 5px 5px;
max-width: 920px;
background: white url(images/fonds/fd_rouge.gif) repeat;

}


/* Pied de page */
#pied {
	margin: 0;
	padding: 15px 260px 10px 200px;
	font-size: .85em;
	color: #888;
	background:#e2e2e1;
}

/* Mention de copyright */
#copyright {
	margin: 8px 0 0 0;
	font-size: 1em;
	text-align: left;
}

/** ROunded div**/
div.rounded{ float: left; width: 18em; margin-right:5px; background: white; padding:8px;color:#888; font-weight:bold; }
div.roundedHover{ float: left; width: 18em; margin-right:5px; background: gray; padding:8px;color:white; font-weight:bold; }
div.roundedNavigation{ width:180px;background: blue; }

div.sousMenu{
float: left;
}

div.sousMenu a{
text-decoration:none;
display:block;
width: 18em;
margin-right:5px; background: white; padding:8px;color:#888; font-weight:bold;
}
div.sousMenu a:hover{
background: gray;
color:white;
}
div.sousMenu a:active{
background: url(images/fonds/fd_rouge.gif) repeat;
}
div.sousMenuHover{
float: left;

}

div.sousMenuHover a{
text-decoration:none;
display:block;
width: 18em;
margin-right:5px; background: #BF3030; padding:8px;color:white; font-weight:bold;
}
/*div.outer { float: left; margin: 15px; background: #c82; padding: 8px; width: 22em }*/
/*div.inner { margin: 0; background: #ffc; padding: 10px; border:0; zoom:1;}*/
div.clip{
float:left;
margin:5px;
width: 85px;
}

/* PROG HORAIRE */

a.progHoraire{
display:block;width:7em;height:7em;margin:1px;padding:3px;text-align:center;
}
a:hover.progHoraire{
display:block;width:7em;height:7em;margin:1px;padding:2px;text-align:center;background-color:#CF9696;border:1px solid gray;
}
td.progJour{
background-color:gray;width:7em;font-weight:bold;color:white; padding:2px;
}
 td.progHeure{
background-color:lightgray;width:7em;font-weight:bold;color:white; text-align:center;padding:2px;
}


/* FICHE FILM */
a.ficheFilm{
text-decoration:none;
color: #888;
background-color: #f3f3f3;
display:block;
height:1.5em;
width: 9em;
padding:2px;
margin:1px;

}
a:hover.ficheFilm{

background-color: #B6B6B6;
}
