@charset "utf-8";
/* CSS Document */

html {
	margin:0;
	padding:0;
	font-family:"Times New Roman", Times, serif;
}
body {
	background-color:#000;
	margin:0 auto;
	color:#FFF;
}
a,a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	border:none;
}
#header {
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat center;
	width:1024px;
	height:341px;
}
#slide {
	position:absolute;
	margin:-200px;
	z-index:100;
}
#langue {
	position:absolute;
	margin:0 10px;
	top:290px;
}
#langue a img{
	border:none;
}
#langue a img:hover {
	outline:solid 2px #ffcc00;
}
#contenu{
	background-color: #340700;
	margin:0 auto;
	width:1024px;
	padding-bottom:10px;
}



#menu {
	width:1024px;
	background-image:url(../images/menu.jpg);
	margin:0 auto;
	color:#FFF;
	height:70px;

}
#menu ul{
	margin-left:-21px;
	margin-top:-21px;
}

#menu ul li.menu{
	list-style:none;
	float:left;
	padding:0;
	margin-top:7px;

}
#menu ul li.menu a{
	background:url(../images/menu_btn2.png) no-repeat 0 0;
	height:58px;
	width:192px;
	text-decoration: none;
	color:#FFF;
	font-size:30px;
	text-align:center;
	display:block;
	line-height:55px;
	text-indent:15px;
}

#menu ul li.menu a:hover{
	}


#menu ul li.menu ul{
	list-style:none;
	padding-top:26px;
	margin-left:-41px;
	width:207px;
	display: none;
	position: absolute;
}
#menu ul li.menu ul li{
	background:url(../images/btn_menu.jpg) repeat-x;
	background-position:0 -77px;
	height:63px;
}
#menu ul li.menu ul li.a{
	background-position:0 -82px;
	height:58px;
}
#menu ul li.menu ul li.b{
	background-position:0 -90px;
	height:50px;
}
#menu ul li.menu ul li.c{
	background-position:0 -95px;
	height:45px;
}
#menu ul li.menu ul li.d{
	background-position:0 -100px;
	height:40px;
}

#menu ul li.menu ul li a{
	font-size:26px;
	line-height:54px;
}
#menu ul li.menu ul li.a a{
	height:52px;
	line-height:52px;
}
#menu ul li.menu ul li.b a{
	height:45px;
	line-height:45px;
}
#menu ul li.menu ul li.c a{
	height:40px;
	line-height:40px;
}
#menu ul li.menu ul li.d a{
	height:35px;
	line-height:35px;
}


a.remonte {
	color:#ffcc00;
}
a.remonte:hover {
	color:#ffffff;
}
/* footer */
#footer {
	margin:0 auto;
	background: url(../images/footer.jpg) no-repeat top;	
	width:1024px;
	height:105px;
	text-align:center;
	clear:left;
}
#footer a{
	text-decoration:none;
	color:#FFcc00;
}
#footer a:hover{
	text-decoration:none;
	color:#FFF;
}

#footer_menu {
	padding-top:20px;
	font-size:18px;
	padding-bottom:10px;
}




/* formulaire boxes */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #formulaire {
  background:url(../images/formulaire.png) no-repeat 0 0 transparent;
  margin-top:10px;
  width:445px; 
  height:567px;
  color:#000;
}
#boxes #formulaire2 {
  background:url(../livredor/img/asd.jpg) repeat 0 0 transparent;
  margin-top:10px;
  width:780px; 
  height:340px;
  color:#fff;
	-moz-box-shadow:0 0 6px #111111;
	-webkit-box-shadow:0 0 6px #111111;
	box-shadow:0 0 6px #111111;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#boxes #formulaire2 form {
  background:url(../livredor/img/pate.jpg) repeat 0 0 transparent;
  width:760px; 
  height:280px;
  padding:10px;
  color:#fff;
	-moz-box-shadow:0 0 6px #111111;
	-webkit-box-shadow:0 0 6px #111111;
	box-shadow:0 0 6px #111111;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#boxes #formulaire p{
  padding-left:20px;
  line-height:25px;
  margin:0;
}
#boxes .close{
	background:transparent url(../images/fermer.png);
	float:right;
	margin-right:45px;
	margin-top:10px;
	width:32px;
	height:32px;
	line-height:32px;
	display:block;
}
#boxes .close2{
	background:url(../livredor/img/close.png) no-repeat transparent;
	float:right;
	position:relative;
	top:0;
	margin-right:-20px;
	margin-top:-10px;
	width:32px;
	height:32px;
	line-height:32px;
	display:block;
}

/* formulaire Contact */
#boxes form {clear:both;}

#boxes input[type="text"], textarea { 
	border-top:1px solid #abadb3;
	border-left:1px solid #abadb3;
	border-bottom:1px solid #ced0d4;
	border-right:1px solid #ced0d4;
	padding:3px;
}
#boxes textarea { 
	overflow:auto;
	width:360px;
	font-size:14px;
}

#boxes input[type="text"] { 
	width:360px;
}

/* styles pour les champs obligatoires et valides */

#boxes input[type="text"].obligatoire, textarea.obligatoire {
	background:#fff url(../images/formulaires/obligatoire.png) bottom right no-repeat;
}

#boxes input[type="text"].valide, #boxes textarea.valide {
	background:#fff url(../images/formulaires/valide.png) bottom right no-repeat;
}

/* fin du formulaire */

#boxes .forminfo {
	margin-top:10px;
	padding-left:20px;
	float:left;
}

#boxes .envoyer {
	margin-top:10px;
	text-align:right;
	float:right;
	margin-right:55px;
}

a.intro {
	text-decoration:underline;
	color:#ffcc00;
}
#contenu #intro-flash {
	text-align: center;
}
#header #btn_play, #header #btn_play-es{
	position:absolute;
	margin:0 10px 0 800px;
	top:260px;
}
#header #btn_play a {
	width:200px;
	height:40px;
	display:block;
	background-image:url(../images/player.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#header #btn_play-es a {
	width:200px;
	height:40px;
	display:block;
	background-image:url(../images/player_es.png);
	background-repeat:no-repeat;
	background-position:center top;
}
#header #btn_play a:hover, #header #btn_play-es a:hover{
	background-position:center bottom;
}
#formulaire{	
	background-color: #340700;
	width:1024px;
	margin:0 auto;
	color:#FFF;
	min-height:500px;
}
#livre {
	width:960px;
	margin 0 auto;
}
#liste_or {
	width:800px;
	margin:0 auto;
	padding:10px;
}
.or_nom {float:left;font-size:18px;
}
.or_date {float:right;
font-style:italic;
font-size:12px;

}
.or_mess {width:600px;margin:10px auto;text-indent:10px;}

#holder{
	/* The unordered list that is to be split into pages */
	width:750px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	padding-bottom:10px;
	padding-top:15px;

	/*	CSS3 inner shadow (the webkit one is commeted, because Google Chrome
		does not like rounded corners combined with inset shadows): */

	-moz-box-shadow:0 0 10px #222 inset;
	/*-webkit-box-shadow:0 0 10px #222 inset;*/
	box-shadow:0 0 10px #222 inset;
	background-image:url(../livredor/img/asd.jpg);
	background-repeat:repeat;
}

.swControls{
	position:absolute;
	margin-top:-25px;
	z-index:80;
}

a.swShowPage{

	/* The links that initiate the page slide */

	background-color:#444444;
	float:left;
	height:15px;
	margin:4px 3px;
	text-indent:-9999px;
	width:15px;
	/*border:1px solid #ccc;*/
	
	/* CSS3 rounded corners */
	
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

a.swShowPage:hover,
a.swShowPage.active{
	background-color:#FF0;
	/*	CSS3 inner shadow */
	
	-moz-box-shadow:0 0 7px #1e435d inset;
	/*-webkit-box-shadow:0 0 7px #1e435d inset;*/
	box-shadow:0 0 7px #1e435d inset;
}

#holder li{
	width:650px;
	background-image:url(../livredor/img/pate.jpg);
	list-style:none outside none;
	margin:10px auto 0;
	padding:20px;
	float:left;

	/* Regular CSS3 box shadows (not inset): */

	-moz-box-shadow:0 0 6px #111111;
	-webkit-box-shadow:0 0 6px #111111;
	box-shadow:0 0 6px #111111;
}

#holder,
#holder li{
	/* Applying rouded corners to both the holder and the holder lis */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
#holder li a {
	color:#ffcc00;
}
#holder li a:hover {
	color:#F00;
}

.clear{
	/* This class clears the floated elements */
	clear:both;
}
p.ajoutmess{
	margin:0 auto;
	height:60px;
}
p.ajoutmess a {
	display:block;
	width:250px;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:18px;
	-moz-box-shadow:0 0 6px #111111;
	-webkit-box-shadow:0 0 6px #111111;
	box-shadow:0 0 6px #111111;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background-image:url(../livredor/img/pate.jpg);
}
p.ajoutmess a:hover {
	color:#ffcc00;
	-moz-box-shadow:0 0 8px #ffcc00;
	-webkit-box-shadow:0 0 8px #ffcc00;
	box-shadow:0 0 8px #ffcc00;
	
}






#mentions h2 {
	text-align: center;
}

#mentions p {
	text-indent: 20px;
}

#contenu #mentions h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#header #ret {
	margin: 0;
	padding: 0;
	float: left;
	width: 50%;
	position: absolute;
	top:25px;
	padding-left:25px;
}
#header #ret a{
	display :block;
	width:550px;
	height:160px;
}
p.erreur {
	font-size:25px;
	position:absolute;
	top:200px;
	margin-left:50px;
	
}