/* PACK ESSENTIEL */



/*
 * CSS de personnalisation
 * (les règles propres à ce site)
 */



/* Elements Html */

body {
	background-color:#000000;
	color:#ffffff;
	font-size:12px;
	line-height:19px;
	font-family:Arial,serif;
	padding:0;
}
table {
	font-size:10pt;
	line-height:1.4em;
	font-family:Arial,serif;
}

h1 
{
	font-size:30px;
	margin:0;
	margin-bottom:0.5em;
	color:#ffffff;
	font-family:"Comic Sans MS";
	font-weight:bold;
}

h2,
form h2,
.article h3
{
	font-size:18px;
	margin:0;
	margin-top:1em;
	color:#f35104;
	font-family:"Comic Sans MS";
	font-weight:normal;
	
	padding-bottom:3px;
	background: transparent url(h2_bg.jpg) left bottom no-repeat;
}
form h2 label
{
	color:#f35104;
}

h3
{
	
}

a
{
	color:#f35104;
}

a:hover
{
	text-decoration:none;
}

a img {
border:2px solid #484848;
}

form p,
form label
{
	color:#eeeeee;
}


/* Elements conteneurs */

div#site
{
	background:transparent url(site_bg.jpg) left repeat-y;
}

#adresse
{
	height: 14px;
	line-height: 14px;
	text-align: center;
	color:#f64e03;
	font-weight:bold;
}

#banniere
{
	height:268px;
	background:transparent url(header_bg.jpg) bottom left no-repeat;
}

#banniere img#banniere_vide
{
	margin-top:25px;
	width:340px;
	height:220px;
}

#animationdiv
{
	padding-top:16px;
}

#contenu 
{
	clear:none;
	margin:0;
	padding:0;
	margin-left:340px;
	padding-top:15px;
	width:590px;
}
a.puce
{
	background:transparent url(puce.gif) left no-repeat;
	padding-left:10px;
}

#annexe
{
	width:245px;
}

#annexe img
{
	border:3px solid #AB0300;
}

#map
{
width:300px;
height:200px;
color:black;
}

#footer
{
	margin:0;
	padding:0;
	height:84px;
	width:950px;
	background:#000000 url(footer_bg.jpg) top left no-repeat;
	
}
#footer p 
{
	display:none;
}

#about
{
	background-color:#000000;
	color:#888888;
	font-size:85%;
	padding:5px; 
	text-align:center;
}
#about a
{
	color:#aaaaaa;
}

/* Menu */

ul#menu
{
	background:transparent url(menu_bg.jpg) top left no-repeat;
	width:300px;
	padding-top:40px;
	padding-left:10px;
}

#menu li#menu_padding
{
display:none;
}

#menu a {width:260px; height:40px; display:block; text-indent:-999px; overflow:hidden;}

#menu .accueil
{ background:url(menu_accueil.gif) 0 0; }
#menu .accueil:hover,
#menu .accueilselect
{ background:url(menu_accueil.gif) 0 -40px; }

#menu .ardoise
{ background:url(menu_ardoise.gif) 0 0; }
#menu .ardoise:hover,
#menu .ardoiseselect
{ background:url(menu_ardoise.gif) 0 -40px; }

#menu .bertrand
{ background:url(menu_bertrand.gif) 0 0; }
#menu .bertrand:hover,
#menu .bertrandselect
{ background:url(menu_bertrand.gif) 0 -40px; }

#menu .soirees
{ background:url(menu_soirees.gif) 0 0; }
#menu .soirees:hover,
#menu .soireesselect
{ background:url(menu_soirees.gif) 0 -40px; }

#menu .presse
{ background:url(menu_presse.gif) 0 0; }
#menu .presse:hover,
#menu .presseselect
{ background:url(menu_presse.gif) 0 -40px; }

#menu .plan
{ background:url(menu_plan.gif) 0 0; }
#menu .plan:hover,
#menu .planselect
{ background:url(menu_plan.gif) 0 -40px; }


/* Menu avec sous-menu */
#menu li ul 
{
}

#menu li ul li 
{
	background-color:gray;
	border-bottom:1px solid #4B4B4B;
}

#menu li ul li a 
{
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	font-size:9pt;
}


/* Divers */

td label 
{
	padding-left:0;
}

h1.h1_accueil {
	text-indent:-999px; overflow:hidden;
	width:454px; height:40px;
	background-image:url(h1_accueil.gif);
}

h1.h1_ardoise {
	text-indent:-999px; overflow:hidden;
	width:454px; height:44px;
	background:url(h1_ardoise.gif) left no-repeat;
}

h1.h1_bertrand {
	text-indent:-999px; overflow:hidden;
	width:454px; height:33px;
	background:url(h1_bertrand.gif) left no-repeat;
}

h1.h1_soirees {
	text-indent:-999px; overflow:hidden;
	width:454px; height:39px;
	background:url(h1_soirees.gif) left no-repeat;
}

h1.h1_presse {
	text-indent:-999px; overflow:hidden;
	width:454px; height:33px;
	background:url(h1_presse.gif) left no-repeat;
}

h1.h1_plan {
	text-indent:-999px; overflow:hidden;
	width:454px; height:33px;
	background:url(h1_plan.gif) left no-repeat;
}


h2.h2_accueil_1 {
	text-indent:-999px; overflow:hidden;
	height:23px;
	background-image:url(h2_accueil_1.gif);
}

h2.h2_accueil_2 {
	clear:both;
	text-indent:-999px; overflow:hidden;
	height:23px;
	background-image:url(h2_accueil_2.gif);
}



#message,
#nom,
#email,
#tel,
#code
{
	background-color:#0C0C0C;
	color:#ffffff;
	border:2px solid #484848;
}

/* Articles */

.article {}
.article .title
{
font-weight:bold;
}
.article .post_date
{
font-style:italic;
}
.article .image_link
{
float:left;
margin:0 10px 10px 0;
}
.article .file_link
{
clear:both;
}



/* Galerie */
.galerie_cat { 
	background-color:#0C0C0C; 
	border:2px solid #484848;
	cursor:pointer; 
	margin:20px 0;
	padding-top:5px;
}
.galerie_cat table {
	float:left;
	margin-right:15px;
}
.galerie_cat table td {
	text-align:center;
}
.galerie_cat table img {
	border:1px solid black;
}
.galerie_cat h3 {
}
.galerie_cat p {
margin-right:15px;
}


.galerie_img {
	background-color:#0C0C0C; 
	border:2px solid #484848;
	float:left;
	margin:5px 20px 5px 0;
}
.galerie_img table td {
	text-align:center;
	padding:5px;
}
.galerie_img table img {
	border:1px solid black;
}

a:focus {outline: none;}

