/* BASIC */
@import url(content.css);

* {
	margin:0;
	padding:0;
	font-family:"Tahoma", "Arial", sans-serif;
}

a {
	font-size:13px;
	text-decoration: none;	
	color: #DB3B3B;
	font-weight: bold;
}

.lien_blanc {
	font-size:13px;
	text-decoration: none;	
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	color:#920202;
}

img {
	border:0;
}

.date {
	font-style: normal;
	font-size: 11px;
}

.titre_rubrique {
	font-size:20px;
	font-weight: bold;
}

.titre_article {
	font-size:14px;
	font-weight: bold;
}

.texte_article{
	font-size:13px;
}

.titre_texte_article{
	font-size:14px;	
	font-weight: bold;	
	color:#920202;
}

.titre_document{
	font-size:16px;	
	font-weight: bold;	
	color:#920202;
}

/* LAYOUT */

#page {
	width:980px;
	position:relative;
	margin:0 auto;
	padding-top:0px;
}

#mainMenu {
	top:336px;
	left:27px;
	position:absolute;
}


#board {
	margin-left:396px;
	width:605px;
}

/* BODY */

body {
	background: #ffffff ;
/*	font-family:"Tahoma", "Arial", sans-serif;
	font-size:11px;*/
}

/* TITRE PRINCIPAL */

h1{
	position:absolute;
	top:2px;
	left:27px;
}

h1, h1 a {
	display:block;
}

h1 a:hover {
	height:688px;
}

h1 a span {
	display:none;
}

/* CONTENU */
#board {
}


#screen dl.spip_documents{
	text-align:center;
}

/* MENU PRINCIPAL */

#mainMenu {	
	width:346px;
	height:328px;
}

#mainMenu li {
	position:absolute;
	list-style:none inside;
}
#mainMenu li a {
	display:block;
}
#mainMenu li a span {
	display:none;
}

#mainMenu .actu, 		#mainMenu .actu a 					{top:0px;	left:60px; height: 44px; width:172px; background-position:-60px 0px; }
#mainMenu .nextdate, #mainMenu .nextdate a 			{top:44px;	left:0px; height: 43px; width:268px; background-position:0px -44px; }
#mainMenu .spectacle,#mainMenu .spectacle a		{top:87px;	left:70px; height: 42px; width:262px; background-position: -70px -87px; }
#mainMenu .bio, 		#mainMenu .bio a					{top:129px;	left:30px; height: 38px; width:153px; background-position:-30px -129px; }
#mainMenu .pro, 		#mainMenu .pro a					{top:170px;	left:12px; height: 42px; width:150px; background-position:-12px -170px; }
#mainMenu .presse, 	#mainMenu .presse a				{top:172px;	left:180px; height: 36px; width:115px; background-position:-180px -172px; }
#mainMenu .previousdate,w#mainMenu .previousdate a	{top:219px;	left:15px; height: 38px; width:259px; background-position:-15px -219px; }
#mainMenu .galerie, 		#mainMenu .galerie a			{top:264px;	left:30px; height: 44px; width:96px; background-position:-30px -264px; }
#mainMenu .contact, 		#mainMenu .contact a			{top:263px;	left:137px; height: 55px; width:126px; background-position:-137px -263px; }

#mainMenu .actu a:hover, 
#mainMenu .nextdate a:hover,
#mainMenu .spectacle a:hover,
#mainMenu .bio a:hover,
#mainMenu .pro a:hover,
 #mainMenu .presse a:hover,
 #mainMenu .previousdate a:hover,
#mainMenu .galerie a:hover,
#mainMenu .contact a:hover {

}

/* FOOTER */ 

#footer {
	height:153px;
	width:665px;
	position:relative;
	
	top:-100px;
	left:306px;
	
	padding:15px 0 0 0;
	
	text-align:center;
	color:#ccc;
	
	z-index:20;
	
}

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

#footer span  a{
	color:#4c7ebd;
	text-decoration:none;
}
#footer span a:hover {
	text-decoration:underline;
}
 
/* ARTICLE / PJ */
.pj clear{
	clear:both;
	
}
.pj dl {
	float:left;
	margin-right:10px;
	width:80px;
	height:80px;
	
	overflow:hidden;
}
.pj dl dt, .pj dl dd{
	text-align:center;
}



/* ARTICLE / galerie */
.galerie .clear {
	clear:both;
}
.galerie{
	width:100%;
	
	
}
.galerie dl {
	float:left;
	margin-right:5px;
	padding-top:5px;
	width:80px;
	height:80px;
	
	
}

.galerie dl dt{
	width:80px;
	height:80px;
	margin:0 auto 10px auto;
	
	overflow:hidden;
}



.galerie dl dd{
	text-align:center;
	width:80px;
}




