﻿@charset "utf-8";
/* CSS Document */
p {
	margin-bottom:10px;
	margin-top:10px;
	text-align:justify;
}
.p_centre{
	text-align:center;
}
.p_centre a{
	background:none;
	padding-right:0px;

}
#content_wrapper li {
	background: url('../images/icones/list.gif') no-repeat left top;
	text-indent: 10px;
	margin: 15px 0 15px 0;
}
#content_wrapper ul {
	margin:0px 0 0 0;
	padding:0 0 0 0;
	list-style:none;
	text-align:justify;
}
h1 {
	font-size:12px;
	font-weight: bold;
	margin-left:12px;
	padding-left: 25px;
}
h2 {
	font-size: 11px;
	font-weight:bold;
	margin-left:3px;
	padding-left: 12px;
	margin-top:10px;
	margin-bottom:10px;
}
img{
	border:none;
}
/* ------------------------------------------------------------------------------------------------------------------------*/
#content_wrapper a {
	font-style: normal;
	font-weight: bold;
	text-decoration:none;
	padding-right:12px;
}

.bordure{
	background-color:#F5F5F5;
	border: solid 1px #999999;
	padding:7px 7px 7px 7px;
	margin: 0px 7px 0px 7px;
	text-align: center;
}

.image_thumb {
	float:left;
	background-color:#F5F5F5;
	border: solid 1px #DADADA;
	padding:3px 3px 3px 3px;
	margin-right:15px;
	margin-left:5px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.eta_thumb {
	text-align:justify;
	height:80px;
}
.eta_thumb img {
	float:left;
	padding: 5px 5px 5px 5px;
}



/* ------------------------------------------------------------------------------------------------------------------------*/
.eta {
	margin-left:0px;
	padding-left:14px;
}
.eta#telephone {
	background: url('../images/icones/telephone.gif') no-repeat left;
}
.eta#adresse {
	background: url('../images/icones/adresse.gif') no-repeat left;
	margin-bottom:10px;
	font-weight:bold;
}
.eta#email {
	background: url('../images/icones/email.gif') no-repeat left;
}
.eta#fax {
	background: url('../images/icones/fax.gif') no-repeat left;
}
/* ------------------------------------------------------------------------------------------------------------------------*/
/* BLEU  ------------------------------------------------------------------------------------------------------------------*/
.bleu a {
	color: #59AEC0;
	background: url('../images/icones/fleche_bleue.gif') no-repeat right;
}
.bleu h1 {
	color:#59AEC0;
	background: url('../images/icones/icone_bleu_th.gif') no-repeat left;
	border-bottom: 1px solid #90D4E1;
}
.bleu h2 {
	color:#59AEC0;
	background: url('../images/icones/rond_bleu.gif') no-repeat left;
}
/* ------------------------------------------------------------------------------------------------------------------------*/
/* ROSE  ------------------------------------------------------------------------------------------------------------------*/
.rose a {
	color: #FF3D5D;
	background: url('../images/icones/fleche_rose.gif') no-repeat right;
}
.rose h1 {
	color:#FF3D5D;
	background: url('../images/icones/icone_rose_th.gif') no-repeat left;
	border-bottom: 1px solid #FF3D5D;
}
.rose h2 {
	color:#FF3D5D;
	background: url('../images/icones/rond_rose.gif') no-repeat left;
}
/* ------------------------------------------------------------------------------------------------------------------------*/
/* ORANGE  ----------------------------------------------------------------------------------------------------------------*/
.orange a {
	color: #FDAD07;
	background: url('../images/icones/fleche_orange.gif') no-repeat right;
}
.orange a:hover {
	text-decoration:underline;
}
.orange h1 {
	color: #FDAD07;
	background: url('../images/icones/icone_orange_th.gif') no-repeat left;
	border-bottom: 1px solid #FDAD07;
}
.orange h2 {
	color:#FDAD07;
	background: url('../images/icones/rond_orange.gif') no-repeat left;
}
/* ------------------------------------------------------------------------------------------------------------------------*/


#ver-zebra
{
	width: 350px;
	margin:0  0 0 0;
	text-align: left;
	border-collapse: collapse;
}
#ver-zebra th
{
	font-weight:bold;
	padding: 12px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#ver-zebra td
{
	padding: 8px 15px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;

}
.vzebra-odd
{
	background: #E9E9E9;
}
.vzebra-even
{
	background: #FEDE9C;
}
#ver-zebra #vzebra-adventure, #ver-zebra #vzebra-children
{
	background: #FEDE9C;
	border-bottom: 1px #CCCCCC solid;
}
#ver-zebra #vzebra-comedy, #ver-zebra #vzebra-action
{
	background: #E9E9E9;
	border-bottom: 1px #CCCCCC solid;
}
