﻿/************************************************************/
/*                  Copyright:               				   */
/*                  				               				   */
/*   Author : DAMOUR OLIVIER 										   */
/*   Date : Decembre 2006                   					   */
/*   www.o-damour.com   							 				   */	

/*   css released under Creative Commons License            */
/*   http://creativecommons.org/licenses/by-nc-sa/1.0/      */
/*   All associated graphics copyright 2006, 				   */
/*   Damour Olivier 													   */

/*   IMPORTANT 														   */

/*   This design is not a template. You may not reproduce   */
/*   it elsewhere without the designer's written permission.*/
/*   However, feel free to study the CSS and use techniques */
/*   you learn from it elsewhere. */
             				                
/**********************************************/
/*                  STRUCTURE                 */
/**********************************************/

* {
	margin: 0;
	padding: 0;
}

html {
	background: #320B06;
}

body {
	margin: 0;
	padding: 0; 
	font: normal 0.7em/1.4em Tahoma, Verdana, Arial, Georgia, sans-serif; 
	color: #000;
	text-align: center;
	background: transparent url(bodybg.jpg) no-repeat center top;
}

a, a:visited {
	text-decoration: none;
	color: #6d6d6d;
	border-bottom: 1px solid #ccc;
}

a:hover {
	text-decoration: none;
	color: #FF3333;
	border-bottom: 1px solid #ccc;
}

p {
	margin-bottom: 10px;
}

/******************************************************/
/*					DEBUT		CONTENEUR							*/
/******************************************************/

#container {
	margin: 0px auto;
	padding: 0;
	width: 920px;
	border: none;
	text-align: justify;
}

/******************************************************/
/*					DEBUT		HEADER    							*/
/******************************************************/

#intro {
	padding-top: 194px;
	margin-left: 186px;
}

/******************************************************/
/*							MENU										*/
/******************************************************/

#menu {
	width:708px; 
	font-size:0.9em;
	position:relative;
	z-index:100;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

#menu ul ul {
	width:118px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float:left;
	width:118px;
	position:relative;
}

/* style the links for the top level */
#menu a, #menu a:visited {
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-align:center; 
	color:#000; 
	width:111px; 
	height:18px; 
	background: transparent; 
	padding-left:7px; 
}

/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
	width:118px;
	w\idth:111px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:19px;
	left:0; 
	width:118px;
}

/* another hack for IE5.5 */
* html #menu ul ul {
	top:18px;
	t\op:19px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background:#bfbfbf; 
	color:#000; 
	height:auto; 
	padding:5px 7px; 
	width:104px
	/* yet another hack for IE5.5 */
}

* html #menu ul ul a{
	width:118px;
	w\idth:104px;
}

/* style the top level hover */
#menu a:hover, #menu ul ul a:hover{
	color:#fff; 
	background:#a1a1a1;
}

#menu :hover > a, #menu ul ul :hover > a {
	color:#fff;
	background:#a1a1a1;
}

/* make the second level visible when hover on first level list OR link */
#menu ul :hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul{ 
	visibility:visible;
}

/******************************************************/
/*					FIN		HEADER    							*/
/******************************************************/

/******************************************************/
/*					DEBUT		CONTENU TEXTE						*/
/******************************************************/

#supportingText{
}

/******************************************************/
/*							GALERIE	    							*/
/******************************************************/
#view {
	top: 60px;
	position: relative;
	left: 100px;
	color: #fff;
	width: 800px;
	padding-bottom: 10px;
	text-align: justify;
}

#view h2{
	margin: 0px;
}
#view p{
}

#thumbnails{
	/*width: 120px;
	height: 120px;*/
	/*margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 7px;
	background: #F1F4FF;
	border: 1px solid #39455B ;
	padding-top: 5px;*/
}

#thumbnails a img{
	border: 2px solid #000;
}
#thumbnails a:hover img{
	border: 2px solid #ccc;
}

.precedent{
	float: left;
	margin-left: 80px
}
.precedent a img{
	border: 2px solid #000;
}
.precedent a:hover img{
	border: 2px solid #ccc;
}

.suivant{
	float: right;
	margin-right: 80px
}
.suivant a img{
	border: 2px solid #000;
}
.suivant a:hover img{
	border: 2px solid #ccc;
}

.photo{
	clear: both;
}

.photo img{
	border: 4px solid #000;
}
.exif{
	clear: both;
	background: #F1F4FF;
	text-align: left;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px #39455B solid;
}

/******************************************************/
/*							TEXTE 	    							*/
/******************************************************/

#explanation {
	float: left;
	position: relative;
	padding-top: 40px;
	padding-left: 20px;
	color: #fff;
	width: 400px;
	text-align: justify;
}

#explanation h3 {
	position:relative;
	width: 400px;
	left: +6px;
	color: #fff;
	padding-bottom: 10px;
}

#explanation h3 span {
	font-size: 30px;
  	font-weight: 100;
	letter-spacing: 4px;
	position:absolute;
	width: 400px;
	left: -7px;
	top: +6px;
	color: #fff;
	filter:alpha(opacity=15);
	-moz-opacity:.15;
	opacity:.15;
}

#explanation h4 {
	font-size: 15px;
	color: #6d6d6d;
}

#explanation h5 {
	font-size: 12px;
	color: #8d8d8d;
}

#explanation h6 {
	font-size: 20px;
	color: #1d1d1d;
}

#explanation h7 {
	font-size: 20px;
	color: yellow;
}

#explanation .p1 {
	padding-top: 10px;
	border-top: 1px solid #fff;
}

#explanation li {
	margin-left: 30px;
}

/******************************************************/
/*							CONTENU DE COTE						*/
/******************************************************/

#side {
	float: right;
	position: relative;
	padding-top: 40px;
	padding-right: 20px;
	width: 450px;
}

#texte_side{
	color: #fff;
	text-align: center;
}


#photo_assoc {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 220px;
	height: 460px;
	background: url(../../multimedia/photo/photo_assoc.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_bureau {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 355px;
	background: url(../../multimedia/photo/photo_bureau.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_partenaires {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 514px;
	background: url(../../multimedia/photo/photo_sponsor.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_parrain {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 300px;
	background: url(../../multimedia/photo/photo_parrain.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_parrain2 {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 300px;
	background: url(../../multimedia/photo/photo_parrain2.jpg) no-repeat;
}

#photo_medias1 {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 350px;
	background: url(../../multimedia/photo/photo_medias1.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_festival1 {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 650px;
	background: url(../../multimedia/photo/photo_festival1.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_festival2 {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 650px;
	background: url(../../multimedia/photo/photo_festival2.jpg) no-repeat;
	margin-bottom: 7px;
}
	
	#photo_festival10 {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 400px;
	height: 600px;
	background: url(../../multimedia/photo/photo_festival10.jpg) no-repeat;
	margin-bottom: 2px;
}
	
#photo_apero1 {
    display: block
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 600px;
	background: url(../../multimedia/photo/photo_apero1.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_echange1 {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 350px;
	background: url(../../multimedia/photo/photo_echange1.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_adhesion {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 320px;
	background: url(../../multimedia/photo/photo_adhesion.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_musiciens1 {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 350px;
	background: url(../../multimedia/photo/photo_musiciens1.jpg) no-repeat;
	margin-bottom: 7px;
}

#photo_musiciens2 {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 350px;
	background: url(../../multimedia/photo/photo_musiciens2.jpg) no-repeat;
	margin-bottom: 7px;
}
#photo_residence {
    display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 450px;
	height: 350px;
	background: url(../../multimedia/photo/photo_residence.jpg) no-repeat;
	margin-bottom: 7px;
}
/******************************************************/
/*					PIED DE PAGE									*/
/******************************************************/

#footer{
   clear: both;
	text-align: center;
	background-image: url(footerbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100px;
}

#footer a, #footer a:visited {
	border: none;
	font-size:13px;
	font-style: italic;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
}

#footer a:hover {
	border-bottom: 1px solid #ccc;
}

/******************************************************/
/*					FIN		CONTENU TEXTE						*/
/******************************************************/

/**********************************************/
/*             FIN     STRUCTURE              */
/**********************************************/
