@charset "UTF-8";
/* CSS Document */


body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
	background-image: url('../images/fond_base.gif');
	/*background-repeat: no-repeat;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

image  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}

p 	{
	margin-right: 5px;
	}

p.liens {
	margin-top: 5px;
	padding: 0;
	}


p a {
	color:#FF0033;
	text-decoration:none;
	font-weight: bold;
	}

p a:hover {
	color:#333333;
	}


div.container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 25px;
	background: #FFFFFF;
	min-height: 600px;
}

div.menu {
	background-image: url(../images/etoilemenu.gif);
	background-repeat: no-repeat;
	width: 100%;
	height: 115px;
	position:relative;
}
div.sousmenu {
	position:relative;
}


div.contenu {
	/*width: 100%;*/
	/*border: 1px solid rgb(125,125,125);*/
	margin:0px 0px 0px 60px;
	text-align: left;
}

div.grosg {
	width: 455px;
	/*border: 1px solid #FF0033;*/
	margin:0px 0px 0px 0px;
	text-align: left;
	float:left;
	height: 100%;
}

div.grosgacc {
	width: 455px;
	/*border: 1px solid #FF0033;*/
	margin:0px 0px 0px 0px;
	text-align: left;
	float:left;
	height: 100%;
	position: relative;
}

div.grosd {
	width: 455px;
	/*border-left: 1px solid #FF0033;*/
	margin:0px 0px 0px 0px;
	text-align: left;
	float:right;
	height: 100%;
}

div.calendrier {
	width: 455px;
	/*border-left: 1px solid #FF0033;*/
	margin:0px 0px 0px 0px;
}

div.nouvelle {
	width: 275px;
	/*border-top: 1px solid #FF0033;*/
	border-left: 1px solid #FF0033;
	margin:0px 0px 0px 0px;
	text-align: left;
	float:right;
	height: 100%;
}

div.petitd {
	width: 250px;
	/*border-top: 1px solid #FF0033;
	border-left: 1px solid #FF0033;*/
	margin:0px 0px 0px 0px;
	text-align: left;
	float:right;
}

div.petitg {
	width: 275px;
	/*border-top: 1px solid #FF0033;
	border-left: 1px solid #FF0033;*/
	margin:0px 0px 0px 0px;
	text-align: left;
	float:left;
}

div.footer {
	width: 800px;
	margin:20px 0px 0px 0px;
	text-align: left;
	/*background: #FF0033;*/
	/*border-top: 1px solid #FF0033;*/
}

/* définition du menu */
ul {
	list-style-type:none;
	padding:0 0 20px 0;
	/*border-top:2px solid #E0E0E0;*/
	margin:0px 0;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	}

ul.menuquatsous {
	position:absolute;
	left:90px;
	top: 60px;
	}
	
ul.sousmenu {
	position:absolute;
	left:90px;
	top: 79px;
	}

ul li {
	float:left;
	margin:0px 3px 0px 0px;
	}

 ul li a {
	display:block;
	padding:2px 8px;
	/*background-color:#FFFFFF;*/
	color:#000000;
	text-decoration:none;
	}

ul.sousmenu li a {
	display:block;
	padding:2px 6px;
	/*background-color:#FFFFFF;*/
	color:#000000;
	text-decoration:none;
	}

/* place the "current" pseudo class here */
ul li a.current {
	background-color:#FF0033;
	color:#FFFFFF;
	}
	
ul li a:hover {
	background-color:#FF0033;
	color:#FFFFFF;
	}


/* définition des paragraphe */	
p.liste {
	font-size:11px;
	letter-spacing:1px;
	text-decoration:none;
	color:#FF0033;
	padding:0px 20px 0px 0px;
	/*position:relative;
	left:60px;
	margin:0px 0px 60px 0px;*/
	text-align: right;
}

p.note {
	font-size:10px;
	position:relative;
	left:60px;
	color:#333333;
	padding-bottom:10px;
}

img.petiteetoile {
	/*z-index: -1;
	position:relative;
	left:-60px;*/
	}
		
img.logo {
	z-index: 1;
	position:relative;
	left:340px;
	top:19px;
	}	
	
img.spacer {
	margin:0px 0px 0px 0px;
	}	

h1 {
	font-size:25px;
	margin:0px 15px 0px 10px;
	color:#FF0033;
	}
	
span.highlight {
	background-color:#FF0033;
	color:#FFFFFF;
	}	
	
h2 {
	font-size:18px;
	margin:0px 15px 0px 10px;
	color:#FF0033;
	}
	
h4 {
	font-size:14px;
	margin:0px 5px 0px 10px;
	/*background-color:#FF0033;*/
	color:#000000;
	font-style: italic;	/*display: block;*/
	}
	
p.nouvelle {
	font-size:11px;
	text-decoration:none;
	margin:10px 15px 0px 10px;
	/*text-align: justify;*/
}

p.nouvelle a {
	color:#FF0033;
	text-decoration:none;
	font-weight: bold;
	}

p.nouvelle a:hover {
	color:#333333;
	}


p.p_spectacle1 {
	font-size:14px;
	margin-top:25px;

}

p.p_spectacle2 {
	font-size:14px;
	/*margin:0px 0px 0px 0px;*/
}

p.p_rouge16px {
	font-size:16px;
	color:#FF0033;
	font-weight: bold;
}

p.p_soustitre {
	font-size:16px;
	color:#FF0033;
	font-weight: bold;
	background-image: url(../images/fond_titre.gif);
	background-repeat: repeat-x;
	letter-spacing: 2px;
	margin-top:35px;
}


p.p_rouge16px0m {
	font-size:16px;
	color:#FF0033;
	font-weight: bold;
	margin:0px;
}

p.p_rouge14px0m {
	font-size:14px;
	color:#FF0033;
	font-weight: bold;
	margin:0px;
}

p.p_savoirplus {
	margin-top:0px;
}


p.p_producteur {
	font-size:12px;
	color:#333333;
	margin:0px 0px 5px 0px;
}

p.p_credit1 {
	font-size:11px;
	color:#333333;
	margin-top:0px;
}

p.credit {
	font-size:11px;
	color:#333333;
	/*text-decoration:none;
	margin:10px 15px 0px 10px;
	text-align: justify;*/
}

span.sp_nom {
	font-weight: bold;
	color:#000000;
	text-transform: uppercase;
}

span.sp_acteur {
	font-size:11px;
	font-weight: bold;
	color:#000000;
	text-transform: uppercase;
}

span.sp_normal {
	font-size:12px;
	color:#333333;
	font-weight: normal;
}

span.highlightjaune {
	background-color:#FFFF33;
	/*color:#FFFFFF;*/
	}

/* image */
img.imgspacertop {
	margin:10px 0px 0px 0px;
}

table.t_calendrier {
	width: 100%;
	border: 1px;
	text-align: center;
	color: #333333;
	border-collapse: separate;
	border-spacing: 1px 1px;
}

table.t_calendrier a {
	color:#FF0033;
	background-color: #FFFF33;
	text-decoration:none;
	font-weight: bold;
	}
	
table.t_calendrier a:hover {
	color:#FFFFFF;
	background-color: #FF0033;	
	}
	
table.t_horaire {
	width: 250px;
	border: 1px;
	text-align: center;
	color: #333333;
	border-collapse: separate;
	border-spacing: 1px 1px;
}
	
/* page spectacles en accueil */

div.spectacle {
	border-top: 2px solid #FF0033;
	width: 100%;
	margin:0px 0px 0px 0px;
	clear: both;
}

div.spec_accueil {
	margin:0px 0px 0px 0px;
	text-align: left;
	float:right;
	width: 435px;
	min-height: 275px;
}	

img.imgfloatleft {
	float:left;
	margin:0px;
}

img.imgfloatright {
	float:right;
	margin:0px;
}

img.imgfloatleft_m_15px {
	float:left;
	margin:0px 15px 0px 0px;
}

p.p_titre_spec_acc {
	font-size:16px;
	color:#FF0033;
	font-weight: bold;
	/*background-image: url(../images/fond_titre.gif);
	background-repeat: repeat-x;*/
	letter-spacing: 2px;
	margin-top:10px;
	margin-bottom:0px;
}


p.p_titre_sep_rouge {
	border-top: 2px solid #FF0033;
	font-size:16px;
	color:#FF0033;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top:35px;
}


div.activites_paralleles {
	margin:0px 0px 0px 0px;
	text-align: left;
	float:left;
	width: 560px;
	/*min-height: 275px;*/
}	

div.contactg {
	border-top: 2px solid #FF0033;
	margin:15px 0px;
	text-align: left;
	float:left;
	width: 350px;
}	

div.contactd {
	border-top: 2px solid #FF0033;
	margin:15px 0px 0px 0px;
	text-align: left;
	float:right;
	width: 350px;
}	

p.p_activites {
	/*font-size:14px;*/
	margin-top:0px;
	margin-right: 5px;

}

span.exposant {
	font-size: 85%;
	color: #FF0033;
	font-weight: bold;
}

div.divcredit {
	width: 50px;
	height: 15px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0px;
	background: #FFFFFF;
	position: relative;
	left: 350px;
}

div.divcredit2 {
	width: 400px;
	height: 200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #FFFFFF;
	text-align: left;
}

div.datecomplet {
	visibility: hidden;
	z-index: 1;
	position: absolute;
	/*left: 5px;*/
	/*top: 10px;*/
	background-color: #FF0033;
	font-size: 9px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 3px;
}

img.img_spectacle1 {
	position:absolute;
	left:350px;
	top:0px;
	}	
	
img.img_spectacle2 {
	position:absolute;
	left:350px;
	top:210px;
	}	
	
img.img_mright_15px {
	margin:10px 12px 0px 0px;
}

img.img_spectacle6 {
	position:absolute;
	left:350px;
	margin:10px 0px 0px 0px;
}	