/*
Theme Name: laser-empire
Author: Alsacreations

*/


html, body {
	padding: 0;
	margin: 0;
}

body {
	color:#ffffff;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	background: #000000 url(medias/fond-main.jpg) center top no-repeat;
	padding: 0 0 0 0;
	margin:0px;
}

html {
	min-height: 100%
}
/**************** Disposition générale - modèle interne *******/
/**************** Disposition générale - modèle interne*******/
/**************** Disposition générale -  *******/

.modele-interne{
	background: #000000 url(medias/fond-main2.jpg) center top no-repeat;

}

.modele-interne #header {
margin: 0px 0 0 0;
padding: 0px 0 0 0;
}

.modele-interne h1{
	font-size:41px;
	color:#ece7e7;
	text-align:center;
}

.modele-interne #content{
		background:  url(medias/fond-vignettes.png);
		/*border-right:1px solid #2b2b2b;
		border-left:1px solid #2b2b2b;
		border-bottom:1px solid #2b2b2b;*/
}


.modele-interne #wrapper {
	width:100%;
	margin:80px 0 0 0;
}



/**************** Disposition générale - modèle accueil *******/
/**************** Disposition générale - modèle accueil *******/
/**************** Disposition générale - modèle accueil *******/

a {
	text-decoration : none;
	color:#ffffff;
}

a:hover{
	text-decoration : none;
	color:#f0ff00;
}

#main {
	width:998px;
	margin:0 auto;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:18px;
}

h3 {
	color: #faca4b;

}

img {
border:none;
}

/****Menu*/
#menu #li-mini-logo-ie6{
display:none;
}

#menu {
	width:953px;/* 59emmieux pour agrandissement*/
	height:47px;
	margin:0 auto;
	padding-left:12px; /*largeur du coin gauche*/
	color:#ffffff;
	background:  url(medias/cote-gauche.png) left top no-repeat;
	font-size:16px;
}

#menu a {
	text-decoration : none;
	color:#ffffff;
}

#menu img {
	border:none;
}


#menu a:hover{
	text-decoration : none;
	color:#f0ff00;
}

#menu  ul {
	margin:0px 0 0 0;
	padding:0;
	height:47px;
	text-align:center;
	background:  url(medias/fond-menu.png) right top no-repeat;
	line-height:47px;
	padding-right:12px;
}

#menu  ul li {
	display:inline;
	margin:0 8px 0 8px;
	padding:0
}

#mini-logo{
margin: 4px 0 0 0;
}

/****logo*/
#header-ie6{
display:none;
}

#header #logo {
	margin:0px 0 0 228px;
}

#header img{
	border:none;
}

#header h1{
	padding:30px 0 0 0;
	margin:0 0 0 0px;
}

/****wrapper et content*/
#wrapper {
	width:100%;
	margin:140px 0 0 0;
}

#content {
	width:825px;
	margin:0 auto ;
	padding:15px;
	font-size:0.8em;
	font-family:,Arial,Verdana,"Trebuchet MS",sans-serif;
}

/****les vignettes*/
/*généralité*/
.vignette {
	width:247px;
	height:152px;
	border:1px solid #646464;
	background:  url(medias/fond-vignettes.png);
	float:left;
	margin:10px;
	padding:0px;
}

.vignette ul{
	margin:5px 0 13px 10px;
	padding:0;
}

.vignette li{
	list-style:none;
	font-size:22px;
	margin:0;
	padding:0;
}

.vignette p{
	margin:0 60px 0 10px;
	color: #faca4b;
	font-size:14px;
	line-height:20px;
}

/*précisions*/
#presentation {
background:  url(medias/presentation.png);
}

#photos-videos {
background:  url(medias/photos.png);
}

#reservation {
background:  url(medias/reservation.png);
}

#horaires-acces {
background:  url(medias/horaires.png);
}

#regles{
background:  url(medias/regles.png);
}

#tarifs {
background:  url(medias/tarifs.png);
}







/* fin précisions*/
#pousseur{
	clear:both;
}



/****footer*/

#footer{
	margin:50px 0 0 0;
	color:#838689;
	font-size:12px;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	text-align:center;
}

#footer a{
	color:#838689;
	text-decoration:none;
}

#footer ul li{
display:inline;
}

#footer img{
border:none;
}

/*important pour les styles mis dans l'admin*/

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


