@CHARSET "UTF-8";

/********************* COMMUN ************************/
body { 
	font-family:"Verdana","Sans","LucidaGrande","Arial","Helvetica","sans-serif"; 
	font-size:9pt;
	background-color: #ccff00;
    margin: 0;
    padding: 0;
}

img {
 	border : 0;
}

a {
	color: green;
	text-decoration: none;
}

a:hover {
	color: green;
	text-decoration: underline;
}

a:visited {
	color: green;
	text-decoration: none;
}

/********************* TEMPLATE PRINCIPAL ********************/
#conteneur_haut {
	background-repeat: repeat-x;
	height : 260px;
}

#header {
	width: 900px;
	height : 260px;
	margin-left: auto;
	margin-right: auto;
}

#conteneur_bas {
	/*margin-top : -16px; */
}

#conteneur_main {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#main_gauche {
	width: 180px;
	color: green;
	
	float:left;
	/*margin-right:720px;*/
}

#main_droite {
	width: 720px;
	background-repeat: repeat-y;
	background-color: white;
	margin-top:-16px;
	
	margin-left: 180px;
	/*float:right;*/
	
}

#main {
	padding-left : 20px;
}

#footer {
	text-align: center;
	font-weight: bold;
	color: green;
	clear:both; 
}

h1.main {
	color : white;
	background-color: green;
	padding-left : 5px;
	margin-left: 10px;
}

h2 {
	color: green;
}

/******************* CONCERT ******************/

.concert {
	margin-bottom : 10px;
}

.concert .titre {
	font-weight: bold;
	color: green;
}

.concert .contenu {
	padding-top : 2px;
	padding-left : 20px;
}

.concert .contenu .description {
	font-style: italic;
}

.concert .affiche {
	padding-top : 5px;
	padding-left : 20px;
}

/******************* PRESSE ******************/

#presse img {
	border-style: solid;
	border-width: 1px;
	border-color : green;
}

/******************* CHORISTE ******************/

.information {
	margin-bottom : 10px;
}

.information .titre {
	font-weight: bold;
	color: green;
}

.information .contenu {
	padding-top : 2px;
	padding-left : 20px;
}

.repetition {
	margin-bottom : 10px;
}

.repetition .titre {
	font-weight: bold;
	color: green;
}

.repetition .contenu {
	padding-top : 2px;
	padding-left : 20px;
}