/* Au cas où... */
.hidden{display:none;} 
.clear{clear: both;}

body{
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 2em;
	background: #d51b65 url(../img/bg.png) top left repeat-x;
	color: #949494;
}

/* Centrage */
#centre{
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/******* H E A D E R *******/
/* Menu + contenu */
#main{
	margin-top: -14px;
	padding-top: 66px;
	background: transparent url(../img/header.png) top center no-repeat;
}

/* Logo */
h1#logo a{
	display: block;
	width: 197px;
	height: 112px;
	margin-left: 26px;
	margin-top: 36px;
	text-indent: -10000px;
	background: url(../img/logo.png) top left no-repeat;
}

/* Dates du festival */
#dates{position: absolute; top: 70px; right: 10px;}


/****** M E N U ******/
/* Fond */
#menu{
	width: 956px;
	background: url(../img/bg_menu.png) top center repeat-x;
	text-align: center;
	height: 45px;
	padding: 0;
	margin-bottom: 0 !important;
	border-left: 2px solid #989797;
	border-right: 2px solid #989797;
}
/* Bouton : centrage du texte */
#menu li{
	float: left;
	text-align: center;
}
/* Bouton : taille et style */
#menu li a{
	display: block;
	line-height: 45px;
	font-size: 1.85em;
	text-transform: uppercase;
	color: #cf185f;
	padding: 0 18px;
	background: url(../img/bg_menu.png) top center repeat-x;
}
/* Bouton : survol */
#menu li a:hover{
	text-decoration: none;
	background: url(../img/bg_menu-on.png) top center repeat-x;
}
/* Bouton : mise en évidence */
#menu li a.select{
	font-weight: bold;
	background: url(../img/bg_menu-on.png) top center repeat-x;
}

/* "Ombre" sous le menu */
#sepmenu{
	width: 956px;
	height: 7px;
	background: url(../img/sepmenu.png) top left no-repeat;
	border-left: 2px solid #989797;
	border-right: 2px solid #989797;
}


/***** C O N T E N U *****/
/* Bases */
p, ul, ol{margin-bottom: 15px;} /* Un peu d'espace après les paragraphes et listes */

ul, ol{
	list-style: inside;
	padding: 0 30px;
}

/* On défini les listes */
ul{list-style: disc;}
ol{list-style: decimal;}
.puceless{list-style: none; list-style-image: none;}

strong{color: #d51b65;}/* Mise en évidence via couleur */
#col_droite strong{font-weight: bold; color: #949494;} /* sauf dans la colonne de droite */
em{font-style: italic;}

/* LIENS */
a{color: #ed7c00; text-decoration: none;}
a:hover{text-decoration:underline;}

/* Positionnement */
#content{
	width: 956px;
	background: #fff url(../img/bg_col.png) top left repeat-y;
	border-left: 2px solid #989797;
	border-right: 2px solid #989797;
	border-bottom: 2px solid #989797;
}

/* COLONNES */

#col_gauche{
	width: 628px;
	float: left;
}

#col_droite{
	float: right;
	width: 308px;
}


/* TITRES */
#content h1, #content h2{ /* Règles communes */
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 30px;
}


/******* CONTENEURS *******/
#primary{padding: 5px 25px;}

/* Conteneur zone secondaire */
.secondary{
	font-size: 0.85em;
	line-height: 1.5em;
	padding: 15px;
}

/* Titre de 3e niveau */
.secondary h3{
	line-height: 1.8em;
	background: transparent url(../img/sepdate.png) bottom center no-repeat;	
}

/* date de la news */
.date{font-size: 0.75em;}

/* bouton lire la suite */
.suite{
	text-align: right;
	font-size: 0.75em;
	letter-spacing: 0.1em;
	padding: 10px 10px 0 0;
	margin-bottom: 0;
}

/* "deux colonnes" dans celle de gauche */
#col_gauche div.flottant{
	width: 43%;
	padding: 20px;
	float: left;
}

/* Colonne droite : bloc de contenu */
#col_droite div{
	width: 285px;
	margin: 0 auto;
}

#col_gauche h1{ /* titre principal, gauche */ 
	line-height: 48px;
	width: 618px;
	padding-left: 10px;
	background: url(../img/top_col1.png) top left repeat-x;
	font-size: 2.5em;
}

#col_gauche h2{ /* titre secondaire, gauche */
	line-height: 34px;
	padding-left: 20px;
	background: url(../img/bg_subtitle.png) top left repeat-x;
	font-size: 1.1em;
}

#col_droite h2{ /* titre, droite */
	line-height: 34px;
	padding-left: 20px;
	background: url(../img/bg_col2subtitle.png) top left repeat-x;
	font-size: 1.1em;
	margin-top: 13px;
}

h3{ /* titre de séparation, gauche */
	font-size: 1.5em;
	color: #4e4e4f;
}

/* Colonne droite : listes */
#col_droite div p, #col_droite div ol, #col_droite div ul{
	margin-top: 10px;
	font-size: 0.8em;
}

#col_droite div a{font-variant: small-caps;}

/* "Ombre de séparation" */
#col_gauche hr{
	height: 5px;
	border: 0;
	background: url(../img/hr_big.png) top left repeat-x;
	clear: both;
}

/* Trait de séparation */
#col_droite hr{
	height: 1px;
	width: 235px;
	margin: -5px auto 20px auto;
	border: 0;
	background: url(../img/hr_small.png) top left no-repeat;
}

/* Images flottante */
img.flottant {float: left; margin: 10px 20px 10px 0px;}


/***** F O O T E R *****/
#footer img{
	margin: 10px;
}

#signature{
	margin: 10px;
	font-size: 0.75em;
	float: right;
}
#signature, #signature a strong,  #signature a:hover{
	color: #7a0005 !important;
	letter-spacing: 1px;
	font-variant: small-caps;
}
#signature a strong{font-weight: bold;}




/* UNLEASH THE CSS 3 POWER ! YAY ! */

/* Drop shadows ! */
#content img{
	box-shadow: 1px 1px 10px #7a797f;
	-moz-box-shadow: 1px 1px 10px #7a797f;
	-webkit-box-shadow: 1px 1px 10px #7a797f;
}

#content, #menu{
	box-shadow: 0px 3px 6px #770631;
	-moz-box-shadow: 0px 3px 6px #770631;
	-webkit-box-shadow: 0px 3px 6px #770631;
}



/* Rounded corner ! */

#menu, #menu li a{
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}


#content{
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

